46 lines
2.3 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' => 'ConfigEditor',
'LBL_CONFIG_EDITOR' => 'Configuration Editor',
'LBL_SETTINGS' => 'Settings',
'LBL_CONFIG_EDIT'=>'Edit the Configuration details of vtiger CRM',
'SINGLE_ConfigEditor' => 'ConfigEditor',
'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-Id',
'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 do double check before saving the values.',
'LBL_HELP_INFO'=>"This is used as a 'From email-id' to send a mail to a new user created about his login credentials,
send a mail to trouble-ticket owner about the ticket assigned,send a mail about reminder and notification.",
'LBL_RESTRICTED_CHARACTERS'=>"Special characters like ' &#34 and ; are not allowed",
);
?>