mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
13 lines
805 B
JavaScript
13 lines
805 B
JavaScript
// DO NOT MODIFY. Generated by build task.
|
|
// Contribute here: https://www.transifex.com/projects/p/gridfieldbulkeditingtools/
|
|
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
|
} else {
|
|
ss.i18n.addDictionary('de', {
|
|
"GridFieldBulkTools.FINISH_CONFIRM": "Ihre Änderungen sind nicht gespeichert. Wenn sie fortfahren gehen diese Daten verloren.\n\nMöchten Sie fortfahren?",
|
|
"GridFieldBulkTools.EDIT_CHANGED": "Geändert",
|
|
"GridFieldBulkTools.EDIT_UPDATED": "Gespeichert",
|
|
"GridFieldBulkManager.BULKACTION_EMPTY_SELECT": "Sie müssen mindestens ein Element auswählen",
|
|
"GridFieldBulkManager.CONFIRM_DESTRUCTIVE_ACTION": "Wollen Sie dieses Element wirklich unwiderruflich löschen?"
|
|
});
|
|
} |