mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
1.0 KiB
JavaScript
16 lines
1.0 KiB
JavaScript
// This file was generated by GenerateJavaScriptI18nTask from javascript/lang/src/sk.js.
|
|
// See https://github.com/silverstripe/silverstripe-buildtools for details
|
|
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
|
} else {
|
|
ss.i18n.addDictionary('sk', {
|
|
"LeftAndMain.CONFIRMUNSAVED": "Určite chcete opustiť navigáciu z tejto stránky?\n\nUPOZORNENIE: Vaše zmeny neboli uložené.\n\nStlačte OK pre pokračovať, alebo Cancel, ostanete na teto stránke.",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORNENIE: Vaše zmeny neboli uložené.",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Skutočne chcete zmazať % skupiny?",
|
|
"ModelAdmin.SAVED": "Uložené",
|
|
"ModelAdmin.REALLYDELETE": "Skutočně chcete zmazať?",
|
|
"ModelAdmin.DELETED": "Zmazané",
|
|
"ModelAdmin.VALIDATIONERROR": "Chyba platnosti",
|
|
"LeftAndMain.PAGEWASDELETED": "Táto stránka bola zmazaná. Pre editáciu stránky, vyberte ju vľavo."
|
|
});
|
|
} |