[Vtigercrm-commits] [vtiger-commits] r10282 - 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
Thu Mar 1 06:51:30 EST 2007
Author: saraj
Date: Thu Mar 1 04:51:21 2007
New Revision: 10282
Log:
i18n for 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 Thu Mar 1 04:51:21 2007
@@ -234,7 +234,7 @@
</script>
<?php
-$_SESSION['import_display_message'] = '<br>'.$start.' to '.$end.' of '.$totalnoofrows.' '.$mod_strings['are_imported_succesfully'];
+$_SESSION['import_display_message'] = '<br>'.$start.' '.$mod_strings['to'].' '.$end.' '.$mod_strings['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 Thu Mar 1 04:51:21 2007
@@ -163,7 +163,11 @@
'LBL_MAPPING_RESULTS'=>'Mapping Results ',
'LBL_LAST_IMPORTED'=>'Last Imported',
+//Added for 5.0.3
+'to'=>'to';
+'of'=>'of';
'are_imported_succesfully'=>'are imported successfully',
+
);
More information about the vtigercrm-commits
mailing list