mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Update translations
This commit is contained in:
parent
23cd591ae6
commit
42bf3e0a56
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ar.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ar', {
|
||||
ss.i18n.addDictionary('ar', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "ستتم إزالة جميع الطلبات المقدمة بشكل دائم. المتابعة؟",
|
||||
"UserForms.ERROR_CREATING_FIELD": "خطأ في إنشاء الحقل",
|
||||
"UserForms.ADDING_FIELD": "إضافة حقل جديد",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ar_SA.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ar_SA', {
|
||||
ss.i18n.addDictionary('ar_SA', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/bg_BG.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('bg_BG', {
|
||||
ss.i18n.addDictionary('bg_BG', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/da_DK.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('da_DK', {
|
||||
ss.i18n.addDictionary('da_DK', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/de_DE.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('de_DE', {
|
||||
ss.i18n.addDictionary('de_DE', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Alle Einsendungen werden dauerhaft gelöscht. Wirklich fortfahren?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Fehler beim erstellen des Feldes",
|
||||
"UserForms.ADDING_FIELD": "Neues Feld hinzugefügt",
|
||||
|
@ -1,21 +1,23 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/en.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('en', {
|
||||
ss.i18n.addDictionary('en', {
|
||||
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.",
|
||||
"UserForms.ADDED_FIELD": "Added new field",
|
||||
"UserForms.ADDED_OPTION": "Added option",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
"UserForms.ADDING_OPTION": "Adding option",
|
||||
"UserForms.ADDING_RULE": "Adding rule",
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
"UserForms.ADDED_FIELD": "Added new field",
|
||||
"UserForms.HIDE_OPTIONS": "Hide options",
|
||||
"UserForms.SHOW_OPTIONS": "Show options",
|
||||
"UserForms.ADDING_OPTION": "Adding option",
|
||||
"UserForms.ADDED_OPTION": "Added option",
|
||||
"UserForms.ERROR_CREATING_OPTION": "Error creating option",
|
||||
"UserForms.REMOVED_OPTION": "Removed option",
|
||||
"UserForms.ADDING_RULE": "Adding rule",
|
||||
"UserForms.HIDE_OPTIONS": "Hide options",
|
||||
"UserForms.LEAVE_CONFIRMATION": "You have unsaved changes!",
|
||||
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later."
|
||||
"UserForms.REMOVED_OPTION": "Removed option",
|
||||
"UserForms.SHOW_OPTIONS": "Show options"
|
||||
});
|
||||
}
|
||||
}
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/en_GB.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('en_GB', {
|
||||
ss.i18n.addDictionary('en_GB', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/en_US.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('en_US', {
|
||||
ss.i18n.addDictionary('en_US', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/eo.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('eo', {
|
||||
ss.i18n.addDictionary('eo', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Ĉiuj sendaĵoj malaperos porĉiame. Ĉu daŭrigu?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Eraris kreante kampon",
|
||||
"UserForms.ADDING_FIELD": "Aldonas novan kampon",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/es_ES.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('es_ES', {
|
||||
ss.i18n.addDictionary('es_ES', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Se eliminarán todos los envíos. ¿Continuar?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error al crear campo",
|
||||
"UserForms.ADDING_FIELD": "Agregar un nuevo campo",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/es_MX.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('es_MX', {
|
||||
ss.i18n.addDictionary('es_MX', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/et_EE.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('et_EE', {
|
||||
ss.i18n.addDictionary('et_EE', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/fi_FI.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('fi_FI', {
|
||||
ss.i18n.addDictionary('fi_FI', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Kaikki lähetetyt viestit poistetaan pysyvästi. Jatketaanko?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Virhe luotaessa kenttää",
|
||||
"UserForms.ADDING_FIELD": "Lisätään uusi kenttä",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/fr_FR.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('fr_FR', {
|
||||
ss.i18n.addDictionary('fr_FR', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/hr_HR.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('hr_HR', {
|
||||
ss.i18n.addDictionary('hr_HR', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/id.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('id', {
|
||||
ss.i18n.addDictionary('id', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Semua pengiriman akan dihapus secara permanen. Lanjutkan?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ja.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ja', {
|
||||
ss.i18n.addDictionary('ja', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/mi.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('mi', {
|
||||
ss.i18n.addDictionary('mi', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Ka muku pūmautia ngā tukunga katoa. Me haere tonu?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Hapa hanga āpure",
|
||||
"UserForms.ADDING_FIELD": "Tāpiri āpure hou ana",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ms_MY.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ms_MY', {
|
||||
ss.i18n.addDictionary('ms_MY', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/nb_NO.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('nb_NO', {
|
||||
ss.i18n.addDictionary('nb_NO', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Alle innsendinger vil bli permanent fjernet. Vil du forsette?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "En feil skjedde ved opprettelse felt",
|
||||
"UserForms.ADDING_FIELD": "Legg til nytt felt",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/nl_NL.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('nl_NL', {
|
||||
ss.i18n.addDictionary('nl_NL', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Alle inzendingen zullen permanent worden verwijderd. Doorgaan?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Fout bij het maken optie",
|
||||
"UserForms.ADDING_FIELD": "Nieuw veld toe te voegen",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/pl_PL.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('pl_PL', {
|
||||
ss.i18n.addDictionary('pl_PL', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/pt_PT.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('pt_PT', {
|
||||
ss.i18n.addDictionary('pt_PT', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/ru_RU.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('ru_RU', {
|
||||
ss.i18n.addDictionary('ru_RU', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
22
javascript/lang/sk.js
Normal file
22
javascript/lang/sk.js
Normal file
@ -0,0 +1,22 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sk.js.
|
||||
// See https://github.com/tractorcow/cow 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('sk', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Všetky podané formuláre budú permanentne odstránené. Pokračovať?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Nastala chyba pri vytváraní poľa",
|
||||
"UserForms.ADDING_FIELD": "Pridávanie nového políčka",
|
||||
"UserForms.ADDED_FIELD": "Nové políčko pridané",
|
||||
"UserForms.HIDE_OPTIONS": "Skryť možnosti",
|
||||
"UserForms.SHOW_OPTIONS": "Zobraziť možnosti",
|
||||
"UserForms.ADDING_OPTION": "Pridávanie voľby/možnosti",
|
||||
"UserForms.ADDED_OPTION": "Voľba/možnosť pridaná",
|
||||
"UserForms.ERROR_CREATING_OPTION": "Nastala chyba pri vytváraní voľby/možnosti",
|
||||
"UserForms.REMOVED_OPTION": "Voľba/možnosť odstránená",
|
||||
"UserForms.ADDING_RULE": "Pravidlo priadné",
|
||||
"GRIDFIELD.ERRORINTRANSACTION": "Nastala chyba pri získavaní dát zo servera.\nProsím, skúste to neskôr."
|
||||
});
|
||||
}
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sr_RS.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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_RS', {
|
||||
ss.i18n.addDictionary('sr_RS', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,15 +1,15 @@
|
||||
{
|
||||
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.",
|
||||
"UserForms.ADDED_FIELD": "Added new field",
|
||||
"UserForms.ADDED_OPTION": "Added option",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
"UserForms.ADDING_OPTION": "Adding option",
|
||||
"UserForms.ADDING_RULE": "Adding rule",
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
"UserForms.ADDED_FIELD": "Added new field",
|
||||
"UserForms.HIDE_OPTIONS": "Hide options",
|
||||
"UserForms.SHOW_OPTIONS": "Show options",
|
||||
"UserForms.ADDING_OPTION": "Adding option",
|
||||
"UserForms.ADDED_OPTION": "Added option",
|
||||
"UserForms.ERROR_CREATING_OPTION": "Error creating option",
|
||||
"UserForms.REMOVED_OPTION": "Removed option",
|
||||
"UserForms.ADDING_RULE": "Adding rule",
|
||||
"UserForms.HIDE_OPTIONS": "Hide options",
|
||||
"UserForms.LEAVE_CONFIRMATION": "You have unsaved changes!",
|
||||
"GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later."
|
||||
}
|
||||
"UserForms.REMOVED_OPTION": "Removed option",
|
||||
"UserForms.SHOW_OPTIONS": "Show options"
|
||||
}
|
14
javascript/lang/src/sk.js
Normal file
14
javascript/lang/src/sk.js
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Všetky podané formuláre budú permanentne odstránené. Pokračovať?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Nastala chyba pri vytváraní poľa",
|
||||
"UserForms.ADDING_FIELD": "Pridávanie nového políčka",
|
||||
"UserForms.ADDED_FIELD": "Nové políčko pridané",
|
||||
"UserForms.HIDE_OPTIONS": "Skryť možnosti",
|
||||
"UserForms.SHOW_OPTIONS": "Zobraziť možnosti",
|
||||
"UserForms.ADDING_OPTION": "Pridávanie voľby/možnosti",
|
||||
"UserForms.ADDED_OPTION": "Voľba/možnosť pridaná",
|
||||
"UserForms.ERROR_CREATING_OPTION": "Nastala chyba pri vytváraní voľby/možnosti",
|
||||
"UserForms.REMOVED_OPTION": "Voľba/možnosť odstránená",
|
||||
"UserForms.ADDING_RULE": "Pravidlo priadné",
|
||||
"GRIDFIELD.ERRORINTRANSACTION": "Nastala chyba pri získavaní dát zo servera.\nProsím, skúste to neskôr."
|
||||
}
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/sv.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('sv', {
|
||||
ss.i18n.addDictionary('sv', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "Alla inskickade svar kommer att tas bort permanent. Vill du fortsätta?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Fel när fält skapades",
|
||||
"UserForms.ADDING_FIELD": "Lägger till nytt fält",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/tr_TR.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('tr_TR', {
|
||||
ss.i18n.addDictionary('tr_TR', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "All submissions will be permanently removed. Continue?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "Error creating field",
|
||||
"UserForms.ADDING_FIELD": "Adding new field",
|
||||
|
@ -1,9 +1,11 @@
|
||||
// This file was generated by silverstripe/cow from javascript/lang/src/zh.js.
|
||||
// See https://github.com/tractorcow/cow for details
|
||||
if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
||||
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
|
||||
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('zh', {
|
||||
ss.i18n.addDictionary('zh', {
|
||||
"UserForms.CONFIRM_DELETE_ALL_SUBMISSIONS": "所有提交将被永久删除。要继续吗?",
|
||||
"UserForms.ERROR_CREATING_FIELD": "创建字段时发生错误",
|
||||
"UserForms.ADDING_FIELD": "正在添加新字段",
|
||||
|
10
lang/en.yml
10
lang/en.yml
@ -57,6 +57,7 @@ en:
|
||||
DEFAULT: 'Default value'
|
||||
DEFAULTTOTODAY: 'Default to Today?'
|
||||
DELETE: Delete
|
||||
DISPLAY_RULES_DISABLED: 'Display rules are not enabled for required fields. Please uncheck "Is this field Required?" under "Validation" to re-enable.'
|
||||
DRAG: 'Drag to rearrange order of fields'
|
||||
ENTERQUESTION: 'Enter Question'
|
||||
EXTRACLASSA: 'Extra Styling/Layout'
|
||||
@ -119,8 +120,10 @@ en:
|
||||
SINGULARNAME: 'Member List Field'
|
||||
EditableMultipleOptionField:
|
||||
DEFAULT: 'Selected by default?'
|
||||
OPTIONSTAB: Options
|
||||
PLURALNAME: 'Editable Multiple Option Fields'
|
||||
SINGULARNAME: 'Editable Multiple Option Field'
|
||||
TITLE: Title
|
||||
EditableNumericField:
|
||||
PLURALNAME: 'Numeric Fields'
|
||||
RANGE: 'Allowed numeric range'
|
||||
@ -205,6 +208,8 @@ en:
|
||||
SENDEMAILTO: 'Send email to'
|
||||
SENDEMAILTO_DESCRIPTION: 'You may enter multiple email addresses as a comma separated list.'
|
||||
SENDIF: 'Send condition'
|
||||
SENDIFAND: 'All conditions are true'
|
||||
SENDIFOR: 'Any conditions are true'
|
||||
SENDPLAIN: 'Send email as plain text? (HTML will be stripped)'
|
||||
SHOWCLEARFORM: 'Show Clear Form Button'
|
||||
SINGULARNAME: 'User Defined Form'
|
||||
@ -216,6 +221,9 @@ en:
|
||||
TYPESUBJECT: 'Type subject'
|
||||
TYPETO: 'Type to address'
|
||||
UserDefinedForm_EmailRecipient:
|
||||
CUSTOMRULESTAB: 'Custom Rules'
|
||||
EMAILCONTENTTAB: 'Email Content'
|
||||
EMAILDETAILSTAB: 'Email Details'
|
||||
PLURALNAME: 'User Defined Form Email Recipients'
|
||||
SINGULARNAME: 'User Defined Form Email Recipient'
|
||||
UserDefinedForm_EmailRecipientCondition:
|
||||
@ -234,4 +242,6 @@ en:
|
||||
WRONG_GROUP_END: '''{name}'' found closes the wrong group ''{group}'''
|
||||
UserFormsGridFieldFilterHeader:
|
||||
FILTERSUBMISSIONS: 'Filter Submissions..'
|
||||
FROM: From
|
||||
TILL: Till
|
||||
WHEREVALUEIS: 'where value is..'
|
||||
|
237
lang/sk.yml
Normal file
237
lang/sk.yml
Normal file
@ -0,0 +1,237 @@
|
||||
sk:
|
||||
CustomRule:
|
||||
BLANK: Prázdne
|
||||
DELETE: Vymazať
|
||||
GREATERTHAN: 'Hodnotu väčšiu ako'
|
||||
GREATERTHANEQUAL: 'Hodnotu väčšiu alebo rovnú ako'
|
||||
HIDETHISFIELD: 'Skryť toto pole'
|
||||
IS: je/má
|
||||
LESSTHAN: 'Hodnotu menšiu ako'
|
||||
LESSTHANEQUAL: 'Hodnotu menšiu alebo rovnú ako'
|
||||
NOTBLANK: 'Vyplnené'
|
||||
NOTVALUE: 'Nie zadanú hodnotu'
|
||||
SHOWTHISFIELD: 'Zobraziť toto pole'
|
||||
VALUE: Zadanú hodnotu
|
||||
WHEN: ak pole
|
||||
EditableCheckbox:
|
||||
PLURALNAME: Zaškrtávacie polia (checkbox)
|
||||
SINGULARNAME: 'Zaškrtávacie pole (checkbox)'
|
||||
EditableCheckboxGroupField:
|
||||
PLURALNAME: 'Skupiny zaškrtávacích polí'
|
||||
SINGULARNAME: 'Skupina zaškrtávacích polí'
|
||||
EditableCountryDropdownField:
|
||||
PLURALNAME: 'Rozbaľovacie polia (výber krajiny)'
|
||||
SINGULARNAME: 'Rozbaľovacie pole (výber krajiny)'
|
||||
EditableCustomRule:
|
||||
PLURALNAME: 'Vlastné pravidlá'
|
||||
SINGULARNAME: 'Vlastne pravidlo'
|
||||
EditableDateField:
|
||||
PLURALNAME: 'Dátumové polia'
|
||||
SINGULARNAME: 'Dátumové pole'
|
||||
EditableDropdown:
|
||||
PLURALNAME: Rozbaľovacie polia
|
||||
SINGULARNAME: 'Rozbaľovacie pole'
|
||||
EditableEmailField:
|
||||
PLURALNAME: 'E-mailové polia'
|
||||
SINGULARNAME: 'E-mailové pole'
|
||||
EditableFieldGroup:
|
||||
PLURALNAME: 'Skupiny polí'
|
||||
SINGULARNAME: 'Skupina polí'
|
||||
EditableFieldGroupEnd:
|
||||
FIELD_GROUP_END: 'Koniec {group}'
|
||||
FIELD_GROUP_START: 'Skupina {group}'
|
||||
PLURALNAME: 'Konce skupiny polí'
|
||||
SINGULARNAME: 'Koniec skupiny polí'
|
||||
EditableFileField:
|
||||
PLURALNAME: 'Polia pre nahratie súboru'
|
||||
SINGULARNAME: 'Pole pre nahratie súboru'
|
||||
EditableFormField:
|
||||
ADD: Pridať
|
||||
ADDLabel: 'Pridať voľbu/možnosť'
|
||||
ADDRULE: 'Pridať pravidlo'
|
||||
BLANK: Prázdne
|
||||
CHECKEDBYDEFAULT: 'Zaškrtnuté v predvolenom režime?'
|
||||
CUSTOMERROR: 'Vlastná chybová správa'
|
||||
CUSTOMOPTIONS: Voľby/možnosti
|
||||
CUSTOMRULES: 'Vlastné pravidlá'
|
||||
DEFAULT: 'Predvolená hodnota'
|
||||
DEFAULTTOTODAY: 'Zobraziť v predvolenom režime na dnešný dátum?'
|
||||
DELETE: Vymazať
|
||||
DRAG: 'Ťahaním preskupiť poradie polí'
|
||||
ENTERQUESTION: 'Zadajte otázku'
|
||||
EXTRACLASSA: 'Extra úprava/vzhľad'
|
||||
EXTRACLASSB: 'Extra CSS triedy - viaceré triedy oddeľujte medzerou'
|
||||
EXTRACLASS_MULTIPLE: 'Jednotlivé CSS triedy oddeľte jednou medzerou'
|
||||
EXTRACLASS_SELECT: 'Vyberte si zo zoznamu povolených štýlov'
|
||||
EXTRACLASS_TITLE: 'Extra úprava/vzhľad'
|
||||
EXTRACLASS_Title: 'Extra CSS triedy'
|
||||
FIELDCONFIGURATION: 'Konfigurácia poľa'
|
||||
FIELDONDEFAULT: 'Pole v predvolenom režime'
|
||||
GREATERTHAN: 'Hodnotu väčšiu ako'
|
||||
GREATERTHANEQUAL: 'Hodnotu väčšiu alebo rovnú ako'
|
||||
GROUP: Skupina
|
||||
HIDE: Skryť
|
||||
HIDETHISFIELD: 'Skryť toto pole'
|
||||
IS: je/má
|
||||
LESSTHAN: 'Hodnotu menšiu ako'
|
||||
LESSTHANEQUAL: 'Hodnotu menšiu alebo rovnú ako'
|
||||
LOCKED: 'Tieto polia nie je možné meniť'
|
||||
MAXVALUE: 'Maximálna hodnota'
|
||||
MINVALUE: 'Minimálna hodnota'
|
||||
'NO': ' Nie'
|
||||
NOTBLANK: 'Vyplnené'
|
||||
NOTVALUE: 'Nie zadanú hodnotu'
|
||||
OPTIONS: Voľba/možnosť
|
||||
PLURALNAME: 'Formulárové polia'
|
||||
REQUIRED: 'Je pole povinné/vyžadované?'
|
||||
REQUIRED_DESCRIPTION: 'Všimnite si prosím, že podmienené polia nemôžu byť vyžadované.'
|
||||
RIGHTTITLE: 'Popis vpravo'
|
||||
SHOW: Zobraziť
|
||||
SHOWONLOAD: 'Počiatočná viditeľnosť pred spracovaním týchto pravidiel'
|
||||
SHOWOPTIONS: 'Zobraziť možnosti'
|
||||
SHOWTHISFIELD: 'Zobraziť toto pole'
|
||||
SINGULARNAME: 'Formulárové pole'
|
||||
TITLE: Titulok
|
||||
TYPE: Typ
|
||||
VALIDATION: Validácia
|
||||
VALUE: Zadanú hodnotu
|
||||
WHEN: ak pole
|
||||
'YES': 'Áno'
|
||||
EditableFormFieldValidator:
|
||||
REQUIRED_ERROR: 'Formulárové polia nemôžu byť vyžadované, ak majú podmienené pravidlá zobrazenia.'
|
||||
EditableFormHeading:
|
||||
LEVEL: 'Úroveň nadpisu'
|
||||
PLURALNAME: Nadpisy
|
||||
SINGULARNAME: Nadpis
|
||||
EditableFormStep:
|
||||
PLURALNAME: 'Zlomy strán'
|
||||
SINGULARNAME: 'Zlom strany'
|
||||
STEP_TITLE: 'Strana {page}'
|
||||
TITLE_FIRST: 'Prvá strana'
|
||||
EditableLiteralField:
|
||||
CONTENT: HTML
|
||||
HIDEFROMREPORT: 'Skryť z reportu?'
|
||||
HIDELABEL: 'Skryť titulok na FrontEnd-e?'
|
||||
PLURALNAME: 'HTML bloky'
|
||||
SINGULARNAME: 'HTML blok'
|
||||
EditableMemberListField:
|
||||
PLURALNAME: 'Polia zoznamu členov'
|
||||
SINGULARNAME: 'Pole zoznamu členov'
|
||||
EditableMultipleOptionField:
|
||||
DEFAULT: 'Vybrané v predvolenom režime?'
|
||||
PLURALNAME: 'Polia s viacerými možnosťami'
|
||||
SINGULARNAME: 'Pole s viacerými možnosťami'
|
||||
EditableNumericField:
|
||||
PLURALNAME: 'Numerické/číselné polia'
|
||||
RANGE: 'Povolený rozsah'
|
||||
RANGE_TO: do
|
||||
SINGULARNAME: 'Numerické/číselné pole'
|
||||
EditableOption:
|
||||
DELETE: 'Odstráň túto možnosť'
|
||||
DRAG: 'Ťahaním preskupiť poradie polí'
|
||||
LOCKED: 'Tieto polia nie je možné meniť'
|
||||
PLURALNAME: 'Možnosti'
|
||||
SINGULARNAME: 'Možnosť'
|
||||
EditableRadioField:
|
||||
PLURALNAME: 'Prepínacie polia (radio)'
|
||||
SINGULARNAME: 'Prepínacie pole (radio)'
|
||||
EditableTextField:
|
||||
NUMBERROWS: 'Počet riadkov'
|
||||
NUMBERROWS_DESCRIPTION: 'Políčka s viac ako jedným riadkom sú generované ako textarea.'
|
||||
PLACEHOLDER: Zástupná/Ukážková hodnota (placeholder)
|
||||
PLURALNAME: 'Textové polia'
|
||||
RANGE_TO: do
|
||||
SINGULARNAME: 'Textové pole'
|
||||
TEXTLENGTH: 'Povolená dĺžka textu'
|
||||
EditableUploadField:
|
||||
SELECTUPLOADFOLDER: 'Priečinok na nahrávanie súborov'
|
||||
FieldEditor:
|
||||
ADD: Pridať
|
||||
SELECTAFIELD: 'Vyberte pole'
|
||||
Form:
|
||||
FIELDISREQUIRED: '%s je vyžadované'
|
||||
GridField:
|
||||
Filter: Filter
|
||||
ResetFilter: Reset
|
||||
SiteTree:
|
||||
PLURALNAME: Stránky
|
||||
SINGULARNAME: Stránka
|
||||
SubmittedFileField:
|
||||
DOWNLOADFILE: 'Stiahnuť súbor'
|
||||
PLURALNAME: 'Pole s odoslanými súbormi'
|
||||
SINGULARNAME: 'Pole s odoslaným súborom'
|
||||
SubmittedForm:
|
||||
PLURALNAME: 'Odoslané formuláre'
|
||||
SINGULARNAME: 'Odoslaný formulár'
|
||||
SubmittedFormField:
|
||||
PLURALNAME: 'Odoslané formulárové polia'
|
||||
SINGULARNAME: 'Odoslané formulárove pole'
|
||||
UserDefinedForm:
|
||||
ADDEMAILRECIPIENT: 'Pridať príjemcu'
|
||||
CLEARBUTTON: Vyčistiť
|
||||
CONFIGURATION: Konfigurácia
|
||||
DESCRIPTION: 'Umožňuje vytvoriť užívateľom definovaný formulár.'
|
||||
DISABLEAUTHENICATEDFINISHACTION: 'Zakázať autentifikáciu po odoslaní formulára?'
|
||||
DISABLECSRFSECURITYTOKEN: 'Zakázať CSRF token?'
|
||||
DISPLAYERRORMESSAGESATTOP: 'Zobrazovať chybové hlásenia nad formulárom?'
|
||||
EMAILADDRESS: E-mail
|
||||
EMAILBODY: Správa
|
||||
EMAILBODYHTML: Správa
|
||||
EMAILFROM: Od
|
||||
EMAILRECIPIENTS: 'Príjemcovia'
|
||||
EMAILSUBJECT: 'Predmet'
|
||||
EMAILTEMPLATE: 'E-mailová šablóna'
|
||||
ENABLELIVEVALIDATION: 'Povoliť živú validáciu?'
|
||||
EmailFromContent: 'Políčko "E-mail odosielateľa" umožňuje nastaviť adresu, od koho príde e-mail. Na väčšine serverov musí mať táto adresa nastavenú rovnakú doménu ako je doména stránky. Napr. na stránke mojastranka.sk musí byť táto adresa nieco@mojastranka.sk. Avšak ako "Odpoveď na" môžete zadať ľubovoľnú e-mailovú adresu, na ktorú príde odpoveď.'
|
||||
FIELDS: Políčka
|
||||
FORM: Formulár
|
||||
FROMADDRESS: 'E-mail odosielateľa'
|
||||
FileUploadWarning: 'Súbory nahraté pomocou tohto políčka môžu byť verejné prístupné, pokiaľ je známa presná URL adresa.'
|
||||
HIDEFIELDLABELS: 'Skyť popisky (menovky) polí?'
|
||||
HIDEFORMDATA: 'Skryť dáta z e-mailu?'
|
||||
ONCOMPLETELABEL: 'Správa po odoslaní formulára'
|
||||
ORSELECTAFIELDTOUSEASFROM: '... alebo vyberte poľe, ktoré sa použije na odpoveď'
|
||||
ORSELECTAFIELDTOUSEASTO: '... alebo vyberte poľe, ktoré sa použije ako E-mail príjemcu'
|
||||
PLURALNAME: 'Jednoduché formuláre'
|
||||
PREVIEW_EMAIL: 'Náhľad e-mailu'
|
||||
PREVIEW_EMAIL_DESCRIPTION: 'Poznámka: Neuložené zmeny sa v náhľade nezobrazujú.'
|
||||
PREVIEW_EMAIL_UNAVAILABLE: 'Akonáhle uložite príjemcu, budete si môcť pozrieť ako bude vyzerať tento e-mail.'
|
||||
RECIPIENTS: Príjemcovia
|
||||
REPLYADDRESS: 'Odpoveď na'
|
||||
REPLYADDRESS_DESCRIPTION: 'E-mailová adresa, na ktorú príde odpoveď od príjemcu.'
|
||||
RulesDescription: 'E-maily budú zasielane príjemcovi len vtedy, ak sú splnené vlastné pravidlá. Ak pravidlá nie sú definované, príjemca bude dostávať e-maily pri každom podanom formulári.'
|
||||
SAVESUBMISSIONS: 'Zakázať ukladanie odoslaných formulárov na server?'
|
||||
SELECTAFIELDTOSETSUBJECT: '... alebo vyber poľe, ktoré sa použije ako predmet'
|
||||
SENDEMAILTO: 'E-mail príjemcu'
|
||||
SENDEMAILTO_DESCRIPTION: 'Môžete zadať viac e-mailových adries, pričom jednotlivé adresy oddeľujte čiarkou.'
|
||||
SENDIF: 'Podmienka poslania'
|
||||
SENDPLAIN: 'Poslať e-mail ako obyčajný text? (HTML značky budú odstránené)'
|
||||
SHOWCLEARFORM: 'Zobraziť resetovacie tlačidlo?'
|
||||
SINGULARNAME: 'Jednoduchý formulár'
|
||||
SUBMISSIONS: Podané formuláre
|
||||
SUBMITBUTTON: Odoslať
|
||||
TEXTONCLEAR: 'Text na tlačidle RESET:'
|
||||
TEXTONSUBMIT: 'Text na tlačidle ODOSLAŤ:'
|
||||
TYPEREPLY: 'Napíšte adresu'
|
||||
TYPESUBJECT: 'Napíšte predmet'
|
||||
TYPETO: 'Napíšte adresu'
|
||||
UserDefinedForm_EmailRecipient:
|
||||
PLURALNAME: 'Užívateľom definovaný formulár - príjemcovia e-mailu'
|
||||
SINGULARNAME: 'Užívateľom definovaný formulár - príjemca e-mailu'
|
||||
UserDefinedForm_EmailRecipientCondition:
|
||||
PLURALNAME: 'Užívateľom definovaný formulár - podmienky príjemcu e-mailu'
|
||||
SINGULARNAME: 'Užívateľom definovaný formulár - podmienka príjemcu e-mailu'
|
||||
UserFormFieldEditorExtension:
|
||||
ADD_FIELD: 'Pridať políčko'
|
||||
ADD_FIELD_GROUP: 'Pridať obaľovaciu skupinu'
|
||||
ADD_PAGE_BREAK: 'Pridať ďalšiu stranu'
|
||||
FORMFIELDS: 'Formulár'
|
||||
UserFormValidator:
|
||||
CONDITIONAL_REQUIRED: 'Vyžadované pole ''{name}'' nemôže byť umiestnené do podmienenej stránky'
|
||||
NO_PAGE: 'Pole ''{name}'' nájdené pred akoukoľvek stránkou'
|
||||
UNEXPECTED_BREAK: 'Neočakávaný zlom strany ''{name}'' vnútri obaľovacej skupiny ''{group}'''
|
||||
UNEXPECTED_GROUP_END: '''{name}'' nájdený bez odpovedajúcho začiatku'
|
||||
WRONG_GROUP_END: '''{name}'' nájdený vrámci zle uzatvorenej obaľovacej skupiny ''{group}'''
|
||||
UserFormsGridFieldFilterHeader:
|
||||
FILTERSUBMISSIONS: 'Filtrovať ...'
|
||||
WHEREVALUEIS: 'kde hodnota je ...'
|
Loading…
x
Reference in New Issue
Block a user