Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/ca.js1
-rw-r--r--l10n/ca.json1
-rw-r--r--l10n/cs.js2
-rw-r--r--l10n/cs.json2
-rw-r--r--l10n/de.js2
-rw-r--r--l10n/de.json2
-rw-r--r--l10n/de_DE.js2
-rw-r--r--l10n/de_DE.json2
-rw-r--r--l10n/el.js2
-rw-r--r--l10n/el.json2
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/gl.js2
-rw-r--r--l10n/gl.json2
-rw-r--r--l10n/it.js3
-rw-r--r--l10n/it.json3
-rw-r--r--l10n/pl.js2
-rw-r--r--l10n/pl.json2
-rw-r--r--l10n/pt_BR.js2
-rw-r--r--l10n/pt_BR.json2
-rw-r--r--l10n/zh_CN.js2
-rw-r--r--l10n/zh_CN.json2
24 files changed, 46 insertions, 0 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index 050c2011..242d7d43 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -29,6 +29,7 @@ OC.L10N.register(
"Share with" : "Comparteix amb",
"Details" : "Detalls",
"Configuration" : "Configuració",
+ "Options" : "Opcions",
"Shares" : "Compartits",
"Saving" : "S'està desant",
"Saved" : "S'ha desat",
diff --git a/l10n/ca.json b/l10n/ca.json
index 080f836a..49a5607f 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -27,6 +27,7 @@
"Share with" : "Comparteix amb",
"Details" : "Detalls",
"Configuration" : "Configuració",
+ "Options" : "Opcions",
"Shares" : "Compartits",
"Saving" : "S'està desant",
"Saved" : "S'ha desat",
diff --git a/l10n/cs.js b/l10n/cs.js
index e88016d6..bb1f42b4 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Aplikace pro ankety podobná doodle/dudle s možností omezit přístup.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikace pro ankety podobná doodle/dudle s možností omezit přístup (členům, určitým skupinám/uživatelům, skryté i veřejné).",
"Participants" : "Účastníci",
+ "No Participants until now" : "Doposud žádní účastníci",
"No description provided" : "Nezadán žádný popis",
"The names of other participants are hidden, as this is an anonymous poll. " : "Jména ostatních účastníků jsou skryta, protože toto je anonymní anketa.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Této ankety se doposud zúčastnila %n osoba","Této ankety se doposud zúčastnily %n osoby","Této ankety se doposud zúčastnilo %n osob","Této ankety se doposud zúčastnily %n osoby"],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Chyba při ukládání uživatelského jména",
"Switch view" : "Přepnout pohled",
"Open Sidebar" : "Otevřít postranní panel",
+ "There are no vote options, add some in the options section of the right side bar." : "Nejsou zde žádné možnosti volby – přidejte nějaké v sekci voleb v postranním panelu napravo.",
"Public access" : "Veřejný přístup",
"Hidden poll" : "Skrytá anketa",
"Error deleting poll." : "Chyba při mazání ankety.",
diff --git a/l10n/cs.json b/l10n/cs.json
index e8871158..5daef743 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Aplikace pro ankety podobná doodle/dudle s možností omezit přístup.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikace pro ankety podobná doodle/dudle s možností omezit přístup (členům, určitým skupinám/uživatelům, skryté i veřejné).",
"Participants" : "Účastníci",
+ "No Participants until now" : "Doposud žádní účastníci",
"No description provided" : "Nezadán žádný popis",
"The names of other participants are hidden, as this is an anonymous poll. " : "Jména ostatních účastníků jsou skryta, protože toto je anonymní anketa.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Této ankety se doposud zúčastnila %n osoba","Této ankety se doposud zúčastnily %n osoby","Této ankety se doposud zúčastnilo %n osob","Této ankety se doposud zúčastnily %n osoby"],
@@ -101,6 +102,7 @@
"Error saving user name" : "Chyba při ukládání uživatelského jména",
"Switch view" : "Přepnout pohled",
"Open Sidebar" : "Otevřít postranní panel",
+ "There are no vote options, add some in the options section of the right side bar." : "Nejsou zde žádné možnosti volby – přidejte nějaké v sekci voleb v postranním panelu napravo.",
"Public access" : "Veřejný přístup",
"Hidden poll" : "Skrytá anketa",
"Error deleting poll." : "Chyba při mazání ankety.",
diff --git a/l10n/de.js b/l10n/de.js
index bea90c1f..ff94d07d 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Eine Umfrage-App ähnlich wie Doodle/Dudle, mit der Möglichkeit Zugriffe zu beschränken.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Eine Umfrage-App ähnlich wie Doodle/Dudle, mit der Möglichkeit Zugriffe zu beschränken (versteckt/öffentlich oder bestimmte Gruppen/Benutzer/Mitglieder).",
"Participants" : "Teilnehmer",
+ "No Participants until now" : "Bislan keine Teinehmer",
"No description provided" : "Keine Beschreibung eingegeben",
"The names of other participants are hidden, as this is an anonymous poll. " : "Die Namen anderer Teilnehmer sind versteckt, weil dies eine anonyme Umfrage ist.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n Person hat bislang an dieser Umfrage teilgenommen.","%n Personen haben bislang an dieser Umfrage teilgenommen."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Fehler beim Speichern des Benutzernamens",
"Switch view" : "Ansicht wechseln",
"Open Sidebar" : "Seitenleiste öffnen",
+ "There are no vote options, add some in the options section of the right side bar." : "Keine Abstimmungsmöglchkeit vorhanden, füge welche hinzu.",
"Public access" : "Öffentlicher Zugriff",
"Hidden poll" : "Versteckte Umfrage",
"Error deleting poll." : "Fehler beim Löschen der Umfrage.",
diff --git a/l10n/de.json b/l10n/de.json
index a631ccc6..986fdda6 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Eine Umfrage-App ähnlich wie Doodle/Dudle, mit der Möglichkeit Zugriffe zu beschränken.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Eine Umfrage-App ähnlich wie Doodle/Dudle, mit der Möglichkeit Zugriffe zu beschränken (versteckt/öffentlich oder bestimmte Gruppen/Benutzer/Mitglieder).",
"Participants" : "Teilnehmer",
+ "No Participants until now" : "Bislan keine Teinehmer",
"No description provided" : "Keine Beschreibung eingegeben",
"The names of other participants are hidden, as this is an anonymous poll. " : "Die Namen anderer Teilnehmer sind versteckt, weil dies eine anonyme Umfrage ist.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n Person hat bislang an dieser Umfrage teilgenommen.","%n Personen haben bislang an dieser Umfrage teilgenommen."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Fehler beim Speichern des Benutzernamens",
"Switch view" : "Ansicht wechseln",
"Open Sidebar" : "Seitenleiste öffnen",
+ "There are no vote options, add some in the options section of the right side bar." : "Keine Abstimmungsmöglchkeit vorhanden, füge welche hinzu.",
"Public access" : "Öffentlicher Zugriff",
"Hidden poll" : "Versteckte Umfrage",
"Error deleting poll." : "Fehler beim Löschen der Umfrage.",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 50e44c92..bec02ea7 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Eine Umfragen App ähnlich wie doodle/dudle, mit der Möglichkeit Zugriffe zu beschränken.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Eine Umfrage-App ähnlich wie Doodle/Dudle, mit der Möglichkeit Zugriffe zu beschränken (versteckt/öffentlich oder bestimmte Gruppen/Benutzer/Mitglieder).",
"Participants" : "Teilnehmer",
+ "No Participants until now" : "Bislan keine Teinehmer",
"No description provided" : "Keine Beschreibung eingegeben",
"The names of other participants are hidden, as this is an anonymous poll. " : "Die Namen anderer Teilnehmer sind versteckt, weil dies eine anonyme Umfrage ist.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n Person hat bislang an dieser Umfrage teilgenommen.","%n Personen haben bislang an dieser Umfrage teilgenommen."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Fehler beim Speichern des Benutzernamens",
"Switch view" : "Ansicht wechseln",
"Open Sidebar" : "Seitenleiste öffnen",
+ "There are no vote options, add some in the options section of the right side bar." : "Keine Abstimmungsmöglchkeit vorhanden, fügen Sie welche hinzu.",
"Public access" : "Öffentlicher Zugriff",
"Hidden poll" : "Versteckte Umfrage",
"Error deleting poll." : "Fehler beim Löschen der Umfrage.",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 79b746f5..741903ea 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Eine Umfragen App ähnlich wie doodle/dudle, mit der Möglichkeit Zugriffe zu beschränken.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Eine Umfrage-App ähnlich wie Doodle/Dudle, mit der Möglichkeit Zugriffe zu beschränken (versteckt/öffentlich oder bestimmte Gruppen/Benutzer/Mitglieder).",
"Participants" : "Teilnehmer",
+ "No Participants until now" : "Bislan keine Teinehmer",
"No description provided" : "Keine Beschreibung eingegeben",
"The names of other participants are hidden, as this is an anonymous poll. " : "Die Namen anderer Teilnehmer sind versteckt, weil dies eine anonyme Umfrage ist.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n Person hat bislang an dieser Umfrage teilgenommen.","%n Personen haben bislang an dieser Umfrage teilgenommen."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Fehler beim Speichern des Benutzernamens",
"Switch view" : "Ansicht wechseln",
"Open Sidebar" : "Seitenleiste öffnen",
+ "There are no vote options, add some in the options section of the right side bar." : "Keine Abstimmungsmöglchkeit vorhanden, fügen Sie welche hinzu.",
"Public access" : "Öffentlicher Zugriff",
"Hidden poll" : "Versteckte Umfrage",
"Error deleting poll." : "Fehler beim Löschen der Umfrage.",
diff --git a/l10n/el.js b/l10n/el.js
index d10882d3..88a2e586 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Εφαρμογή δημοσκόπησης, όπως τα doodle/dudle με δυνατότητα ελέγχου πρόσβασης.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Εφαρμογή δημοσκόπησης, όπως τα doodle/dudle με δυνατότητα ελέγχου πρόσβασης (μέλη, ομάδες/χρήστες, κρυφά και δημόσια).",
"Participants" : "Συμμετέχοντες",
+ "No Participants until now" : "Χωρίς συμμετέχοντες μέχρι τώρα",
"No description provided" : "Δεν υπάρχει περιγραφή",
"The names of other participants are hidden, as this is an anonymous poll. " : "Τα ονόματα συμμετεχόντων αποκρύπτονται, καθώς πρόκειται για ανώνυμη δημοσκόπηση.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n άτομο συμμετείχε στη δημοσκόπηση μέχρι τώρα.","%n άτομα συμμετείχαν στη δημοσκόπηση μέχρι τώρα."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Σφάλμα αποθήκευσης ονόματος χρήστη",
"Switch view" : "Αλλαγή εμφάνισης",
"Open Sidebar" : "Άνοιγμα πλευρικής στήλης",
+ "There are no vote options, add some in the options section of the right side bar." : "Δεν υπάρχουν επιλογές ψηφοφορίας, προσθέστε μερικές απο τις ρυθμίσεις πλευρικής μπάρας.",
"Public access" : "Δημόσια πρόσβαση",
"Hidden poll" : "Κρυφή ψηφοφορία",
"Error deleting poll." : "Σφάλμα διαγραφής δημοσκόπησης.",
diff --git a/l10n/el.json b/l10n/el.json
index 9d48678b..1db76531 100644
--- a/l10n/el.json
+++ b/l10n/el.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Εφαρμογή δημοσκόπησης, όπως τα doodle/dudle με δυνατότητα ελέγχου πρόσβασης.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Εφαρμογή δημοσκόπησης, όπως τα doodle/dudle με δυνατότητα ελέγχου πρόσβασης (μέλη, ομάδες/χρήστες, κρυφά και δημόσια).",
"Participants" : "Συμμετέχοντες",
+ "No Participants until now" : "Χωρίς συμμετέχοντες μέχρι τώρα",
"No description provided" : "Δεν υπάρχει περιγραφή",
"The names of other participants are hidden, as this is an anonymous poll. " : "Τα ονόματα συμμετεχόντων αποκρύπτονται, καθώς πρόκειται για ανώνυμη δημοσκόπηση.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n άτομο συμμετείχε στη δημοσκόπηση μέχρι τώρα.","%n άτομα συμμετείχαν στη δημοσκόπηση μέχρι τώρα."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Σφάλμα αποθήκευσης ονόματος χρήστη",
"Switch view" : "Αλλαγή εμφάνισης",
"Open Sidebar" : "Άνοιγμα πλευρικής στήλης",
+ "There are no vote options, add some in the options section of the right side bar." : "Δεν υπάρχουν επιλογές ψηφοφορίας, προσθέστε μερικές απο τις ρυθμίσεις πλευρικής μπάρας.",
"Public access" : "Δημόσια πρόσβαση",
"Hidden poll" : "Κρυφή ψηφοφορία",
"Error deleting poll." : "Σφάλμα διαγραφής δημοσκόπησης.",
diff --git a/l10n/es.js b/l10n/es.js
index 8f6b77e4..874e0991 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Una app de encuestas, similar a doodle/dudle, con la posibilidad de restringir el acceso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Una app de encuestas, similar a doodle/dudle, con la posibilidad de restringir el acceso (miembros, ciertos grupos/usuarios, oculto y pública).",
"Participants" : "Participantes",
+ "No Participants until now" : "No hay participantes hasta ahora",
"No description provided" : "No se ha proporcionado descripción",
"The names of other participants are hidden, as this is an anonymous poll. " : "Los nombres de los participantes están ocultos, ya que es una encuesta anónima.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Hasta ahora ha participado%n persona en esta encuesta.","Hasta ahora han participado%n personas en esta encuesta."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Error al guardar el nombre de usuario",
"Switch view" : "Cambiar vista",
"Open Sidebar" : "Abrir barra lateral",
+ "There are no vote options, add some in the options section of the right side bar." : "No hay opciones de voto, añade alguna en la sección de opciones en la barra lateral derecha.",
"Public access" : "Acceso público",
"Hidden poll" : "Votación oculta",
"Error deleting poll." : "Error al eliminar votación.",
diff --git a/l10n/es.json b/l10n/es.json
index bb80c868..f79a6e0b 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Una app de encuestas, similar a doodle/dudle, con la posibilidad de restringir el acceso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Una app de encuestas, similar a doodle/dudle, con la posibilidad de restringir el acceso (miembros, ciertos grupos/usuarios, oculto y pública).",
"Participants" : "Participantes",
+ "No Participants until now" : "No hay participantes hasta ahora",
"No description provided" : "No se ha proporcionado descripción",
"The names of other participants are hidden, as this is an anonymous poll. " : "Los nombres de los participantes están ocultos, ya que es una encuesta anónima.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Hasta ahora ha participado%n persona en esta encuesta.","Hasta ahora han participado%n personas en esta encuesta."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Error al guardar el nombre de usuario",
"Switch view" : "Cambiar vista",
"Open Sidebar" : "Abrir barra lateral",
+ "There are no vote options, add some in the options section of the right side bar." : "No hay opciones de voto, añade alguna en la sección de opciones en la barra lateral derecha.",
"Public access" : "Acceso público",
"Hidden poll" : "Votación oculta",
"Error deleting poll." : "Error al eliminar votación.",
diff --git a/l10n/fr.js b/l10n/fr.js
index 1ebc1bab..e831fcc3 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Une application de sondages, similaire à Doodle, avec la possibilité de restreindre l'accès.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Une application de sondages, similaire à Doodle, avec la possibilité de restreindre l'accès (membres, certains groupes/utilisateurs, caché et public).",
"Participants" : "Participants",
+ "No Participants until now" : "Aucun participant pour l'instant",
"No description provided" : "Aucune description fournie",
"The names of other participants are hidden, as this is an anonymous poll. " : "Le nom des participants est masqué car ce sondage est anonyme.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n personne a répondu a ce sondage.","%n personnes ont répondu à ce sondage."],
diff --git a/l10n/fr.json b/l10n/fr.json
index 312dc14b..85bb5b59 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Une application de sondages, similaire à Doodle, avec la possibilité de restreindre l'accès.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Une application de sondages, similaire à Doodle, avec la possibilité de restreindre l'accès (membres, certains groupes/utilisateurs, caché et public).",
"Participants" : "Participants",
+ "No Participants until now" : "Aucun participant pour l'instant",
"No description provided" : "Aucune description fournie",
"The names of other participants are hidden, as this is an anonymous poll. " : "Le nom des participants est masqué car ce sondage est anonyme.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n personne a répondu a ce sondage.","%n personnes ont répondu à ce sondage."],
diff --git a/l10n/gl.js b/l10n/gl.js
index 9c17aa63..c4a08752 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Unha aplicación de enquisas, semellante a doodle/dudle, coa posibilidade de restrinxir o acceso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Unha aplicación de enquisas, semellante a doodle/dudle, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).",
"Participants" : "Participantes",
+ "No Participants until now" : "Non hai participantes polo de agora",
"No description provided" : "Non foi fornecida unha descrición.",
"The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes dos outros participantes están agochados, xa que se trata dunha enquisa anónima.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Ata o de agora, participou %n persoa nesta enquisa.","Ata o de agora, participaron %n persoas nesta enquisa."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Produciuse un erro ao gardar o nome de usuario ",
"Switch view" : "Cambiar a vista",
"Open Sidebar" : "Abrir a barra lateral",
+ "There are no vote options, add some in the options section of the right side bar." : "Non hai opcións de voto, engada algunhas na sección de opcións da barra do lado dereito.",
"Public access" : "Acceso público",
"Hidden poll" : "Enquisa agochada ",
"Error deleting poll." : "Produciuse un erro ao eliminar a enquisa.",
diff --git a/l10n/gl.json b/l10n/gl.json
index 4add927e..5bac408c 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Unha aplicación de enquisas, semellante a doodle/dudle, coa posibilidade de restrinxir o acceso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Unha aplicación de enquisas, semellante a doodle/dudle, coa posibilidade de restrinxir o acceso (membros, determinados grupos/usuarios, agochados e públicos).",
"Participants" : "Participantes",
+ "No Participants until now" : "Non hai participantes polo de agora",
"No description provided" : "Non foi fornecida unha descrición.",
"The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes dos outros participantes están agochados, xa que se trata dunha enquisa anónima.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Ata o de agora, participou %n persoa nesta enquisa.","Ata o de agora, participaron %n persoas nesta enquisa."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Produciuse un erro ao gardar o nome de usuario ",
"Switch view" : "Cambiar a vista",
"Open Sidebar" : "Abrir a barra lateral",
+ "There are no vote options, add some in the options section of the right side bar." : "Non hai opcións de voto, engada algunhas na sección de opcións da barra do lado dereito.",
"Public access" : "Acceso público",
"Hidden poll" : "Enquisa agochada ",
"Error deleting poll." : "Produciuse un erro ao eliminar a enquisa.",
diff --git a/l10n/it.js b/l10n/it.js
index e645b02b..c08cc63a 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso (membri, determinati gruppi/utenti, nascosti e pubblici).",
"Participants" : "Partecipanti",
+ "No Participants until now" : "Nessun partecipante finora",
"No description provided" : "Nessuna descrizione fornita",
"The names of other participants are hidden, as this is an anonymous poll. " : "I nomi degli altri partecipanti sono nascosti, poiché questo è un sondaggio anonimo.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n persona ha partecipato a questo sondaggio finora.","%n persone hanno partecipato a questo sondaggio finora."],
@@ -39,6 +40,7 @@ OC.L10N.register(
"Poll \"%n\" added" : "Sondaggio \"%n\" aggiunto",
"Voting is no more possible, because this poll expired since %n." : "Non è più possibile votare, poiché questo sondaggio è scaduto dal %n.",
"Error while creating Poll \"%n\"" : "Errore durante la creazione del sondaggio \"%n\"",
+ "started this poll on %n. " : "ha avviato questo sondaggio il %n.",
"Add new Poll" : "Aggiungi nuovo sondaggio",
"All polls" : "Tutti i sondaggi",
"My polls" : "I miei sondaggi",
@@ -102,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Errore durante il salvataggio del nome utente",
"Switch view" : "Cambia vista",
"Open Sidebar" : "Apri barra laterale",
+ "There are no vote options, add some in the options section of the right side bar." : "Non ci sono opzioni di voto, aggiungine alcune nella sezione delle opzioni della barra sul lato destro.",
"Public access" : "Accesso pubblico",
"Hidden poll" : "Sondaggio nascosto",
"Error deleting poll." : "Errore durante l'eliminazione del sondaggio.",
diff --git a/l10n/it.json b/l10n/it.json
index 9edafbdc..8804a82d 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Un'applicazione di sondaggi, simile a doodle/dudle con la possibilità di limitare l'accesso (membri, determinati gruppi/utenti, nascosti e pubblici).",
"Participants" : "Partecipanti",
+ "No Participants until now" : "Nessun partecipante finora",
"No description provided" : "Nessuna descrizione fornita",
"The names of other participants are hidden, as this is an anonymous poll. " : "I nomi degli altri partecipanti sono nascosti, poiché questo è un sondaggio anonimo.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n persona ha partecipato a questo sondaggio finora.","%n persone hanno partecipato a questo sondaggio finora."],
@@ -37,6 +38,7 @@
"Poll \"%n\" added" : "Sondaggio \"%n\" aggiunto",
"Voting is no more possible, because this poll expired since %n." : "Non è più possibile votare, poiché questo sondaggio è scaduto dal %n.",
"Error while creating Poll \"%n\"" : "Errore durante la creazione del sondaggio \"%n\"",
+ "started this poll on %n. " : "ha avviato questo sondaggio il %n.",
"Add new Poll" : "Aggiungi nuovo sondaggio",
"All polls" : "Tutti i sondaggi",
"My polls" : "I miei sondaggi",
@@ -100,6 +102,7 @@
"Error saving user name" : "Errore durante il salvataggio del nome utente",
"Switch view" : "Cambia vista",
"Open Sidebar" : "Apri barra laterale",
+ "There are no vote options, add some in the options section of the right side bar." : "Non ci sono opzioni di voto, aggiungine alcune nella sezione delle opzioni della barra sul lato destro.",
"Public access" : "Accesso pubblico",
"Hidden poll" : "Sondaggio nascosto",
"Error deleting poll." : "Errore durante l'eliminazione del sondaggio.",
diff --git a/l10n/pl.js b/l10n/pl.js
index 5eedde66..d0836574 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Aplikacja sondażowa przypominająca doodle/dudle z możliwością ograniczania dostępu.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikacja sondażowa przypominająca doodle/dudle z możliwością ograniczania dostępu (członkowie, określone grupy/użytkownicy, ukryte i publiczne).",
"Participants" : "Uczestnicy",
+ "No Participants until now" : "Brak uczestników do tej pory",
"No description provided" : "Nie podano opisu",
"The names of other participants are hidden, as this is an anonymous poll. " : "Nazwy innych uczestników są ukryte, ponieważ jest to anonimowa sonda.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Do tej pory w sondzie uczestniczyła %n osoba.","Do tej pory w sondzie uczestniczyły %n osoby.","Do tej pory w sondzie uczestniczyło %n osób.","Do tej pory w sondzie uczestniczyło %n osób."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Błąd podczas zapisywania nazwy użytkownika",
"Switch view" : "Przełącz widok",
"Open Sidebar" : "Otwórz pasek boczny",
+ "There are no vote options, add some in the options section of the right side bar." : "Brak opcji głosowania, dodaj jakąś w sekcji opcji na prawym pasku bocznym.",
"Public access" : "Dostęp publiczny",
"Hidden poll" : "Ukryta sonda",
"Error deleting poll." : "Błąd podczas usuwania sondy.",
diff --git a/l10n/pl.json b/l10n/pl.json
index 89c4fd7a..323ecbde 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Aplikacja sondażowa przypominająca doodle/dudle z możliwością ograniczania dostępu.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Aplikacja sondażowa przypominająca doodle/dudle z możliwością ograniczania dostępu (członkowie, określone grupy/użytkownicy, ukryte i publiczne).",
"Participants" : "Uczestnicy",
+ "No Participants until now" : "Brak uczestników do tej pory",
"No description provided" : "Nie podano opisu",
"The names of other participants are hidden, as this is an anonymous poll. " : "Nazwy innych uczestników są ukryte, ponieważ jest to anonimowa sonda.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["Do tej pory w sondzie uczestniczyła %n osoba.","Do tej pory w sondzie uczestniczyły %n osoby.","Do tej pory w sondzie uczestniczyło %n osób.","Do tej pory w sondzie uczestniczyło %n osób."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Błąd podczas zapisywania nazwy użytkownika",
"Switch view" : "Przełącz widok",
"Open Sidebar" : "Otwórz pasek boczny",
+ "There are no vote options, add some in the options section of the right side bar." : "Brak opcji głosowania, dodaj jakąś w sekcji opcji na prawym pasku bocznym.",
"Public access" : "Dostęp publiczny",
"Hidden poll" : "Ukryta sonda",
"Error deleting poll." : "Błąd podczas usuwania sondy.",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 7bdea86e..f134d376 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso (membros, certos grupos/usuários, ocultos e públicos).",
"Participants" : "Participantes",
+ "No Participants until now" : "Nenhum Participante até agora",
"No description provided" : "Nenhuma descrição fornecida",
"The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes de outros participantes estão ocultos, pois esta é uma pesquisa anônima.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n pessoa participou nesta enquete até agora.","%n pessoas participaram nesta enquete até agora."],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "Erro ao salvar o nome de usuário",
"Switch view" : "Alternar visualização",
"Open Sidebar" : "Abrir Barra Lateral",
+ "There are no vote options, add some in the options section of the right side bar." : "Não há opções de voto, adicione algumas na seção de opções da barra lateral direita.",
"Public access" : "Acesso público",
"Hidden poll" : "Pesquisa oculta",
"Error deleting poll." : "Erro ao excluir enquete.",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 9e245da9..75614740 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso.",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "Um aplicativo de enquetes, semelhante ao doodle/dudle podendo restringir o acesso (membros, certos grupos/usuários, ocultos e públicos).",
"Participants" : "Participantes",
+ "No Participants until now" : "Nenhum Participante até agora",
"No description provided" : "Nenhuma descrição fornecida",
"The names of other participants are hidden, as this is an anonymous poll. " : "Os nomes de outros participantes estão ocultos, pois esta é uma pesquisa anônima.",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["%n pessoa participou nesta enquete até agora.","%n pessoas participaram nesta enquete até agora."],
@@ -101,6 +102,7 @@
"Error saving user name" : "Erro ao salvar o nome de usuário",
"Switch view" : "Alternar visualização",
"Open Sidebar" : "Abrir Barra Lateral",
+ "There are no vote options, add some in the options section of the right side bar." : "Não há opções de voto, adicione algumas na seção de opções da barra lateral direita.",
"Public access" : "Acesso público",
"Hidden poll" : "Pesquisa oculta",
"Error deleting poll." : "Erro ao excluir enquete.",
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 13ffbb4e..798d06d8 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "一个投票应用,与doodle/dudle类似,可以限制访问。",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "一个投票应用,与doodle/dudle类似,可以限制访问(成员,特定的分组/用户,隐藏和公开)。",
"Participants" : "参与者",
+ "No Participants until now" : "到目前为止没有参与者",
"No description provided" : "没有提供描述",
"The names of other participants are hidden, as this is an anonymous poll. " : "隐藏其他参与者的名称,因为这是匿名投票。",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["到目前为止,已有 %n 人参加了这次投票。"],
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error saving user name" : "保存用户名时出错",
"Switch view" : "切换视图",
"Open Sidebar" : "打开侧边栏",
+ "There are no vote options, add some in the options section of the right side bar." : "没有投票选项,请在右侧栏的选项部分中添加一些选项。",
"Public access" : "公开访问",
"Hidden poll" : "隐藏的投票",
"Error deleting poll." : "删除投票时出错。",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index f2091b56..d25b2d37 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -15,6 +15,7 @@
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "一个投票应用,与doodle/dudle类似,可以限制访问。",
"A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public)." : "一个投票应用,与doodle/dudle类似,可以限制访问(成员,特定的分组/用户,隐藏和公开)。",
"Participants" : "参与者",
+ "No Participants until now" : "到目前为止没有参与者",
"No description provided" : "没有提供描述",
"The names of other participants are hidden, as this is an anonymous poll. " : "隐藏其他参与者的名称,因为这是匿名投票。",
"_%n person participated in this poll until now._::_%n persons participated in this poll until now._" : ["到目前为止,已有 %n 人参加了这次投票。"],
@@ -101,6 +102,7 @@
"Error saving user name" : "保存用户名时出错",
"Switch view" : "切换视图",
"Open Sidebar" : "打开侧边栏",
+ "There are no vote options, add some in the options section of the right side bar." : "没有投票选项,请在右侧栏的选项部分中添加一些选项。",
"Public access" : "公开访问",
"Hidden poll" : "隐藏的投票",
"Error deleting poll." : "删除投票时出错。",