Skip to content
Snippets Groups Projects
Commit beb0cfd8 authored by Preexo's avatar Preexo
Browse files

#126 : added missing translation

parent 8e5c9c74
No related branches found
No related tags found
No related merge requests found
......@@ -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?',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment