diff --git a/l10n/cs.js b/l10n/cs.js index b080ca9..6c52fe3 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -32,8 +32,10 @@ OC.L10N.register( "Delete question" : "Smazat otázku", "Error while saving question" : "Chyba při ukládání otázky", "A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“", + "Long answer text" : "Dlouhý text odpovědi", "Add a new answer" : "Přidat novou odpověď", "A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“", + "Short answer text" : "Text krátké odpovědi", "Group" : "Group", "Loading {title} …" : "Načítání {title} …", "Toggle settings" : "Přepnout nastavení", diff --git a/l10n/cs.json b/l10n/cs.json index 5a052fe..1a45ee3 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -30,8 +30,10 @@ "Delete question" : "Smazat otázku", "Error while saving question" : "Chyba při ukládání otázky", "A long answer for the question “{text}”" : "Dlouhá odpověď na otázku „{text}“", + "Long answer text" : "Dlouhý text odpovědi", "Add a new answer" : "Přidat novou odpověď", "A short answer for the question “{text}”" : "Krátká odpověď na otázku „{text}“", + "Short answer text" : "Text krátké odpovědi", "Group" : "Group", "Loading {title} …" : "Načítání {title} …", "Toggle settings" : "Přepnout nastavení", diff --git a/l10n/de.js b/l10n/de.js index 162c9a8..d0b3ca5 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -46,12 +46,12 @@ OC.L10N.register( "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "Error while saving form" : "Fehler beim Speichern des Formulars", - "Loading responses …" : "Antworten laden…", + "Loading responses …" : "Antworten laden …", "Back to form" : "Zurück zum Formular", "Responses for {title}" : "Antworten zu {title}", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", - "Export to CSV" : "In CSV exportieren", + "Export to CSV" : "Als CSV exportieren", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/de.json b/l10n/de.json index 75a460d..aa95524 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -44,12 +44,12 @@ "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", "Error while saving form" : "Fehler beim Speichern des Formulars", - "Loading responses …" : "Antworten laden…", + "Loading responses …" : "Antworten laden …", "Back to form" : "Zurück zum Formular", "Responses for {title}" : "Antworten zu {title}", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", - "Export to CSV" : "In CSV exportieren", + "Export to CSV" : "Als CSV exportieren", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 0a6c9ce..fe50910 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -45,13 +45,13 @@ OC.L10N.register( "New question" : "Neue Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", - "Error while saving form" : "Fehler beim speichern des Formulars", - "Loading responses …" : "Antworten laden…", + "Error while saving form" : "Fehler beim Speichern des Formulars", + "Loading responses …" : "Antworten laden …", "Back to form" : "Zurück zum Formular", "Responses for {title}" : "Antworten zu {title}", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", - "Export to CSV" : "In CSV exportieren", + "Export to CSV" : "Als CSV exportieren", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 882345a..837e057 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -43,13 +43,13 @@ "New question" : "Neue Frage", "There was an error while adding the new question" : "Es gab einen Fehler beim Hinzufügen der neuen Frage", "There was an error while removing the question" : "Es gab einen Fehler beim Löschen der Frage", - "Error while saving form" : "Fehler beim speichern des Formulars", - "Loading responses …" : "Antworten laden…", + "Error while saving form" : "Fehler beim Speichern des Formulars", + "Loading responses …" : "Antworten laden …", "Back to form" : "Zurück zum Formular", "Responses for {title}" : "Antworten zu {title}", "No responses yet" : "Bis jetzt noch keine Antworten", "Results of submitted forms will show up here" : "Die Ergebnisse von eingereichten Formularen werden hier angezeigt", - "Export to CSV" : "In CSV exportieren", + "Export to CSV" : "Als CSV exportieren", "There was an error while loading results" : "Es gab einen Fehler beim Laden der Ergebnisse", "Settings" : "Einstellungen", "Anonymous responses" : "Anonyme Antworten", diff --git a/l10n/it.js b/l10n/it.js index 6143704..097dbfd 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -28,6 +28,7 @@ OC.L10N.register( "Question number {index}" : "Domanda numero {index}", "Drag to reorder the questions" : "Trascina per riordinare le domande", "Enter a title for this question" : "Digita un titolo per questa domanda", + "Title of question number {index}" : "Titolo della domanda numero {index}", "Delete question" : "Elimina domanda", "Error while saving question" : "Errore durante il salvataggio della domanda", "A long answer for the question “{text}”" : "Una risposta lunga per la domanda “{text}”", @@ -38,7 +39,9 @@ OC.L10N.register( "Group" : "Gruppo", "Loading {title} …" : "Caricamento {title}…", "Toggle settings" : "Commuta le impostazioni", + "Form title" : "Titolo del modulo", "Description" : "Descrizione", + "Add a question" : "Aggiungi una domanda", "New question" : "Nuova domanda", "There was an error while adding the new question" : "Si è verificato un errore durante l'aggiunta della nuova domanda", "There was an error while removing the question" : "Si è verificato un errore durante la rimozione della domanda", @@ -63,6 +66,7 @@ OC.L10N.register( "Submit" : "Invia", "Submit form" : "Invia modulo", "Submitting form …" : "Invio del modulo…", + "Thank you for completing the form!" : "Grazie per aver completato il modulo!", "There was an error submitting the form" : "Si è verificato un errore durante l'invio del modulo", "Multiple choice" : "Scelta multipla", "Checkboxes" : "Caselle di selezione", @@ -70,6 +74,7 @@ OC.L10N.register( "Long text" : "Testo lungo", "Form Expired" : "Modulo scaduto", "This Form has expired and is no longer taking answers" : "Questo modulo è scaduto e non accetta più risposte", - "Form not found" : "Modulo non trovato" + "Form not found" : "Modulo non trovato", + "This form does not exist" : "Questo modulo non esiste" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/it.json b/l10n/it.json index 645a0e9..5e1bd38 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -26,6 +26,7 @@ "Question number {index}" : "Domanda numero {index}", "Drag to reorder the questions" : "Trascina per riordinare le domande", "Enter a title for this question" : "Digita un titolo per questa domanda", + "Title of question number {index}" : "Titolo della domanda numero {index}", "Delete question" : "Elimina domanda", "Error while saving question" : "Errore durante il salvataggio della domanda", "A long answer for the question “{text}”" : "Una risposta lunga per la domanda “{text}”", @@ -36,7 +37,9 @@ "Group" : "Gruppo", "Loading {title} …" : "Caricamento {title}…", "Toggle settings" : "Commuta le impostazioni", + "Form title" : "Titolo del modulo", "Description" : "Descrizione", + "Add a question" : "Aggiungi una domanda", "New question" : "Nuova domanda", "There was an error while adding the new question" : "Si è verificato un errore durante l'aggiunta della nuova domanda", "There was an error while removing the question" : "Si è verificato un errore durante la rimozione della domanda", @@ -61,6 +64,7 @@ "Submit" : "Invia", "Submit form" : "Invia modulo", "Submitting form …" : "Invio del modulo…", + "Thank you for completing the form!" : "Grazie per aver completato il modulo!", "There was an error submitting the form" : "Si è verificato un errore durante l'invio del modulo", "Multiple choice" : "Scelta multipla", "Checkboxes" : "Caselle di selezione", @@ -68,6 +72,7 @@ "Long text" : "Testo lungo", "Form Expired" : "Modulo scaduto", "This Form has expired and is no longer taking answers" : "Questo modulo è scaduto e non accetta più risposte", - "Form not found" : "Modulo non trovato" + "Form not found" : "Modulo non trovato", + "This form does not exist" : "Questo modulo non esiste" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js index 3762479..901108d 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -20,6 +20,7 @@ OC.L10N.register( "Copy share link" : "Скопировать ссылку", "Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?", "Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»", + "An answer for the {index} option" : "Ответ для опции {index}", "Answer number {index}" : "Ответ номер {index}", "Delete answer" : "Удалить ответ", "There was an issue deleting this option" : "При удалении этой опции возникла проблема", @@ -31,8 +32,10 @@ OC.L10N.register( "Delete question" : "Удалить вопрос", "Error while saving question" : "Ошибка при сохранении вопроса", "A long answer for the question “{text}”" : "Длинный ответ для вопроса “{text}”", + "Long answer text" : "Полный текст ответа", "Add a new answer" : "Добавить новый ответ", "A short answer for the question “{text}”" : "Короткий ответ на вопрос “{text}”", + "Short answer text" : "Краткий текст ответа", "Group" : "Группа", "Loading {title} …" : "Загрузка {title} …", "Toggle settings" : "Настройки переключения", @@ -55,6 +58,7 @@ OC.L10N.register( "Only allow one response per user" : "Разрешить только один ответ на пользователя", "Set expiration date" : "Установить срок действия", "Sharing" : "Параметры публикации", + "Show to all users of this instance" : "Показать всем пользователям этого образца", "Share link" : "Предоставление общего доступа по ссылке", "Choose users to share with" : "Выберите пользователей для приглашения", "Name of user or group" : "Имя пользователя или группы", @@ -64,11 +68,11 @@ OC.L10N.register( "Submitting form …" : "Сохранение формы...", "Thank you for completing the form!" : "Спасибо за заполнение формы!", "There was an error submitting the form" : "При отправке формы произошла ошибка", - "Multiple choice" : "Множественный выбор", - "Checkboxes" : "Чекбоксы", + "Multiple choice" : "Один из списка", + "Checkboxes" : "Несколько из списка", "Short answer" : "Короткий ответ", "Long text" : "Длинный ответ", - "Form Expired" : "Форма закончилась", + "Form Expired" : "Опрос закончился", "This Form has expired and is no longer taking answers" : "Срок действия этой формы истек, и ответы больше не принимаются.", "Form not found" : "Форма не найдена", "This form does not exist" : "Эта форма не существует" diff --git a/l10n/ru.json b/l10n/ru.json index 8c227d8..f51156c 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -18,6 +18,7 @@ "Copy share link" : "Скопировать ссылку", "Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?", "Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»", + "An answer for the {index} option" : "Ответ для опции {index}", "Answer number {index}" : "Ответ номер {index}", "Delete answer" : "Удалить ответ", "There was an issue deleting this option" : "При удалении этой опции возникла проблема", @@ -29,8 +30,10 @@ "Delete question" : "Удалить вопрос", "Error while saving question" : "Ошибка при сохранении вопроса", "A long answer for the question “{text}”" : "Длинный ответ для вопроса “{text}”", + "Long answer text" : "Полный текст ответа", "Add a new answer" : "Добавить новый ответ", "A short answer for the question “{text}”" : "Короткий ответ на вопрос “{text}”", + "Short answer text" : "Краткий текст ответа", "Group" : "Группа", "Loading {title} …" : "Загрузка {title} …", "Toggle settings" : "Настройки переключения", @@ -53,6 +56,7 @@ "Only allow one response per user" : "Разрешить только один ответ на пользователя", "Set expiration date" : "Установить срок действия", "Sharing" : "Параметры публикации", + "Show to all users of this instance" : "Показать всем пользователям этого образца", "Share link" : "Предоставление общего доступа по ссылке", "Choose users to share with" : "Выберите пользователей для приглашения", "Name of user or group" : "Имя пользователя или группы", @@ -62,11 +66,11 @@ "Submitting form …" : "Сохранение формы...", "Thank you for completing the form!" : "Спасибо за заполнение формы!", "There was an error submitting the form" : "При отправке формы произошла ошибка", - "Multiple choice" : "Множественный выбор", - "Checkboxes" : "Чекбоксы", + "Multiple choice" : "Один из списка", + "Checkboxes" : "Несколько из списка", "Short answer" : "Короткий ответ", "Long text" : "Длинный ответ", - "Form Expired" : "Форма закончилась", + "Form Expired" : "Опрос закончился", "This Form has expired and is no longer taking answers" : "Срок действия этой формы истек, и ответы больше не принимаются.", "Form not found" : "Форма не найдена", "This form does not exist" : "Эта форма не существует" diff --git a/l10n/tr.js b/l10n/tr.js index ed3d56e..acfd3aa 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -32,8 +32,10 @@ OC.L10N.register( "Delete question" : "Soruyu sil", "Error while saving question" : "Soru silinirken sorun çıktı", "A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt", + "Long answer text" : "Uzun yanıt metni", "Add a new answer" : "Yeni bir yanıt ekle", "A short answer for the question “{text}”" : "“{text}” sorusu için kısa bir yanıt", + "Short answer text" : "Kısa yanıt metni", "Group" : "Grup", "Loading {title} …" : "{title} yükleniyor…", "Toggle settings" : "Ayarları değiştir", diff --git a/l10n/tr.json b/l10n/tr.json index cad0799..95b0f53 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -30,8 +30,10 @@ "Delete question" : "Soruyu sil", "Error while saving question" : "Soru silinirken sorun çıktı", "A long answer for the question “{text}”" : "“{text}” sorusu için uzun bir yanıt", + "Long answer text" : "Uzun yanıt metni", "Add a new answer" : "Yeni bir yanıt ekle", "A short answer for the question “{text}”" : "“{text}” sorusu için kısa bir yanıt", + "Short answer text" : "Kısa yanıt metni", "Group" : "Grup", "Loading {title} …" : "{title} yükleniyor…", "Toggle settings" : "Ayarları değiştir",