silverstripe-cms/client/lang/hu.js

18 lines
911 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/hu.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-06-19 08:25:53 +02:00
} else {
2016-05-12 05:37:09 +02:00
ss.i18n.addDictionary('hu', {
2017-04-28 04:02:46 +02:00
"CMS.ALERTCLASSNAME": "Az oldaltípust a mentést követően lesz beállítva",
2017-05-03 07:17:51 +02:00
"CMS.AddSubPage": "Új oldal létrehozása ebben a mappában",
"CMS.Duplicate": "Duplikál",
"CMS.EditPage": "Szerkeszt",
2017-04-28 04:02:46 +02:00
"CMS.RollbackToVersion": "Visszaállítja az oldal #%s verzióját?",
"CMS.ShowAsList": "Gyerekoldalak lista nézetben",
"CMS.ThisPageAndSubpages": "Csak ez az oldal és az alatta levő oldalak",
2024-05-08 00:45:31 +02:00
"CMS.ThisPageOnly": "Csak ez az oldal"
2015-06-19 08:25:53 +02:00
});
2016-01-21 02:22:35 +01:00
}