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/cs.js19
-rw-r--r--l10n/cs.json19
-rw-r--r--l10n/de.js4
-rw-r--r--l10n/de.json4
-rw-r--r--l10n/de_DE.js4
-rw-r--r--l10n/de_DE.json4
-rw-r--r--l10n/it.js4
-rw-r--r--l10n/it.json4
-rw-r--r--l10n/nl.js21
-rw-r--r--l10n/nl.json21
-rw-r--r--l10n/pl.js10
-rw-r--r--l10n/pl.json10
-rw-r--r--l10n/pt_BR.js10
-rw-r--r--l10n/pt_BR.json10
14 files changed, 136 insertions, 8 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 5da35e8c..a26e800d 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -69,14 +69,23 @@ OC.L10N.register(
"_Only %n vote per option is permitted._::_Only %n votes per option are permitted._" : ["Je povolen pouze %n hlas pro možnost.","Je povoleno pouze %n hlasů pro možnost.","Je povoleno pouze %n hlasů pro možnost.","Jsou povoleny pouze %n hlasy pro možnost."],
"Optional email address" : "Nepovinná e-mailová adresa",
"Checking email address …" : "Kontrola e-mailové adresy…",
+ "valid email address." : "platná e-mailová adresa.",
+ "Invalid email address." : "Neplatná e-mailová adresa.",
"Public poll" : "Veřejná anketa",
+ "Public participation" : "Veřejní účastníci",
"To participate, tell us how we can call you!" : "Abyste se mohli zúčastnit, sdělte nám, jak Vás máme oslovovat!",
"Enter your name" : "Zadejte své jméno",
"Cancel" : "Storno",
"OK" : "OK",
+ "You are a registered user of this site?" : "Jste registrovaný uživatel této stránky?",
"Login" : "Přihlásit",
+ "As a regular user of this site, you can participate with your internal identity after logging in." : "Jako uživatel této stránky, můžete po přihlášení, přispět pod svým profilem.",
+ "Otherwise participate publicly." : "Jinak přispět veřejně.",
"Checking username …" : "Kontrola uživatelského jména…",
+ "Enter a username to participate." : "K přispění zadejte uživatelské jméno.",
"Please use at least 3 characters." : "Zadejte přinejmenším tři znaky.",
+ "Invalid name" : "Neplatné jméno",
+ "{username} is valid." : "{username} je platné.",
"Error saving username" : "Chyba při ukládání uživatelského jména",
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Pomocí e-mailové adresy je možné se přihlásit k odběru upozornění a obdržíte také osobní odkaz na tuto anketu.",
"Enter a name to start the search" : "Hledání zahájíte zadáním jména",
@@ -125,6 +134,10 @@ OC.L10N.register(
"No vote options" : "Žádné možnosti volby",
"Add some!" : "Přidejte nějaký!",
"Add a date option" : "Přidat volbu data",
+ "Select range" : "Vybrat rozsah",
+ "Add time" : "Přidat čas",
+ "Remove time" : "Odebrat čas",
+ "Click to add an option" : "Klikněte pro přidání možnosti.",
"Shift all date options" : "Volby posunutí všech datumů",
"Add a new text option" : "Přidat novou textovou volbu",
"Enter option text" : "Zadejte text volby",
@@ -161,8 +174,11 @@ OC.L10N.register(
"Send invitation mail" : "Poslat zvací e-mail",
"Copy link to clipboard" : "Zkopírovat odkaz do schránky",
"Remove share" : "Odebrat sdílení",
+ "Invitation sent to {emailAddress}" : "Pozvánka odeslána na {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Chyba při odesílání poznánky na {emailAddress}",
"Public shares" : "Veřejná sdílení",
"Add a public link" : "Přidat veřejný odkaz",
+ "Error adding share" : "Chyba při přidávání sdílení",
"Unsent invitations" : "Neodeslané pozvánky",
"Resolve into individual invitations" : "Přeložit na jednotlivé pozvánky",
"Remove invitation" : "Odstranit pozvánku",
@@ -192,6 +208,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Povolit správcům upravovat tuto anketu",
"Relevant for all users" : "Relevantní pro všechny uživatele",
"Result display" : "Zobrazení výsledku",
+ "Allow \"maybe\" vote" : "Povolit hlasovat „možná“",
"Always show results" : "Výsledky vždy zobrazovat",
"Hide results until poll is closed" : "Výsledky do uzavření ankety skrýt",
"Never show results" : "Nikdy nezobrazovat výsledky",
@@ -244,6 +261,8 @@ OC.L10N.register(
"Date order" : "Pořadí podle data",
"Original order" : "Původní pořadí",
"Ranked order" : "Pořadí dle hodnocení",
+ "Email address {emailAddress} saved." : "E-mailová adresa {emailAddress} uložena.",
+ "Error saving email address {emailAddress}" : "Chyba při ukládání e-mailové adresy {emailAddress}",
"Minute" : "Minuta",
"Hour" : "Hodina",
"Day" : "Den",
diff --git a/l10n/cs.json b/l10n/cs.json
index 81f0fd22..2c0cd702 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -67,14 +67,23 @@
"_Only %n vote per option is permitted._::_Only %n votes per option are permitted._" : ["Je povolen pouze %n hlas pro možnost.","Je povoleno pouze %n hlasů pro možnost.","Je povoleno pouze %n hlasů pro možnost.","Jsou povoleny pouze %n hlasy pro možnost."],
"Optional email address" : "Nepovinná e-mailová adresa",
"Checking email address …" : "Kontrola e-mailové adresy…",
+ "valid email address." : "platná e-mailová adresa.",
+ "Invalid email address." : "Neplatná e-mailová adresa.",
"Public poll" : "Veřejná anketa",
+ "Public participation" : "Veřejní účastníci",
"To participate, tell us how we can call you!" : "Abyste se mohli zúčastnit, sdělte nám, jak Vás máme oslovovat!",
"Enter your name" : "Zadejte své jméno",
"Cancel" : "Storno",
"OK" : "OK",
+ "You are a registered user of this site?" : "Jste registrovaný uživatel této stránky?",
"Login" : "Přihlásit",
+ "As a regular user of this site, you can participate with your internal identity after logging in." : "Jako uživatel této stránky, můžete po přihlášení, přispět pod svým profilem.",
+ "Otherwise participate publicly." : "Jinak přispět veřejně.",
"Checking username …" : "Kontrola uživatelského jména…",
+ "Enter a username to participate." : "K přispění zadejte uživatelské jméno.",
"Please use at least 3 characters." : "Zadejte přinejmenším tři znaky.",
+ "Invalid name" : "Neplatné jméno",
+ "{username} is valid." : "{username} je platné.",
"Error saving username" : "Chyba při ukládání uživatelského jména",
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Pomocí e-mailové adresy je možné se přihlásit k odběru upozornění a obdržíte také osobní odkaz na tuto anketu.",
"Enter a name to start the search" : "Hledání zahájíte zadáním jména",
@@ -123,6 +132,10 @@
"No vote options" : "Žádné možnosti volby",
"Add some!" : "Přidejte nějaký!",
"Add a date option" : "Přidat volbu data",
+ "Select range" : "Vybrat rozsah",
+ "Add time" : "Přidat čas",
+ "Remove time" : "Odebrat čas",
+ "Click to add an option" : "Klikněte pro přidání možnosti.",
"Shift all date options" : "Volby posunutí všech datumů",
"Add a new text option" : "Přidat novou textovou volbu",
"Enter option text" : "Zadejte text volby",
@@ -159,8 +172,11 @@
"Send invitation mail" : "Poslat zvací e-mail",
"Copy link to clipboard" : "Zkopírovat odkaz do schránky",
"Remove share" : "Odebrat sdílení",
+ "Invitation sent to {emailAddress}" : "Pozvánka odeslána na {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Chyba při odesílání poznánky na {emailAddress}",
"Public shares" : "Veřejná sdílení",
"Add a public link" : "Přidat veřejný odkaz",
+ "Error adding share" : "Chyba při přidávání sdílení",
"Unsent invitations" : "Neodeslané pozvánky",
"Resolve into individual invitations" : "Přeložit na jednotlivé pozvánky",
"Remove invitation" : "Odstranit pozvánku",
@@ -190,6 +206,7 @@
"Allow admins to edit this poll" : "Povolit správcům upravovat tuto anketu",
"Relevant for all users" : "Relevantní pro všechny uživatele",
"Result display" : "Zobrazení výsledku",
+ "Allow \"maybe\" vote" : "Povolit hlasovat „možná“",
"Always show results" : "Výsledky vždy zobrazovat",
"Hide results until poll is closed" : "Výsledky do uzavření ankety skrýt",
"Never show results" : "Nikdy nezobrazovat výsledky",
@@ -242,6 +259,8 @@
"Date order" : "Pořadí podle data",
"Original order" : "Původní pořadí",
"Ranked order" : "Pořadí dle hodnocení",
+ "Email address {emailAddress} saved." : "E-mailová adresa {emailAddress} uložena.",
+ "Error saving email address {emailAddress}" : "Chyba při ukládání e-mailové adresy {emailAddress}",
"Minute" : "Minuta",
"Hour" : "Hodina",
"Day" : "Den",
diff --git a/l10n/de.js b/l10n/de.js
index f3c6e4d3..6b1a0464 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -174,8 +174,11 @@ OC.L10N.register(
"Send invitation mail" : "Einladungs-E-Mail senden",
"Copy link to clipboard" : "Link in die Zwischenablage kopieren",
"Remove share" : "Freigabe löschen",
+ "Invitation sent to {emailAddress}" : "Einladung versendet an {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Fehler beim Senden der Einladung an {emailAddress}",
"Public shares" : "Öffentliche Freigaben",
"Add a public link" : "Öffentlichen Link hinzufügen",
+ "Error adding share" : "Fehler beim Hinzufügen der Freigabe",
"Unsent invitations" : "Nicht gesendete Einladungen",
"Resolve into individual invitations" : "In einzelne Einladungen auflösen",
"Remove invitation" : "Einladung entfernen",
@@ -205,6 +208,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Administratoren können diese Umfrage bearbeiten",
"Relevant for all users" : "Relevant für alle Benutzer",
"Result display" : "Ergebnisanzeige",
+ "Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
"Always show results" : "Ergebnisse immer anzeigen",
"Hide results until poll is closed" : "Ergebnisse ausblenden, bis die Umfrage geschlossen ist",
"Never show results" : "Ergebnisse niemals anzeigen",
diff --git a/l10n/de.json b/l10n/de.json
index 43e6e377..7090d0f6 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -172,8 +172,11 @@
"Send invitation mail" : "Einladungs-E-Mail senden",
"Copy link to clipboard" : "Link in die Zwischenablage kopieren",
"Remove share" : "Freigabe löschen",
+ "Invitation sent to {emailAddress}" : "Einladung versendet an {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Fehler beim Senden der Einladung an {emailAddress}",
"Public shares" : "Öffentliche Freigaben",
"Add a public link" : "Öffentlichen Link hinzufügen",
+ "Error adding share" : "Fehler beim Hinzufügen der Freigabe",
"Unsent invitations" : "Nicht gesendete Einladungen",
"Resolve into individual invitations" : "In einzelne Einladungen auflösen",
"Remove invitation" : "Einladung entfernen",
@@ -203,6 +206,7 @@
"Allow admins to edit this poll" : "Administratoren können diese Umfrage bearbeiten",
"Relevant for all users" : "Relevant für alle Benutzer",
"Result display" : "Ergebnisanzeige",
+ "Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
"Always show results" : "Ergebnisse immer anzeigen",
"Hide results until poll is closed" : "Ergebnisse ausblenden, bis die Umfrage geschlossen ist",
"Never show results" : "Ergebnisse niemals anzeigen",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 83a55ba3..3f9700a3 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -174,8 +174,11 @@ OC.L10N.register(
"Send invitation mail" : "Einladungs-E-Mail senden",
"Copy link to clipboard" : "Link in Zwischenablage kopieren",
"Remove share" : "Freigabe löschen",
+ "Invitation sent to {emailAddress}" : "Einladung versendet an {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Fehler beim Senden der Einladung an {emailAddress}",
"Public shares" : "Öffentliche Freigaben",
"Add a public link" : "Öffentlichen Link hinzufügen",
+ "Error adding share" : "Fehler beim Hinzufügen der Freigabe",
"Unsent invitations" : "Nicht gesendete Einladungen",
"Resolve into individual invitations" : "In einzelne Einladungen auflösen",
"Remove invitation" : "Einladung entfernen",
@@ -205,6 +208,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Administratoren können diese Umfrage bearbeiten",
"Relevant for all users" : "Relevant für alle Benutzer",
"Result display" : "Ergebnisanzeige",
+ "Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
"Always show results" : "Ergebnisse immer anzeigen",
"Hide results until poll is closed" : "Ergebnisse ausblenden, bis die Umfrage geschlossen ist",
"Never show results" : "Ergebnisse niemals anzeigen",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index eaced344..9ccdad11 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -172,8 +172,11 @@
"Send invitation mail" : "Einladungs-E-Mail senden",
"Copy link to clipboard" : "Link in Zwischenablage kopieren",
"Remove share" : "Freigabe löschen",
+ "Invitation sent to {emailAddress}" : "Einladung versendet an {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Fehler beim Senden der Einladung an {emailAddress}",
"Public shares" : "Öffentliche Freigaben",
"Add a public link" : "Öffentlichen Link hinzufügen",
+ "Error adding share" : "Fehler beim Hinzufügen der Freigabe",
"Unsent invitations" : "Nicht gesendete Einladungen",
"Resolve into individual invitations" : "In einzelne Einladungen auflösen",
"Remove invitation" : "Einladung entfernen",
@@ -203,6 +206,7 @@
"Allow admins to edit this poll" : "Administratoren können diese Umfrage bearbeiten",
"Relevant for all users" : "Relevant für alle Benutzer",
"Result display" : "Ergebnisanzeige",
+ "Allow \"maybe\" vote" : "\"Vielleicht\" erlauben",
"Always show results" : "Ergebnisse immer anzeigen",
"Hide results until poll is closed" : "Ergebnisse ausblenden, bis die Umfrage geschlossen ist",
"Never show results" : "Ergebnisse niemals anzeigen",
diff --git a/l10n/it.js b/l10n/it.js
index 19debf91..c6ab2de1 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -170,8 +170,10 @@ OC.L10N.register(
"Send invitation mail" : "Invia messaggio di invito",
"Copy link to clipboard" : "Copia collegamento negli appunti",
"Remove share" : "Rimuovi condivisione",
+ "Invitation sent to {emailAddress}" : "Invito inviato a {emailAddress}",
"Public shares" : "Condivisioni pubbliche",
"Add a public link" : "Aggiungi un collegamento pubblico",
+ "Error adding share" : "Errore durante l'aggiunta della condivisione",
"Unsent invitations" : "Inviti non inviati",
"Resolve into individual invitations" : "Risolvi in inviti individuali",
"Remove invitation" : "Rimuovi invito",
@@ -201,6 +203,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Consenti agli amministratori di modificare questo sondaggio",
"Relevant for all users" : "Importante per gli utenti",
"Result display" : "Visualizzazione dei risultati",
+ "Allow \"maybe\" vote" : "Consenti il voto \"Forse\"",
"Always show results" : "Mostra sempre i risultati",
"Hide results until poll is closed" : "Nascondi i risultati fino alla chiusura del sondaggio",
"Never show results" : "Non mostrare mai i risultati",
@@ -254,6 +257,7 @@ OC.L10N.register(
"Original order" : "Ordine originale",
"Ranked order" : "Ordine classificato",
"Email address {emailAddress} saved." : "Indirizzo email {emailAddress} salvato.",
+ "Error saving email address {emailAddress}" : "Errore durante il salvataggio dell'indirizzo {emailAddress}",
"Minute" : "Minuto",
"Hour" : "Ora",
"Day" : "Giorno",
diff --git a/l10n/it.json b/l10n/it.json
index f1208c42..1eb87465 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -168,8 +168,10 @@
"Send invitation mail" : "Invia messaggio di invito",
"Copy link to clipboard" : "Copia collegamento negli appunti",
"Remove share" : "Rimuovi condivisione",
+ "Invitation sent to {emailAddress}" : "Invito inviato a {emailAddress}",
"Public shares" : "Condivisioni pubbliche",
"Add a public link" : "Aggiungi un collegamento pubblico",
+ "Error adding share" : "Errore durante l'aggiunta della condivisione",
"Unsent invitations" : "Inviti non inviati",
"Resolve into individual invitations" : "Risolvi in inviti individuali",
"Remove invitation" : "Rimuovi invito",
@@ -199,6 +201,7 @@
"Allow admins to edit this poll" : "Consenti agli amministratori di modificare questo sondaggio",
"Relevant for all users" : "Importante per gli utenti",
"Result display" : "Visualizzazione dei risultati",
+ "Allow \"maybe\" vote" : "Consenti il voto \"Forse\"",
"Always show results" : "Mostra sempre i risultati",
"Hide results until poll is closed" : "Nascondi i risultati fino alla chiusura del sondaggio",
"Never show results" : "Non mostrare mai i risultati",
@@ -252,6 +255,7 @@
"Original order" : "Ordine originale",
"Ranked order" : "Ordine classificato",
"Email address {emailAddress} saved." : "Indirizzo email {emailAddress} salvato.",
+ "Error saving email address {emailAddress}" : "Errore durante il salvataggio dell'indirizzo {emailAddress}",
"Minute" : "Minuto",
"Hour" : "Ora",
"Day" : "Giorno",
diff --git a/l10n/nl.js b/l10n/nl.js
index abfd86d0..82133140 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -33,7 +33,7 @@ OC.L10N.register(
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Deze e-mail wordt naar jou verzonden omdat je je hebt aangemeld voor meldingen van deze enquête. Als je je wilt afmelden, ga je naar de peiling en verwijder je je abonnement.",
"Poll invitation \"%s\"" : "Peilingsuitnodiging \"%s\"",
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} nodigde je uit om mee te doen aan peiling \"{title}\"",
- "This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Deze link geeft je persoonlijke toegang tot de bovenstaande peiling. Druk op de knop hierboven of kopieer de volgende link en voeg die toe aan de locatiebalk van uw browser:",
+ "This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Deze link geeft je persoonlijke toegang tot de bovenstaande peiling. Druk op de knop hierboven of kopieer de volgende link en voeg die toe aan de lokatiebalk van je browser:",
"Do not share this link with other people, because it is connected to your votes." : "Deel deze link niet met anderen, want het zit verbonden aan jouw stemmen.",
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Je ontvangt deze e-mail omdat je door de eigenaar van de peiling bent uitgenodigd om in deze peiling te stemmen. In deze peiling wordt in ieder geval je naam of e-mailadres geregistreerd. Als je uit deze peiling wilt worden verwijderd, neem dan contact op met de sitebeheerder of de initiator van de peiling, die de e-mail heeft verzonden.",
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Een peilingenapp, net als doodle/dudle met de mogelijkheid om toegang te beperken.",
@@ -69,14 +69,23 @@ OC.L10N.register(
"_Only %n vote per option is permitted._::_Only %n votes per option are permitted._" : ["Slechts %n stem per optie toegestaan.","Er zijn %n stemmen per optie toegestaan."],
"Optional email address" : "Optioneel e-mailadres",
"Checking email address …" : "E-mailadres controleren ...",
+ "valid email address." : "geldig e-mailadres.",
+ "Invalid email address." : "Ongeldig e-mailadres",
"Public poll" : "Openbare peiling",
+ "Public participation" : "Openbare deelname",
"To participate, tell us how we can call you!" : "OM deel te nemen, geef aan hoe we je moeten noemen.",
"Enter your name" : "Geef je naam op",
"Cancel" : "Annuleren",
"OK" : "OK",
+ "You are a registered user of this site?" : "Ben je een geregistreerde gebruiker van deze site?",
"Login" : "Inloggen",
+ "As a regular user of this site, you can participate with your internal identity after logging in." : "Als regelmatige gebruiker van deze site kun ja na het inloggen deelnemen met je interne account.",
+ "Otherwise participate publicly." : "Doe anders openbaar mee.",
"Checking username …" : "Gebruikersnaam controleren ...",
+ "Enter a username to participate." : "Geef een gebruikersnaam op om mee te doen.",
"Please use at least 3 characters." : "Gebruik minimaal 3 tekens.",
+ "Invalid name" : "Ongeldige naam",
+ "{username} is valid." : "{username} is geldig.",
"Error saving username" : "Fout bij opslaan gebruikersnaam",
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Met je e-mailadres kun je jezelf abonneren op meldingen en krijg je een persoonlijke link naar deze peiling.",
"Enter a name to start the search" : "Voer een naam in om te beginnen met zoeken",
@@ -125,6 +134,10 @@ OC.L10N.register(
"No vote options" : "Geen stemopties",
"Add some!" : "Voeg wat toe!",
"Add a date option" : "Voeg een datumoptie toe",
+ "Select range" : "Kies een reeks",
+ "Add time" : "Toevoegen tijd",
+ "Remove time" : "Verwijder tijd",
+ "Click to add an option" : "Klik om een optie toe te voegen",
"Shift all date options" : "Verschuif alle datums opties",
"Add a new text option" : "Voeg een nieuwe tekst optie toe",
"Enter option text" : "Voer een optietekst in",
@@ -161,8 +174,11 @@ OC.L10N.register(
"Send invitation mail" : "Stuur uitnodigingsmail",
"Copy link to clipboard" : "Kopiëren link naar klembord",
"Remove share" : "Verwijderen share",
+ "Invitation sent to {emailAddress}" : "Uitnodiging verzonden naar {emailAdress}",
+ "Error sending invitation to {emailAddress}" : "Fout bij verzenden uitnodiging naar {emailAddress}",
"Public shares" : "Openbare deellinks",
"Add a public link" : "Toevoegen openbare link",
+ "Error adding share" : "Fout bij toevoegen deellink",
"Unsent invitations" : "Niet verzonden uitnodigingen",
"Resolve into individual invitations" : "Uitsplisten in individuele uitnodigingen",
"Remove invitation" : "Verwijder uitnodiging",
@@ -192,6 +208,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Sta beheerders toe de peiling te bewerken",
"Relevant for all users" : "Relevant voor alle gebruikers",
"Result display" : "Resultatenbeeld",
+ "Allow \"maybe\" vote" : "Sta een \"Misschien\" stem toe",
"Always show results" : "Toon steeds resultaten",
"Hide results until poll is closed" : "Verberg resultaten totdat de peiling gesloten is",
"Never show results" : "Toon nooit resultaten",
@@ -244,6 +261,8 @@ OC.L10N.register(
"Date order" : "Datum volgorde",
"Original order" : "Originele volgorde",
"Ranked order" : "Gerangschikte volgorde",
+ "Email address {emailAddress} saved." : "E-mailadres {emailAddress} opgeslagen.",
+ "Error saving email address {emailAddress}" : "Fout bij opslaan e-mailadres {emailAddress}",
"Minute" : "Minuut",
"Hour" : "Uur",
"Day" : "Dag",
diff --git a/l10n/nl.json b/l10n/nl.json
index 863ba5e0..a6ded942 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -31,7 +31,7 @@
"This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Deze e-mail wordt naar jou verzonden omdat je je hebt aangemeld voor meldingen van deze enquête. Als je je wilt afmelden, ga je naar de peiling en verwijder je je abonnement.",
"Poll invitation \"%s\"" : "Peilingsuitnodiging \"%s\"",
"{owner} invited you to take part in the poll \"{title}\"" : "{owner} nodigde je uit om mee te doen aan peiling \"{title}\"",
- "This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Deze link geeft je persoonlijke toegang tot de bovenstaande peiling. Druk op de knop hierboven of kopieer de volgende link en voeg die toe aan de locatiebalk van uw browser:",
+ "This link gives you personal access to the poll named above. Press the button above or copy the following link and add it in your browser's location bar: " : "Deze link geeft je persoonlijke toegang tot de bovenstaande peiling. Druk op de knop hierboven of kopieer de volgende link en voeg die toe aan de lokatiebalk van je browser:",
"Do not share this link with other people, because it is connected to your votes." : "Deel deze link niet met anderen, want het zit verbonden aan jouw stemmen.",
"This email is sent to you, because you are invited to vote in this poll by the poll owner. At least your name or your email address is recorded in this poll. If you want to get removed from this poll, contact the site administrator or the initiator of this poll, where the mail is sent from." : "Je ontvangt deze e-mail omdat je door de eigenaar van de peiling bent uitgenodigd om in deze peiling te stemmen. In deze peiling wordt in ieder geval je naam of e-mailadres geregistreerd. Als je uit deze peiling wilt worden verwijderd, neem dan contact op met de sitebeheerder of de initiator van de peiling, die de e-mail heeft verzonden.",
"A polls app, similar to doodle/dudle with the possibility to restrict access." : "Een peilingenapp, net als doodle/dudle met de mogelijkheid om toegang te beperken.",
@@ -67,14 +67,23 @@
"_Only %n vote per option is permitted._::_Only %n votes per option are permitted._" : ["Slechts %n stem per optie toegestaan.","Er zijn %n stemmen per optie toegestaan."],
"Optional email address" : "Optioneel e-mailadres",
"Checking email address …" : "E-mailadres controleren ...",
+ "valid email address." : "geldig e-mailadres.",
+ "Invalid email address." : "Ongeldig e-mailadres",
"Public poll" : "Openbare peiling",
+ "Public participation" : "Openbare deelname",
"To participate, tell us how we can call you!" : "OM deel te nemen, geef aan hoe we je moeten noemen.",
"Enter your name" : "Geef je naam op",
"Cancel" : "Annuleren",
"OK" : "OK",
+ "You are a registered user of this site?" : "Ben je een geregistreerde gebruiker van deze site?",
"Login" : "Inloggen",
+ "As a regular user of this site, you can participate with your internal identity after logging in." : "Als regelmatige gebruiker van deze site kun ja na het inloggen deelnemen met je interne account.",
+ "Otherwise participate publicly." : "Doe anders openbaar mee.",
"Checking username …" : "Gebruikersnaam controleren ...",
+ "Enter a username to participate." : "Geef een gebruikersnaam op om mee te doen.",
"Please use at least 3 characters." : "Gebruik minimaal 3 tekens.",
+ "Invalid name" : "Ongeldige naam",
+ "{username} is valid." : "{username} is geldig.",
"Error saving username" : "Fout bij opslaan gebruikersnaam",
"With your email address you can subscribe to notifications and you will receive your personal link to this poll." : "Met je e-mailadres kun je jezelf abonneren op meldingen en krijg je een persoonlijke link naar deze peiling.",
"Enter a name to start the search" : "Voer een naam in om te beginnen met zoeken",
@@ -123,6 +132,10 @@
"No vote options" : "Geen stemopties",
"Add some!" : "Voeg wat toe!",
"Add a date option" : "Voeg een datumoptie toe",
+ "Select range" : "Kies een reeks",
+ "Add time" : "Toevoegen tijd",
+ "Remove time" : "Verwijder tijd",
+ "Click to add an option" : "Klik om een optie toe te voegen",
"Shift all date options" : "Verschuif alle datums opties",
"Add a new text option" : "Voeg een nieuwe tekst optie toe",
"Enter option text" : "Voer een optietekst in",
@@ -159,8 +172,11 @@
"Send invitation mail" : "Stuur uitnodigingsmail",
"Copy link to clipboard" : "Kopiëren link naar klembord",
"Remove share" : "Verwijderen share",
+ "Invitation sent to {emailAddress}" : "Uitnodiging verzonden naar {emailAdress}",
+ "Error sending invitation to {emailAddress}" : "Fout bij verzenden uitnodiging naar {emailAddress}",
"Public shares" : "Openbare deellinks",
"Add a public link" : "Toevoegen openbare link",
+ "Error adding share" : "Fout bij toevoegen deellink",
"Unsent invitations" : "Niet verzonden uitnodigingen",
"Resolve into individual invitations" : "Uitsplisten in individuele uitnodigingen",
"Remove invitation" : "Verwijder uitnodiging",
@@ -190,6 +206,7 @@
"Allow admins to edit this poll" : "Sta beheerders toe de peiling te bewerken",
"Relevant for all users" : "Relevant voor alle gebruikers",
"Result display" : "Resultatenbeeld",
+ "Allow \"maybe\" vote" : "Sta een \"Misschien\" stem toe",
"Always show results" : "Toon steeds resultaten",
"Hide results until poll is closed" : "Verberg resultaten totdat de peiling gesloten is",
"Never show results" : "Toon nooit resultaten",
@@ -242,6 +259,8 @@
"Date order" : "Datum volgorde",
"Original order" : "Originele volgorde",
"Ranked order" : "Gerangschikte volgorde",
+ "Email address {emailAddress} saved." : "E-mailadres {emailAddress} opgeslagen.",
+ "Error saving email address {emailAddress}" : "Fout bij opslaan e-mailadres {emailAddress}",
"Minute" : "Minuut",
"Hour" : "Uur",
"Day" : "Dag",
diff --git a/l10n/pl.js b/l10n/pl.js
index 499f7f99..ed17f505 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -69,15 +69,20 @@ OC.L10N.register(
"_Only %n vote per option is permitted._::_Only %n votes per option are permitted._" : ["Dozwolony jest tylko %n głos na opcję.","Dozwolone są tylko %n głosy na opcję.","Dozwolone jest tylko %n głosów na opcję.","Dozwolone jest tylko %n głosów na opcję."],
"Optional email address" : "Opcjonalny adres e-mail",
"Checking email address …" : "Sprawdzanie adresu e-mail…",
+ "valid email address." : "poprawny adres e-mail.",
"Invalid email address." : "Nieprawidłowy adres e-mail",
"Public poll" : "Sonda publiczna",
+ "Public participation" : "Udział publiczny",
"To participate, tell us how we can call you!" : "Aby wziąć udział, powiedz nam, jak możemy do Ciebie zadzwonić!",
"Enter your name" : "Wpisz swoją nazwę",
"Cancel" : "Anuluj",
"OK" : "OK",
"You are a registered user of this site?" : "Czy jesteś zarejestrowanym użytkownikiem tej strony?",
"Login" : "Zaloguj",
+ "As a regular user of this site, you can participate with your internal identity after logging in." : "Jako zwykły użytkownik tej witryny po zalogowaniu możesz korzystać ze swojej wewnętrznej tożsamości.",
+ "Otherwise participate publicly." : "W przeciwnym razie weź udział publiczny.",
"Checking username …" : "Sprawdzanie nazwy użytkownika…",
+ "Enter a username to participate." : "Wprowadź nazwę użytkownika, aby wziąć udział.",
"Please use at least 3 characters." : "Użyj co najmniej 3 znaków.",
"Invalid name" : "Nieprawidłowe imię",
"{username} is valid." : "{nazwa użytkownika} nieprawidłowa.",
@@ -169,8 +174,11 @@ OC.L10N.register(
"Send invitation mail" : "Wyślij wiadomość z zaproszeniem",
"Copy link to clipboard" : "Kopiuj link do schowka",
"Remove share" : "Usuń udostępnienie",
+ "Invitation sent to {emailAddress}" : "Zaproszenie wysłane do {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Błąd podczas wysyłania zaproszenia do {emailAddress}",
"Public shares" : "Udostępnienia publiczne",
"Add a public link" : "Dodaj link publiczny",
+ "Error adding share" : "Błąd podczas dodawania udostępnienia",
"Unsent invitations" : "Niewysłane zaproszenia",
"Resolve into individual invitations" : "Zgoda na indywidualne zaproszenia",
"Remove invitation" : "Usuń zaproszenie",
@@ -200,6 +208,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Zezwalaj administratorom na edycję sondy",
"Relevant for all users" : "Istotne dla wszystkich użytkowników",
"Result display" : "Wyświetlanie wyników",
+ "Allow \"maybe\" vote" : "Zezwalaj głosować na \"może\"",
"Always show results" : "Zawsze pokazuj wyniki",
"Hide results until poll is closed" : "Ukryj wyniki do zakończenia sondy",
"Never show results" : "Nigdy nie pokazuj wyników",
@@ -253,6 +262,7 @@ OC.L10N.register(
"Original order" : "Kolejność pierwotna",
"Ranked order" : "Kolejność według rankingu",
"Email address {emailAddress} saved." : "Adres e-mail {adres e-mail} zapisany.",
+ "Error saving email address {emailAddress}" : "Błąd podczas zapisywania adresu e-mail {emailAddress}",
"Minute" : "Minuta",
"Hour" : "Godzina",
"Day" : "Dzień",
diff --git a/l10n/pl.json b/l10n/pl.json
index aff180bd..36d059b5 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -67,15 +67,20 @@
"_Only %n vote per option is permitted._::_Only %n votes per option are permitted._" : ["Dozwolony jest tylko %n głos na opcję.","Dozwolone są tylko %n głosy na opcję.","Dozwolone jest tylko %n głosów na opcję.","Dozwolone jest tylko %n głosów na opcję."],
"Optional email address" : "Opcjonalny adres e-mail",
"Checking email address …" : "Sprawdzanie adresu e-mail…",
+ "valid email address." : "poprawny adres e-mail.",
"Invalid email address." : "Nieprawidłowy adres e-mail",
"Public poll" : "Sonda publiczna",
+ "Public participation" : "Udział publiczny",
"To participate, tell us how we can call you!" : "Aby wziąć udział, powiedz nam, jak możemy do Ciebie zadzwonić!",
"Enter your name" : "Wpisz swoją nazwę",
"Cancel" : "Anuluj",
"OK" : "OK",
"You are a registered user of this site?" : "Czy jesteś zarejestrowanym użytkownikiem tej strony?",
"Login" : "Zaloguj",
+ "As a regular user of this site, you can participate with your internal identity after logging in." : "Jako zwykły użytkownik tej witryny po zalogowaniu możesz korzystać ze swojej wewnętrznej tożsamości.",
+ "Otherwise participate publicly." : "W przeciwnym razie weź udział publiczny.",
"Checking username …" : "Sprawdzanie nazwy użytkownika…",
+ "Enter a username to participate." : "Wprowadź nazwę użytkownika, aby wziąć udział.",
"Please use at least 3 characters." : "Użyj co najmniej 3 znaków.",
"Invalid name" : "Nieprawidłowe imię",
"{username} is valid." : "{nazwa użytkownika} nieprawidłowa.",
@@ -167,8 +172,11 @@
"Send invitation mail" : "Wyślij wiadomość z zaproszeniem",
"Copy link to clipboard" : "Kopiuj link do schowka",
"Remove share" : "Usuń udostępnienie",
+ "Invitation sent to {emailAddress}" : "Zaproszenie wysłane do {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Błąd podczas wysyłania zaproszenia do {emailAddress}",
"Public shares" : "Udostępnienia publiczne",
"Add a public link" : "Dodaj link publiczny",
+ "Error adding share" : "Błąd podczas dodawania udostępnienia",
"Unsent invitations" : "Niewysłane zaproszenia",
"Resolve into individual invitations" : "Zgoda na indywidualne zaproszenia",
"Remove invitation" : "Usuń zaproszenie",
@@ -198,6 +206,7 @@
"Allow admins to edit this poll" : "Zezwalaj administratorom na edycję sondy",
"Relevant for all users" : "Istotne dla wszystkich użytkowników",
"Result display" : "Wyświetlanie wyników",
+ "Allow \"maybe\" vote" : "Zezwalaj głosować na \"może\"",
"Always show results" : "Zawsze pokazuj wyniki",
"Hide results until poll is closed" : "Ukryj wyniki do zakończenia sondy",
"Never show results" : "Nigdy nie pokazuj wyników",
@@ -251,6 +260,7 @@
"Original order" : "Kolejność pierwotna",
"Ranked order" : "Kolejność według rankingu",
"Email address {emailAddress} saved." : "Adres e-mail {adres e-mail} zapisany.",
+ "Error saving email address {emailAddress}" : "Błąd podczas zapisywania adresu e-mail {emailAddress}",
"Minute" : "Minuta",
"Hour" : "Godzina",
"Day" : "Dzień",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index df7bd439..6140f0e4 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -134,7 +134,7 @@ OC.L10N.register(
"No vote options" : "Nenhuma opção de voto",
"Add some!" : "Adicione alguma!",
"Add a date option" : "Adicionar uma opção de data",
- "Select range" : "Selecionar uma faixa",
+ "Select range" : "Selecione uma faixa",
"Add time" : "Adicionar tempo",
"Remove time" : "Remova o tempo",
"Click to add an option" : "Clique para adicionar uma opção",
@@ -174,8 +174,11 @@ OC.L10N.register(
"Send invitation mail" : "Enviar e-mail com convite",
"Copy link to clipboard" : "Copiar link para a área de transferência",
"Remove share" : "Remover compartilhamento",
+ "Invitation sent to {emailAddress}" : "Convite enviado para {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Erro ao enviar o convite para {emailAddress}",
"Public shares" : "Compartilhamentos públicos",
"Add a public link" : "Adicionar um link público",
+ "Error adding share" : "Erro ao adicionar compartilhamento",
"Unsent invitations" : "Convites não enviados",
"Resolve into individual invitations" : "Resolver em convites individuais",
"Remove invitation" : "Excluir o convite",
@@ -205,6 +208,7 @@ OC.L10N.register(
"Allow admins to edit this poll" : "Permitir que administradores editem esta enquete",
"Relevant for all users" : "Relevante para todos os usuários",
"Result display" : "Mostrar resultado",
+ "Allow \"maybe\" vote" : "Permitir voto \"talvez\"",
"Always show results" : "Sempre mostrar resultados",
"Hide results until poll is closed" : "Ocultar resultados até o fechamento da enquete",
"Never show results" : "Nunca mostrar resultados",
@@ -257,8 +261,8 @@ OC.L10N.register(
"Date order" : "Ordenar por data",
"Original order" : "Ordem original",
"Ranked order" : "Ordem por classificação",
- "Email address {emailAddress} saved." : "Endereço de email {emailAddress} salvo.",
- "Error saving email address {emailAddress}" : "Erro salvando o endereço de e-mail {emailAddress}",
+ "Email address {emailAddress} saved." : "Endereço de e-mail {emailAddress} salvo.",
+ "Error saving email address {emailAddress}" : "Erro ao salvar o endereço de e-mail {emailAddress}",
"Minute" : "Minuto",
"Hour" : "Hora",
"Day" : "Dia",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index ad3283de..22b6cef9 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -132,7 +132,7 @@
"No vote options" : "Nenhuma opção de voto",
"Add some!" : "Adicione alguma!",
"Add a date option" : "Adicionar uma opção de data",
- "Select range" : "Selecionar uma faixa",
+ "Select range" : "Selecione uma faixa",
"Add time" : "Adicionar tempo",
"Remove time" : "Remova o tempo",
"Click to add an option" : "Clique para adicionar uma opção",
@@ -172,8 +172,11 @@
"Send invitation mail" : "Enviar e-mail com convite",
"Copy link to clipboard" : "Copiar link para a área de transferência",
"Remove share" : "Remover compartilhamento",
+ "Invitation sent to {emailAddress}" : "Convite enviado para {emailAddress}",
+ "Error sending invitation to {emailAddress}" : "Erro ao enviar o convite para {emailAddress}",
"Public shares" : "Compartilhamentos públicos",
"Add a public link" : "Adicionar um link público",
+ "Error adding share" : "Erro ao adicionar compartilhamento",
"Unsent invitations" : "Convites não enviados",
"Resolve into individual invitations" : "Resolver em convites individuais",
"Remove invitation" : "Excluir o convite",
@@ -203,6 +206,7 @@
"Allow admins to edit this poll" : "Permitir que administradores editem esta enquete",
"Relevant for all users" : "Relevante para todos os usuários",
"Result display" : "Mostrar resultado",
+ "Allow \"maybe\" vote" : "Permitir voto \"talvez\"",
"Always show results" : "Sempre mostrar resultados",
"Hide results until poll is closed" : "Ocultar resultados até o fechamento da enquete",
"Never show results" : "Nunca mostrar resultados",
@@ -255,8 +259,8 @@
"Date order" : "Ordenar por data",
"Original order" : "Ordem original",
"Ranked order" : "Ordem por classificação",
- "Email address {emailAddress} saved." : "Endereço de email {emailAddress} salvo.",
- "Error saving email address {emailAddress}" : "Erro salvando o endereço de e-mail {emailAddress}",
+ "Email address {emailAddress} saved." : "Endereço de e-mail {emailAddress} salvo.",
+ "Error saving email address {emailAddress}" : "Erro ao salvar o endereço de e-mail {emailAddress}",
"Minute" : "Minuto",
"Hour" : "Hora",
"Day" : "Dia",