[Vtigercrm-commits] [vtiger-commits] r10503 - in /vtigercrm/branches/5.0.3: include/language/en_us.lang.php modules/Calendar/language/en_us.lang.php modules/Settings/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 20 10:52:05 EDT 2007
Author: saraj
Date: Tue Mar 20 08:51:55 2007
New Revision: 10503
Log:
fix for i18n issue: lots of untranslatable alt= and title= in *.tpl --Minnie
Modified:
vtigercrm/branches/5.0.3/include/language/en_us.lang.php
vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php
vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.3/include/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/include/language/en_us.lang.php Tue Mar 20 08:51:55 2007
@@ -839,6 +839,10 @@
'Stock Information'=>'Stock Information',
'Solution'=>'Solution',
'Terms and Conditions'=>'Terms and Conditions',
+'LBL_SEARCHING'=>'Searching... please wait',
+'LBL_SKYPE'=>'Skype',
+'LBL_FIND'=>'Find',
+'LBL_CLEAR'=>'Clear',
);
$app_list_strings = array (
Modified: vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php Tue Mar 20 08:51:55 2007
@@ -410,6 +410,8 @@
'End date and time'=>'End Date & Time',
//this is for task
'End date'=>'End date',
+'LBL_SET_DATE'=>'Set date..',
+'Recurrence'=>'Recurrence',
);
Modified: vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Settings/language/en_us.lang.php Tue Mar 20 08:51:55 2007
@@ -898,6 +898,10 @@
'LBL_MAILSENDERROR'=>'Mail could not be sent to the admin user. Please check the admin emailid',
'LBL_RECORD_NOEXIST'=>'Record not present',
'LBL_ENTER_PROFILE'=>'Enter Profile Name',
+'LBL_ENABLE'=>'Enable',
+'LBL_DISABLE'=>'Disable',
+'LBL_PROXY'=>'proxy',
+'LBL_FIELDS_TO_BE_SHOWN'=>'Fields to be shown',
//Added for alerts
'SPECIFY_FILE_TO_MERGE' => 'Please Specify a File to Merge',
'FILESIZE_EXCEEDS_INFO' => 'Sorry, the uploaded file exceeds the maximum filesize limit. Please try a smaller file',
More information about the vtigercrm-commits
mailing list