43 lines
2.4 KiB
PHP
43 lines
2.4 KiB
PHP
<?php
|
|
/*+********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
********************************************************************************/
|
|
|
|
$mod_strings = array(
|
|
'ConfigEditor' => 'Config Editor',
|
|
'LBL_CONFIG_EDITOR' => 'Configuration Editor',
|
|
'LBL_SETTINGS' => 'Settings',
|
|
'LBL_CONFIG_EDIT' => 'Edit the configuration details of vtiger CRM',
|
|
'SINGLE_ConfigEditor' => 'Config Editor',
|
|
'LBL_TRUE' => 'true',
|
|
'LBL_FALSE' => 'false',
|
|
'LBL_MAX_UPLOAD_SIZE_MSG' => 'Maximum upload size is 5MB',
|
|
'LBL_INVALID_EMAIL_MSG' => 'Invalid email address',
|
|
'LBL_EMPTY_NAME_MSG' => 'Support Name cannot be empty',
|
|
'LBL_MAX_LISTVIEW_ENTRIES_MSG' => 'Maximum entries in the listview is 100',
|
|
'LBL_MAX_HISTORY_VIEWED_MSG' => 'Please enter a number in the range 1-5',
|
|
'LBL_MAX_TEXTLENGTH_LISTVIEW_MSG' => 'Maximum text length is 100',
|
|
'LBL_MB' => 'MB',
|
|
'LBL_MINI_CALENDAR_DISPLAY' => 'Mini Calendar Display',
|
|
'LBL_WORLD_CLOCK_DISPLAY' => 'World Clock Display',
|
|
'LBL_CALCULATOR_DISPLAY' => 'Calculator Display',
|
|
'LBL_USE_RTE' => 'Use RTE',
|
|
'LBL_HELPDESK_SUPPORT_EMAILID' => 'Helpdesk Support email address',
|
|
'LBL_HELPDESK_SUPPORT_NAME' => 'Helpdesk Support name',
|
|
'LBL_MAX_UPLOAD_SIZE' => 'Max. Upload size (Max. 5MB)',
|
|
'LBL_MAX_HISTORY_VIEWED' => 'Max. History viewed',
|
|
'LBL_DEFAULT_MODULE' => 'Default Module',
|
|
'LBL_MAX_TEXT_LENGTH_IN_LISTVIEW' => 'Max. text length in listview',
|
|
'LBL_MAX_ENTRIES_PER_PAGE_IN_LISTVIEW' => 'Max. entries per page in listview',
|
|
'LBL_CONFIG_FILE' => 'config.inc.php',
|
|
'LBL_CONFIG_EDIT_CAUTION_INFO' => 'You are editing the configuration details of vtiger CRM',
|
|
'LBL_DOUBLE_CHECK_INFO' => 'Please double check before saving the values',
|
|
'LBL_HELP_INFO' => 'This is the \'From email address\' used when sending an email to a new user informing them of their login credentials, sending an email to a trouble-ticket owner about the ticket assigned and when sending email reminders and notifications.',
|
|
'LBL_RESTRICTED_CHARACTERS' => 'Special characters like \' " and ; are not allowed'
|
|
);
|
|
?>
|