diff --git a/l10n/af.js b/l10n/af.js new file mode 100644 index 0000000..406d091 --- /dev/null +++ b/l10n/af.js @@ -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);"); diff --git a/l10n/af.json b/l10n/af.json new file mode 100644 index 0000000..e11dca9 --- /dev/null +++ b/l10n/af.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/ar.js b/l10n/ar.js index b8a5ca5..b9e5691 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -5,12 +5,16 @@ OC.L10N.register( "Title" : "العنوان", "Access" : "النفاذ", "Owner" : "المالك", + "Public access" : "النفاذ إليه مُصرّح للعامة", + "never" : "بتاتاً", "Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة", "Add Answer" : "إضافة إجابة", "Share with" : "شارك مع", "Description" : "الوصف", "Add Question" : "إضافة سؤال", + "Configuration" : "إعداد", "Done" : "تم", + "Expiration date" : "تاريخ إنتهاء الصلاحية", "New" : "جديد" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 1f41242..751cccf 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -3,12 +3,16 @@ "Title" : "العنوان", "Access" : "النفاذ", "Owner" : "المالك", + "Public access" : "النفاذ إليه مُصرّح للعامة", + "never" : "بتاتاً", "Error, while copying link to clipboard" : "خطأ أثناء نسخ الرابط إلى الحافظة", "Add Answer" : "إضافة إجابة", "Share with" : "شارك مع", "Description" : "الوصف", "Add Question" : "إضافة سؤال", + "Configuration" : "إعداد", "Done" : "تم", + "Expiration date" : "تاريخ إنتهاء الصلاحية", "New" : "جديد" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..77f02b4 --- /dev/null +++ b/l10n/ast.js @@ -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);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..eb36e7f --- /dev/null +++ b/l10n/ast.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/az.js b/l10n/az.js new file mode 100644 index 0000000..a77b2d4 --- /dev/null +++ b/l10n/az.js @@ -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);"); diff --git a/l10n/az.json b/l10n/az.json new file mode 100644 index 0000000..bac818f --- /dev/null +++ b/l10n/az.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/be.js b/l10n/be.js new file mode 100644 index 0000000..120d389 --- /dev/null +++ b/l10n/be.js @@ -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);"); diff --git a/l10n/be.json b/l10n/be.json new file mode 100644 index 0000000..4ea0fa9 --- /dev/null +++ b/l10n/be.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/bg.js b/l10n/bg.js new file mode 100644 index 0000000..6a264b9 --- /dev/null +++ b/l10n/bg.js @@ -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);"); diff --git a/l10n/bg.json b/l10n/bg.json new file mode 100644 index 0000000..1c9105e --- /dev/null +++ b/l10n/bg.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js new file mode 100644 index 0000000..58fff36 --- /dev/null +++ b/l10n/bn_BD.js @@ -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);"); diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json new file mode 100644 index 0000000..096b1b8 --- /dev/null +++ b/l10n/bn_BD.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "গোষ্ঠীসমূহ", + "Title" : "শিরোনাম", + "Owner" : "Owner", + "never" : "কখনোই নয়", + "Description" : "বিবরণ", + "Configuration" : "কনফিগারেসন", + "Done" : "Done", + "Expiration date" : "মেয়াদোত্তীর্ণ হওয়ার তারিখ", + "New" : "নতুন" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/bs.js b/l10n/bs.js new file mode 100644 index 0000000..d20a019 --- /dev/null +++ b/l10n/bs.js @@ -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);"); diff --git a/l10n/bs.json b/l10n/bs.json new file mode 100644 index 0000000..f3908b0 --- /dev/null +++ b/l10n/bs.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js new file mode 100644 index 0000000..d585b99 --- /dev/null +++ b/l10n/cy_GB.js @@ -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;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json new file mode 100644 index 0000000..b981325 --- /dev/null +++ b/l10n/cy_GB.json @@ -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;" +} \ No newline at end of file diff --git a/l10n/da.js b/l10n/da.js new file mode 100644 index 0000000..04c9b51 --- /dev/null +++ b/l10n/da.js @@ -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);"); diff --git a/l10n/da.json b/l10n/da.json new file mode 100644 index 0000000..1ed2a1a --- /dev/null +++ b/l10n/da.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/el.js b/l10n/el.js index 3eb5d84..8b6442a 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -4,6 +4,10 @@ OC.L10N.register( "Do you really want to delete this new form?" : "Σίγουρα θέλετε να διαγράψετε τη φόρμα?", "Forms" : "Φόρμες", "Expired" : "Έληξε", + "Expires %n" : "Λήγει στις %n", + "Expires never" : "Δεν λήγει ποτέ", + "Usernames hidden to Owner" : "Τα ονόματα χρήστη είναι κρυφά στον ιδιοκτήτη", + "Usernames visible to Owner" : "Τα ονόματα χρήστη είναι ορατά στον ιδιοκτήτη", "Group" : "Ομάδα", "Title" : "Τίτλος", "Access" : "Πρόσβαση", @@ -11,11 +15,17 @@ OC.L10N.register( "Created" : "Δημιουργήθηκε", "Expires" : "Λήγει", "Public access" : "Δημόσια πρόσβαση", + "Only shared" : "Μόνο κοινόχρηστα", + "Registered users only" : "Μόνο εγγεγραμμένοι χρήστες", "never" : "ποτέ", + "Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο", + "Error, while copying link to clipboard" : "Σφάλμα, κατά την αντιγραφή συνδέσμου στο πρόχειρο", "Add Answer" : "Προσθήκη απάντησης", "Share with" : "Διαμοιρασμός με", "Description" : "Περιγραφή", "Add Question" : "Προσθήκη ερώτησης", + "Configuration" : "Ρυθμίσεις", + "Name of user or group" : "Όνομα του χρήστη ή της ομάδας", "Update form" : "Ενημέρωση φόρμας", "Done" : "Ολοκληρώθηκε", "Expiration date" : "Ημερομηνία λήξης", @@ -25,7 +35,10 @@ OC.L10N.register( "Title must not be empty!" : "Ο τίτλος δεν πρέπει να είναι κενός!", "All questions need answers!" : "Όλες οι ερωτήσεις χρειάζονται απαντήσεις!", "Need to pick an expiration date!" : "Πρέπει να επιλεγεί μια ημερομηνία λήξης!", + "%n successfully saved" : "Επιτυχής αποθήκευση %n", + "New" : "Νέα", "Delete form" : "Διαγραφή φόρμας", + "Do you want to delete \"%n\"?" : "Θέλετε να διαγράψετε \"%n\"?", "Form Expired" : "Η φόρμα έληξε", "Access denied" : "Δεν επιτρέπεται η πρόσβαση" }, diff --git a/l10n/el.json b/l10n/el.json index f7fcf70..9c07328 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -2,6 +2,10 @@ "Do you really want to delete this new form?" : "Σίγουρα θέλετε να διαγράψετε τη φόρμα?", "Forms" : "Φόρμες", "Expired" : "Έληξε", + "Expires %n" : "Λήγει στις %n", + "Expires never" : "Δεν λήγει ποτέ", + "Usernames hidden to Owner" : "Τα ονόματα χρήστη είναι κρυφά στον ιδιοκτήτη", + "Usernames visible to Owner" : "Τα ονόματα χρήστη είναι ορατά στον ιδιοκτήτη", "Group" : "Ομάδα", "Title" : "Τίτλος", "Access" : "Πρόσβαση", @@ -9,11 +13,17 @@ "Created" : "Δημιουργήθηκε", "Expires" : "Λήγει", "Public access" : "Δημόσια πρόσβαση", + "Only shared" : "Μόνο κοινόχρηστα", + "Registered users only" : "Μόνο εγγεγραμμένοι χρήστες", "never" : "ποτέ", + "Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο", + "Error, while copying link to clipboard" : "Σφάλμα, κατά την αντιγραφή συνδέσμου στο πρόχειρο", "Add Answer" : "Προσθήκη απάντησης", "Share with" : "Διαμοιρασμός με", "Description" : "Περιγραφή", "Add Question" : "Προσθήκη ερώτησης", + "Configuration" : "Ρυθμίσεις", + "Name of user or group" : "Όνομα του χρήστη ή της ομάδας", "Update form" : "Ενημέρωση φόρμας", "Done" : "Ολοκληρώθηκε", "Expiration date" : "Ημερομηνία λήξης", @@ -23,7 +33,10 @@ "Title must not be empty!" : "Ο τίτλος δεν πρέπει να είναι κενός!", "All questions need answers!" : "Όλες οι ερωτήσεις χρειάζονται απαντήσεις!", "Need to pick an expiration date!" : "Πρέπει να επιλεγεί μια ημερομηνία λήξης!", + "%n successfully saved" : "Επιτυχής αποθήκευση %n", + "New" : "Νέα", "Delete form" : "Διαγραφή φόρμας", + "Do you want to delete \"%n\"?" : "Θέλετε να διαγράψετε \"%n\"?", "Form Expired" : "Η φόρμα έληξε", "Access denied" : "Δεν επιτρέπεται η πρόσβαση" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/l10n/en_GB.js b/l10n/en_GB.js new file mode 100644 index 0000000..356bcb1 --- /dev/null +++ b/l10n/en_GB.js @@ -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);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json new file mode 100644 index 0000000..c340e1a --- /dev/null +++ b/l10n/en_GB.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/eo.js b/l10n/eo.js new file mode 100644 index 0000000..c965085 --- /dev/null +++ b/l10n/eo.js @@ -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);"); diff --git a/l10n/eo.json b/l10n/eo.json new file mode 100644 index 0000000..ca5cbaf --- /dev/null +++ b/l10n/eo.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_419.js b/l10n/es_419.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_419.js @@ -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);"); diff --git a/l10n/es_419.json b/l10n/es_419.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_419.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_AR.js b/l10n/es_AR.js new file mode 100644 index 0000000..d7d494f --- /dev/null +++ b/l10n/es_AR.js @@ -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);"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json new file mode 100644 index 0000000..fc24229 --- /dev/null +++ b/l10n/es_AR.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_CL.js b/l10n/es_CL.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_CL.js @@ -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);"); diff --git a/l10n/es_CL.json b/l10n/es_CL.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_CL.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_CO.js @@ -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);"); diff --git a/l10n/es_CO.json b/l10n/es_CO.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_CO.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_CR.js b/l10n/es_CR.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_CR.js @@ -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);"); diff --git a/l10n/es_CR.json b/l10n/es_CR.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_CR.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_DO.js b/l10n/es_DO.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_DO.js @@ -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);"); diff --git a/l10n/es_DO.json b/l10n/es_DO.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_DO.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_EC.js b/l10n/es_EC.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_EC.js @@ -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);"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_EC.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_GT.js b/l10n/es_GT.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_GT.js @@ -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);"); diff --git a/l10n/es_GT.json b/l10n/es_GT.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_GT.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_HN.js b/l10n/es_HN.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_HN.js @@ -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);"); diff --git a/l10n/es_HN.json b/l10n/es_HN.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_HN.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_MX.js @@ -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);"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_MX.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_NI.js b/l10n/es_NI.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_NI.js @@ -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);"); diff --git a/l10n/es_NI.json b/l10n/es_NI.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_NI.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_PA.js b/l10n/es_PA.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_PA.js @@ -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);"); diff --git a/l10n/es_PA.json b/l10n/es_PA.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_PA.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_PE.js b/l10n/es_PE.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_PE.js @@ -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);"); diff --git a/l10n/es_PE.json b/l10n/es_PE.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_PE.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_PR.js b/l10n/es_PR.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_PR.js @@ -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);"); diff --git a/l10n/es_PR.json b/l10n/es_PR.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_PR.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_PY.js b/l10n/es_PY.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_PY.js @@ -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);"); diff --git a/l10n/es_PY.json b/l10n/es_PY.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_PY.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_SV.js b/l10n/es_SV.js new file mode 100644 index 0000000..793e494 --- /dev/null +++ b/l10n/es_SV.js @@ -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);"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json new file mode 100644 index 0000000..ab47017 --- /dev/null +++ b/l10n/es_SV.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/es_UY.js b/l10n/es_UY.js new file mode 100644 index 0000000..df8ed18 --- /dev/null +++ b/l10n/es_UY.js @@ -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);"); diff --git a/l10n/es_UY.json b/l10n/es_UY.json new file mode 100644 index 0000000..f49ea9e --- /dev/null +++ b/l10n/es_UY.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/et_EE.js b/l10n/et_EE.js new file mode 100644 index 0000000..61027f0 --- /dev/null +++ b/l10n/et_EE.js @@ -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);"); diff --git a/l10n/et_EE.json b/l10n/et_EE.json new file mode 100644 index 0000000..06a4c97 --- /dev/null +++ b/l10n/et_EE.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/fa.js b/l10n/fa.js index 69ae894..b17b8ce 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -5,19 +5,25 @@ OC.L10N.register( "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);"); diff --git a/l10n/fa.json b/l10n/fa.json index 2f13b57..641f6f0 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -3,19 +3,25 @@ "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);" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js new file mode 100644 index 0000000..9f0a61d --- /dev/null +++ b/l10n/he.js @@ -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;"); diff --git a/l10n/he.json b/l10n/he.json new file mode 100644 index 0000000..e0f1fb2 --- /dev/null +++ b/l10n/he.json @@ -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;" +} \ No newline at end of file diff --git a/l10n/hy.js b/l10n/hy.js new file mode 100644 index 0000000..0321a0e --- /dev/null +++ b/l10n/hy.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "forms", + { + "Group" : "Խումբ", + "Title" : "Վերնագիր", + "Owner" : "Owner", + "never" : "երբեք", + "Description" : "Նկարագրություն", + "Done" : "Done", + "Expiration date" : "Վավերականության ժամկետ", + "New" : "Նոր" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hy.json b/l10n/hy.json new file mode 100644 index 0000000..329954c --- /dev/null +++ b/l10n/hy.json @@ -0,0 +1,11 @@ +{ "translations": { + "Group" : "Խումբ", + "Title" : "Վերնագիր", + "Owner" : "Owner", + "never" : "երբեք", + "Description" : "Նկարագրություն", + "Done" : "Done", + "Expiration date" : "Վավերականության ժամկետ", + "New" : "Նոր" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ia.js b/l10n/ia.js new file mode 100644 index 0000000..c04cb77 --- /dev/null +++ b/l10n/ia.js @@ -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);"); diff --git a/l10n/ia.json b/l10n/ia.json new file mode 100644 index 0000000..3be9b93 --- /dev/null +++ b/l10n/ia.json @@ -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);" +} \ No newline at end of file diff --git a/l10n/id.js b/l10n/id.js new file mode 100644 index 0000000..9f43ad9 --- /dev/null +++ b/l10n/id.js @@ -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;"); diff --git a/l10n/id.json b/l10n/id.json new file mode 100644 index 0000000..c9fd712 --- /dev/null +++ b/l10n/id.json @@ -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;" +} \ No newline at end of file diff --git a/l10n/is.js b/l10n/is.js index cad8564..b33a722 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -3,21 +3,38 @@ OC.L10N.register( { "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);"); diff --git a/l10n/is.json b/l10n/is.json index 5f87d7f..9d3c332 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -1,21 +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);" } \ No newline at end of file diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js new file mode 100644 index 0000000..6f8b0c0 --- /dev/null +++ b/l10n/ka_GE.js @@ -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=2; plural=(n!=1);"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json new file mode 100644 index 0000000..64f2cb4 --- /dev/null +++ b/l10n/ka_GE.json @@ -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=2; plural=(n!=1);" +} \ No newline at end of file diff --git a/l10n/km.js b/l10n/km.js new file mode 100644 index 0000000..e38348b --- /dev/null +++ b/l10n/km.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "ចំណងជើង", + "Owner" : "Owner", + "never" : "មិនដែរ", + "Description" : "ការ​អធិប្បាយ", + "Configuration" : "ការ​កំណត់​សណ្ឋាន", + "Done" : "Done", + "Expiration date" : "ពេល​ផុត​កំណត់", + "New" : "ថ្មី" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json new file mode 100644 index 0000000..163c4cf --- /dev/null +++ b/l10n/km.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "Group", + "Title" : "ចំណងជើង", + "Owner" : "Owner", + "never" : "មិនដែរ", + "Description" : "ការ​អធិប្បាយ", + "Configuration" : "ការ​កំណត់​សណ្ឋាន", + "Done" : "Done", + "Expiration date" : "ពេល​ផុត​កំណត់", + "New" : "ថ្មី" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/kn.js b/l10n/kn.js new file mode 100644 index 0000000..d81cec1 --- /dev/null +++ b/l10n/kn.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "forms", + { + "Group" : "ಗುಂಪು", + "Title" : "ಶೀರ್ಷಿಕೆ", + "Owner" : "Owner", + "never" : "ಎಂದಿಗೂ", + "Done" : "Done", + "Expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕ", + "New" : "ಹೊಸ" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json new file mode 100644 index 0000000..d64c1fd --- /dev/null +++ b/l10n/kn.json @@ -0,0 +1,10 @@ +{ "translations": { + "Group" : "ಗುಂಪು", + "Title" : "ಶೀರ್ಷಿಕೆ", + "Owner" : "Owner", + "never" : "ಎಂದಿಗೂ", + "Done" : "Done", + "Expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕ", + "New" : "ಹೊಸ" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..4e2f769 --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "forms", + { + "Expired" : "만료됨", + "Expires never" : "만료되지 않음", + "Usernames hidden to Owner" : "소유자에게 사용자 이름 숨기기", + "Usernames visible to Owner" : "소유자에게 사용자 이름 보이기", + "Group" : "그룹", + "Title" : "직위", + "Access" : "접근 권한", + "Owner" : "Owner", + "Created" : "생성됨", + "Expires" : "끝나는 시간", + "Public access" : "공개 접근", + "Registered users only" : "등록된 사용자만", + "never" : "하지 않음", + "Description" : "설명", + "Configuration" : "설정", + "Done" : "완료", + "Expiration date" : "만료 일자", + "New" : "새로 만들기", + "Access denied" : "접근이 거부됨" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..3d24219 --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,22 @@ +{ "translations": { + "Expired" : "만료됨", + "Expires never" : "만료되지 않음", + "Usernames hidden to Owner" : "소유자에게 사용자 이름 숨기기", + "Usernames visible to Owner" : "소유자에게 사용자 이름 보이기", + "Group" : "그룹", + "Title" : "직위", + "Access" : "접근 권한", + "Owner" : "Owner", + "Created" : "생성됨", + "Expires" : "끝나는 시간", + "Public access" : "공개 접근", + "Registered users only" : "등록된 사용자만", + "never" : "하지 않음", + "Description" : "설명", + "Configuration" : "설정", + "Done" : "완료", + "Expiration date" : "만료 일자", + "New" : "새로 만들기", + "Access denied" : "접근이 거부됨" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/lb.js b/l10n/lb.js new file mode 100644 index 0000000..d6afaab --- /dev/null +++ b/l10n/lb.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "forms", + { + "Group" : "Grupp", + "Title" : "Titel", + "Owner" : "Owner", + "never" : "Ni", + "Description" : "Beschreiwung", + "Done" : "Done", + "Expiration date" : "Verfallsdatum", + "New" : "Nei" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/lb.json b/l10n/lb.json new file mode 100644 index 0000000..54bac60 --- /dev/null +++ b/l10n/lb.json @@ -0,0 +1,11 @@ +{ "translations": { + "Group" : "Grupp", + "Title" : "Titel", + "Owner" : "Owner", + "never" : "Ni", + "Description" : "Beschreiwung", + "Done" : "Done", + "Expiration date" : "Verfallsdatum", + "New" : "Nei" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index ea93b89..77066b5 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -29,6 +29,7 @@ OC.L10N.register( "Description" : "Aprašas", "Add Question" : "Pridėti klausimą", "Configuration" : "Konfigūracija", + "Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Konfigūracija yra užrakinta. Pakeitus parinktis gali atsirasti nepageidaujama elgsena, tačiau vis tiek galite atrakinti konfigūraciją.", "Unlock configuration " : "Atrakinti konfigūraciją", "Form configurations" : "Anketos konfigūracijos", "Name of user or group" : "Naudotojo vardas arba grupės pavadinimas", @@ -37,9 +38,12 @@ OC.L10N.register( "Expiration date" : "Galiojimo pabaigos data", "Click to add a date" : "Spustelėkite norėdami pridėti datą", "Select a question type!" : "Pasirinkite klausimo tipą!", + "Title must not be empty!" : "Pavadinimas negali būti tuščias!", "Must have at least one question!" : "Privalo būti bent vienas klausimas!", "Need to pick an expiration date!" : "Reikia pasirinkti galiojimo pabaigos datą!", "%n successfully saved" : "%n sėkmingai įrašyta", + "Clone of %n" : "%n dublikatas", + "New" : "Nauja", "Delete form" : "Ištrinti anketą", "Do you want to delete \"%n\"?" : "Ar norite ištrinti \"%n\"?", "No, keep form." : "Ne, palikti anketą.", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index d72a733..dc786df 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -27,6 +27,7 @@ "Description" : "Aprašas", "Add Question" : "Pridėti klausimą", "Configuration" : "Konfigūracija", + "Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Konfigūracija yra užrakinta. Pakeitus parinktis gali atsirasti nepageidaujama elgsena, tačiau vis tiek galite atrakinti konfigūraciją.", "Unlock configuration " : "Atrakinti konfigūraciją", "Form configurations" : "Anketos konfigūracijos", "Name of user or group" : "Naudotojo vardas arba grupės pavadinimas", @@ -35,9 +36,12 @@ "Expiration date" : "Galiojimo pabaigos data", "Click to add a date" : "Spustelėkite norėdami pridėti datą", "Select a question type!" : "Pasirinkite klausimo tipą!", + "Title must not be empty!" : "Pavadinimas negali būti tuščias!", "Must have at least one question!" : "Privalo būti bent vienas klausimas!", "Need to pick an expiration date!" : "Reikia pasirinkti galiojimo pabaigos datą!", "%n successfully saved" : "%n sėkmingai įrašyta", + "Clone of %n" : "%n dublikatas", + "New" : "Nauja", "Delete form" : "Ištrinti anketą", "Do you want to delete \"%n\"?" : "Ar norite ištrinti \"%n\"?", "No, keep form." : "Ne, palikti anketą.", diff --git a/l10n/lv.js b/l10n/lv.js new file mode 100644 index 0000000..a5534d4 --- /dev/null +++ b/l10n/lv.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "forms", + { + "Group" : "Grupa", + "Title" : "Amats", + "Owner" : "Īpašnieks", + "Created" : "Izveidots", + "Expires" : "Beidzas", + "Public access" : "Publiska piekļuve", + "never" : "nekad", + "Description" : "Apraksts", + "Configuration" : "Konfigurācija", + "Done" : "Pabeigts", + "Expiration date" : "Termiņa datums", + "New" : "Jauns" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json new file mode 100644 index 0000000..2d19203 --- /dev/null +++ b/l10n/lv.json @@ -0,0 +1,15 @@ +{ "translations": { + "Group" : "Grupa", + "Title" : "Amats", + "Owner" : "Īpašnieks", + "Created" : "Izveidots", + "Expires" : "Beidzas", + "Public access" : "Publiska piekļuve", + "never" : "nekad", + "Description" : "Apraksts", + "Configuration" : "Konfigurācija", + "Done" : "Pabeigts", + "Expiration date" : "Termiņa datums", + "New" : "Jauns" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" +} \ No newline at end of file diff --git a/l10n/mk.js b/l10n/mk.js new file mode 100644 index 0000000..fadda70 --- /dev/null +++ b/l10n/mk.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "forms", + { + "Group" : "Група", + "Title" : "Наслов", + "Owner" : "Сопственик", + "never" : "никогаш", + "Description" : "Опис", + "Configuration" : "Конфигурација", + "Done" : "Готово", + "Expiration date" : "Рок на траење", + "New" : "Ново" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json new file mode 100644 index 0000000..1af7870 --- /dev/null +++ b/l10n/mk.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "Група", + "Title" : "Наслов", + "Owner" : "Сопственик", + "never" : "никогаш", + "Description" : "Опис", + "Configuration" : "Конфигурација", + "Done" : "Готово", + "Expiration date" : "Рок на траење", + "New" : "Ново" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/l10n/mn.js b/l10n/mn.js new file mode 100644 index 0000000..30e253c --- /dev/null +++ b/l10n/mn.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "forms", + { + "Group" : "Бүлэг", + "Title" : "Цол/Албан тушаал", + "Owner" : "Эзэмшигч", + "Created" : "Үүсгэсэн", + "Public access" : "Нийтийн хандах эрх", + "never" : "хэзээ ч үгүй", + "Description" : "Тодорхойлолт", + "Done" : "Хийсэн", + "New" : "Шинэ" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/mn.json b/l10n/mn.json new file mode 100644 index 0000000..860fb73 --- /dev/null +++ b/l10n/mn.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "Бүлэг", + "Title" : "Цол/Албан тушаал", + "Owner" : "Эзэмшигч", + "Created" : "Үүсгэсэн", + "Public access" : "Нийтийн хандах эрх", + "never" : "хэзээ ч үгүй", + "Description" : "Тодорхойлолт", + "Done" : "Хийсэн", + "New" : "Шинэ" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js new file mode 100644 index 0000000..5b3a3e7 --- /dev/null +++ b/l10n/ms_MY.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "Judul", + "Owner" : "Owner", + "never" : "jangan", + "Description" : "Keterangan", + "Done" : "Done", + "New" : "Baru" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json new file mode 100644 index 0000000..09404d3 --- /dev/null +++ b/l10n/ms_MY.json @@ -0,0 +1,10 @@ +{ "translations": { + "Group" : "Group", + "Title" : "Judul", + "Owner" : "Owner", + "never" : "jangan", + "Description" : "Keterangan", + "Done" : "Done", + "New" : "Baru" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js new file mode 100644 index 0000000..6261f32 --- /dev/null +++ b/l10n/nb.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "forms", + { + "Expired" : "Utløpt", + "Expires never" : "Utløper ikke", + "Usernames hidden to Owner" : "Brukernavn skjult for eieren", + "Usernames visible to Owner" : "Brukernavn synlige for eieren", + "Group" : "Gruppe", + "Title" : "Tittel", + "Access" : "Tilgang", + "Owner" : "Eier", + "Created" : "Opprettet", + "Expires" : "Utløper", + "Public access" : "Offentlig tilgang", + "Registered users only" : "Kun for registrerte brukere", + "never" : "aldri", + "Description" : "Beskrivelse", + "Configuration" : "Oppsett", + "Done" : "Ferdig", + "Expiration date" : "Utløpsdato", + "New" : "Ny", + "Access denied" : "Tilgang nektet" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json new file mode 100644 index 0000000..9a8befa --- /dev/null +++ b/l10n/nb.json @@ -0,0 +1,22 @@ +{ "translations": { + "Expired" : "Utløpt", + "Expires never" : "Utløper ikke", + "Usernames hidden to Owner" : "Brukernavn skjult for eieren", + "Usernames visible to Owner" : "Brukernavn synlige for eieren", + "Group" : "Gruppe", + "Title" : "Tittel", + "Access" : "Tilgang", + "Owner" : "Eier", + "Created" : "Opprettet", + "Expires" : "Utløper", + "Public access" : "Offentlig tilgang", + "Registered users only" : "Kun for registrerte brukere", + "never" : "aldri", + "Description" : "Beskrivelse", + "Configuration" : "Oppsett", + "Done" : "Ferdig", + "Expiration date" : "Utløpsdato", + "New" : "Ny", + "Access denied" : "Tilgang nektet" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js new file mode 100644 index 0000000..56d662b --- /dev/null +++ b/l10n/nn_NO.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "forms", + { + "Group" : "Gruppe", + "Title" : "Tittel", + "Owner" : "Owner", + "Created" : "Lagd", + "never" : "aldri", + "Description" : "Skildring", + "Configuration" : "Innstillingar", + "Done" : "Ferdig", + "Expiration date" : "Utløpsdato", + "New" : "Ny" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json new file mode 100644 index 0000000..377c947 --- /dev/null +++ b/l10n/nn_NO.json @@ -0,0 +1,13 @@ +{ "translations": { + "Group" : "Gruppe", + "Title" : "Tittel", + "Owner" : "Owner", + "Created" : "Lagd", + "never" : "aldri", + "Description" : "Skildring", + "Configuration" : "Innstillingar", + "Done" : "Ferdig", + "Expiration date" : "Utløpsdato", + "New" : "Ny" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js new file mode 100644 index 0000000..f4b6595 --- /dev/null +++ b/l10n/oc.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "forms", + { + "Group" : "Grop", + "Title" : "Títol", + "Owner" : "Owner", + "never" : "pas jamai", + "Description" : "Descripcion", + "Done" : "Done", + "Expiration date" : "Data d'expiracion", + "New" : "Novèl" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json new file mode 100644 index 0000000..5845001 --- /dev/null +++ b/l10n/oc.json @@ -0,0 +1,11 @@ +{ "translations": { + "Group" : "Grop", + "Title" : "Títol", + "Owner" : "Owner", + "never" : "pas jamai", + "Description" : "Descripcion", + "Done" : "Done", + "Expiration date" : "Data d'expiracion", + "New" : "Novèl" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index a322ae1..e300c0a 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -35,6 +35,10 @@ OC.L10N.register( "Unlock configuration " : "Desbloquear o acesso à configuração", "Form configurations" : "Parâmetros dos formulários", "Name of user or group" : "Nome do utilizador ou grupo", - "Create new form" : "Criar novo formulário" + "Create new form" : "Criar novo formulário", + "Done" : "Concluído", + "Expiration date" : "Data de expiração", + "New" : "Novo", + "Access denied" : "Acesso proibido" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index f77db2e..81155af 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -33,6 +33,10 @@ "Unlock configuration " : "Desbloquear o acesso à configuração", "Form configurations" : "Parâmetros dos formulários", "Name of user or group" : "Nome do utilizador ou grupo", - "Create new form" : "Criar novo formulário" + "Create new form" : "Criar novo formulário", + "Done" : "Concluído", + "Expiration date" : "Data de expiração", + "New" : "Novo", + "Access denied" : "Acesso proibido" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js new file mode 100644 index 0000000..39814ad --- /dev/null +++ b/l10n/ro.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "forms", + { + "Group" : "Grup", + "Title" : "Titlu", + "Owner" : "Proprietar", + "Public access" : "Access public", + "never" : "niciodată", + "Description" : "Descriere", + "Configuration" : "Configurație", + "Done" : "Realizat", + "Expiration date" : "Data expirării", + "New" : "Nou" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json new file mode 100644 index 0000000..6a82940 --- /dev/null +++ b/l10n/ro.json @@ -0,0 +1,13 @@ +{ "translations": { + "Group" : "Grup", + "Title" : "Titlu", + "Owner" : "Proprietar", + "Public access" : "Access public", + "never" : "niciodată", + "Description" : "Descriere", + "Configuration" : "Configurație", + "Done" : "Realizat", + "Expiration date" : "Data expirării", + "New" : "Nou" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/l10n/si_LK.js b/l10n/si_LK.js new file mode 100644 index 0000000..b2b8e3d --- /dev/null +++ b/l10n/si_LK.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "මාතෘකාව", + "Owner" : "Owner", + "never" : "කවදාවත්", + "Description" : "විස්තරය", + "Configuration" : "වින්‍යාසය", + "Done" : "Done", + "Expiration date" : "කල් ඉකුත් විමේ දිනය", + "New" : "නව" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/si_LK.json b/l10n/si_LK.json new file mode 100644 index 0000000..6feea68 --- /dev/null +++ b/l10n/si_LK.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "Group", + "Title" : "මාතෘකාව", + "Owner" : "Owner", + "never" : "කවදාවත්", + "Description" : "විස්තරය", + "Configuration" : "වින්‍යාසය", + "Done" : "Done", + "Expiration date" : "කල් ඉකුත් විමේ දිනය", + "New" : "නව" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js new file mode 100644 index 0000000..d091a4b --- /dev/null +++ b/l10n/sk.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "forms", + { + "Group" : "Skupina", + "Title" : "Názov", + "Access" : "Prístup", + "Owner" : "Majiteľ", + "Created" : "Vytvorené", + "Expires" : "Vyprší", + "Public access" : "Verejný prístup", + "Registered users only" : "Len zaregistrovaní používatelia", + "never" : "nikdy", + "Description" : "Popis", + "Configuration" : "Nastavenia", + "Done" : "Hotové", + "Expiration date" : "Dátum expirácie", + "New" : "Nový", + "Access denied" : "Prístup zamietnutý" +}, +"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/sk.json b/l10n/sk.json new file mode 100644 index 0000000..93d3ca3 --- /dev/null +++ b/l10n/sk.json @@ -0,0 +1,18 @@ +{ "translations": { + "Group" : "Skupina", + "Title" : "Názov", + "Access" : "Prístup", + "Owner" : "Majiteľ", + "Created" : "Vytvorené", + "Expires" : "Vyprší", + "Public access" : "Verejný prístup", + "Registered users only" : "Len zaregistrovaní používatelia", + "never" : "nikdy", + "Description" : "Popis", + "Configuration" : "Nastavenia", + "Done" : "Hotové", + "Expiration date" : "Dátum expirácie", + "New" : "Nový", + "Access denied" : "Prístup zamietnutý" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" +} \ No newline at end of file diff --git a/l10n/sl.js b/l10n/sl.js index b0a6a38..b715726 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -4,6 +4,8 @@ OC.L10N.register( "Do you really want to delete this new form?" : "Ali ste prepričani, da želite izbrisati ta vprašalnik?", "Forms" : "Vprašalniki", "Expired" : "Poteklo", + "Expires %n" : "Poteče %n", + "Expires never" : "Ne poteče", "Usernames hidden to Owner" : "Uporabniška imena so skrita tudi lastniku", "Usernames visible to Owner" : "Uporabniška imena so vidna lastniku", "Group" : "Skupina", @@ -45,6 +47,8 @@ OC.L10N.register( "Title must not be empty!" : "Polje naslova ne sme biti prazno!", "Must have at least one question!" : "Vpisati je treba vsaj eno vprašanje!", "All questions need answers!" : "Vsa vprašanja zahtevajo odziv!", + "%n successfully saved" : "Anketa %s je uspešno shranjena", + "Clone of %n" : "Klon %n", "New" : "Novo", "Click here to add a form" : "Kliknite za dodajanje novega vprašalnika", "Delete form" : "Izbriši vprašalnik", diff --git a/l10n/sl.json b/l10n/sl.json index a1843af..6fb301a 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -2,6 +2,8 @@ "Do you really want to delete this new form?" : "Ali ste prepričani, da želite izbrisati ta vprašalnik?", "Forms" : "Vprašalniki", "Expired" : "Poteklo", + "Expires %n" : "Poteče %n", + "Expires never" : "Ne poteče", "Usernames hidden to Owner" : "Uporabniška imena so skrita tudi lastniku", "Usernames visible to Owner" : "Uporabniška imena so vidna lastniku", "Group" : "Skupina", @@ -43,6 +45,8 @@ "Title must not be empty!" : "Polje naslova ne sme biti prazno!", "Must have at least one question!" : "Vpisati je treba vsaj eno vprašanje!", "All questions need answers!" : "Vsa vprašanja zahtevajo odziv!", + "%n successfully saved" : "Anketa %s je uspešno shranjena", + "Clone of %n" : "Klon %n", "New" : "Novo", "Click here to add a form" : "Kliknite za dodajanje novega vprašalnika", "Delete form" : "Izbriši vprašalnik", diff --git a/l10n/sq.js b/l10n/sq.js new file mode 100644 index 0000000..16ff3e4 --- /dev/null +++ b/l10n/sq.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "forms", + { + "Group" : "Grup", + "Title" : "Titulli", + "Owner" : "Zotëruesi", + "Created" : "U krijua", + "Public access" : "Akses publik", + "never" : "asnjëherë", + "Description" : "Përshkrim", + "Configuration" : "Formësim", + "Done" : "U krye", + "Expiration date" : "Datë skadimi", + "New" : "I ri" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json new file mode 100644 index 0000000..99bb370 --- /dev/null +++ b/l10n/sq.json @@ -0,0 +1,14 @@ +{ "translations": { + "Group" : "Grup", + "Title" : "Titulli", + "Owner" : "Zotëruesi", + "Created" : "U krijua", + "Public access" : "Akses publik", + "never" : "asnjëherë", + "Description" : "Përshkrim", + "Configuration" : "Formësim", + "Done" : "U krye", + "Expiration date" : "Datë skadimi", + "New" : "I ri" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js new file mode 100644 index 0000000..2a149b5 --- /dev/null +++ b/l10n/sr@latin.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "Naslov", + "Owner" : "Owner", + "never" : "never", + "Done" : "Done", + "Expiration date" : "Datum isteka" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json new file mode 100644 index 0000000..b9cdd04 --- /dev/null +++ b/l10n/sr@latin.json @@ -0,0 +1,9 @@ +{ "translations": { + "Group" : "Group", + "Title" : "Naslov", + "Owner" : "Owner", + "never" : "never", + "Done" : "Done", + "Expiration date" : "Datum isteka" +},"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);" +} \ No newline at end of file diff --git a/l10n/ta_LK.js b/l10n/ta_LK.js new file mode 100644 index 0000000..c91be30 --- /dev/null +++ b/l10n/ta_LK.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "தலைப்பு", + "Owner" : "Owner", + "never" : "ஒருபோதும்", + "Description" : "விவரிப்பு", + "Configuration" : "தகவமைப்பு", + "Done" : "Done", + "Expiration date" : "காலவதியாகும் திகதி", + "New" : "புதிய" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta_LK.json b/l10n/ta_LK.json new file mode 100644 index 0000000..f100ad3 --- /dev/null +++ b/l10n/ta_LK.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "Group", + "Title" : "தலைப்பு", + "Owner" : "Owner", + "never" : "ஒருபோதும்", + "Description" : "விவரிப்பு", + "Configuration" : "தகவமைப்பு", + "Done" : "Done", + "Expiration date" : "காலவதியாகும் திகதி", + "New" : "புதிய" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/th.js b/l10n/th.js new file mode 100644 index 0000000..9d9b924 --- /dev/null +++ b/l10n/th.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "forms", + { + "Group" : "กลุ่ม", + "Title" : "ชื่อเรื่อง", + "Owner" : "Owner", + "never" : "ไม่ต้องเลย", + "Description" : "รายละเอียด", + "Configuration" : "การกำหนดค่า", + "Done" : "Done", + "Expiration date" : "วันที่หมดอายุ", + "New" : "ใหม่" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/th.json b/l10n/th.json new file mode 100644 index 0000000..b09b17e --- /dev/null +++ b/l10n/th.json @@ -0,0 +1,12 @@ +{ "translations": { + "Group" : "กลุ่ม", + "Title" : "ชื่อเรื่อง", + "Owner" : "Owner", + "never" : "ไม่ต้องเลย", + "Description" : "รายละเอียด", + "Configuration" : "การกำหนดค่า", + "Done" : "Done", + "Expiration date" : "วันที่หมดอายุ", + "New" : "ใหม่" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ug.js b/l10n/ug.js new file mode 100644 index 0000000..a93ca2e --- /dev/null +++ b/l10n/ug.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "ماۋزۇ", + "Owner" : "Owner", + "never" : "ھەرگىز", + "Description" : "چۈشەندۈرۈش", + "Configuration" : "سەپلىمە", + "Done" : "Done", + "New" : "يېڭى" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ug.json b/l10n/ug.json new file mode 100644 index 0000000..11ebc62 --- /dev/null +++ b/l10n/ug.json @@ -0,0 +1,11 @@ +{ "translations": { + "Group" : "Group", + "Title" : "ماۋزۇ", + "Owner" : "Owner", + "never" : "ھەرگىز", + "Description" : "چۈشەندۈرۈش", + "Configuration" : "سەپلىمە", + "Done" : "Done", + "New" : "يېڭى" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js new file mode 100644 index 0000000..6801102 --- /dev/null +++ b/l10n/uk.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "forms", + { + "Group" : "Група", + "Title" : "Назва", + "Owner" : "Власник", + "Public access" : "Публічний доступ", + "never" : "ніколи", + "Description" : "Опис", + "Configuration" : "Налаштування", + "Done" : "Готово", + "Expiration date" : "Термін дії", + "New" : "Створити" +}, +"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json new file mode 100644 index 0000000..b6ac5c4 --- /dev/null +++ b/l10n/uk.json @@ -0,0 +1,13 @@ +{ "translations": { + "Group" : "Група", + "Title" : "Назва", + "Owner" : "Власник", + "Public access" : "Публічний доступ", + "never" : "ніколи", + "Description" : "Опис", + "Configuration" : "Налаштування", + "Done" : "Готово", + "Expiration date" : "Термін дії", + "New" : "Створити" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" +} \ No newline at end of file diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js new file mode 100644 index 0000000..1f075c5 --- /dev/null +++ b/l10n/ur_PK.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "forms", + { + "Group" : "Group", + "Title" : "عنوان", + "Owner" : "Owner", + "never" : "never", + "Description" : "تصریح", + "Done" : "Done", + "Expiration date" : "تاریخ معیاد" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json new file mode 100644 index 0000000..7b94998 --- /dev/null +++ b/l10n/ur_PK.json @@ -0,0 +1,10 @@ +{ "translations": { + "Group" : "Group", + "Title" : "عنوان", + "Owner" : "Owner", + "never" : "never", + "Description" : "تصریح", + "Done" : "Done", + "Expiration date" : "تاریخ معیاد" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js new file mode 100644 index 0000000..3dbaa3b --- /dev/null +++ b/l10n/vi.js @@ -0,0 +1,16 @@ +OC.L10N.register( + "forms", + { + "Group" : "N", + "Title" : "Tên", + "Owner" : "Chủ", + "Created" : "Đã tạo", + "Public access" : "Truy cập công khai", + "never" : "không thay đổi", + "Description" : "Mô tả", + "Configuration" : "Cấu hình", + "Done" : "Hoàn thành", + "Expiration date" : "Ngày kết thúc", + "New" : "Tạo mới" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json new file mode 100644 index 0000000..de41eea --- /dev/null +++ b/l10n/vi.json @@ -0,0 +1,14 @@ +{ "translations": { + "Group" : "N", + "Title" : "Tên", + "Owner" : "Chủ", + "Created" : "Đã tạo", + "Public access" : "Truy cập công khai", + "never" : "không thay đổi", + "Description" : "Mô tả", + "Configuration" : "Cấu hình", + "Done" : "Hoàn thành", + "Expiration date" : "Ngày kết thúc", + "New" : "Tạo mới" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js new file mode 100644 index 0000000..8b52ad9 --- /dev/null +++ b/l10n/zh_HK.js @@ -0,0 +1,13 @@ +OC.L10N.register( + "forms", + { + "Group" : "群組", + "Title" : "標題", + "Owner" : "Owner", + "never" : "永不", + "Description" : "描述", + "Done" : "Done", + "Expiration date" : "分享期限", + "New" : "新增" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json new file mode 100644 index 0000000..3e97e27 --- /dev/null +++ b/l10n/zh_HK.json @@ -0,0 +1,11 @@ +{ "translations": { + "Group" : "群組", + "Title" : "標題", + "Owner" : "Owner", + "never" : "永不", + "Description" : "描述", + "Done" : "Done", + "Expiration date" : "分享期限", + "New" : "新增" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js new file mode 100644 index 0000000..e7a0acc --- /dev/null +++ b/l10n/zh_TW.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "forms", + { + "Group" : "群組", + "Title" : "標題", + "Access" : "存取", + "Owner" : "擁有者", + "Created" : "已新增", + "Expires" : "投票期限", + "Public access" : "對任何人開放", + "Registered users only" : "只允許註冊使用者參與", + "never" : "從未", + "Description" : "描述", + "Configuration" : "設定", + "Done" : "完成", + "Expiration date" : "到期日", + "New" : "新增", + "Access denied" : "存取被拒絕" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json new file mode 100644 index 0000000..6ef4823 --- /dev/null +++ b/l10n/zh_TW.json @@ -0,0 +1,18 @@ +{ "translations": { + "Group" : "群組", + "Title" : "標題", + "Access" : "存取", + "Owner" : "擁有者", + "Created" : "已新增", + "Expires" : "投票期限", + "Public access" : "對任何人開放", + "Registered users only" : "只允許註冊使用者參與", + "never" : "從未", + "Description" : "描述", + "Configuration" : "設定", + "Done" : "完成", + "Expiration date" : "到期日", + "New" : "新增", + "Access denied" : "存取被拒絕" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file