diff --git a/l10n/es.js b/l10n/es.js index 926be0a..8339c84 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -46,6 +46,7 @@ OC.L10N.register( "Toggle settings" : "Marcar/desmarcar configuraciones", "Form title" : "Título del formulario", "Description" : "Descripción", + "Required questions" : "Preguntas requeridas", "Add a question" : "Añadir una pregunta", "There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva", "There was an error while removing the question" : "Ha habido un error al eliminar la pregunta", diff --git a/l10n/es.json b/l10n/es.json index 854a66e..51552fd 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -44,6 +44,7 @@ "Toggle settings" : "Marcar/desmarcar configuraciones", "Form title" : "Título del formulario", "Description" : "Descripción", + "Required questions" : "Preguntas requeridas", "Add a question" : "Añadir una pregunta", "There was an error while adding the new question" : "Ha habido un error al añadir la pregunta nueva", "There was an error while removing the question" : "Ha habido un error al eliminar la pregunta", diff --git a/l10n/tr.js b/l10n/tr.js index 1392892..1234d5b 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -46,6 +46,7 @@ OC.L10N.register( "Toggle settings" : "Ayarları değiştir", "Form title" : "Form başlığı", "Description" : "Açıklama", + "Required questions" : "Zorunlu sorular", "Add a question" : "Bir soru ekle", "There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı", "There was an error while removing the question" : "Soru silinirken bir sorun çıktı", diff --git a/l10n/tr.json b/l10n/tr.json index 542e495..36a278c 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -44,6 +44,7 @@ "Toggle settings" : "Ayarları değiştir", "Form title" : "Form başlığı", "Description" : "Açıklama", + "Required questions" : "Zorunlu sorular", "Add a question" : "Bir soru ekle", "There was an error while adding the new question" : "Yeni soru eklenirken bir sorun çıktı", "There was an error while removing the question" : "Soru silinirken bir sorun çıktı",