diff --git a/javascript/lang/ar.js b/javascript/lang/ar.js index 2cd5a2466..9b24bcc29 100644 --- a/javascript/lang/ar.js +++ b/javascript/lang/ar.js @@ -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": "إضافة حقل جديد", diff --git a/javascript/lang/ar_SA.js b/javascript/lang/ar_SA.js index dc3fc8048..9c52e4ccc 100644 --- a/javascript/lang/ar_SA.js +++ b/javascript/lang/ar_SA.js @@ -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", diff --git a/javascript/lang/bg_BG.js b/javascript/lang/bg_BG.js index 9ccf4e3c1..1a20e7c83 100644 --- a/javascript/lang/bg_BG.js +++ b/javascript/lang/bg_BG.js @@ -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", diff --git a/javascript/lang/da_DK.js b/javascript/lang/da_DK.js index fbbb30401..62ad162c5 100644 --- a/javascript/lang/da_DK.js +++ b/javascript/lang/da_DK.js @@ -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", diff --git a/javascript/lang/de_DE.js b/javascript/lang/de_DE.js index dd0213a34..f95b2cedd 100644 --- a/javascript/lang/de_DE.js +++ b/javascript/lang/de_DE.js @@ -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", diff --git a/javascript/lang/en.js b/javascript/lang/en.js index d11a2b23b..561e95131 100644 --- a/javascript/lang/en.js +++ b/javascript/lang/en.js @@ -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', { - "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", + 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.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_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.ERROR_CREATING_OPTION": "Error creating option", + "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" }); -} +} \ No newline at end of file diff --git a/javascript/lang/en_GB.js b/javascript/lang/en_GB.js index d9529d35d..d873533a1 100644 --- a/javascript/lang/en_GB.js +++ b/javascript/lang/en_GB.js @@ -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", diff --git a/javascript/lang/en_US.js b/javascript/lang/en_US.js index 657772b9b..b1e1ef41e 100644 --- a/javascript/lang/en_US.js +++ b/javascript/lang/en_US.js @@ -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", diff --git a/javascript/lang/eo.js b/javascript/lang/eo.js index 51e5f7e6f..2fe6210ac 100644 --- a/javascript/lang/eo.js +++ b/javascript/lang/eo.js @@ -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", diff --git a/javascript/lang/es_ES.js b/javascript/lang/es_ES.js index defd12af9..b634fa4b9 100644 --- a/javascript/lang/es_ES.js +++ b/javascript/lang/es_ES.js @@ -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", diff --git a/javascript/lang/es_MX.js b/javascript/lang/es_MX.js index 0571dd4e2..55c70baca 100644 --- a/javascript/lang/es_MX.js +++ b/javascript/lang/es_MX.js @@ -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", diff --git a/javascript/lang/et_EE.js b/javascript/lang/et_EE.js index 38fa8d76b..69fb9fb06 100644 --- a/javascript/lang/et_EE.js +++ b/javascript/lang/et_EE.js @@ -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", diff --git a/javascript/lang/fi_FI.js b/javascript/lang/fi_FI.js index 9ebd4527a..7cad23cf0 100644 --- a/javascript/lang/fi_FI.js +++ b/javascript/lang/fi_FI.js @@ -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ä", diff --git a/javascript/lang/fr_FR.js b/javascript/lang/fr_FR.js index 930ad3495..ca00a7f8a 100644 --- a/javascript/lang/fr_FR.js +++ b/javascript/lang/fr_FR.js @@ -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", diff --git a/javascript/lang/hr_HR.js b/javascript/lang/hr_HR.js index 55c94fd35..e9ce9103a 100644 --- a/javascript/lang/hr_HR.js +++ b/javascript/lang/hr_HR.js @@ -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", diff --git a/javascript/lang/id.js b/javascript/lang/id.js index 4f49ee6d8..e16287768 100644 --- a/javascript/lang/id.js +++ b/javascript/lang/id.js @@ -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", diff --git a/javascript/lang/ja.js b/javascript/lang/ja.js index 91faf858d..c76490236 100644 --- a/javascript/lang/ja.js +++ b/javascript/lang/ja.js @@ -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", diff --git a/javascript/lang/mi.js b/javascript/lang/mi.js index 19c87cf81..16fc6d1ec 100644 --- a/javascript/lang/mi.js +++ b/javascript/lang/mi.js @@ -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", diff --git a/javascript/lang/ms_MY.js b/javascript/lang/ms_MY.js index 9eee39bc2..6de7d25b7 100644 --- a/javascript/lang/ms_MY.js +++ b/javascript/lang/ms_MY.js @@ -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", diff --git a/javascript/lang/nb_NO.js b/javascript/lang/nb_NO.js index 294f5ba0d..1781e976d 100644 --- a/javascript/lang/nb_NO.js +++ b/javascript/lang/nb_NO.js @@ -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", diff --git a/javascript/lang/nl_NL.js b/javascript/lang/nl_NL.js index 58de5b7a4..3cab86c24 100644 --- a/javascript/lang/nl_NL.js +++ b/javascript/lang/nl_NL.js @@ -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", diff --git a/javascript/lang/pl_PL.js b/javascript/lang/pl_PL.js index c50333b38..ffaa86d12 100644 --- a/javascript/lang/pl_PL.js +++ b/javascript/lang/pl_PL.js @@ -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", diff --git a/javascript/lang/pt_PT.js b/javascript/lang/pt_PT.js index ca1d66e65..6b5428626 100644 --- a/javascript/lang/pt_PT.js +++ b/javascript/lang/pt_PT.js @@ -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", diff --git a/javascript/lang/ru_RU.js b/javascript/lang/ru_RU.js index 8733f705f..f63b37a37 100644 --- a/javascript/lang/ru_RU.js +++ b/javascript/lang/ru_RU.js @@ -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", diff --git a/javascript/lang/sk.js b/javascript/lang/sk.js new file mode 100644 index 000000000..3d662fd88 --- /dev/null +++ b/javascript/lang/sk.js @@ -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." +}); +} \ No newline at end of file diff --git a/javascript/lang/sr_RS.js b/javascript/lang/sr_RS.js index bb216b446..1ff1d89a9 100644 --- a/javascript/lang/sr_RS.js +++ b/javascript/lang/sr_RS.js @@ -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", diff --git a/javascript/lang/src/en.js b/javascript/lang/src/en.js index c8a4306c6..c0e2f3fac 100644 --- a/javascript/lang/src/en.js +++ b/javascript/lang/src/en.js @@ -1,15 +1,15 @@ { - "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", + "GRIDFIELD.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.", "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_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.ERROR_CREATING_OPTION": "Error creating option", + "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" +} \ No newline at end of file diff --git a/javascript/lang/src/sk.js b/javascript/lang/src/sk.js new file mode 100644 index 000000000..92a859560 --- /dev/null +++ b/javascript/lang/src/sk.js @@ -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." +} \ No newline at end of file diff --git a/javascript/lang/sv.js b/javascript/lang/sv.js index 5da309d6c..7e11268f6 100644 --- a/javascript/lang/sv.js +++ b/javascript/lang/sv.js @@ -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", diff --git a/javascript/lang/tr_TR.js b/javascript/lang/tr_TR.js index ef9f5ceff..2d384f7fb 100644 --- a/javascript/lang/tr_TR.js +++ b/javascript/lang/tr_TR.js @@ -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", diff --git a/javascript/lang/zh.js b/javascript/lang/zh.js index 2aadf8aef..ed94ff298 100644 --- a/javascript/lang/zh.js +++ b/javascript/lang/zh.js @@ -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": "正在添加新字段", diff --git a/lang/en.yml b/lang/en.yml index a65acfb79..f4a658963 100644 --- a/lang/en.yml +++ b/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..' diff --git a/lang/sk.yml b/lang/sk.yml new file mode 100644 index 000000000..ec4e85abf --- /dev/null +++ b/lang/sk.yml @@ -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 ...'