From beb0cfd84c68f2d4ca147665cd606573671a36b6 Mon Sep 17 00:00:00 2001 From: Preexo <tim.niklas@web.de> Date: Wed, 4 May 2016 19:02:36 +0800 Subject: [PATCH] #126 : added missing translation --- languages/en_us/Vtiger.php | 1 + 1 file changed, 1 insertion(+) diff --git a/languages/en_us/Vtiger.php b/languages/en_us/Vtiger.php index 8c982786e..1d71eea16 100644 --- a/languages/en_us/Vtiger.php +++ b/languages/en_us/Vtiger.php @@ -764,6 +764,7 @@ $jsLanguageStrings = array( 'JS_VALUE_SHOULD_NOT_BE_LESS_THAN' => 'Frequency of any cron job configured should not be less than', 'JS_YOU_ARE_IN_PAGE_NUMBER' => 'You are in page number', 'JS_YOU_CAN_SELECT_ONLY' => 'You can select only', + 'JS_DECIMAL_SEPERATOR_AND_GROUPING_SEPERATOR_CANT_BE_SAME' => 'Decimal seperator and Grouping seperator cant be same', 'LBL_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', // This is added as duplicate as we need to show different message for different modules. Ex:Accounts has different message 'LBL_DELETE_USER_CONFIRMATION' => 'When a User is deleted, the user will be marked as "Inactive" and no new records can be assigned to the User, and the user will not be able to login. Are you sure you want to delete?', 'LBL_RESTORE_CONFIRMATION' => 'Records previously assigned to this user will not be restored. Are you sure you want to restore this user?', -- GitLab