[Vtigercrm-commits] [vtiger-commits] r9556 - in /vtigercrm/branches/5.0.1: Smarty/templates/Settings.tpl Smarty/templates/Settings/TaxConfig.tpl modules/Contacts/language/en_us.lang.php modules/Contacts/vtchat.php modules/Settings/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 4 11:42:40 EDT 2006
Author: richie
Date: Wed Oct 4 09:42:04 2006
New Revision: 9556
Log:
* Modified to fix the i18n issues
Modified:
vtigercrm/branches/5.0.1/Smarty/templates/Settings.tpl
vtigercrm/branches/5.0.1/Smarty/templates/Settings/TaxConfig.tpl
vtigercrm/branches/5.0.1/modules/Contacts/language/en_us.lang.php
vtigercrm/branches/5.0.1/modules/Contacts/vtchat.php
vtigercrm/branches/5.0.1/modules/Settings/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.1/Smarty/templates/Settings.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/Settings.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/Settings.tpl Wed Oct 4 09:42:04 2006
@@ -22,7 +22,7 @@
<td>
<!-- heading -->
- <span class="heading2">{$MOD.LBL_SETTINGS}</span>
+
</td>
</tr>
<tr>
Modified: vtigercrm/branches/5.0.1/Smarty/templates/Settings/TaxConfig.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/Settings/TaxConfig.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/Settings/TaxConfig.tpl Wed Oct 4 09:42:04 2006
@@ -86,7 +86,7 @@
<td> </td>
<td id="td_add_tax" class="small" colspan="2" align="right" nowrap>
{if $EDIT_MODE neq 'true'}
- <input title="Add Tax" accessKey="Add Tax" onclick="fnAddTaxConfigRow('');" type="button" name="button" value=" Add Tax " class="crmButton small edit">
+ <input title="Add Tax" accessKey="Add Tax" onclick="fnAddTaxConfigRow('');" type="button" name="button" value="{$MOD.LBL_ADD_TAX_BUTTON}" class="crmButton small edit">
{/if}
</td>
<td class="small" align=right nowrap>
Modified: vtigercrm/branches/5.0.1/modules/Contacts/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Contacts/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.1/modules/Contacts/language/en_us.lang.php Wed Oct 4 09:42:04 2006
@@ -225,6 +225,7 @@
'Web Site'=>'Web Site',
'Word of mouth'=>'Word of mouth',
'Other'=>'Other',
+'User List'=>'User List',
);
Modified: vtigercrm/branches/5.0.1/modules/Contacts/vtchat.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Contacts/vtchat.php (original)
+++ vtigercrm/branches/5.0.1/modules/Contacts/vtchat.php Wed Oct 4 09:42:04 2006
@@ -74,7 +74,7 @@
<table width="150" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="pchathead"></td>
- <td class="pchathead1"><b>User List</b></td>
+ <td class="pchathead1"><b><?php echo $mod_strings['User List']; ?></b></td>
<td class="pchathead2"></td>
</tr>
<tr>
Modified: vtigercrm/branches/5.0.1/modules/Settings/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Settings/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.1/modules/Settings/language/en_us.lang.php Wed Oct 4 09:42:04 2006
@@ -721,6 +721,7 @@
'LBL_TYPEALERT_2'=>'data type. Kindly map the same data types.',
'LBL_ENABLE'=>'Enable',
'LBL_FAQ_FIELD_ACCESS'=>'Faq Field Access',
+'LBL_ADD_TAX_BUTTON'=>'Add Tax',
);
More information about the vtigercrm-commits
mailing list