16 lines
753 B
JavaScript
Raw Normal View History

2023-03-06 18:15:26 +13:00
// This file was generated by silverstripe/tx-translator from client/lang/src/is.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
2016-05-12 15:37:09 +12: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 15:01:52 +12:00
} else {
2016-05-12 15:37:09 +12:00
ss.i18n.addDictionary('is', {
2017-04-28 14:02:46 +12:00
"CMS.ALERTCLASSNAME": "Tegund siðu verður uppfært eftir vistun síðu",
2017-05-03 17:17:51 +12:00
"CMS.AddSubPage": "Bæta við nýrri síðu hér",
"CMS.Duplicate": "Fjölfalda",
"CMS.EditPage": "Breyta",
2017-04-28 14:02:46 +12:00
"CMS.ThisPageAndSubpages": "Þessi síða og undirsíður",
2024-05-08 10:45:31 +12:00
"CMS.ThisPageOnly": "Aðeins þessi síða"
2014-08-05 15:01:52 +12:00
});
2016-01-21 14:22:35 +13:00
}