[Vtigercrm-commits] [vtiger-commits] r7948 - in /vtigercrm/trunk: Smarty/templates/ListRoles.tpl modules/Settings/language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 11:23:19 EDT 2006


Author: saraj
Date: Mon Jul 10 09:23:13 2006
New Revision: 7948

Log:
Role list view i18n done

Modified:
    vtigercrm/trunk/Smarty/templates/ListRoles.tpl
    vtigercrm/trunk/modules/Settings/language/en_us.lang.php

Modified: vtigercrm/trunk/Smarty/templates/ListRoles.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListRoles.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListRoles.tpl Mon Jul 10 09:23:13 2006
@@ -112,8 +112,8 @@
 				
 					<table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
 					<tr>
-						<td class="big"><strong>Roles & Hierarchy Tree</strong></td>
-						<td class="small" align=right>Total : 7 Roles </td>
+						<td class="big"><strong>{$MOD.LBL_ROLE_HIERARCHY_TREE}</strong></td>
+						<td class="small" align=right>&nbsp;</td>
 					</tr>
 					</table>
 
@@ -143,7 +143,7 @@
 					
 					
 					<table border=0 cellspacing=0 cellpadding=5 width=100% >
-					<tr><td class="small" nowrap align=right><a href="#top">Scroll to Top</a></td></tr>
+					<tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
 					</table>
 				</td>
 				</tr>

Modified: vtigercrm/trunk/modules/Settings/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/language/en_us.lang.php (original)
+++ vtigercrm/trunk/modules/Settings/language/en_us.lang.php Mon Jul 10 09:23:13 2006
@@ -691,6 +691,7 @@
 'LBL_CUSTOM_MAPP_INFO'=>'Only Leads module support mapping of fields with other modules.',
 'LBL_MAPPING_OTHER_MODULES'=>'Mapping with other Modules',
 'LBL_CUSTOM_FILED_IN'=>'Custom Fields in ',
+'LBL_ROLE_HIERARCHY_TREE'=>'Roles & Hierarchy Tree',
 'LBL_EDIT_FIELD_MAPPING'=>'Editing Field Mapping',
 );
 





More information about the vtigercrm-commits mailing list