[Vtigercrm-commits] [vtiger-commits] r10454 - /vtigercrm/branches/5.0.3/modules/Migration/language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 16 04:04:04 EDT 2007


Author: saraj
Date: Fri Mar 16 02:03:59 2007
New Revision: 10454

Log:
labels added for java script alerts. --Minnie

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

Modified: vtigercrm/branches/5.0.3/modules/Migration/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Migration/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Migration/language/en_us.lang.php Fri Mar 16 02:03:59 2007
@@ -77,7 +77,18 @@
 'LBL_CANCEL_BUTTON'=>'Cancel',
 'LBL_UPGRADE_FROM_VTIGER_5X'=>'Upgrade database from vtiger CRM 5.x to next version',
 'LBL_PATCH_OR_MIGRATION'=>'you must specify the source database version (Patch update or Migration)',
-
+//Added for java script alerts
+'ENTER_SOURCE_HOST' => 'Please enter the Source Host Name',
+'ENTER_SOURCE_MYSQL_PORT' => 'Please enter the Source MySql Port Number',
+'ENTER_SOURCE_MYSQL_USER' => 'Please enter the Source MySql User Name',
+'ENTER_SOURCE_DATABASE' => 'Please enter the Source Database Name',
+'ENTER_SOURCE_MYSQL_DUMP' => 'Please enter the Valid MySQL Dump File',
+'ENTER_HOST' => 'Please enter the Host Name',
+'ENTER_MYSQL_PORT' => 'Please enter the MySql Port Number',
+'ENTER_MYSQL_USER' => 'Please enter the MySql User Name',
+'ENTER_DATABASE' => 'Please enter the Database Name',
+'SELECT_ANYONE_OPTION' => 'Please select any one option',
+'ENTER_CORRECT_MYSQL_PATH' => 'Please enter the Correct MySQL Path',
 
 );
 





More information about the vtigercrm-commits mailing list