Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed May 18, 2016
1 parent 23cd591 commit 42bf3e0
Show file tree
Hide file tree
Showing 33 changed files with 443 additions and 104 deletions.
8 changes: 5 additions & 3 deletions javascript/lang/ar.js
Original file line number Diff line number Diff line change
@@ -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": "إضافة حقل جديد",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/ar_SA.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/bg_BG.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/da_DK.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/de_DE.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
28 changes: 15 additions & 13 deletions javascript/lang/en.js
Original file line number Diff line number Diff line change
@@ -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"
});
}
}
8 changes: 5 additions & 3 deletions javascript/lang/en_GB.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/en_US.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/eo.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/es_ES.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/es_MX.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/et_EE.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/fi_FI.js
Original file line number Diff line number Diff line change
@@ -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ä",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/fr_FR.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/hr_HR.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/id.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/ja.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/mi.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/ms_MY.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/nb_NO.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/nl_NL.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 5 additions & 3 deletions javascript/lang/pl_PL.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 42bf3e0

Please sign in to comment.