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 - postgresql
php: php:
- 7.1
- 7.2 - 7.2
- 7.3 - 7.3
# https://travis-ci.community/t/some-extensions-are-missing-in-php-7-4-0-zip-gmp-sodium/6320/8
# - 7.4
addons: addons:
postgresql: 9.5 postgresql: 9.5

View file

@ -8,36 +8,66 @@
font-size: 420px; 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 { .sv_container {
h3 { h3 {
width: 400px; width: 70%;
line-height: 1;
margin-bottom: 5%;
font-size: 30px; 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 { .sv_qstn .sq-root {
border: 1px solid gray; border: 1px solid gray;
border-left: 4px solid #18a689; border-left: 4px solid #0082c9;
border-radius: 5px; border-radius: 5px;
padding: 20px; padding: 20px;
width: 400px; width: 70%;
margin-bottom: 30px; margin-bottom: 6%;
font-size: 18px; font-size: 18px;
} }
/* hotfixcss
adding a margin
*/
.sq-title { .sq-title {
font-size: 20px; font-size: 20px;
margin-left: 20px; margin-left: 20px;
margin-bottom: 2%;
} }
.sq-title-required { .sq-title-required {
color: black; color: black;
} }
/* hotfixcss
display fex and align items center so the radio button is aligned with the text
*/
.sq-label { .sq-label {
margin-left: 30px; margin-left: 30px;
display: flex;
align-items: center;
} }
.sq-item:nth-child(1) { .sq-item:nth-child(1) {
margin-bottom: 5px; 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" : "العنوان", "Title" : "العنوان",
"Access" : "النفاذ", "Access" : "النفاذ",
"Owner" : "المالك", "Owner" : "المالك",
"Public access" : "النفاذ إليه مُصرّح للعامة",
"never" : "بتاتاً",
"Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة", "Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة",
"Add Answer" : "إضافة إجابة", "Add Answer" : "إضافة إجابة",
"Share with" : "شارك مع", "Share with" : "شارك مع",
"Description" : "الوصف", "Description" : "الوصف",
"Add Question" : "إضافة سؤال", "Add Question" : "إضافة سؤال",
"Configuration" : "إعداد",
"Done" : "تم", "Done" : "تم",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"New" : "جديد" "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;"); "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" : "العنوان", "Title" : "العنوان",
"Access" : "النفاذ", "Access" : "النفاذ",
"Owner" : "المالك", "Owner" : "المالك",
"Public access" : "النفاذ إليه مُصرّح للعامة",
"never" : "بتاتاً",
"Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة", "Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة",
"Add Answer" : "إضافة إجابة", "Add Answer" : "إضافة إجابة",
"Share with" : "شارك مع", "Share with" : "شارك مع",
"Description" : "الوصف", "Description" : "الوصف",
"Add Question" : "إضافة سؤال", "Add Question" : "إضافة سؤال",
"Configuration" : "إعداد",
"Done" : "تم", "Done" : "تم",
"Expiration date" : "تاريخ إنتهاء الصلاحية",
"New" : "جديد" "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;" },"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", "Owner" : "Propietari",
"Created" : "Creat", "Created" : "Creat",
"Expires" : "Venç", "Expires" : "Venç",
"View results" : "Mostra els resultats",
"Public access" : "Accés públic", "Public access" : "Accés públic",
"Only shared" : "Només compartit", "Only shared" : "Només compartit",
"Registered users only" : "Només usuaris registrats", "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.", "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ó", "Unlock configuration " : "Desbloca configuració",
"Form configurations" : "Configuracions del formulari", "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", "Name of user or group" : "Nom de l'usuari o del grup",
"Create new form" : "Crea un nou formulari", "Create new form" : "Crea un nou formulari",
"Writing form" : "S'està desant el formulari", "Writing form" : "S'està desant el formulari",

View file

@ -18,6 +18,7 @@
"Owner" : "Propietari", "Owner" : "Propietari",
"Created" : "Creat", "Created" : "Creat",
"Expires" : "Venç", "Expires" : "Venç",
"View results" : "Mostra els resultats",
"Public access" : "Accés públic", "Public access" : "Accés públic",
"Only shared" : "Només compartit", "Only shared" : "Només compartit",
"Registered users only" : "Només usuaris registrats", "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.", "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ó", "Unlock configuration " : "Desbloca configuració",
"Form configurations" : "Configuracions del formulari", "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", "Name of user or group" : "Nom de l'usuari o del grup",
"Create new form" : "Crea un nou formulari", "Create new form" : "Crea un nou formulari",
"Writing form" : "S'està desant el 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?", "Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?",
"Forms" : "Formuláře", "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ář", "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." : "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", "Expired" : "Platnost skončila",
"Expires %n" : "Platnost skončí %n", "Expires %n" : "Platnost skončí %n",
"Expires never" : "Platí napořád", "Expires never" : "Platí napořád",
@ -17,6 +20,7 @@ OC.L10N.register(
"Owner" : "Vlastník", "Owner" : "Vlastník",
"Created" : "Vytvořeno", "Created" : "Vytvořeno",
"Expires" : "Platnost končí", "Expires" : "Platnost končí",
"View results" : "Zobrazit výsledky",
"Public access" : "Veřejný přístup", "Public access" : "Veřejný přístup",
"Only shared" : "Pouze sdílené", "Only shared" : "Pouze sdílené",
"Registered users only" : "Pouze registrovaní uživatelé", "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.", "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í", "Unlock configuration " : "Odemknout nastavení",
"Form configurations" : "Nastavení formuláře", "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", "Name of user or group" : "Jméno uživatele nebo název skupiny",
"Create new form" : "Vytvořit nový formulář", "Create new form" : "Vytvořit nový formulář",
"Writing form" : "Formulář se zapisuje", "Writing form" : "Formulář se zapisuje",
@ -62,8 +67,8 @@ OC.L10N.register(
"Form \"%n\" deleted" : "Formulář „%n“ smazán", "Form \"%n\" deleted" : "Formulář „%n“ smazán",
"Error while deleting Form \"%n\"" : "Chyba při mazání formuláře „%n“", "Error while deleting Form \"%n\"" : "Chyba při mazání formuláře „%n“",
"Form Expired" : "Platnost formuláře skončila", "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.", "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 zamítnut", "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 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 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." "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": { { "translations": {
"Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?", "Do you really want to delete this new form?" : "Opravdu chcete tento nový formulář smazat?",
"Forms" : "Formuláře", "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ář", "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." : "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", "Expired" : "Platnost skončila",
"Expires %n" : "Platnost skončí %n", "Expires %n" : "Platnost skončí %n",
"Expires never" : "Platí napořád", "Expires never" : "Platí napořád",
@ -15,6 +18,7 @@
"Owner" : "Vlastník", "Owner" : "Vlastník",
"Created" : "Vytvořeno", "Created" : "Vytvořeno",
"Expires" : "Platnost končí", "Expires" : "Platnost končí",
"View results" : "Zobrazit výsledky",
"Public access" : "Veřejný přístup", "Public access" : "Veřejný přístup",
"Only shared" : "Pouze sdílené", "Only shared" : "Pouze sdílené",
"Registered users only" : "Pouze registrovaní uživatelé", "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.", "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í", "Unlock configuration " : "Odemknout nastavení",
"Form configurations" : "Nastavení formuláře", "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", "Name of user or group" : "Jméno uživatele nebo název skupiny",
"Create new form" : "Vytvořit nový formulář", "Create new form" : "Vytvořit nový formulář",
"Writing form" : "Formulář se zapisuje", "Writing form" : "Formulář se zapisuje",
@ -60,8 +65,8 @@
"Form \"%n\" deleted" : "Formulář „%n“ smazán", "Form \"%n\" deleted" : "Formulář „%n“ smazán",
"Error while deleting Form \"%n\"" : "Chyba při mazání formuláře „%n“", "Error while deleting Form \"%n\"" : "Chyba při mazání formuláře „%n“",
"Form Expired" : "Platnost formuláře skončila", "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.", "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 zamítnut", "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 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 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." "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", "Owner" : "Besitzer",
"Created" : "Erstellt", "Created" : "Erstellt",
"Expires" : "Läuft ab", "Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen", "View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff", "Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt", "Only shared" : "Nur geteilt",
"Registered users only" : "Nur registrierte Benutzer", "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. ", "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", "Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen", "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", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen", "Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben", "Writing form" : "Formular schreiben",

View file

@ -18,7 +18,7 @@
"Owner" : "Besitzer", "Owner" : "Besitzer",
"Created" : "Erstellt", "Created" : "Erstellt",
"Expires" : "Läuft ab", "Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen", "View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff", "Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt", "Only shared" : "Nur geteilt",
"Registered users only" : "Nur registrierte Benutzer", "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. ", "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", "Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen", "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", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen", "Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben", "Writing form" : "Formular schreiben",

View file

@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Besitzer", "Owner" : "Besitzer",
"Created" : "Erstellt", "Created" : "Erstellt",
"Expires" : "Läuft ab", "Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen", "View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff", "Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt", "Only shared" : "Nur geteilt",
"Registered users only" : "Nur für registrierte Benutzer", "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. ", "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", "Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen", "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", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen", "Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben", "Writing form" : "Formular schreiben",

View file

@ -18,7 +18,7 @@
"Owner" : "Besitzer", "Owner" : "Besitzer",
"Created" : "Erstellt", "Created" : "Erstellt",
"Expires" : "Läuft ab", "Expires" : "Läuft ab",
"View Results" : "Ergebnisse anzeigen", "View results" : "Ergebnisse anzeigen",
"Public access" : "Öffentlicher Zugriff", "Public access" : "Öffentlicher Zugriff",
"Only shared" : "Nur geteilt", "Only shared" : "Nur geteilt",
"Registered users only" : "Nur für registrierte Benutzer", "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. ", "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", "Unlock configuration " : "Konfiguration entsperren",
"Form configurations" : "Formulareinstellungen", "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", "Name of user or group" : "Name des Benutzers oder der Gruppe",
"Create new form" : "Ein neues Formular erstellen", "Create new form" : "Ein neues Formular erstellen",
"Writing form" : "Formular schreiben", "Writing form" : "Formular schreiben",

View file

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

View file

@ -1,6 +1,12 @@
{ "translations": { { "translations": {
"Do you really want to delete this new form?" : "Σίγουρα θέλετε να διαγράψετε τη φόρμα?",
"Forms" : "Φόρμες", "Forms" : "Φόρμες",
"A forms app, similar to Google Forms." : "Εφαρμογή φορμών, παρόμεια με τις Φόρμες Google.",
"Expired" : "Έληξε", "Expired" : "Έληξε",
"Expires %n" : "Λήγει στις %n",
"Expires never" : "Δεν λήγει ποτέ",
"Usernames hidden to Owner" : "Τα ονόματα χρήστη είναι κρυφά στον ιδιοκτήτη",
"Usernames visible to Owner" : "Τα ονόματα χρήστη είναι ορατά στον ιδιοκτήτη",
"Group" : "Ομάδα", "Group" : "Ομάδα",
"Title" : "Τίτλος", "Title" : "Τίτλος",
"Access" : "Πρόσβαση", "Access" : "Πρόσβαση",
@ -8,11 +14,17 @@
"Created" : "Δημιουργήθηκε", "Created" : "Δημιουργήθηκε",
"Expires" : "Λήγει", "Expires" : "Λήγει",
"Public access" : "Δημόσια πρόσβαση", "Public access" : "Δημόσια πρόσβαση",
"Only shared" : "Μόνο κοινόχρηστα",
"Registered users only" : "Μόνο εγγεγραμμένοι χρήστες",
"never" : "ποτέ", "never" : "ποτέ",
"Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Error, while copying link to clipboard" : "Σφάλμα, κατά την αντιγραφή συνδέσμου στο πρόχειρο",
"Add Answer" : "Προσθήκη απάντησης", "Add Answer" : "Προσθήκη απάντησης",
"Share with" : "Διαμοιρασμός με", "Share with" : "Διαμοιρασμός με",
"Description" : "Περιγραφή", "Description" : "Περιγραφή",
"Add Question" : "Προσθήκη ερώτησης", "Add Question" : "Προσθήκη ερώτησης",
"Configuration" : "Ρυθμίσεις",
"Name of user or group" : "Όνομα του χρήστη ή της ομάδας",
"Update form" : "Ενημέρωση φόρμας", "Update form" : "Ενημέρωση φόρμας",
"Done" : "Ολοκληρώθηκε", "Done" : "Ολοκληρώθηκε",
"Expiration date" : "Ημερομηνία λήξης", "Expiration date" : "Ημερομηνία λήξης",
@ -22,7 +34,10 @@
"Title must not be empty!" : "Ο τίτλος δεν πρέπει να είναι κενός!", "Title must not be empty!" : "Ο τίτλος δεν πρέπει να είναι κενός!",
"All questions need answers!" : "Όλες οι ερωτήσεις χρειάζονται απαντήσεις!", "All questions need answers!" : "Όλες οι ερωτήσεις χρειάζονται απαντήσεις!",
"Need to pick an expiration date!" : "Πρέπει να επιλεγεί μια ημερομηνία λήξης!", "Need to pick an expiration date!" : "Πρέπει να επιλεγεί μια ημερομηνία λήξης!",
"%n successfully saved" : "Επιτυχής αποθήκευση %n",
"New" : "Νέα",
"Delete form" : "Διαγραφή φόρμας", "Delete form" : "Διαγραφή φόρμας",
"Do you want to delete \"%n\"?" : "Θέλετε να διαγράψετε \"%n\"?",
"Form Expired" : "Η φόρμα έληξε", "Form Expired" : "Η φόρμα έληξε",
"Access denied" : "Δεν επιτρέπεται η πρόσβαση" "Access denied" : "Δεν επιτρέπεται η πρόσβαση"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"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", "Owner" : "Propietario",
"Created" : "Creado", "Created" : "Creado",
"Expires" : "Expira", "Expires" : "Expira",
"View results" : "Ver resultados",
"Public access" : "Acceso público", "Public access" : "Acceso público",
"Only shared" : "Solo compartido", "Only shared" : "Solo compartido",
"Registered users only" : "Solo usuarios registrados", "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.", "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", "Unlock configuration " : "Desbloquear configuración",
"Form configurations" : "Configuraciones de formulario", "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", "Name of user or group" : "Nombre del usuario o grupo",
"Create new form" : "Crear formulario nuevo", "Create new form" : "Crear formulario nuevo",
"Writing form" : "Escribiendo formulario", "Writing form" : "Escribiendo formulario",

View file

@ -18,6 +18,7 @@
"Owner" : "Propietario", "Owner" : "Propietario",
"Created" : "Creado", "Created" : "Creado",
"Expires" : "Expira", "Expires" : "Expira",
"View results" : "Ver resultados",
"Public access" : "Acceso público", "Public access" : "Acceso público",
"Only shared" : "Solo compartido", "Only shared" : "Solo compartido",
"Registered users only" : "Solo usuarios registrados", "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.", "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", "Unlock configuration " : "Desbloquear configuración",
"Form configurations" : "Configuraciones de formulario", "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", "Name of user or group" : "Nombre del usuario o grupo",
"Create new form" : "Crear formulario nuevo", "Create new form" : "Crear formulario nuevo",
"Writing form" : "Escribiendo formulario", "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", "Owner" : "Jabea",
"Created" : "Sortua", "Created" : "Sortua",
"Expires" : "Iraungitzen du", "Expires" : "Iraungitzen du",
"View results" : "Emaitzak ikusi",
"Public access" : "Sarbide publikoa", "Public access" : "Sarbide publikoa",
"Only shared" : "Partekatua soilik", "Only shared" : "Partekatua soilik",
"Registered users only" : "Erregistratutako erabiltzaileak 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.", "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", "Unlock configuration " : "Desblokeatu konfigurazioa",
"Form configurations" : "Inprimakiaren konfigurazioak", "Form configurations" : "Inprimakiaren konfigurazioak",
"Only allow one submission per user" : "Bidalketa bakarra onartu erabiltzaileko",
"Name of user or group" : "Erabiltzailearen edo taldearen izena", "Name of user or group" : "Erabiltzailearen edo taldearen izena",
"Create new form" : "Sortu inprimaki berria", "Create new form" : "Sortu inprimaki berria",
"Writing form" : "Inprimakia idazten", "Writing form" : "Inprimakia idazten",

View file

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

View file

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

View file

@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Propriétaire", "Owner" : "Propriétaire",
"Created" : "Créé", "Created" : "Créé",
"Expires" : "Expire", "Expires" : "Expire",
"View Results" : "Afficher les résultats", "View results" : "Afficher les résultats",
"Public access" : "Accès public", "Public access" : "Accès public",
"Only shared" : "Partagé seulement", "Only shared" : "Partagé seulement",
"Registered users only" : "Utilisateurs enregistrés uniquement", "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.", "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", "Unlock configuration " : "Déverrouiller la configuration",
"Form configurations" : "Paramètres du formulaire", "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", "Name of user or group" : "Nom d'utilisateur ou de groupe",
"Create new form" : "Créer un nouveau formulaire", "Create new form" : "Créer un nouveau formulaire",
"Writing form" : "Rédiger le formulaire", "Writing form" : "Rédiger le formulaire",

View file

@ -18,7 +18,7 @@
"Owner" : "Propriétaire", "Owner" : "Propriétaire",
"Created" : "Créé", "Created" : "Créé",
"Expires" : "Expire", "Expires" : "Expire",
"View Results" : "Afficher les résultats", "View results" : "Afficher les résultats",
"Public access" : "Accès public", "Public access" : "Accès public",
"Only shared" : "Partagé seulement", "Only shared" : "Partagé seulement",
"Registered users only" : "Utilisateurs enregistrés uniquement", "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.", "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", "Unlock configuration " : "Déverrouiller la configuration",
"Form configurations" : "Paramètres du formulaire", "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", "Name of user or group" : "Nom d'utilisateur ou de groupe",
"Create new form" : "Créer un nouveau formulaire", "Create new form" : "Créer un nouveau formulaire",
"Writing form" : "Rédiger le 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?", "Do you really want to delete this new form?" : "Confirma que quere eliminar este formulario novo?",
"Forms" : "Formularios", "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}»", "{user} participated in the form \"{title}\"" : "{user} participou no formulario «{title}»",
"Go to form" : "Ir ao formulario", "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." : "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)." : "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 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", "Expired" : "Caducado",
"Expires %n" : "Caduca o %n", "Expires %n" : "Caduca o %n",
"Expires never" : "Non caduca nunca", "Expires never" : "Non caduca nunca",
@ -20,7 +20,7 @@ OC.L10N.register(
"Owner" : "Propietario", "Owner" : "Propietario",
"Created" : "Creado", "Created" : "Creado",
"Expires" : "Caduca", "Expires" : "Caduca",
"View Results" : "Ver os resultados", "View results" : "Ver os resultados",
"Public access" : "Acceso público", "Public access" : "Acceso público",
"Only shared" : "Só compartido", "Only shared" : "Só compartido",
"Registered users only" : "Só usuarios rexistrados", "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.", "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ń", "Unlock configuration " : "Desbloquear a configuracioń",
"Form configurations" : "Configuracións de formulario ", "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", "Name of user or group" : "Nome de usuario ou grupo",
"Create new form" : "Crear un formulario novo", "Create new form" : "Crear un formulario novo",
"Writing form" : "Rexistrando o formulario", "Writing form" : "Rexistrando o formulario",
@ -50,7 +51,7 @@ OC.L10N.register(
"Select a question type!" : "Seleccione o tipo de pregunta!", "Select a question type!" : "Seleccione o tipo de pregunta!",
"Cannot have the same question!" : "Non pode ter a mesma 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!", "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!", "Must have at least one question!" : "Ten que haber polo menos unha pregunta!",
"All questions need answers!" : "Todas as preguntas precisan respostas!", "All questions need answers!" : "Todas as preguntas precisan respostas!",
"Need to pick an expiration date!" : "É necesario escoller unha data de caducidade!", "Need to pick an expiration date!" : "É necesario escoller unha data de caducidade!",

View file

@ -1,11 +1,11 @@
{ "translations": { { "translations": {
"Do you really want to delete this new form?" : "Confirma que quere eliminar este formulario novo?", "Do you really want to delete this new form?" : "Confirma que quere eliminar este formulario novo?",
"Forms" : "Formularios", "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}»", "{user} participated in the form \"{title}\"" : "{user} participou no formulario «{title}»",
"Go to form" : "Ir ao formulario", "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." : "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)." : "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 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", "Expired" : "Caducado",
"Expires %n" : "Caduca o %n", "Expires %n" : "Caduca o %n",
"Expires never" : "Non caduca nunca", "Expires never" : "Non caduca nunca",
@ -18,7 +18,7 @@
"Owner" : "Propietario", "Owner" : "Propietario",
"Created" : "Creado", "Created" : "Creado",
"Expires" : "Caduca", "Expires" : "Caduca",
"View Results" : "Ver os resultados", "View results" : "Ver os resultados",
"Public access" : "Acceso público", "Public access" : "Acceso público",
"Only shared" : "Só compartido", "Only shared" : "Só compartido",
"Registered users only" : "Só usuarios rexistrados", "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.", "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ń", "Unlock configuration " : "Desbloquear a configuracioń",
"Form configurations" : "Configuracións de formulario ", "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", "Name of user or group" : "Nome de usuario ou grupo",
"Create new form" : "Crear un formulario novo", "Create new form" : "Crear un formulario novo",
"Writing form" : "Rexistrando o formulario", "Writing form" : "Rexistrando o formulario",
@ -48,7 +49,7 @@
"Select a question type!" : "Seleccione o tipo de pregunta!", "Select a question type!" : "Seleccione o tipo de pregunta!",
"Cannot have the same question!" : "Non pode ter a mesma 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!", "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!", "Must have at least one question!" : "Ten que haber polo menos unha pregunta!",
"All questions need answers!" : "Todas as preguntas precisan respostas!", "All questions need answers!" : "Todas as preguntas precisan respostas!",
"Need to pick an expiration date!" : "É necesario escoller unha data de caducidade!", "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", "forms",
{ {
"Do you really want to delete this new form?" : "Želite li zaista izbrisati ovaj novi obrazac?", "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", "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", "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." : "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 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 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", "Expired" : "Istekao",
"Expires %n" : "Istječe %n", "Expires %n" : "Istječe %n",
"Expires never" : "Istječe nikada", "Expires never" : "Istječe nikada",
@ -20,11 +20,12 @@ OC.L10N.register(
"Owner" : "Vlasnik", "Owner" : "Vlasnik",
"Created" : "Stvoreno", "Created" : "Stvoreno",
"Expires" : "Istječe", "Expires" : "Istječe",
"View results" : "Pregledaj rezultate",
"Public access" : "Javni pristup", "Public access" : "Javni pristup",
"Only shared" : "Samo dijeljeno", "Only shared" : "Samo dijeljeno",
"Registered users only" : "Samo registrirani korisnici", "Registered users only" : "Samo registrirani korisnici",
"Hidden form" : "Skriven obrazac", "Hidden form" : "Skriveni obrazac",
"Text form" : "Tekstualni obrazac", "Text form" : "Tekst obrasca",
"never" : "nikad", "never" : "nikad",
"Link copied to clipboard" : "Poveznica je kopirana u međuspremnik", "Link copied to clipboard" : "Poveznica je kopirana u međuspremnik",
"Error, while copying link to clipboard" : "Pogreška tijekom kopiranja poveznice 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", "Share with" : "Dijeli s",
"Form description" : "Opis obrasca", "Form description" : "Opis obrasca",
"Description" : "Opis", "Description" : "Opis",
"Make a Form" : "Kreiraj obrazac", "Make a Form" : "Izradi obrazac",
"Add Question" : "Dodaj pitanje", "Add Question" : "Dodaj pitanje",
"You are editing in admin mode" : "Uređujete u načinu rada administratora", "You are editing in admin mode" : "Uređujete u načinu rada administratora",
"Configuration" : "Konfiguracija", "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.", "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 ", "Unlock configuration " : "Otključaj konfiguraciju ",
"Form configurations" : "Konfiguracije obrasca", "Form configurations" : "Konfiguracije obrasca",
"Only allow one submission per user" : "Dopusti jedan podnesak po korisniku",
"Name of user or group" : "Ime korisnika ili grupe", "Name of user or group" : "Ime korisnika ili grupe",
"Create new form" : "Stvori novi obrazac", "Create new form" : "Stvori novi obrazac",
"Writing form" : "Pisanje obrasca", "Writing form" : "Pisanje obrasca",
"Update form" : "Ažuriranje obrasca", "Update form" : "Ažuriraj obrazac",
"Done" : "Gotovo", "Done" : "Gotovo",
"Expiration date" : "Datum isteka", "Expiration date" : "Datum isteka",
"Click to add a date" : "Klikni za dodavanje datuma", "Click to add a date" : "Klikni za dodavanje datuma",
"Select a question type!" : "Odaberi vrstu pitanja!", "Select a question type!" : "Odaberite vrstu pitanja!",
"Cannot have the same question!" : "Ne može biti isto pitanje!", "Cannot have the same question!" : "Ne možete imati isto pitanje!",
"Two answers cannot be the same!" : "Ne mogu biti dva ista odgovora!", "Two answers cannot be the same!" : "Ne mogu postojati dva ista odgovora!",
"Title must not be empty!" : "Naslov ne smije biti prazan!", "Title must not be empty!" : "Naslov ne smije biti prazan!",
"Must have at least one question!" : "Mora biti barem jedno pitanje!", "Must have at least one question!" : "Mora postojati barem jedno pitanje!",
"All questions need answers!" : "Sva pitanja zahtijevaju odgovore!", "All questions need answers!" : "Potrebno je odgovoriti na sva pitanja!",
"Need to pick an expiration date!" : "Mora se postaviti datum isteka!", "Need to pick an expiration date!" : "Odaberite datum isteka!",
"%n successfully saved" : "%n uspješno spremljenih", "%n successfully saved" : "%n uspješno spremljenih",
"Error on saving form, see console" : "Pogreška pri spremanju obrasca, pogledajte konzolu", "Error on saving form, see console" : "Pogreška pri spremanju obrasca, pogledajte konzolu",
"Clone of %n" : "Klon %n", "Clone of %n" : "Klon %n",
"New" : "Novo", "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", "Delete form" : "Izbriši obrazac",
"Do you want to delete \"%n\"?" : "Želite li izbrisati „%n”?", "Do you want to delete \"%n\"?" : "Želite li izbrisati „%n”?",
"No, keep form." : "Ne, zadrži obrazac.", "No, keep form." : "Ne, zadrži obrazac.",
"Yes, delete form." : "Da, izbriši obrazac.", "Yes, delete form." : "Da, izbriši obrazac.",
"Form \"%n\" deleted" : "Obrazac „%n” izbrisan", "Form \"%n\" deleted" : "Obrazac „%n” je izbrisan",
"Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n", "Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n",
"Form Expired" : "Obrazac istekao", "Form Expired" : "Obrazac je istekao",
"This Form has expired and is no longer taking answers." : "Obrazac je istekao i ne prima više odgovore.", "This Form has expired and is no longer taking answers." : "Ovaj je obrazac istekao i nije moguće unositi odgovore.",
"Access denied" : "Pristup odbijen", "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 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.", "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": { { "translations": {
"Do you really want to delete this new form?" : "Želite li zaista izbrisati ovaj novi obrazac?", "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", "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", "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." : "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 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 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", "Expired" : "Istekao",
"Expires %n" : "Istječe %n", "Expires %n" : "Istječe %n",
"Expires never" : "Istječe nikada", "Expires never" : "Istječe nikada",
@ -18,11 +18,12 @@
"Owner" : "Vlasnik", "Owner" : "Vlasnik",
"Created" : "Stvoreno", "Created" : "Stvoreno",
"Expires" : "Istječe", "Expires" : "Istječe",
"View results" : "Pregledaj rezultate",
"Public access" : "Javni pristup", "Public access" : "Javni pristup",
"Only shared" : "Samo dijeljeno", "Only shared" : "Samo dijeljeno",
"Registered users only" : "Samo registrirani korisnici", "Registered users only" : "Samo registrirani korisnici",
"Hidden form" : "Skriven obrazac", "Hidden form" : "Skriveni obrazac",
"Text form" : "Tekstualni obrazac", "Text form" : "Tekst obrasca",
"never" : "nikad", "never" : "nikad",
"Link copied to clipboard" : "Poveznica je kopirana u međuspremnik", "Link copied to clipboard" : "Poveznica je kopirana u međuspremnik",
"Error, while copying link to clipboard" : "Pogreška tijekom kopiranja poveznice 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", "Share with" : "Dijeli s",
"Form description" : "Opis obrasca", "Form description" : "Opis obrasca",
"Description" : "Opis", "Description" : "Opis",
"Make a Form" : "Kreiraj obrazac", "Make a Form" : "Izradi obrazac",
"Add Question" : "Dodaj pitanje", "Add Question" : "Dodaj pitanje",
"You are editing in admin mode" : "Uređujete u načinu rada administratora", "You are editing in admin mode" : "Uređujete u načinu rada administratora",
"Configuration" : "Konfiguracija", "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.", "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 ", "Unlock configuration " : "Otključaj konfiguraciju ",
"Form configurations" : "Konfiguracije obrasca", "Form configurations" : "Konfiguracije obrasca",
"Only allow one submission per user" : "Dopusti jedan podnesak po korisniku",
"Name of user or group" : "Ime korisnika ili grupe", "Name of user or group" : "Ime korisnika ili grupe",
"Create new form" : "Stvori novi obrazac", "Create new form" : "Stvori novi obrazac",
"Writing form" : "Pisanje obrasca", "Writing form" : "Pisanje obrasca",
"Update form" : "Ažuriranje obrasca", "Update form" : "Ažuriraj obrazac",
"Done" : "Gotovo", "Done" : "Gotovo",
"Expiration date" : "Datum isteka", "Expiration date" : "Datum isteka",
"Click to add a date" : "Klikni za dodavanje datuma", "Click to add a date" : "Klikni za dodavanje datuma",
"Select a question type!" : "Odaberi vrstu pitanja!", "Select a question type!" : "Odaberite vrstu pitanja!",
"Cannot have the same question!" : "Ne može biti isto pitanje!", "Cannot have the same question!" : "Ne možete imati isto pitanje!",
"Two answers cannot be the same!" : "Ne mogu biti dva ista odgovora!", "Two answers cannot be the same!" : "Ne mogu postojati dva ista odgovora!",
"Title must not be empty!" : "Naslov ne smije biti prazan!", "Title must not be empty!" : "Naslov ne smije biti prazan!",
"Must have at least one question!" : "Mora biti barem jedno pitanje!", "Must have at least one question!" : "Mora postojati barem jedno pitanje!",
"All questions need answers!" : "Sva pitanja zahtijevaju odgovore!", "All questions need answers!" : "Potrebno je odgovoriti na sva pitanja!",
"Need to pick an expiration date!" : "Mora se postaviti datum isteka!", "Need to pick an expiration date!" : "Odaberite datum isteka!",
"%n successfully saved" : "%n uspješno spremljenih", "%n successfully saved" : "%n uspješno spremljenih",
"Error on saving form, see console" : "Pogreška pri spremanju obrasca, pogledajte konzolu", "Error on saving form, see console" : "Pogreška pri spremanju obrasca, pogledajte konzolu",
"Clone of %n" : "Klon %n", "Clone of %n" : "Klon %n",
"New" : "Novo", "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", "Delete form" : "Izbriši obrazac",
"Do you want to delete \"%n\"?" : "Želite li izbrisati „%n”?", "Do you want to delete \"%n\"?" : "Želite li izbrisati „%n”?",
"No, keep form." : "Ne, zadrži obrazac.", "No, keep form." : "Ne, zadrži obrazac.",
"Yes, delete form." : "Da, izbriši obrazac.", "Yes, delete form." : "Da, izbriši obrazac.",
"Form \"%n\" deleted" : "Obrazac „%n” izbrisan", "Form \"%n\" deleted" : "Obrazac „%n” je izbrisan",
"Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n", "Error while deleting Form \"%n\"" : "Pogreška pri brisanju obrasca „%n",
"Form Expired" : "Obrazac istekao", "Form Expired" : "Obrazac je istekao",
"This Form has expired and is no longer taking answers." : "Obrazac je istekao i ne prima više odgovore.", "This Form has expired and is no longer taking answers." : "Ovaj je obrazac istekao i nije moguće unositi odgovore.",
"Access denied" : "Pristup odbijen", "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 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.", "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", "Owner" : "Proprietario",
"Created" : "Creato", "Created" : "Creato",
"Expires" : "Scade", "Expires" : "Scade",
"View results" : "Visualizza risultati",
"Public access" : "Accesso pubblico", "Public access" : "Accesso pubblico",
"Only shared" : "Solo condiviso", "Only shared" : "Solo condiviso",
"Registered users only" : "Solo utenti registrati", "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.", "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", "Unlock configuration " : "Sblocca la configurazione",
"Form configurations" : "Configurazioni modulo", "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", "Name of user or group" : "Nome dell'utente o del gruppo",
"Create new form" : "Crea una nuova modulo", "Create new form" : "Crea una nuova modulo",
"Writing form" : "Scrittura del modulo", "Writing form" : "Scrittura del modulo",

View file

@ -18,6 +18,7 @@
"Owner" : "Proprietario", "Owner" : "Proprietario",
"Created" : "Creato", "Created" : "Creato",
"Expires" : "Scade", "Expires" : "Scade",
"View results" : "Visualizza risultati",
"Public access" : "Accesso pubblico", "Public access" : "Accesso pubblico",
"Only shared" : "Solo condiviso", "Only shared" : "Solo condiviso",
"Registered users only" : "Solo utenti registrati", "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.", "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", "Unlock configuration " : "Sblocca la configurazione",
"Form configurations" : "Configurazioni modulo", "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", "Name of user or group" : "Nome dell'utente o del gruppo",
"Create new form" : "Crea una nuova modulo", "Create new form" : "Crea una nuova modulo",
"Writing form" : "Scrittura del modulo", "Writing form" : "Scrittura del modulo",

View file

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

View file

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

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