[Vtigercrm-commits] [vtiger-commits] r10273 - in /vtigercrm/branches/5.0.3/modules/Import: ImportSave.php language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 28 08:41:49 EST 2007


Author: saraj
Date: Wed Feb 28 06:41:38 2007
New Revision: 10273

Log:
i18n for Import - Count successfully imported mssg. Fixes #3045

Modified:
    vtigercrm/branches/5.0.3/modules/Import/ImportSave.php
    vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php

Modified: vtigercrm/branches/5.0.3/modules/Import/ImportSave.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Import/ImportSave.php (original)
+++ vtigercrm/branches/5.0.3/modules/Import/ImportSave.php Wed Feb 28 06:41:38 2007
@@ -29,6 +29,7 @@
 {
 	global $current_user;
 	global $adb;
+	global $mod_strings;
 
 // MWC ** Getting vtiger_users
 $temp = get_user_array(FALSE);
@@ -233,7 +234,7 @@
 </script>
 
 <?php
-$_SESSION['import_display_message'] = '<br>'.$start.' to '.$end.' of '.$totalnoofrows.' are imported successfully';
+$_SESSION['import_display_message'] = '<br>'.$start.' to '.$end.' of '.$totalnoofrows.' '.$mod_strings['are_imported_succesfully'];
 //return $_SESSION['import_display_message'];
 }
 ?>

Modified: vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php Wed Feb 28 06:41:38 2007
@@ -162,6 +162,8 @@
 'LBL_STEP_3_3'=>'Step 3 of 3 : ',
 'LBL_MAPPING_RESULTS'=>'Mapping Results ',
 'LBL_LAST_IMPORTED'=>'Last Imported',
+
+'are_imported_succesfully'=>'are imported successfully',
 
 );
 





More information about the vtigercrm-commits mailing list