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/cs.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('cs', {
|
|
"LeftAndMain.CONFIRMUNSAVED": "Určitě chcete opustit navigaci z této stránky?\n\nUPOZORNĚNÍ: Vaše změny nebyly uloženy.\n\nStlačte OK pro pokračovat, nebo Cancel, zůstanete na této stránce.",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "UPOZORNĚNÍ: Vaše změny nebyly uloženy.",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "Skutečně chcete smazat %s skupiny?",
|
|
"ModelAdmin.SAVED": "Uloženo",
|
|
"ModelAdmin.REALLYDELETE": "Skutečně chcete smazat?",
|
|
"ModelAdmin.DELETED": "Smazáno",
|
|
"ModelAdmin.VALIDATIONERROR": "Chyba platnosti",
|
|
"LeftAndMain.PAGEWASDELETED": "Tato stránka byla smazána. Pro editaci stránky, vyberte ji vlevo."
|
|
});
|
|
} |