2023-03-06 06:15:26 +01:00
|
|
|
// This file was generated by silverstripe/tx-translator from client/lang/src/sl.json.
|
|
|
|
// See https://github.com/silverstripe/silverstripe-tx-translator for details
|
2016-05-12 05:37:09 +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
|
|
|
|
}
|
2014-08-05 05:01:52 +02:00
|
|
|
} else {
|
2016-05-12 05:37:09 +02:00
|
|
|
ss.i18n.addDictionary('sl', {
|
2017-04-28 04:02:46 +02:00
|
|
|
"CMS.ALERTCLASSNAME": "Tipska stran bo posodobljena po shranjevanju strani",
|
2017-05-03 07:17:51 +02:00
|
|
|
"CMS.AddSubPage": "Dodaj novo stran tukaj",
|
|
|
|
"CMS.Duplicate": "Podvoji",
|
|
|
|
"CMS.EditPage": "Uredi",
|
2017-04-28 04:02:46 +02:00
|
|
|
"CMS.RollbackToVersion": "Obnovim na verzijo #%s te strani?",
|
|
|
|
"CMS.ShowAsList": "Prikaži otroke kot seznam",
|
|
|
|
"CMS.ThisPageAndSubpages": "To stran in podstrani",
|
|
|
|
"CMS.ThisPageOnly": "Samo to stran",
|
|
|
|
"CMS.UpdateURL": "Posodobi URL",
|
2017-05-03 07:17:51 +02:00
|
|
|
"CMS.ViewPage": "Pogled"
|
2014-08-05 05:01:52 +02:00
|
|
|
});
|
2016-01-21 02:22:35 +01:00
|
|
|
}
|