2014-04-13 18:56:12 +02:00
|
|
|
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
|
|
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
|
|
|
} else {
|
2018-02-28 20:26:30 +01:00
|
|
|
ss.i18n.addDictionary('en', {
|
2018-02-28 20:12:05 +01:00
|
|
|
"GRIDFIELD_BULK_UPLOAD.PROGRESS_INFO": "Uploading %s file(s). %s done. %s error(s).",
|
|
|
|
"GRIDFIELD_BULK_MANAGER.BULKACTION_EMPTY_SELECT": "You must select at least one record.",
|
|
|
|
"GRIDFIELD_BULK_MANAGER.CONFIRM_DESTRUCTIVE_ACTION": "The data will be lost permanently. Do you want to continue?"
|
2014-05-10 00:02:31 +02:00
|
|
|
});
|
2014-04-13 18:56:12 +02:00
|
|
|
}
|