Skip to content
Snippets Groups Projects
Commit 8058abf5 authored by Prasad's avatar Prasad
Browse files

Merge branch 'fix_#126' into 'master'

#126 : added missing translation

5dec5c6a

See merge request !59
parents 11a963e1 beb0cfd8
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