2023-03-06 06:15:26 +01:00
// This file was generated by silverstripe/tx-translator from client/lang/src/cs_CZ.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
2017-04-28 04:02:46 +02:00
if ( typeof ( ss ) === 'undefined' || typeof ( ss . i18n ) === 'undefined' ) {
if ( typeof ( console ) !== 'undefined' ) { // eslint-disable-line no-console
console . error ( 'Class ss.i18n not defined' ) ; // eslint-disable-line no-console
}
} else {
ss . i18n . addDictionary ( 'cs_CZ' , {
"CMS.ALERTCLASSNAME" : "The page type will be updated after the page is saved" ,
2017-05-03 07:17:51 +02:00
"CMS.AddSubPage" : "Add new page here" ,
2017-04-28 04:02:46 +02:00
"CMS.ConfirmRestoreFromLive" : "Are you sure you want to revert draft to when the page was last published?" ,
2017-05-03 07:17:51 +02:00
"CMS.Duplicate" : "Duplicate" ,
"CMS.EditPage" : "Edit" ,
"CMS.ONLYSELECTTWO" : "You can only compare two versions at this time." ,
2017-04-28 04:02:46 +02:00
"CMS.Restore" : "Are you sure you want to restore this page from archive?" ,
"CMS.RestoreToRoot" : "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level." ,
"CMS.RollbackToVersion" : "Do you really want to roll back to version #%s of this page?" ,
"CMS.ShowAsList" : "Show children as list" ,
"CMS.ThisPageAndSubpages" : "This page and subpages" ,
"CMS.ThisPageOnly" : "This page only" ,
2017-05-03 07:17:51 +02:00
"CMS.Unpublish" : "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft." ,
2017-04-28 04:02:46 +02:00
"CMS.UpdateURL" : "Update URL" ,
2017-05-03 07:17:51 +02:00
"CMS.ViewPage" : "View"
2017-04-28 04:02:46 +02:00
} ) ;
}