[Vtigercrm-commits] [vtiger development] #6127: i18n texts untranslated.
vtiger development
vtiger-tickets at trac.vtiger.com
Tue Jul 7 10:41:00 EDT 2009
#6127: i18n texts untranslated.
--------------------------------+-------------------------------------------
Reporter: Christophe.Bouchet | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-rc
Keywords: i18n, |
--------------------------------+-------------------------------------------
Some text are not translated into the user language.
In file Smarty/templates/Home/HomeBlock.tpl
line 17, 29, missing: value="($MOD.LBL_SAVE)" instead of: value="Save"
line 18, 30, missing: value="{$MOD.LBL_CANCEL}" instead of:
value="Cancel"
In file Smarty/templates/Home/MainHomeBlock.tpl
line 19, 22, missing: alt="{$MOD.LBL_EDIT}"
title="{$MOD.LBL_EDIT}"instead of: alt="Edit" title="Edit"
line 29, 33, missing: alt="{$MOD.LBL_REFRESH}" title="{$MOD.LBL_REFRESH}"
instead of: alt="Refresh" title="Refresh"
line 40, 42, missing: alt="{$MOD.LBL_HIDE}" title="{$MOD.LBL_HIDE}"
instead of: alt="Hide" title="Hide"
line 48, 50, missing: alt="{$MOD.LBL_CLOSE}" title="{$MOD.LBL_CLOSE}"
instead of: alt="Close" title="Close"
In file Smarty/templates/Settings/LayoutBlockEntries.tpl
in line 98, missing: alt="{$MOD.ADD_CUSTOMFIELD}"
title="{$MOD.ADD_CUSTOMFIELD}" instead of: alt="Add CustomField"
title="Add CustomField"
Of course the file modules/Home/language/en_us.lang.php should be
completed by the following lines:
'LBL_SAVE'=>'Save',
'LBL_CANCEL'=>'Cancel',
'LBL_EDIT'=>'Edit',
'LBL_REFRESH'=>'Refresh',
'LBL_HIDE'=>'Hide',
'LBL_CLOSE'=>'Close',
and the file modules/Settings/language/en_us.lang.php with the lines:
'ADD_CUSTOMFIELD'=>'Add CustomField',
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6127>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list