Merge branch 'master' of github.com:nextcloud/forms

This commit is contained in:
Roeland Jago Douma 2020-01-15 11:15:54 +01:00
commit 41ce761492
No known key found for this signature in database
GPG key ID: F941078878347C0C
184 changed files with 5560 additions and 974 deletions

View file

@ -7,9 +7,10 @@ services:
- postgresql
php:
- 7.1
- 7.2
- 7.3
# https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/8
# - 7.4
addons:
postgresql: 9.5

View file

@ -8,36 +8,66 @@
font-size: 420px;
}
/* hotfixcss
setting the width to 70% so it takes a more reasonable place for long titles
line height to 1 so the lines don't overlap
adding a margin-bottom for confort
*/
.sv_container {
h3 {
width: 400px;
width: 70%;
line-height: 1;
margin-bottom: 5%;
font-size: 30px;
}
}
/* hotfixcss
changing to color so it matches the header
setting the width to 70% to match the previous fix
setting a more confortable margin-bottom
*/
.sv_qstn .sq-root {
border: 1px solid gray;
border-left: 4px solid #18a689;
border-left: 4px solid #0082c9;
border-radius: 5px;
padding: 20px;
width: 400px;
margin-bottom: 30px;
width: 70%;
margin-bottom: 6%;
font-size: 18px;
}
/* hotfixcss
adding a margin
*/
.sq-title {
font-size: 20px;
margin-left: 20px;
margin-bottom: 2%;
}
.sq-title-required {
color: black;
}
/* hotfixcss
display fex and align items center so the radio button is aligned with the text
*/
.sq-label {
margin-left: 30px;
display: flex;
align-items: center;
}
.sq-item:nth-child(1) {
margin-bottom: 5px;
}
/* hotfixcss
adding the checkbox text's class to add a comfort margin
*/
.sv_q_checkbox_control_label {
margin-left: 1%;
}

15
l10n/af.js Normal file
View file

@ -0,0 +1,15 @@
OC.L10N.register(
"forms",
{
"Group" : "Groep",
"Title" : "Titel",
"Owner" : "Eienaar",
"Created" : "Geskep",
"Public access" : "Openbare toegang",
"never" : "nooit",
"Description" : "Beskrywing",
"Done" : "Gereed",
"Expiration date" : "Vervaldatum",
"New" : "Nuut"
},
"nplurals=2; plural=(n != 1);");

13
l10n/af.json Normal file
View file

@ -0,0 +1,13 @@
{ "translations": {
"Group" : "Groep",
"Title" : "Titel",
"Owner" : "Eienaar",
"Created" : "Geskep",
"Public access" : "Openbare toegang",
"never" : "nooit",
"Description" : "Beskrywing",
"Done" : "Gereed",
"Expiration date" : "Vervaldatum",
"New" : "Nuut"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -5,12 +5,16 @@ OC.L10N.register(
"Title" : "العنوان",
"Access" : "النفاذ",
"Owner" : "المالك",
"Public access" : "النفاذ إليه مُصرّح للعامة",
"never" : "بتاتاً",
"Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة",
"Add Answer" : "إضافة إجابة",
"Share with" : "شارك مع",
"Description" : "الوصف",
"Add Question" : "إضافة سؤال",
"Configuration" : "إعداد",
"Done" : "تم",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"New" : "جديد"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View file

@ -3,12 +3,16 @@
"Title" : "العنوان",
"Access" : "النفاذ",
"Owner" : "المالك",
"Public access" : "النفاذ إليه مُصرّح للعامة",
"never" : "بتاتاً",
"Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة",
"Add Answer" : "إضافة إجابة",
"Share with" : "شارك مع",
"Description" : "الوصف",
"Add Question" : "إضافة سؤال",
"Configuration" : "إعداد",
"Done" : "تم",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"New" : "جديد"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

16
l10n/ast.js Normal file
View file

@ -0,0 +1,16 @@
OC.L10N.register(
"forms",
{
"Group" : "Group",
"Title" : "Títulu",
"Owner" : "Owner",
"Created" : "Creóse",
"Public access" : "Accesu públicu",
"never" : "never",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Fecho",
"Expiration date" : "Data de caducidá",
"New" : "Nuevu"
},
"nplurals=2; plural=(n != 1);");

14
l10n/ast.json Normal file
View file

@ -0,0 +1,14 @@
{ "translations": {
"Group" : "Group",
"Title" : "Títulu",
"Owner" : "Owner",
"Created" : "Creóse",
"Public access" : "Accesu públicu",
"never" : "never",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Fecho",
"Expiration date" : "Data de caducidá",
"New" : "Nuevu"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

13
l10n/az.js Normal file
View file

@ -0,0 +1,13 @@
OC.L10N.register(
"forms",
{
"Group" : "Qrup",
"Title" : "Başlıq",
"Owner" : "Owner",
"never" : "heç vaxt",
"Description" : "Açıqlanma",
"Configuration" : "Konfiqurasiya",
"Done" : "Done",
"New" : "Yeni"
},
"nplurals=2; plural=(n != 1);");

11
l10n/az.json Normal file
View file

@ -0,0 +1,11 @@
{ "translations": {
"Group" : "Qrup",
"Title" : "Başlıq",
"Owner" : "Owner",
"never" : "heç vaxt",
"Description" : "Açıqlanma",
"Configuration" : "Konfiqurasiya",
"Done" : "Done",
"New" : "Yeni"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

10
l10n/be.js Normal file
View file

@ -0,0 +1,10 @@
OC.L10N.register(
"forms",
{
"Group" : "Group",
"Title" : "Title",
"Owner" : "Owner",
"never" : "never",
"Done" : "Done"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

8
l10n/be.json Normal file
View file

@ -0,0 +1,8 @@
{ "translations": {
"Group" : "Group",
"Title" : "Title",
"Owner" : "Owner",
"never" : "never",
"Done" : "Done"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
}

17
l10n/bg.js Normal file
View file

@ -0,0 +1,17 @@
OC.L10N.register(
"forms",
{
"Group" : "Група",
"Title" : "Име",
"Owner" : "Създател",
"Created" : "Създаден",
"Public access" : "Публичен достъп",
"never" : "никога",
"Share with" : "Сподели с",
"Description" : "Описание",
"Configuration" : "Настройки",
"Done" : "Готово",
"Expiration date" : "Валидност",
"New" : "Нов"
},
"nplurals=2; plural=(n != 1);");

15
l10n/bg.json Normal file
View file

@ -0,0 +1,15 @@
{ "translations": {
"Group" : "Група",
"Title" : "Име",
"Owner" : "Създател",
"Created" : "Създаден",
"Public access" : "Публичен достъп",
"never" : "никога",
"Share with" : "Сподели с",
"Description" : "Описание",
"Configuration" : "Настройки",
"Done" : "Готово",
"Expiration date" : "Валидност",
"New" : "Нов"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/bn_BD.js Normal file
View file

@ -0,0 +1,14 @@
OC.L10N.register(
"forms",
{
"Group" : "গোষ্ঠীসমূহ",
"Title" : "শিরোনাম",
"Owner" : "Owner",
"never" : "কখনোই নয়",
"Description" : "বিবরণ",
"Configuration" : "কনফিগারেসন",
"Done" : "Done",
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ",
"New" : "নতুন"
},
"nplurals=2; plural=(n != 1);");

12
l10n/bn_BD.json Normal file
View file

@ -0,0 +1,12 @@
{ "translations": {
"Group" : "গোষ্ঠীসমূহ",
"Title" : "শিরোনাম",
"Owner" : "Owner",
"never" : "কখনোই নয়",
"Description" : "বিবরণ",
"Configuration" : "কনফিগারেসন",
"Done" : "Done",
"Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ",
"New" : "নতুন"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

13
l10n/bs.js Normal file
View file

@ -0,0 +1,13 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupa",
"Title" : "Naslov",
"Owner" : "Vlasnik",
"never" : "nikad",
"Description" : "Opis",
"Done" : "Done",
"Expiration date" : "Datum isteka",
"New" : "Novo"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

11
l10n/bs.json Normal file
View file

@ -0,0 +1,11 @@
{ "translations": {
"Group" : "Grupa",
"Title" : "Naslov",
"Owner" : "Vlasnik",
"never" : "nikad",
"Description" : "Opis",
"Done" : "Done",
"Expiration date" : "Datum isteka",
"New" : "Novo"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View file

@ -20,6 +20,7 @@ OC.L10N.register(
"Owner" : "Propietari",
"Created" : "Creat",
"Expires" : "Venç",
"View results" : "Mostra els resultats",
"Public access" : "Accés públic",
"Only shared" : "Només compartit",
"Registered users only" : "Només usuaris registrats",
@ -39,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuració està blocada. Canviar opcions ara podria esdevenir en comportaments no desitjats, però ho podeu desblocar de totes maneres.",
"Unlock configuration " : "Desbloca configuració",
"Form configurations" : "Configuracions del formulari",
"Only allow one submission per user" : "Admet només una presentació per usuari.",
"Name of user or group" : "Nom de l'usuari o del grup",
"Create new form" : "Crea un nou formulari",
"Writing form" : "S'està desant el formulari",

View file

@ -18,6 +18,7 @@
"Owner" : "Propietari",
"Created" : "Creat",
"Expires" : "Venç",
"View results" : "Mostra els resultats",
"Public access" : "Accés públic",
"Only shared" : "Només compartit",
"Registered users only" : "Només usuaris registrats",
@ -37,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuració està blocada. Canviar opcions ara podria esdevenir en comportaments no desitjats, però ho podeu desblocar de totes maneres.",
"Unlock configuration " : "Desbloca configuració",
"Form configurations" : "Configuracions del formulari",
"Only allow one submission per user" : "Admet només una presentació per usuari.",
"Name of user or group" : "Nom de l'usuari o del grup",
"Create new form" : "Crea un nou formulari",
"Writing form" : "S'està desant el formulari",

View file

@ -3,8 +3,11 @@ OC.L10N.register(
{
"Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?",
"Forms" : "Formuláře",
"Forms App - New Activity" : "Aplikace formuláře nová aktivita",
"{user} participated in the form \"{title}\"" : "{user} se zúčastnil(a) ve formuláři „{title}“",
"Go to form" : "Přejít na formulář",
"A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikace formuláře, podobné Google Forms s možností omezovat přístup (jen pro členy, určité skupiny/uživatele a veřejně).",
"Expired" : "Platnost skončila",
"Expires %n" : "Platnost skončí %n",
"Expires never" : "Platí napořád",
@ -17,6 +20,7 @@ OC.L10N.register(
"Owner" : "Vlastník",
"Created" : "Vytvořeno",
"Expires" : "Platnost končí",
"View results" : "Zobrazit výsledky",
"Public access" : "Veřejný přístup",
"Only shared" : "Pouze sdílené",
"Registered users only" : "Pouze registrovaní uživatelé",
@ -36,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Nastavení je uzamčeno. Změna voleb může vést k nechtěnému chování, ale i tak je možné je odemknout.",
"Unlock configuration " : "Odemknout nastavení",
"Form configurations" : "Nastavení formuláře",
"Only allow one submission per user" : "Každému z uživatelů povolit pouze jednou přispět",
"Name of user or group" : "Jméno uživatele nebo název skupiny",
"Create new form" : "Vytvořit nový formulář",
"Writing form" : "Formulář se zapisuje",
@ -62,8 +67,8 @@ OC.L10N.register(
"Form \"%n\" deleted" : "Formulář „%n“ smazán",
"Error while deleting Form \"%n\"" : "Chyba při mazání formuláře „%n“",
"Form Expired" : "Platnost formuláře skončila",
"This Form has expired and is no longer taking answers." : "Tento formulář je po platnosti a nadále není možné na něj odpovídat.",
"Access denied" : "Přístup zamítnut",
"This Form has expired and is no longer taking answers." : "Platnost tohoto formuláře skončila a už není možné do něj odpovídat.",
"Access denied" : "Přístup odepřen",
"You are not allowed to view this form or the form does not exist." : "Nemáte oprávnění k zobrazení tohoto formuláře nebo formulář neexistuje.",
"You are not allowed to edit this form or the form does not exist." : "Nemáte oprávnění k úpravě tohoto formuláře nebo formulář neexistuje.",
"You are either not allowed to delete this form or it doesn't exist." : "Nemáte oprávnění ke smazání tohoto formuláře nebo formulář neexistuje."

View file

@ -1,8 +1,11 @@
{ "translations": {
"Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?",
"Forms" : "Formuláře",
"Forms App - New Activity" : "Aplikace formuláře nová aktivita",
"{user} participated in the form \"{title}\"" : "{user} se zúčastnil(a) ve formuláři „{title}“",
"Go to form" : "Přejít na formulář",
"A forms app, similar to Google Forms." : "Aplikace pro formuláře, podobné jako Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikace formuláře, podobné Google Forms s možností omezovat přístup (jen pro členy, určité skupiny/uživatele a veřejně).",
"Expired" : "Platnost skončila",
"Expires %n" : "Platnost skončí %n",
"Expires never" : "Platí napořád",
@ -15,6 +18,7 @@
"Owner" : "Vlastník",
"Created" : "Vytvořeno",
"Expires" : "Platnost končí",
"View results" : "Zobrazit výsledky",
"Public access" : "Veřejný přístup",
"Only shared" : "Pouze sdílené",
"Registered users only" : "Pouze registrovaní uživatelé",
@ -34,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Nastavení je uzamčeno. Změna voleb může vést k nechtěnému chování, ale i tak je možné je odemknout.",
"Unlock configuration " : "Odemknout nastavení",
"Form configurations" : "Nastavení formuláře",
"Only allow one submission per user" : "Každému z uživatelů povolit pouze jednou přispět",
"Name of user or group" : "Jméno uživatele nebo název skupiny",
"Create new form" : "Vytvořit nový formulář",
"Writing form" : "Formulář se zapisuje",
@ -60,8 +65,8 @@
"Form \"%n\" deleted" : "Formulář „%n“ smazán",
"Error while deleting Form \"%n\"" : "Chyba při mazání formuláře „%n“",
"Form Expired" : "Platnost formuláře skončila",
"This Form has expired and is no longer taking answers." : "Tento formulář je po platnosti a nadále není možné na něj odpovídat.",
"Access denied" : "Přístup zamítnut",
"This Form has expired and is no longer taking answers." : "Platnost tohoto formuláře skončila a už není možné do něj odpovídat.",
"Access denied" : "Přístup odepřen",
"You are not allowed to view this form or the form does not exist." : "Nemáte oprávnění k zobrazení tohoto formuláře nebo formulář neexistuje.",
"You are not allowed to edit this form or the form does not exist." : "Nemáte oprávnění k úpravě tohoto formuláře nebo formulář neexistuje.",
"You are either not allowed to delete this form or it doesn't exist." : "Nemáte oprávnění ke smazání tohoto formuláře nebo formulář neexistuje."

14
l10n/cy_GB.js Normal file
View file

@ -0,0 +1,14 @@
OC.L10N.register(
"forms",
{
"Group" : "Grŵp",
"Title" : "Teitl",
"Owner" : "Owner",
"Public access" : "Mynediad cyhoeddus",
"never" : "byth",
"Description" : "Disgrifiad",
"Done" : "Done",
"Expiration date" : "Dyddiad dod i ben",
"New" : "Newydd"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

12
l10n/cy_GB.json Normal file
View file

@ -0,0 +1,12 @@
{ "translations": {
"Group" : "Grŵp",
"Title" : "Teitl",
"Owner" : "Owner",
"Public access" : "Mynediad cyhoeddus",
"never" : "byth",
"Description" : "Disgrifiad",
"Done" : "Done",
"Expiration date" : "Dyddiad dod i ben",
"New" : "Newydd"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
}

30
l10n/da.js Normal file
View file

@ -0,0 +1,30 @@
OC.L10N.register(
"forms",
{
"Expired" : "Udløbet",
"Expires %n" : "Udløber %n",
"Expires never" : "Udløber aldrig",
"Group" : "Gruppe",
"Title" : "Titel",
"Access" : "Adgang",
"Owner" : "Ejer",
"Created" : "Oprettet",
"Expires" : "Udløber",
"Public access" : "Offentligt tilgængelig",
"Only shared" : "Kun delt",
"Registered users only" : "Kun registrerede brugere",
"never" : "aldrig",
"Link copied to clipboard" : "Link kopieret til udklipsholder",
"Share with" : "Del med",
"Description" : "Beskrivelse",
"Configuration" : "sætning",
"Done" : "Færdig",
"Expiration date" : "Udløbsdato",
"Click to add a date" : "Klik for at tilføje en dato",
"Title must not be empty!" : "Overskriften må ikke være tom!",
"%n successfully saved" : "%n blev gemt",
"Clone of %n" : "Klon af %n",
"New" : "Ny",
"Access denied" : "Adgang nægtet"
},
"nplurals=2; plural=(n != 1);");

28
l10n/da.json Normal file
View file

@ -0,0 +1,28 @@
{ "translations": {
"Expired" : "Udløbet",
"Expires %n" : "Udløber %n",
"Expires never" : "Udløber aldrig",
"Group" : "Gruppe",
"Title" : "Titel",
"Access" : "Adgang",
"Owner" : "Ejer",
"Created" : "Oprettet",
"Expires" : "Udløber",
"Public access" : "Offentligt tilgængelig",
"Only shared" : "Kun delt",
"Registered users only" : "Kun registrerede brugere",
"never" : "aldrig",
"Link copied to clipboard" : "Link kopieret til udklipsholder",
"Share with" : "Del med",
"Description" : "Beskrivelse",
"Configuration" : "sætning",
"Done" : "Færdig",
"Expiration date" : "Udløbsdato",
"Click to add a date" : "Klik for at tilføje en dato",
"Title must not be empty!" : "Overskriften må ikke være tom!",
"%n successfully saved" : "%n blev gemt",
"Clone of %n" : "Klon af %n",
"New" : "Ny",
"Access denied" : "Adgang nægtet"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen",
"View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt",
"Registered users only" : "Nur registrierte Benutzer",
@ -40,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Die Konfiguration ist gesperrt. Änderungen können zu unerwünschtem Verhalten führen, Du kannst die Konfiguration trotzdem entsperren. ",
"Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen",
"Only allow one submission per user" : "Nur einen Beitrag pro Benutzer erlauben",
"Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben",

View file

@ -18,7 +18,7 @@
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen",
"View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt",
"Registered users only" : "Nur registrierte Benutzer",
@ -38,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Die Konfiguration ist gesperrt. Änderungen können zu unerwünschtem Verhalten führen, Du kannst die Konfiguration trotzdem entsperren. ",
"Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen",
"Only allow one submission per user" : "Nur einen Beitrag pro Benutzer erlauben",
"Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben",

View file

@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen",
"View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt",
"Registered users only" : "Nur für registrierte Benutzer",
@ -40,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Die Konfiguration ist gesperrt. Das Ändern von Optionen kann zu unerwünschtem Verhalten führen, Sie können die Konfiguration trotzdem entsperren. ",
"Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen",
"Only allow one submission per user" : "Nur einen Beitrag pro Benutzer erlauben",
"Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben",

View file

@ -18,7 +18,7 @@
"Owner" : "Besitzer",
"Created" : "Erstellt",
"Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen",
"View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt",
"Registered users only" : "Nur für registrierte Benutzer",
@ -38,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Die Konfiguration ist gesperrt. Das Ändern von Optionen kann zu unerwünschtem Verhalten führen, Sie können die Konfiguration trotzdem entsperren. ",
"Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen",
"Only allow one submission per user" : "Nur einen Beitrag pro Benutzer erlauben",
"Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben",

View file

@ -1,8 +1,14 @@
OC.L10N.register(
"forms",
{
"Do you really want to delete this new form?" : "Σίγουρα θέλετε να διαγράψετε τη φόρμα?",
"Forms" : "Φόρμες",
"A forms app, similar to Google Forms." : "Εφαρμογή φορμών, παρόμεια με τις Φόρμες Google.",
"Expired" : "Έληξε",
"Expires %n" : "Λήγει στις %n",
"Expires never" : "Δεν λήγει ποτέ",
"Usernames hidden to Owner" : "Τα ονόματα χρήστη είναι κρυφά στον ιδιοκτήτη",
"Usernames visible to Owner" : "Τα ονόματα χρήστη είναι ορατά στον ιδιοκτήτη",
"Group" : "Ομάδα",
"Title" : "Τίτλος",
"Access" : "Πρόσβαση",
@ -10,11 +16,17 @@ OC.L10N.register(
"Created" : "Δημιουργήθηκε",
"Expires" : "Λήγει",
"Public access" : "Δημόσια πρόσβαση",
"Only shared" : "Μόνο κοινόχρηστα",
"Registered users only" : "Μόνο εγγεγραμμένοι χρήστες",
"never" : "ποτέ",
"Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Error, while copying link to clipboard" : "Σφάλμα, κατά την αντιγραφή συνδέσμου στο πρόχειρο",
"Add Answer" : "Προσθήκη απάντησης",
"Share with" : "Διαμοιρασμός με",
"Description" : "Περιγραφή",
"Add Question" : "Προσθήκη ερώτησης",
"Configuration" : "Ρυθμίσεις",
"Name of user or group" : "Όνομα του χρήστη ή της ομάδας",
"Update form" : "Ενημέρωση φόρμας",
"Done" : "Ολοκληρώθηκε",
"Expiration date" : "Ημερομηνία λήξης",
@ -24,7 +36,10 @@ OC.L10N.register(
"Title must not be empty!" : "Ο τίτλος δεν πρέπει να είναι κενός!",
"All questions need answers!" : "Όλες οι ερωτήσεις χρειάζονται απαντήσεις!",
"Need to pick an expiration date!" : "Πρέπει να επιλεγεί μια ημερομηνία λήξης!",
"%n successfully saved" : "Επιτυχής αποθήκευση %n",
"New" : "Νέα",
"Delete form" : "Διαγραφή φόρμας",
"Do you want to delete \"%n\"?" : "Θέλετε να διαγράψετε \"%n\"?",
"Form Expired" : "Η φόρμα έληξε",
"Access denied" : "Δεν επιτρέπεται η πρόσβαση"
},

View file

@ -1,6 +1,12 @@
{ "translations": {
"Do you really want to delete this new form?" : "Σίγουρα θέλετε να διαγράψετε τη φόρμα?",
"Forms" : "Φόρμες",
"A forms app, similar to Google Forms." : "Εφαρμογή φορμών, παρόμεια με τις Φόρμες Google.",
"Expired" : "Έληξε",
"Expires %n" : "Λήγει στις %n",
"Expires never" : "Δεν λήγει ποτέ",
"Usernames hidden to Owner" : "Τα ονόματα χρήστη είναι κρυφά στον ιδιοκτήτη",
"Usernames visible to Owner" : "Τα ονόματα χρήστη είναι ορατά στον ιδιοκτήτη",
"Group" : "Ομάδα",
"Title" : "Τίτλος",
"Access" : "Πρόσβαση",
@ -8,11 +14,17 @@
"Created" : "Δημιουργήθηκε",
"Expires" : "Λήγει",
"Public access" : "Δημόσια πρόσβαση",
"Only shared" : "Μόνο κοινόχρηστα",
"Registered users only" : "Μόνο εγγεγραμμένοι χρήστες",
"never" : "ποτέ",
"Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Error, while copying link to clipboard" : "Σφάλμα, κατά την αντιγραφή συνδέσμου στο πρόχειρο",
"Add Answer" : "Προσθήκη απάντησης",
"Share with" : "Διαμοιρασμός με",
"Description" : "Περιγραφή",
"Add Question" : "Προσθήκη ερώτησης",
"Configuration" : "Ρυθμίσεις",
"Name of user or group" : "Όνομα του χρήστη ή της ομάδας",
"Update form" : "Ενημέρωση φόρμας",
"Done" : "Ολοκληρώθηκε",
"Expiration date" : "Ημερομηνία λήξης",
@ -22,7 +34,10 @@
"Title must not be empty!" : "Ο τίτλος δεν πρέπει να είναι κενός!",
"All questions need answers!" : "Όλες οι ερωτήσεις χρειάζονται απαντήσεις!",
"Need to pick an expiration date!" : "Πρέπει να επιλεγεί μια ημερομηνία λήξης!",
"%n successfully saved" : "Επιτυχής αποθήκευση %n",
"New" : "Νέα",
"Delete form" : "Διαγραφή φόρμας",
"Do you want to delete \"%n\"?" : "Θέλετε να διαγράψετε \"%n\"?",
"Form Expired" : "Η φόρμα έληξε",
"Access denied" : "Δεν επιτρέπεται η πρόσβαση"
},"pluralForm" :"nplurals=2; plural=(n != 1);"

24
l10n/en_GB.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expired",
"Expires never" : "Expires never",
"Usernames hidden to Owner" : "Usernames hidden to Owner",
"Usernames visible to Owner" : "Usernames visible to Owner",
"Group" : "Group",
"Title" : "Title",
"Access" : "Access",
"Owner" : "Owner",
"Created" : "Created",
"Expires" : "Expires",
"Public access" : "Public access",
"Registered users only" : "Registered users only",
"never" : "never",
"Description" : "Description",
"Configuration" : "Configuration",
"Done" : "Done",
"Expiration date" : "Expiration date",
"New" : "New",
"Access denied" : "Access denied"
},
"nplurals=2; plural=(n != 1);");

22
l10n/en_GB.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expired",
"Expires never" : "Expires never",
"Usernames hidden to Owner" : "Usernames hidden to Owner",
"Usernames visible to Owner" : "Usernames visible to Owner",
"Group" : "Group",
"Title" : "Title",
"Access" : "Access",
"Owner" : "Owner",
"Created" : "Created",
"Expires" : "Expires",
"Public access" : "Public access",
"Registered users only" : "Registered users only",
"never" : "never",
"Description" : "Description",
"Configuration" : "Configuration",
"Done" : "Done",
"Expiration date" : "Expiration date",
"New" : "New",
"Access denied" : "Access denied"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

38
l10n/eo.js Normal file
View file

@ -0,0 +1,38 @@
OC.L10N.register(
"forms",
{
"Expired" : "Senvalidiĝis",
"Expires %n" : "Senvalidiĝos je %n",
"Expires never" : "Neniam senvalidiĝos",
"Usernames hidden to Owner" : "Uzantnomoj kaŝitaj al posedanto",
"Usernames visible to Owner" : "Uzantnomoj montritaj al posedanto",
"Group" : "Grupo",
"Title" : "Titolo",
"Access" : "Aliro",
"Owner" : "Posedanto",
"Created" : "Kreita",
"Expires" : "Senvalidiĝo",
"Public access" : "Publika aliro",
"Only shared" : "Kunkavigita kun...",
"Registered users only" : "Nur registritaj uzantoj",
"never" : "neniam",
"Link copied to clipboard" : "Ligilo kopiita al tondujo",
"Error, while copying link to clipboard" : "Eraro dum kopio de ligilo al tondujo",
"Share with" : "Kunhavigi kun",
"Description" : "Priskribo",
"You are editing in admin mode" : "Vi modifas kiel administranto",
"Configuration" : "Agordo",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Agordo estas ŝlosita. Ŝanĝado de opcioj povas estigi problemojn, tamen vi povas malŝlosi ĝin.",
"Unlock configuration " : "Malŝlosi agordon",
"Name of user or group" : "Nomo de uzanto aŭ grupo",
"Done" : "Farita",
"Expiration date" : "Limdato",
"Click to add a date" : "Alklaku por aldoni daton",
"Title must not be empty!" : "La titolo ne povas malpleni!",
"%n successfully saved" : "%n sukcese konservita",
"Clone of %n" : "Duoblo de %n",
"New" : "Nova",
"Do you want to delete \"%n\"?" : "Ĉu vi volas forigi „%n“?",
"Access denied" : "Aliro malpermesata"
},
"nplurals=2; plural=(n != 1);");

36
l10n/eo.json Normal file
View file

@ -0,0 +1,36 @@
{ "translations": {
"Expired" : "Senvalidiĝis",
"Expires %n" : "Senvalidiĝos je %n",
"Expires never" : "Neniam senvalidiĝos",
"Usernames hidden to Owner" : "Uzantnomoj kaŝitaj al posedanto",
"Usernames visible to Owner" : "Uzantnomoj montritaj al posedanto",
"Group" : "Grupo",
"Title" : "Titolo",
"Access" : "Aliro",
"Owner" : "Posedanto",
"Created" : "Kreita",
"Expires" : "Senvalidiĝo",
"Public access" : "Publika aliro",
"Only shared" : "Kunkavigita kun...",
"Registered users only" : "Nur registritaj uzantoj",
"never" : "neniam",
"Link copied to clipboard" : "Ligilo kopiita al tondujo",
"Error, while copying link to clipboard" : "Eraro dum kopio de ligilo al tondujo",
"Share with" : "Kunhavigi kun",
"Description" : "Priskribo",
"You are editing in admin mode" : "Vi modifas kiel administranto",
"Configuration" : "Agordo",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Agordo estas ŝlosita. Ŝanĝado de opcioj povas estigi problemojn, tamen vi povas malŝlosi ĝin.",
"Unlock configuration " : "Malŝlosi agordon",
"Name of user or group" : "Nomo de uzanto aŭ grupo",
"Done" : "Farita",
"Expiration date" : "Limdato",
"Click to add a date" : "Alklaku por aldoni daton",
"Title must not be empty!" : "La titolo ne povas malpleni!",
"%n successfully saved" : "%n sukcese konservita",
"Clone of %n" : "Duoblo de %n",
"New" : "Nova",
"Do you want to delete \"%n\"?" : "Ĉu vi volas forigi „%n“?",
"Access denied" : "Aliro malpermesata"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -20,6 +20,7 @@ OC.L10N.register(
"Owner" : "Propietario",
"Created" : "Creado",
"Expires" : "Expira",
"View results" : "Ver resultados",
"Public access" : "Acceso público",
"Only shared" : "Solo compartido",
"Registered users only" : "Solo usuarios registrados",
@ -39,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuración está bloqueada. Cambiar las opciones puede resultar en comportamiento indeseado, pero aun así puedes desbloquearla.",
"Unlock configuration " : "Desbloquear configuración",
"Form configurations" : "Configuraciones de formulario",
"Only allow one submission per user" : "Sólo se permite un envío por usuario",
"Name of user or group" : "Nombre del usuario o grupo",
"Create new form" : "Crear formulario nuevo",
"Writing form" : "Escribiendo formulario",

View file

@ -18,6 +18,7 @@
"Owner" : "Propietario",
"Created" : "Creado",
"Expires" : "Expira",
"View results" : "Ver resultados",
"Public access" : "Acceso público",
"Only shared" : "Solo compartido",
"Registered users only" : "Solo usuarios registrados",
@ -37,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuración está bloqueada. Cambiar las opciones puede resultar en comportamiento indeseado, pero aun así puedes desbloquearla.",
"Unlock configuration " : "Desbloquear configuración",
"Form configurations" : "Configuraciones de formulario",
"Only allow one submission per user" : "Sólo se permite un envío por usuario",
"Name of user or group" : "Nombre del usuario o grupo",
"Create new form" : "Crear formulario nuevo",
"Writing form" : "Escribiendo formulario",

20
l10n/es_419.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_419.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

16
l10n/es_AR.js Normal file
View file

@ -0,0 +1,16 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Owner" : "Dueño",
"Created" : "Creado",
"Public access" : "Acceso público",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Hecho",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo"
},
"nplurals=2; plural=(n != 1);");

14
l10n/es_AR.json Normal file
View file

@ -0,0 +1,14 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Owner" : "Dueño",
"Created" : "Creado",
"Public access" : "Acceso público",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Hecho",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_CL.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_CL.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_CO.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_CO.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_CR.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_CR.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_DO.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_DO.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_EC.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_EC.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_GT.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_GT.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_HN.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_HN.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_MX.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_MX.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_NI.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_NI.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_PA.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_PA.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_PE.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_PE.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_PR.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_PR.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_PY.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_PY.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/es_SV.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_SV.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Expirado",
"Expires never" : "Nunca expira",
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

20
l10n/es_UY.js Normal file
View file

@ -0,0 +1,20 @@
OC.L10N.register(
"forms",
{
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},
"nplurals=2; plural=(n != 1);");

18
l10n/es_UY.json Normal file
View file

@ -0,0 +1,18 @@
{ "translations": {
"Group" : "Grupo",
"Title" : "Título",
"Access" : "Acceso",
"Owner" : "Dueño",
"Created" : "Creado",
"Expires" : "Expira",
"Public access" : "Acceso público",
"Registered users only" : "Solo usuarios registrados",
"never" : "nunca",
"Description" : "Descripción",
"Configuration" : "Configuración",
"Done" : "Terminado",
"Expiration date" : "Fecha de expiración",
"New" : "Nuevo",
"Access denied" : "Acceso denegado"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

24
l10n/et_EE.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "Aegunud",
"Expires never" : "Ei aegu kunagi",
"Usernames hidden to Owner" : "Kasutajanimed omaniku eest peidetud",
"Usernames visible to Owner" : "Kasutajanimed omanikule nähtavad",
"Group" : "Grupp",
"Title" : "Pealkiri",
"Access" : "Ligipääs",
"Owner" : "Omanik",
"Created" : "Loodud",
"Expires" : "Aegub",
"Public access" : "Avalik ligipääs",
"Registered users only" : "Ainult registreerunud kasutajad",
"never" : "mitte kunagi",
"Description" : "Kirjeldus",
"Configuration" : "Seadistamine",
"Done" : "Valmis",
"Expiration date" : "Aegumise kuupäev",
"New" : "Uus",
"Access denied" : "Ligipääs keelatud"
},
"nplurals=2; plural=(n != 1);");

22
l10n/et_EE.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "Aegunud",
"Expires never" : "Ei aegu kunagi",
"Usernames hidden to Owner" : "Kasutajanimed omaniku eest peidetud",
"Usernames visible to Owner" : "Kasutajanimed omanikule nähtavad",
"Group" : "Grupp",
"Title" : "Pealkiri",
"Access" : "Ligipääs",
"Owner" : "Omanik",
"Created" : "Loodud",
"Expires" : "Aegub",
"Public access" : "Avalik ligipääs",
"Registered users only" : "Ainult registreerunud kasutajad",
"never" : "mitte kunagi",
"Description" : "Kirjeldus",
"Configuration" : "Seadistamine",
"Done" : "Valmis",
"Expiration date" : "Aegumise kuupäev",
"New" : "Uus",
"Access denied" : "Ligipääs keelatud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -20,6 +20,7 @@ OC.L10N.register(
"Owner" : "Jabea",
"Created" : "Sortua",
"Expires" : "Iraungitzen du",
"View results" : "Emaitzak ikusi",
"Public access" : "Sarbide publikoa",
"Only shared" : "Partekatua soilik",
"Registered users only" : "Erregistratutako erabiltzaileak soilik",
@ -39,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Konfigurazioa blokeatuta dago. Aukerak aldatzea nahigabeko portaera eragin dezake, baina hala ere desblokea dezakezu.",
"Unlock configuration " : "Desblokeatu konfigurazioa",
"Form configurations" : "Inprimakiaren konfigurazioak",
"Only allow one submission per user" : "Bidalketa bakarra onartu erabiltzaileko",
"Name of user or group" : "Erabiltzailearen edo taldearen izena",
"Create new form" : "Sortu inprimaki berria",
"Writing form" : "Inprimakia idazten",

View file

@ -18,6 +18,7 @@
"Owner" : "Jabea",
"Created" : "Sortua",
"Expires" : "Iraungitzen du",
"View results" : "Emaitzak ikusi",
"Public access" : "Sarbide publikoa",
"Only shared" : "Partekatua soilik",
"Registered users only" : "Erregistratutako erabiltzaileak soilik",
@ -37,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Konfigurazioa blokeatuta dago. Aukerak aldatzea nahigabeko portaera eragin dezake, baina hala ere desblokea dezakezu.",
"Unlock configuration " : "Desblokeatu konfigurazioa",
"Form configurations" : "Inprimakiaren konfigurazioak",
"Only allow one submission per user" : "Bidalketa bakarra onartu erabiltzaileko",
"Name of user or group" : "Erabiltzailearen edo taldearen izena",
"Create new form" : "Sortu inprimaki berria",
"Writing form" : "Inprimakia idazten",

29
l10n/fa.js Normal file
View file

@ -0,0 +1,29 @@
OC.L10N.register(
"forms",
{
"Forms" : "فرم‌ها",
"Go to form" : "برو به فرم",
"Expired" : "منقضی شده",
"Group" : "گروه",
"Title" : "عنوان",
"Access" : "دسترسی",
"Owner" : "Owner",
"Created" : "ایجاد شده",
"Public access" : "دسترسی عمومی",
"Hidden form" : "فرم مخفی",
"never" : "never",
"Add Answer" : "جواب جدید",
"Form description" : "توضیح فرم",
"Description" : "توضیحات",
"Add Question" : "سؤال جدید",
"Configuration" : "تنظیمات",
"Form configurations" : "تنظیمات فرم",
"Create new form" : "ایجاد فرم جدید",
"Update form" : "بروزرسانی فرم",
"Done" : "انجام شد",
"Expiration date" : "تاریخ انقضا",
"All questions need answers!" : "همه سؤالات باید پاسخ داده شوند!",
"New" : "جدید",
"Delete form" : "حذف فرم"
},
"nplurals=2; plural=(n > 1);");

27
l10n/fa.json Normal file
View file

@ -0,0 +1,27 @@
{ "translations": {
"Forms" : "فرم‌ها",
"Go to form" : "برو به فرم",
"Expired" : "منقضی شده",
"Group" : "گروه",
"Title" : "عنوان",
"Access" : "دسترسی",
"Owner" : "Owner",
"Created" : "ایجاد شده",
"Public access" : "دسترسی عمومی",
"Hidden form" : "فرم مخفی",
"never" : "never",
"Add Answer" : "جواب جدید",
"Form description" : "توضیح فرم",
"Description" : "توضیحات",
"Add Question" : "سؤال جدید",
"Configuration" : "تنظیمات",
"Form configurations" : "تنظیمات فرم",
"Create new form" : "ایجاد فرم جدید",
"Update form" : "بروزرسانی فرم",
"Done" : "انجام شد",
"Expiration date" : "تاریخ انقضا",
"All questions need answers!" : "همه سؤالات باید پاسخ داده شوند!",
"New" : "جدید",
"Delete form" : "حذف فرم"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -3,7 +3,9 @@ OC.L10N.register(
{
"Do you really want to delete this new form?" : "Haluatko varmasti poistaa tämän uuden lomakkeen?",
"Forms" : "Lomakkeet",
"{user} participated in the form \"{title}\"" : "{user} täytti lomakkeen \"{title}\"",
"Go to form" : "Siirry lomakkeelle",
"A forms app, similar to Google Forms." : "Lomakesovellus Google Formsin tyyliin.",
"Expired" : "Vanhentunut",
"Expires %n" : "Vanhenee %n",
"Expires never" : "Ei vanhene koskaan",
@ -11,15 +13,20 @@ OC.L10N.register(
"Usernames hidden to Owner" : "Käyttäjänimet piilotettu omistajalta",
"Usernames visible to Owner" : "Käyttäjänimet näkyvissä omistajalle",
"Group" : "Ryhmä",
"Title" : "Otsikko",
"Access" : "Käyttöoikeudet",
"Owner" : "Omistaja",
"Created" : "Luotu",
"Expires" : "Vanhenee",
"View results" : "Näytä tulokset",
"Public access" : "Avoin pääsy",
"Only shared" : "Vain jaettu",
"Registered users only" : "Vain rekisteröityneet käyttäjät",
"Hidden form" : "Piilotettu lomake",
"Text form" : "Tekstilomake",
"never" : "ei koskaan",
"Link copied to clipboard" : "Linkki kopioitu leikepöydälle",
"Error, while copying link to clipboard" : "Virhe kopioitaessa linkkiä leikepöydälle",
"Add Answer" : "Lisää vastaus",
"Share with" : "Jaa",
"Form description" : "Lomakkeen kuvaus",
@ -30,6 +37,7 @@ OC.L10N.register(
"Configuration" : "Asetukset",
"Unlock configuration " : "Avaa asetusten lukitus",
"Form configurations" : "Lomakkeen asetukset",
"Only allow one submission per user" : "Salli vain yksi vastaus per käyttäjä",
"Name of user or group" : "Käyttäjän tai ryhmän nimi",
"Create new form" : "Luo uusi lomake",
"Update form" : "Päivitä lomake",
@ -39,6 +47,7 @@ OC.L10N.register(
"Select a question type!" : "Valitse kysymyksen tyyppi!",
"Cannot have the same question!" : "Sama kysymys ei voi esiintyä useaan kertaan!",
"Two answers cannot be the same!" : "Kaksi vastausta ei voi olla samoja",
"Title must not be empty!" : "Otsikko ei voi olla tyhjä!",
"Must have at least one question!" : "Vaaditaan vähintään yksi kysymys!",
"All questions need answers!" : "Kaikki kysymykset tarvitsevat vastauksen!",
"Need to pick an expiration date!" : "Vanhenemispäiväys tulee valita!",

View file

@ -1,7 +1,9 @@
{ "translations": {
"Do you really want to delete this new form?" : "Haluatko varmasti poistaa tämän uuden lomakkeen?",
"Forms" : "Lomakkeet",
"{user} participated in the form \"{title}\"" : "{user} täytti lomakkeen \"{title}\"",
"Go to form" : "Siirry lomakkeelle",
"A forms app, similar to Google Forms." : "Lomakesovellus Google Formsin tyyliin.",
"Expired" : "Vanhentunut",
"Expires %n" : "Vanhenee %n",
"Expires never" : "Ei vanhene koskaan",
@ -9,15 +11,20 @@
"Usernames hidden to Owner" : "Käyttäjänimet piilotettu omistajalta",
"Usernames visible to Owner" : "Käyttäjänimet näkyvissä omistajalle",
"Group" : "Ryhmä",
"Title" : "Otsikko",
"Access" : "Käyttöoikeudet",
"Owner" : "Omistaja",
"Created" : "Luotu",
"Expires" : "Vanhenee",
"View results" : "Näytä tulokset",
"Public access" : "Avoin pääsy",
"Only shared" : "Vain jaettu",
"Registered users only" : "Vain rekisteröityneet käyttäjät",
"Hidden form" : "Piilotettu lomake",
"Text form" : "Tekstilomake",
"never" : "ei koskaan",
"Link copied to clipboard" : "Linkki kopioitu leikepöydälle",
"Error, while copying link to clipboard" : "Virhe kopioitaessa linkkiä leikepöydälle",
"Add Answer" : "Lisää vastaus",
"Share with" : "Jaa",
"Form description" : "Lomakkeen kuvaus",
@ -28,6 +35,7 @@
"Configuration" : "Asetukset",
"Unlock configuration " : "Avaa asetusten lukitus",
"Form configurations" : "Lomakkeen asetukset",
"Only allow one submission per user" : "Salli vain yksi vastaus per käyttäjä",
"Name of user or group" : "Käyttäjän tai ryhmän nimi",
"Create new form" : "Luo uusi lomake",
"Update form" : "Päivitä lomake",
@ -37,6 +45,7 @@
"Select a question type!" : "Valitse kysymyksen tyyppi!",
"Cannot have the same question!" : "Sama kysymys ei voi esiintyä useaan kertaan!",
"Two answers cannot be the same!" : "Kaksi vastausta ei voi olla samoja",
"Title must not be empty!" : "Otsikko ei voi olla tyhjä!",
"Must have at least one question!" : "Vaaditaan vähintään yksi kysymys!",
"All questions need answers!" : "Kaikki kysymykset tarvitsevat vastauksen!",
"Need to pick an expiration date!" : "Vanhenemispäiväys tulee valita!",

View file

@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Propriétaire",
"Created" : "Créé",
"Expires" : "Expire",
"View Results" : "Afficher les résultats",
"View results" : "Afficher les résultats",
"Public access" : "Accès public",
"Only shared" : "Partagé seulement",
"Registered users only" : "Utilisateurs enregistrés uniquement",
@ -40,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuration est verrouillée. Changer les options peut entraîner un comportement indésirable, mais vous pouvez quand même la déverrouiller.",
"Unlock configuration " : "Déverrouiller la configuration",
"Form configurations" : "Paramètres du formulaire",
"Only allow one submission per user" : "Autoriser un seul envoi par utilisateur",
"Name of user or group" : "Nom d'utilisateur ou de groupe",
"Create new form" : "Créer un nouveau formulaire",
"Writing form" : "Rédiger le formulaire",

View file

@ -18,7 +18,7 @@
"Owner" : "Propriétaire",
"Created" : "Créé",
"Expires" : "Expire",
"View Results" : "Afficher les résultats",
"View results" : "Afficher les résultats",
"Public access" : "Accès public",
"Only shared" : "Partagé seulement",
"Registered users only" : "Utilisateurs enregistrés uniquement",
@ -38,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configuration est verrouillée. Changer les options peut entraîner un comportement indésirable, mais vous pouvez quand même la déverrouiller.",
"Unlock configuration " : "Déverrouiller la configuration",
"Form configurations" : "Paramètres du formulaire",
"Only allow one submission per user" : "Autoriser un seul envoi par utilisateur",
"Name of user or group" : "Nom d'utilisateur ou de groupe",
"Create new form" : "Créer un nouveau formulaire",
"Writing form" : "Rédiger le formulaire",

View file

@ -3,11 +3,11 @@ OC.L10N.register(
{
"Do you really want to delete this new form?" : "Confirma que quere eliminar este formulario novo?",
"Forms" : "Formularios",
"Forms App - New Activity" : "Aplicativo de formularios Actividade nova",
"Forms App - New Activity" : "Aplicación de formularios Actividade nova",
"{user} participated in the form \"{title}\"" : "{user} participou no formulario «{title}»",
"Go to form" : "Ir ao formulario",
"A forms app, similar to Google Forms." : "Un aplicativo de formularios, semellante ao Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Un aplicativo de formularios, semellante ao Google Forms, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).",
"A forms app, similar to Google Forms." : "Unha aplicación de formularios, semellante ao Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Unha aplicación de formularios, semellante ao Google Forms, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).",
"Expired" : "Caducado",
"Expires %n" : "Caduca o %n",
"Expires never" : "Non caduca nunca",
@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Propietario",
"Created" : "Creado",
"Expires" : "Caduca",
"View Results" : "Ver os resultados",
"View results" : "Ver os resultados",
"Public access" : "Acceso público",
"Only shared" : "Só compartido",
"Registered users only" : "Só usuarios rexistrados",
@ -40,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : " A configuración está bloqueada. Cambiar as opcións pode dar lugar a un comportamento non desexado, aínda así pode desbloqueala.",
"Unlock configuration " : "Desbloquear a configuracioń",
"Form configurations" : "Configuracións de formulario ",
"Only allow one submission per user" : "Permitir só unha presentación por usuario",
"Name of user or group" : "Nome de usuario ou grupo",
"Create new form" : "Crear un formulario novo",
"Writing form" : "Rexistrando o formulario",
@ -50,7 +51,7 @@ OC.L10N.register(
"Select a question type!" : "Seleccione o tipo de pregunta!",
"Cannot have the same question!" : "Non pode ter a mesma pregunta!",
"Two answers cannot be the same!" : "Non poden ser as mesmas dúas respostas!",
"Title must not be empty!" : "O título non pode estar baleiro!",
"Title must not be empty!" : "O título non debe estar baleiro!",
"Must have at least one question!" : "Ten que haber polo menos unha pregunta!",
"All questions need answers!" : "Todas as preguntas precisan respostas!",
"Need to pick an expiration date!" : "É necesario escoller unha data de caducidade!",

View file

@ -1,11 +1,11 @@
{ "translations": {
"Do you really want to delete this new form?" : "Confirma que quere eliminar este formulario novo?",
"Forms" : "Formularios",
"Forms App - New Activity" : "Aplicativo de formularios Actividade nova",
"Forms App - New Activity" : "Aplicación de formularios Actividade nova",
"{user} participated in the form \"{title}\"" : "{user} participou no formulario «{title}»",
"Go to form" : "Ir ao formulario",
"A forms app, similar to Google Forms." : "Un aplicativo de formularios, semellante ao Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Un aplicativo de formularios, semellante ao Google Forms, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).",
"A forms app, similar to Google Forms." : "Unha aplicación de formularios, semellante ao Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Unha aplicación de formularios, semellante ao Google Forms, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).",
"Expired" : "Caducado",
"Expires %n" : "Caduca o %n",
"Expires never" : "Non caduca nunca",
@ -18,7 +18,7 @@
"Owner" : "Propietario",
"Created" : "Creado",
"Expires" : "Caduca",
"View Results" : "Ver os resultados",
"View results" : "Ver os resultados",
"Public access" : "Acceso público",
"Only shared" : "Só compartido",
"Registered users only" : "Só usuarios rexistrados",
@ -38,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : " A configuración está bloqueada. Cambiar as opcións pode dar lugar a un comportamento non desexado, aínda así pode desbloqueala.",
"Unlock configuration " : "Desbloquear a configuracioń",
"Form configurations" : "Configuracións de formulario ",
"Only allow one submission per user" : "Permitir só unha presentación por usuario",
"Name of user or group" : "Nome de usuario ou grupo",
"Create new form" : "Crear un formulario novo",
"Writing form" : "Rexistrando o formulario",
@ -48,7 +49,7 @@
"Select a question type!" : "Seleccione o tipo de pregunta!",
"Cannot have the same question!" : "Non pode ter a mesma pregunta!",
"Two answers cannot be the same!" : "Non poden ser as mesmas dúas respostas!",
"Title must not be empty!" : "O título non pode estar baleiro!",
"Title must not be empty!" : "O título non debe estar baleiro!",
"Must have at least one question!" : "Ten que haber polo menos unha pregunta!",
"All questions need answers!" : "Todas as preguntas precisan respostas!",
"Need to pick an expiration date!" : "É necesario escoller unha data de caducidade!",

24
l10n/he.js Normal file
View file

@ -0,0 +1,24 @@
OC.L10N.register(
"forms",
{
"Expired" : "פג",
"Expires never" : "לעולם לא יפוג",
"Usernames hidden to Owner" : "שמות המשתמשים נסתרים בפני הבעלים",
"Usernames visible to Owner" : "שמות המשתמשים גלויים לבעלים",
"Group" : "קבוצה",
"Title" : "תפקיד",
"Access" : "גישה",
"Owner" : "בעלות",
"Created" : "מועד היצירה",
"Expires" : "תפוגה",
"Public access" : "גישה ציבורית",
"Registered users only" : "משתמשים רשומים בלבד",
"never" : "מעולם לא",
"Description" : "תיאור",
"Configuration" : "הגדרות",
"Done" : "הסתיים",
"Expiration date" : "תאריך תפוגה",
"New" : "חדש",
"Access denied" : "הגישה נדחתה"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");

22
l10n/he.json Normal file
View file

@ -0,0 +1,22 @@
{ "translations": {
"Expired" : "פג",
"Expires never" : "לעולם לא יפוג",
"Usernames hidden to Owner" : "שמות המשתמשים נסתרים בפני הבעלים",
"Usernames visible to Owner" : "שמות המשתמשים גלויים לבעלים",
"Group" : "קבוצה",
"Title" : "תפקיד",
"Access" : "גישה",
"Owner" : "בעלות",
"Created" : "מועד היצירה",
"Expires" : "תפוגה",
"Public access" : "גישה ציבורית",
"Registered users only" : "משתמשים רשומים בלבד",
"never" : "מעולם לא",
"Description" : "תיאור",
"Configuration" : "הגדרות",
"Done" : "הסתיים",
"Expiration date" : "תאריך תפוגה",
"New" : "חדש",
"Access denied" : "הגישה נדחתה"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}

View file

@ -2,12 +2,12 @@ OC.L10N.register(
"forms",
{
"Do you really want to delete this new form?" : "Želite li zaista izbrisati ovaj novi obrazac?",
"Forms" : "Obrazac",
"Forms" : "Obrasci",
"Forms App - New Activity" : "Aplikacija za obrasce nova aktivnost",
"{user} participated in the form \"{title}\"" : "{user} je sudjelovao u anketi „{title}”",
"{user} participated in the form \"{title}\"" : "{user} je sudjelovao u obrascu „{title}”",
"Go to form" : "Idi na obrazac",
"A forms app, similar to Google Forms." : "Aplikacija za obrasce, slično poput Google obrazaca",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacija za obrasce, nalik aplikaciji Google obrasci s mogućnošću ograničavanja pristupa (članovi, određene grupe/korisnici, skriveno, javno).",
"A forms app, similar to Google Forms." : "Aplikacija za upravljanje obrascima, nalik aplikaciji Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacija za upravljanje obrascima, nalik aplikaciji Google Forms s mogućnošću ograničavanja pristupa (članovi, određene grupe/korisnici, javno).",
"Expired" : "Istekao",
"Expires %n" : "Istječe %n",
"Expires never" : "Istječe nikada",
@ -20,11 +20,12 @@ OC.L10N.register(
"Owner" : "Vlasnik",
"Created" : "Stvoreno",
"Expires" : "Istječe",
"View results" : "Pregledaj rezultate",
"Public access" : "Javni pristup",
"Only shared" : "Samo dijeljeno",
"Registered users only" : "Samo registrirani korisnici",
"Hidden form" : "Skriven obrazac",
"Text form" : "Tekstualni obrazac",
"Hidden form" : "Skriveni obrazac",
"Text form" : "Tekst obrasca",
"never" : "nikad",
"Link copied to clipboard" : "Poveznica je kopirana u međuspremnik",
"Error, while copying link to clipboard" : "Pogreška tijekom kopiranja poveznice u međuspremnik",
@ -32,40 +33,41 @@ OC.L10N.register(
"Share with" : "Dijeli s",
"Form description" : "Opis obrasca",
"Description" : "Opis",
"Make a Form" : "Kreiraj obrazac",
"Make a Form" : "Izradi obrazac",
"Add Question" : "Dodaj pitanje",
"You are editing in admin mode" : "Uređujete u načinu rada administratora",
"Configuration" : "Konfiguracija",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Konfiguracija je zaključana. Promjena opcija može rezultirati neželjenim ponašanjem, ali svejedno je možete otključati.",
"Unlock configuration " : "Otključaj konfiguraciju ",
"Form configurations" : "Konfiguracije obrasca",
"Only allow one submission per user" : "Dopusti jedan podnesak po korisniku",
"Name of user or group" : "Ime korisnika ili grupe",
"Create new form" : "Stvori novi obrazac",
"Writing form" : "Pisanje obrasca",
"Update form" : "Ažuriranje obrasca",
"Update form" : "Ažuriraj obrazac",
"Done" : "Gotovo",
"Expiration date" : "Datum isteka",
"Click to add a date" : "Klikni za dodavanje datuma",
"Select a question type!" : "Odaberi vrstu pitanja!",
"Cannot have the same question!" : "Ne može biti isto pitanje!",
"Two answers cannot be the same!" : "Ne mogu biti dva ista odgovora!",
"Select a question type!" : "Odaberite vrstu pitanja!",
"Cannot have the same question!" : "Ne možete imati isto pitanje!",
"Two answers cannot be the same!" : "Ne mogu postojati dva ista odgovora!",
"Title must not be empty!" : "Naslov ne smije biti prazan!",
"Must have at least one question!" : "Mora biti barem jedno pitanje!",
"All questions need answers!" : "Sva pitanja zahtijevaju odgovore!",
"Need to pick an expiration date!" : "Mora se postaviti datum isteka!",
"Must have at least one question!" : "Mora postojati barem jedno pitanje!",
"All questions need answers!" : "Potrebno je odgovoriti na sva pitanja!",
"Need to pick an expiration date!" : "Odaberite datum isteka!",
"%n successfully saved" : "%n uspješno spremljenih",
"Error on saving form, see console" : "Pogreška pri spremanju obrasca, pogledajte konzolu",
"Clone of %n" : "Klon %n",
"New" : "Novo",
"Click here to add a form" : "Klikni ovdje za dodavanje obrasca",
"Click here to add a form" : "Kliknite ovdje za dodavanje obrasca",
"Delete form" : "Izbriši obrazac",
"Do you want to delete \"%n\"?" : "Želite li izbrisati „%n”?",
"No, keep form." : "Ne, zadrži obrazac.",
"Yes, delete form." : "Da, izbriši obrazac.",
"Form \"%n\" deleted" : "Obrazac „%n” izbrisan",
"Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n",
"Form Expired" : "Obrazac istekao",
"This Form has expired and is no longer taking answers." : "Obrazac je istekao i ne prima više odgovore.",
"Form \"%n\" deleted" : "Obrazac „%n” je izbrisan",
"Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n",
"Form Expired" : "Obrazac je istekao",
"This Form has expired and is no longer taking answers." : "Ovaj je obrazac istekao i nije moguće unositi odgovore.",
"Access denied" : "Pristup odbijen",
"You are not allowed to view this form or the form does not exist." : "Nije vam dopušteno pregledavati ovaj obrazac ili obrazac ne postoji.",
"You are not allowed to edit this form or the form does not exist." : "Nije vam dopušteno uređivati ovaj obrazac ili obrazac ne postoji.",

View file

@ -1,11 +1,11 @@
{ "translations": {
"Do you really want to delete this new form?" : "Želite li zaista izbrisati ovaj novi obrazac?",
"Forms" : "Obrazac",
"Forms" : "Obrasci",
"Forms App - New Activity" : "Aplikacija za obrasce nova aktivnost",
"{user} participated in the form \"{title}\"" : "{user} je sudjelovao u anketi „{title}”",
"{user} participated in the form \"{title}\"" : "{user} je sudjelovao u obrascu „{title}”",
"Go to form" : "Idi na obrazac",
"A forms app, similar to Google Forms." : "Aplikacija za obrasce, slično poput Google obrazaca",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacija za obrasce, nalik aplikaciji Google obrasci s mogućnošću ograničavanja pristupa (članovi, određene grupe/korisnici, skriveno, javno).",
"A forms app, similar to Google Forms." : "Aplikacija za upravljanje obrascima, nalik aplikaciji Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Aplikacija za upravljanje obrascima, nalik aplikaciji Google Forms s mogućnošću ograničavanja pristupa (članovi, određene grupe/korisnici, javno).",
"Expired" : "Istekao",
"Expires %n" : "Istječe %n",
"Expires never" : "Istječe nikada",
@ -18,11 +18,12 @@
"Owner" : "Vlasnik",
"Created" : "Stvoreno",
"Expires" : "Istječe",
"View results" : "Pregledaj rezultate",
"Public access" : "Javni pristup",
"Only shared" : "Samo dijeljeno",
"Registered users only" : "Samo registrirani korisnici",
"Hidden form" : "Skriven obrazac",
"Text form" : "Tekstualni obrazac",
"Hidden form" : "Skriveni obrazac",
"Text form" : "Tekst obrasca",
"never" : "nikad",
"Link copied to clipboard" : "Poveznica je kopirana u međuspremnik",
"Error, while copying link to clipboard" : "Pogreška tijekom kopiranja poveznice u međuspremnik",
@ -30,40 +31,41 @@
"Share with" : "Dijeli s",
"Form description" : "Opis obrasca",
"Description" : "Opis",
"Make a Form" : "Kreiraj obrazac",
"Make a Form" : "Izradi obrazac",
"Add Question" : "Dodaj pitanje",
"You are editing in admin mode" : "Uređujete u načinu rada administratora",
"Configuration" : "Konfiguracija",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Konfiguracija je zaključana. Promjena opcija može rezultirati neželjenim ponašanjem, ali svejedno je možete otključati.",
"Unlock configuration " : "Otključaj konfiguraciju ",
"Form configurations" : "Konfiguracije obrasca",
"Only allow one submission per user" : "Dopusti jedan podnesak po korisniku",
"Name of user or group" : "Ime korisnika ili grupe",
"Create new form" : "Stvori novi obrazac",
"Writing form" : "Pisanje obrasca",
"Update form" : "Ažuriranje obrasca",
"Update form" : "Ažuriraj obrazac",
"Done" : "Gotovo",
"Expiration date" : "Datum isteka",
"Click to add a date" : "Klikni za dodavanje datuma",
"Select a question type!" : "Odaberi vrstu pitanja!",
"Cannot have the same question!" : "Ne može biti isto pitanje!",
"Two answers cannot be the same!" : "Ne mogu biti dva ista odgovora!",
"Select a question type!" : "Odaberite vrstu pitanja!",
"Cannot have the same question!" : "Ne možete imati isto pitanje!",
"Two answers cannot be the same!" : "Ne mogu postojati dva ista odgovora!",
"Title must not be empty!" : "Naslov ne smije biti prazan!",
"Must have at least one question!" : "Mora biti barem jedno pitanje!",
"All questions need answers!" : "Sva pitanja zahtijevaju odgovore!",
"Need to pick an expiration date!" : "Mora se postaviti datum isteka!",
"Must have at least one question!" : "Mora postojati barem jedno pitanje!",
"All questions need answers!" : "Potrebno je odgovoriti na sva pitanja!",
"Need to pick an expiration date!" : "Odaberite datum isteka!",
"%n successfully saved" : "%n uspješno spremljenih",
"Error on saving form, see console" : "Pogreška pri spremanju obrasca, pogledajte konzolu",
"Clone of %n" : "Klon %n",
"New" : "Novo",
"Click here to add a form" : "Klikni ovdje za dodavanje obrasca",
"Click here to add a form" : "Kliknite ovdje za dodavanje obrasca",
"Delete form" : "Izbriši obrazac",
"Do you want to delete \"%n\"?" : "Želite li izbrisati „%n”?",
"No, keep form." : "Ne, zadrži obrazac.",
"Yes, delete form." : "Da, izbriši obrazac.",
"Form \"%n\" deleted" : "Obrazac „%n” izbrisan",
"Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n",
"Form Expired" : "Obrazac istekao",
"This Form has expired and is no longer taking answers." : "Obrazac je istekao i ne prima više odgovore.",
"Form \"%n\" deleted" : "Obrazac „%n” je izbrisan",
"Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n",
"Form Expired" : "Obrazac je istekao",
"This Form has expired and is no longer taking answers." : "Ovaj je obrazac istekao i nije moguće unositi odgovore.",
"Access denied" : "Pristup odbijen",
"You are not allowed to view this form or the form does not exist." : "Nije vam dopušteno pregledavati ovaj obrazac ili obrazac ne postoji.",
"You are not allowed to edit this form or the form does not exist." : "Nije vam dopušteno uređivati ovaj obrazac ili obrazac ne postoji.",

13
l10n/hy.js Normal file
View file

@ -0,0 +1,13 @@
OC.L10N.register(
"forms",
{
"Group" : "Խումբ",
"Title" : "Վերնագիր",
"Owner" : "Owner",
"never" : "երբեք",
"Description" : "Նկարագրություն",
"Done" : "Done",
"Expiration date" : "Վավերականության ժամկետ",
"New" : "Նոր"
},
"nplurals=2; plural=(n != 1);");

11
l10n/hy.json Normal file
View file

@ -0,0 +1,11 @@
{ "translations": {
"Group" : "Խումբ",
"Title" : "Վերնագիր",
"Owner" : "Owner",
"never" : "երբեք",
"Description" : "Նկարագրություն",
"Done" : "Done",
"Expiration date" : "Վավերականության ժամկետ",
"New" : "Նոր"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/ia.js Normal file
View file

@ -0,0 +1,15 @@
OC.L10N.register(
"forms",
{
"Group" : "Gruppo",
"Title" : "Titulo",
"Owner" : "Owner",
"Public access" : "Accesso public",
"never" : "nunquam",
"Description" : "Description",
"Configuration" : "Configuration",
"Done" : "Preste",
"Expiration date" : "Data de expiration",
"New" : "Nove"
},
"nplurals=2; plural=(n != 1);");

13
l10n/ia.json Normal file
View file

@ -0,0 +1,13 @@
{ "translations": {
"Group" : "Gruppo",
"Title" : "Titulo",
"Owner" : "Owner",
"Public access" : "Accesso public",
"never" : "nunquam",
"Description" : "Description",
"Configuration" : "Configuration",
"Done" : "Preste",
"Expiration date" : "Data de expiration",
"New" : "Nove"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/id.js Normal file
View file

@ -0,0 +1,15 @@
OC.L10N.register(
"forms",
{
"Group" : "Grup",
"Title" : "Judul",
"Owner" : "Owner",
"Created" : "Dibuat",
"never" : "tidak pernah.",
"Description" : "Deskrisi",
"Configuration" : "Konfigurasi",
"Done" : "Selesai",
"Expiration date" : "Tanggal kadaluarsa",
"New" : "Baru"
},
"nplurals=1; plural=0;");

13
l10n/id.json Normal file
View file

@ -0,0 +1,13 @@
{ "translations": {
"Group" : "Grup",
"Title" : "Judul",
"Owner" : "Owner",
"Created" : "Dibuat",
"never" : "tidak pernah.",
"Description" : "Deskrisi",
"Configuration" : "Konfigurasi",
"Done" : "Selesai",
"Expiration date" : "Tanggal kadaluarsa",
"New" : "Baru"
},"pluralForm" :"nplurals=1; plural=0;"
}

40
l10n/is.js Normal file
View file

@ -0,0 +1,40 @@
OC.L10N.register(
"forms",
{
"Expired" : "Útrunnið",
"Expires %n" : "Gildir til %n",
"Expires never" : "Rennur aldrei út",
"Usernames hidden to Owner" : "Nöfn notenda falin fyrir eiganda",
"Usernames visible to Owner" : "Nöfn notenda sýnileg eiganda",
"Group" : "Hópur",
"Title" : "Titill",
"Access" : "Aðgangur",
"Owner" : "Eigandi",
"Created" : "Búið til þann",
"Expires" : "Rennur út",
"Public access" : "Opinber aðgangur",
"Only shared" : "Einungis deildar",
"Registered users only" : "Aðeins skráðir notendur",
"never" : "aldrei",
"Link copied to clipboard" : "Tengill afritaður á klippispjald",
"Error, while copying link to clipboard" : "Villa við afritun tengils á klippispjald",
"Add Answer" : "Bæta við svari",
"Share with" : "Deila með",
"Description" : "Lýsing",
"Add Question" : "Bæta við spurningu",
"You are editing in admin mode" : "Þú ert að breyta í stjórnandaham",
"Configuration" : "Uppsetning",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Uppsetning er læst. Breytingar á valkostum gætu valdið skringilegri virkni, en þú getur samt aflæst henni.",
"Unlock configuration " : "Aflæsa uppsetningu",
"Name of user or group" : "Nafn notanda eða hóps",
"Done" : "Lokið",
"Expiration date" : "Gildir til",
"Click to add a date" : "Smelltu til að bæta við dagsetningu",
"Title must not be empty!" : "Titill getur ekki verið auður!",
"%n successfully saved" : "Tókst að vista %n",
"Clone of %n" : "Klón af %n",
"New" : "Nýtt",
"Do you want to delete \"%n\"?" : "Viltu eyða \"%n\"?",
"Access denied" : "Aðgangur ekki leyfður"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

38
l10n/is.json Normal file
View file

@ -0,0 +1,38 @@
{ "translations": {
"Expired" : "Útrunnið",
"Expires %n" : "Gildir til %n",
"Expires never" : "Rennur aldrei út",
"Usernames hidden to Owner" : "Nöfn notenda falin fyrir eiganda",
"Usernames visible to Owner" : "Nöfn notenda sýnileg eiganda",
"Group" : "Hópur",
"Title" : "Titill",
"Access" : "Aðgangur",
"Owner" : "Eigandi",
"Created" : "Búið til þann",
"Expires" : "Rennur út",
"Public access" : "Opinber aðgangur",
"Only shared" : "Einungis deildar",
"Registered users only" : "Aðeins skráðir notendur",
"never" : "aldrei",
"Link copied to clipboard" : "Tengill afritaður á klippispjald",
"Error, while copying link to clipboard" : "Villa við afritun tengils á klippispjald",
"Add Answer" : "Bæta við svari",
"Share with" : "Deila með",
"Description" : "Lýsing",
"Add Question" : "Bæta við spurningu",
"You are editing in admin mode" : "Þú ert að breyta í stjórnandaham",
"Configuration" : "Uppsetning",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Uppsetning er læst. Breytingar á valkostum gætu valdið skringilegri virkni, en þú getur samt aflæst henni.",
"Unlock configuration " : "Aflæsa uppsetningu",
"Name of user or group" : "Nafn notanda eða hóps",
"Done" : "Lokið",
"Expiration date" : "Gildir til",
"Click to add a date" : "Smelltu til að bæta við dagsetningu",
"Title must not be empty!" : "Titill getur ekki verið auður!",
"%n successfully saved" : "Tókst að vista %n",
"Clone of %n" : "Klón af %n",
"New" : "Nýtt",
"Do you want to delete \"%n\"?" : "Viltu eyða \"%n\"?",
"Access denied" : "Aðgangur ekki leyfður"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

View file

@ -20,6 +20,7 @@ OC.L10N.register(
"Owner" : "Proprietario",
"Created" : "Creato",
"Expires" : "Scade",
"View results" : "Visualizza risultati",
"Public access" : "Accesso pubblico",
"Only shared" : "Solo condiviso",
"Registered users only" : "Solo utenti registrati",
@ -39,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configurazione è bloccata. La modifica delle opzioni potrebbe risultare in un comportamento inatteso, ma puoi sbloccarla comunque.",
"Unlock configuration " : "Sblocca la configurazione",
"Form configurations" : "Configurazioni modulo",
"Only allow one submission per user" : "Consenti solo un invio per utente",
"Name of user or group" : "Nome dell'utente o del gruppo",
"Create new form" : "Crea una nuova modulo",
"Writing form" : "Scrittura del modulo",

View file

@ -18,6 +18,7 @@
"Owner" : "Proprietario",
"Created" : "Creato",
"Expires" : "Scade",
"View results" : "Visualizza risultati",
"Public access" : "Accesso pubblico",
"Only shared" : "Solo condiviso",
"Registered users only" : "Solo utenti registrati",
@ -37,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "La configurazione è bloccata. La modifica delle opzioni potrebbe risultare in un comportamento inatteso, ma puoi sbloccarla comunque.",
"Unlock configuration " : "Sblocca la configurazione",
"Form configurations" : "Configurazioni modulo",
"Only allow one submission per user" : "Consenti solo un invio per utente",
"Name of user or group" : "Nome dell'utente o del gruppo",
"Create new form" : "Crea una nuova modulo",
"Writing form" : "Scrittura del modulo",

View file

@ -20,6 +20,7 @@ OC.L10N.register(
"Owner" : "作成者",
"Created" : "作成時刻",
"Expires" : "有効期限",
"View results" : "結果を見る",
"Public access" : "パブリックアクセス",
"Only shared" : "共有中のみ",
"Registered users only" : "登録ユーザーのみ",
@ -39,6 +40,7 @@ OC.L10N.register(
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "設定がロックされました。オプション変更すると望まない結果になる可能性がありますが、アンロックできます。",
"Unlock configuration " : "設定をアンロックする",
"Form configurations" : "フォーム設定",
"Only allow one submission per user" : "送信はユーザーごとに1度だけ許可",
"Name of user or group" : "ユーザまたはグループの名前",
"Create new form" : "新規フォームを作成",
"Writing form" : "書き込み中のフォーム",

View file

@ -18,6 +18,7 @@
"Owner" : "作成者",
"Created" : "作成時刻",
"Expires" : "有効期限",
"View results" : "結果を見る",
"Public access" : "パブリックアクセス",
"Only shared" : "共有中のみ",
"Registered users only" : "登録ユーザーのみ",
@ -37,6 +38,7 @@
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "設定がロックされました。オプション変更すると望まない結果になる可能性がありますが、アンロックできます。",
"Unlock configuration " : "設定をアンロックする",
"Form configurations" : "フォーム設定",
"Only allow one submission per user" : "送信はユーザーごとに1度だけ許可",
"Name of user or group" : "ユーザまたはグループの名前",
"Create new form" : "新規フォームを作成",
"Writing form" : "書き込み中のフォーム",

Some files were not shown because too many files have changed in this diff Show more