2013-06-23 19:10:22 +03:00
|
|
|
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
|
|
console.error('Class ss.i18n not defined');
|
|
|
|
} else {
|
|
|
|
ss.i18n.addDictionary('en_US', {
|
|
|
|
'GridFieldBulkTools.FINISH_CONFIRM': "You have unsaved changes. Continuing will loose all unsaved data.\n\nDo your really want to continue?",
|
|
|
|
'GridFieldBulkTools.EDIT_CHANGED': 'Modified',
|
2013-12-01 18:51:30 +02:00
|
|
|
'GridFieldBulkTools.EDIT_UPDATED': 'Saved',
|
2013-12-05 19:44:56 +02:00
|
|
|
'GridFieldBulkManager.BULKACTION_EMPTY_SELECT': 'You must select at least one record.',
|
|
|
|
'GridFieldBulkManager.CONFIRM_DESTRUCTIVE_ACTION': 'The data will be lost permanently. Do you want to continue?'
|
2013-06-23 19:10:22 +03:00
|
|
|
});
|
|
|
|
}
|