silverstripe-cms/client/lang/sr_RS@latin.js

18 lines
926 B
JavaScript
Raw Normal View History

2023-03-06 06:15:26 +01:00
// This file was generated by silverstripe/tx-translator from client/lang/src/sr_RS@latin.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
}
2015-08-24 06:29:40 +02:00
} else {
2016-05-12 05:37:09 +02:00
ss.i18n.addDictionary('sr_RS@latin', {
2017-04-28 04:02:46 +02:00
"CMS.ALERTCLASSNAME": "Tip stranice će biti ažuriran nakon što sačuvate stranicu",
2017-05-03 07:17:51 +02:00
"CMS.AddSubPage": "Dodaj novu stranicu ovde",
"CMS.Duplicate": "Dupliraj/kopiraj",
"CMS.EditPage": "Izmeni",
2017-04-28 04:02:46 +02:00
"CMS.RollbackToVersion": "Da li zaista želite da se vratite na verziju #%s ove stranice?",
"CMS.ShowAsList": "Prikažu decu u vidu liste",
"CMS.ThisPageAndSubpages": "Ova stranica i podstranice",
2024-05-08 00:45:31 +02:00
"CMS.ThisPageOnly": "Samo ova stranica"
2015-08-24 06:29:40 +02:00
});
2016-01-21 02:22:35 +01:00
}