silverstripe-cms/client/lang/sr.js
2024-05-08 10:45:31 +12:00

18 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// This file was generated by silverstripe/tx-translator from client/lang/src/sr.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
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('sr', {
"CMS.ALERTCLASSNAME": "Тип странице ће бити ажуриран након што сачувате страницу",
"CMS.AddSubPage": "Додај нову страницу овде",
"CMS.Duplicate": "Дуплирај/копирај",
"CMS.EditPage": "Измени",
"CMS.RollbackToVersion": "Да ли заиста желите да се вратите на верзију #%s ове странице?",
"CMS.ShowAsList": "Прикажу децу у виду листе",
"CMS.ThisPageAndSubpages": "Ова страница и подстранице",
"CMS.ThisPageOnly": "Само ова страница"
});
}