diff --git a/l10n/cs.js b/l10n/cs.js
index bbc2d83..3dcbcf6 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -2,11 +2,39 @@ OC.L10N.register(
"registration",
{
"Register" : "Zaregistrovat",
+ "Verification email successfully sent." : "Ověřovací e-mail byl úspěšně odeslán.",
+ "Your account has been successfully created, you can log in now." : "Váš účet byl úspěšně vytvořen, nyní se můžete přihlásit.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Váš účet byl úspěšně vytvořen, ale ještě čeká na schválení správcem.",
"Saved" : "Uloženo",
+ "The email address you entered is not valid" : "Zadaná e-mailová adresa není platná",
+ "Verify your %s registration request" : "Ověřte váš požadavek na registraci %s",
+ "A problem occurred sending email, please contact your administrator." : "Vyskytl se problém s odesíláním e-mailu – prosím obraťte se na správce tohoto serveru.",
+ "A new user \"%s\" has created an account on %s" : "Novému uživateli „%s“ byl vytvořen účet na %s",
+ "A user has already taken this email, maybe you already have an account?" : "Existující uživatel už používá tento e-mail. Možná už zde účet máte?",
+ "Registration is only allowed for the following domains: " : "Registrace je nyní umožněná pouze pro následující domény:",
+ "Please provide a valid display name." : "Prosím zadejte platné zobrazované jméno.",
+ "Please provide a valid user name." : "Prosím zadejte platné uživatelské jméno.",
+ "The username you have chosen already exists." : "Uživatelské jméno, které jste zvolili už používá někdo jiný.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "Neplatná ověřovací URL adresa. Nenalezen žádný registrační požadavek pro tuto ověřovací URL.",
+ "Unable to create user, there are problems with the user backend." : "Nedaří se vytvořit uživatele – vyskytly se problémy s podpůrnou vrstvou (backend) pro správu uživatelských účtů.",
+ "Unable to set user email: " : "Nedaří se nastavit e-mail uživatele:",
+ "Failed to delete pending registration request" : "Čekající požadavek na registraci se nepodařilo smazat",
+ "Registration" : "Registrace",
+ "This app allows users to self-register a new account using their e-mail address." : "Tato aplikace umožňuje uživatelům samoobslužnou registraci nového účtu pomocí svých e-mailových adres.",
+ "Default group that all registered users belong" : "Výchozí skupina, do které budou náležet všichni uživatelé po registraci",
"None" : "Žádné",
+ "Allowed mail address domains for registration" : "Domény, pouze ze kterých jsou přijímány e-mailové adresy k registraci.",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Zadejte středníkem oddělovaný seznam domén, ze kterých bude umožněna registrace. Příklad: example.com;example.net",
+ "Registration is only allowed for the following domains:" : "Registrace je možná pouze pro e-maily z následujících domén:",
+ "To create a new account on %s, just click the following link:" : "Pro vytvoření nového účtu na %s, stačí kliknout na následující odkaz:",
+ "Welcome, you can create your account below." : "Vítejte, níže si můžete vytvořit účet pro vás.",
"Username" : "Uživatelské jméno",
"Password" : "Heslo",
"Create account" : "Vytvořit účet",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Děkujeme vám za registraci – během několika minut byste měli obdržet ověřovací odkaz.",
+ "Email" : "E-mail",
+ "Request verification link" : "Odkaz pro ověření",
+ "Please re-enter a valid email address" : "Prosím zadejte platnou e-mailovou adresu",
+ "You will receive an email with a verification link" : "Obdržíte e-mail s ověřovacím odkazem"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/l10n/cs.json b/l10n/cs.json
index d65d06a..cdb6d32 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -1,10 +1,38 @@
{ "translations": {
"Register" : "Zaregistrovat",
+ "Verification email successfully sent." : "Ověřovací e-mail byl úspěšně odeslán.",
+ "Your account has been successfully created, you can log in now." : "Váš účet byl úspěšně vytvořen, nyní se můžete přihlásit.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Váš účet byl úspěšně vytvořen, ale ještě čeká na schválení správcem.",
"Saved" : "Uloženo",
+ "The email address you entered is not valid" : "Zadaná e-mailová adresa není platná",
+ "Verify your %s registration request" : "Ověřte váš požadavek na registraci %s",
+ "A problem occurred sending email, please contact your administrator." : "Vyskytl se problém s odesíláním e-mailu – prosím obraťte se na správce tohoto serveru.",
+ "A new user \"%s\" has created an account on %s" : "Novému uživateli „%s“ byl vytvořen účet na %s",
+ "A user has already taken this email, maybe you already have an account?" : "Existující uživatel už používá tento e-mail. Možná už zde účet máte?",
+ "Registration is only allowed for the following domains: " : "Registrace je nyní umožněná pouze pro následující domény:",
+ "Please provide a valid display name." : "Prosím zadejte platné zobrazované jméno.",
+ "Please provide a valid user name." : "Prosím zadejte platné uživatelské jméno.",
+ "The username you have chosen already exists." : "Uživatelské jméno, které jste zvolili už používá někdo jiný.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "Neplatná ověřovací URL adresa. Nenalezen žádný registrační požadavek pro tuto ověřovací URL.",
+ "Unable to create user, there are problems with the user backend." : "Nedaří se vytvořit uživatele – vyskytly se problémy s podpůrnou vrstvou (backend) pro správu uživatelských účtů.",
+ "Unable to set user email: " : "Nedaří se nastavit e-mail uživatele:",
+ "Failed to delete pending registration request" : "Čekající požadavek na registraci se nepodařilo smazat",
+ "Registration" : "Registrace",
+ "This app allows users to self-register a new account using their e-mail address." : "Tato aplikace umožňuje uživatelům samoobslužnou registraci nového účtu pomocí svých e-mailových adres.",
+ "Default group that all registered users belong" : "Výchozí skupina, do které budou náležet všichni uživatelé po registraci",
"None" : "Žádné",
+ "Allowed mail address domains for registration" : "Domény, pouze ze kterých jsou přijímány e-mailové adresy k registraci.",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Zadejte středníkem oddělovaný seznam domén, ze kterých bude umožněna registrace. Příklad: example.com;example.net",
+ "Registration is only allowed for the following domains:" : "Registrace je možná pouze pro e-maily z následujících domén:",
+ "To create a new account on %s, just click the following link:" : "Pro vytvoření nového účtu na %s, stačí kliknout na následující odkaz:",
+ "Welcome, you can create your account below." : "Vítejte, níže si můžete vytvořit účet pro vás.",
"Username" : "Uživatelské jméno",
"Password" : "Heslo",
"Create account" : "Vytvořit účet",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Děkujeme vám za registraci – během několika minut byste měli obdržet ověřovací odkaz.",
+ "Email" : "E-mail",
+ "Request verification link" : "Odkaz pro ověření",
+ "Please re-enter a valid email address" : "Prosím zadejte platnou e-mailovou adresu",
+ "You will receive an email with a verification link" : "Obdržíte e-mail s ověřovacím odkazem"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
\ No newline at end of file
diff --git a/l10n/de.js b/l10n/de.js
index 6725b4b..8eb01cd 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -2,15 +2,29 @@ OC.L10N.register(
"registration",
{
"Register" : "Registrieren",
+ "Your registration is pending. Please confirm your email address." : "Deine Registrierung ist ausstehend. Bitte bestätige Deine E-Mail-Adresse.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung mit dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
+ "Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
+ "Your account has been successfully created, you can log in now." : "Dein Konto wurde erfolgreich erstellt, Du kannst Dich jetzt anmelden.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Dein Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
"Saved" : "Gespeichert",
"No such group" : "Gruppe nicht vorhanden",
+ "The email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig",
+ "Verify your %s registration request" : "Bestätige Deine %s Registrierungsanfrage",
+ "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
+ "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
"Please provide a valid display name." : "Bitte gib einen gültigen Anzeigenamen an",
"Please provide a valid user name." : "Bitte gib einen gültigen Benutzernamen an",
+ "Unable to create user, there are problems with the user backend." : "Benutzer konnte nicht erstellt werden, da es Probleme mit Benutzer-Backend gibt",
+ "Unable to set user email: " : "Benutzer-E-Mail konnte nicht gesetzt werden: ",
+ "Failed to delete pending registration request" : "Löschen der Registrierungsanfrage fehlgeschlagen",
"Registration" : "Registrierung",
+ "This app allows users to self-register a new account using their e-mail address." : "Diese App erlaubt Benutzern sich mit ihrer E-Mail-Adresse selber ein Konto zu erstellen.",
"None" : "Keine",
"Username" : "Benötigt keine Übersetzung. Für den Desktop wird nur die formelle Übersetzung verwendet (de_DE).",
"Password" : "Passwort",
"Create account" : "Konto erstellen",
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Danke fürs registrieren, du solltest in Kürze einen Bestätigungs-Link erhalten.",
"Email" : "E-Mail"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index 6376b94..154a623 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,14 +1,28 @@
{ "translations": {
"Register" : "Registrieren",
+ "Your registration is pending. Please confirm your email address." : "Deine Registrierung ist ausstehend. Bitte bestätige Deine E-Mail-Adresse.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung mit dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
+ "Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
+ "Your account has been successfully created, you can log in now." : "Dein Konto wurde erfolgreich erstellt, Du kannst Dich jetzt anmelden.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Dein Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
"Saved" : "Gespeichert",
"No such group" : "Gruppe nicht vorhanden",
+ "The email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig",
+ "Verify your %s registration request" : "Bestätige Deine %s Registrierungsanfrage",
+ "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
+ "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
"Please provide a valid display name." : "Bitte gib einen gültigen Anzeigenamen an",
"Please provide a valid user name." : "Bitte gib einen gültigen Benutzernamen an",
+ "Unable to create user, there are problems with the user backend." : "Benutzer konnte nicht erstellt werden, da es Probleme mit Benutzer-Backend gibt",
+ "Unable to set user email: " : "Benutzer-E-Mail konnte nicht gesetzt werden: ",
+ "Failed to delete pending registration request" : "Löschen der Registrierungsanfrage fehlgeschlagen",
"Registration" : "Registrierung",
+ "This app allows users to self-register a new account using their e-mail address." : "Diese App erlaubt Benutzern sich mit ihrer E-Mail-Adresse selber ein Konto zu erstellen.",
"None" : "Keine",
"Username" : "Benötigt keine Übersetzung. Für den Desktop wird nur die formelle Übersetzung verwendet (de_DE).",
"Password" : "Passwort",
"Create account" : "Konto erstellen",
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Danke fürs registrieren, du solltest in Kürze einen Bestätigungs-Link erhalten.",
"Email" : "E-Mail"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 2056df8..d44b1e6 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -2,11 +2,45 @@ OC.L10N.register(
"registration",
{
"Register" : "Registrieren",
+ "Your registration is pending. Please confirm your email address." : "Ihre Registrierung ist ausstehend. Bitte bestätigen Sie Ihre E-Mail-Adresse.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung mit dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
+ "Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
+ "Your account has been successfully created, you can log in now." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
"Saved" : "Gespeichert",
+ "No such group" : "Gruppe nicht vorhanden",
+ "The email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig",
+ "Verify your %s registration request" : "Bestätigen Sie Ihre %s Registrierungsanfrage",
+ "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
+ "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
+ "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits entgegengenommen. Vielleicht haben Sie bereits ein Konto?",
+ "You can log in now." : "Sie können sich nun Anmelden .",
+ "Registration is only allowed for the following domains: " : "Die Registrierung ist nur für folgende Domains zulässig:",
+ "Please provide a valid display name." : "Bitte geben Sie einen gültigen Anzeigenamen an.",
+ "Please provide a valid user name." : "Bitte geben Sie einen gültigen Benutzernamen an.",
+ "The username you have chosen already exists." : "Der von Ihnen gewählte Benutzername ist bereits vorhanden.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungs-URL. Es wurde keine Registrierungsanfrage mit dieser Bestätigungs-URL gefunden.",
+ "Unable to create user, there are problems with the user backend." : "Benutzer kann nicht erstellt werden, es gibt Probleme mit dem Benutzer-Backend.",
+ "Unable to set user email: " : "Benutzer-E-Mail kann nicht festgelegt werden:",
+ "Failed to delete pending registration request" : "Fehler beim Löschen der ausstehenden Registrierungsanforderung",
+ "Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App",
+ "Registration" : "Registrierung",
+ "This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer ein neues Konto mithilfe ihrer E-Mail-Adresse selbst registrieren.",
+ "Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören",
"None" : "Keine",
+ "Allowed mail address domains for registration" : "Zulässige Mail-Adressdomänen für die Registrierung",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Beispiel: nextlcloud.com; example.com",
+ "Require admin approval?" : "Administratorgenehmigung erforderlich?",
+ "Registration is only allowed for the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:",
+ "To create a new account on %s, just click the following link:" : "Um ein neues Konto für %s zu erstellen, klicken Sie einfach auf den folgenden Link:",
+ "Welcome, you can create your account below." : "Willkommen, Sie können Ihr Konto unten erstellen.",
"Username" : "Benutzername",
"Password" : "Passwort",
"Create account" : "Benutzerkonto erstellen",
- "Email" : "E-Mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Vielen Dank für Ihre Registrierung. Sie sollten in wenigen Minuten einen Bestätigungslink erhalten.",
+ "Email" : "E-Mail",
+ "Request verification link" : "Bestätigungslink anfordern",
+ "Please re-enter a valid email address" : "Bitte geben Sie eine gültige E-Mail-Adresse erneut ein",
+ "You will receive an email with a verification link" : "Sie erhalten eine E-Mail mit einem Bestätigungslink"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 8cd1593..e921e79 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -1,10 +1,44 @@
{ "translations": {
"Register" : "Registrieren",
+ "Your registration is pending. Please confirm your email address." : "Ihre Registrierung ist ausstehend. Bitte bestätigen Sie Ihre E-Mail-Adresse.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Es gibt bereits eine ausstehende Registrierung mit dieser E-Mail-Adresse, eine neue Bestätigungs-E-Mail wurde an die Adresse geschickt.",
+ "Verification email successfully sent." : "Bestätigungsmail erfolgreich gesendet.",
+ "Your account has been successfully created, you can log in now." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Ihr Konto wurde erfolgreich erstellt, muss aber noch von einem Administrator bestätigt werden.",
"Saved" : "Gespeichert",
+ "No such group" : "Gruppe nicht vorhanden",
+ "The email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig",
+ "Verify your %s registration request" : "Bestätigen Sie Ihre %s Registrierungsanfrage",
+ "A problem occurred sending email, please contact your administrator." : "Es ist ein Fehler beim Senden der E-Mail aufgetreten. Bitte den Administrator kontaktieren.",
+ "A new user \"%s\" has created an account on %s" : "Ein neuer Benutzer \"%s\" hat ein Konto auf %s erstellt",
+ "A user has already taken this email, maybe you already have an account?" : "Ein Benutzer hat diese E-Mail bereits entgegengenommen. Vielleicht haben Sie bereits ein Konto?",
+ "You can log in now." : "Sie können sich nun Anmelden .",
+ "Registration is only allowed for the following domains: " : "Die Registrierung ist nur für folgende Domains zulässig:",
+ "Please provide a valid display name." : "Bitte geben Sie einen gültigen Anzeigenamen an.",
+ "Please provide a valid user name." : "Bitte geben Sie einen gültigen Benutzernamen an.",
+ "The username you have chosen already exists." : "Der von Ihnen gewählte Benutzername ist bereits vorhanden.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungs-URL. Es wurde keine Registrierungsanfrage mit dieser Bestätigungs-URL gefunden.",
+ "Unable to create user, there are problems with the user backend." : "Benutzer kann nicht erstellt werden, es gibt Probleme mit dem Benutzer-Backend.",
+ "Unable to set user email: " : "Benutzer-E-Mail kann nicht festgelegt werden:",
+ "Failed to delete pending registration request" : "Fehler beim Löschen der ausstehenden Registrierungsanforderung",
+ "Registration app auto setup" : "Automatische Einrichtung der Registrierungs-App",
+ "Registration" : "Registrierung",
+ "This app allows users to self-register a new account using their e-mail address." : "Mit dieser App können Benutzer ein neues Konto mithilfe ihrer E-Mail-Adresse selbst registrieren.",
+ "Default group that all registered users belong" : "Standardgruppe, zu der alle registrierten Benutzer gehören",
"None" : "Keine",
+ "Allowed mail address domains for registration" : "Zulässige Mail-Adressdomänen für die Registrierung",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Geben Sie eine durch Semikolons getrennte Liste der zulässigen Domänen ein. Beispiel: nextlcloud.com; example.com",
+ "Require admin approval?" : "Administratorgenehmigung erforderlich?",
+ "Registration is only allowed for the following domains:" : "Die Registrierung ist nur für folgende Domains zulässig:",
+ "To create a new account on %s, just click the following link:" : "Um ein neues Konto für %s zu erstellen, klicken Sie einfach auf den folgenden Link:",
+ "Welcome, you can create your account below." : "Willkommen, Sie können Ihr Konto unten erstellen.",
"Username" : "Benutzername",
"Password" : "Passwort",
"Create account" : "Benutzerkonto erstellen",
- "Email" : "E-Mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Vielen Dank für Ihre Registrierung. Sie sollten in wenigen Minuten einen Bestätigungslink erhalten.",
+ "Email" : "E-Mail",
+ "Request verification link" : "Bestätigungslink anfordern",
+ "Please re-enter a valid email address" : "Bitte geben Sie eine gültige E-Mail-Adresse erneut ein",
+ "You will receive an email with a verification link" : "Sie erhalten eine E-Mail mit einem Bestätigungslink"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index 66f66f8..3864ee9 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -2,11 +2,36 @@ OC.L10N.register(
"registration",
{
"Register" : "Enregistrer",
+ "Your registration is pending. Please confirm your email address." : "Votre inscription est en attente. Veuillez confirmer votre adresse électronique.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Cette inscription avec cette adresse électronique est toujours en attente, un nouveau courriel de vérification vient d'être envoyé à cette adresse.",
+ "Verification email successfully sent." : "Courriel de vérification envoyé.",
+ "Your account has been successfully created, you can log in now." : "Votre compte a bien été créé, vous pouvez désormais vous connecter.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Votre compte a bien été créé, mais il doit encore être approuvé par un administrateur.",
"Saved" : "Enregistré",
+ "No such group" : "Aucun groupe de ce type",
+ "The email address you entered is not valid" : "L'adresse électronique que vous avez entrée n'est pas valide.",
+ "Verify your %s registration request" : "Vérifiez votre demande d’inscription %s ",
+ "A problem occurred sending email, please contact your administrator." : "Un problème est survenu lors de l'envoi du courriel, veuillez contacter votre administrateur.",
+ "A new user \"%s\" has created an account on %s" : "Le nouvel utilisateur \"%s\" a créé un compte sur %s",
+ "A user has already taken this email, maybe you already have an account?" : "Un utilisateur possède déjà cette adresse électronique, peut-être avez-vous déjà un compte ?",
+ "You can log in now." : "Vous pouvez désormais vous connecter.",
+ "Registration is only allowed for the following domains: " : "L'enregistrement est uniquement autorisé pour les domaines suivants :",
+ "Please provide a valid user name." : "Veuillez entrer un nom d'utilisateur valide.",
+ "The username you have chosen already exists." : "Le nom d'utilisateur que vous avez choisi existe déjà.",
+ "Registration app auto setup" : "Paramétrage automatique de l'application d'inscription",
+ "Registration" : "Inscription",
+ "This app allows users to self-register a new account using their e-mail address." : "Cette application permet aux utilisateurs de créer eux-mêmes un nouveau compte en utilisant leur adresse courriel.",
"None" : "Aucun",
+ "Require admin approval?" : "Nécessite l'approbation de l'administrateur ?",
+ "Registration is only allowed for the following domains:" : "L'inscription n'est autorisée que pour les domaines suivants :",
+ "To create a new account on %s, just click the following link:" : "Pour créer un nouveau compte sur %s, cliquez simplement sur le lien suivant :",
+ "Welcome, you can create your account below." : "Bienvenue, vous pouvez créer votre compte ci-dessous.",
"Username" : "Nom d'utilisateur",
"Password" : "Mot de passe",
"Create account" : "Créer un compte",
- "Email" : "Email"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Merci pour votre inscription. D'ici quelques minutes, vous allez recevoir un lien de vérification par email.",
+ "Email" : "Email",
+ "Request verification link" : "Demander un lien de vérification",
+ "You will receive an email with a verification link" : "Vous allez recevoir un email avec un lien de vérification"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 85a8f17..d3dc362 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,10 +1,35 @@
{ "translations": {
"Register" : "Enregistrer",
+ "Your registration is pending. Please confirm your email address." : "Votre inscription est en attente. Veuillez confirmer votre adresse électronique.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Cette inscription avec cette adresse électronique est toujours en attente, un nouveau courriel de vérification vient d'être envoyé à cette adresse.",
+ "Verification email successfully sent." : "Courriel de vérification envoyé.",
+ "Your account has been successfully created, you can log in now." : "Votre compte a bien été créé, vous pouvez désormais vous connecter.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Votre compte a bien été créé, mais il doit encore être approuvé par un administrateur.",
"Saved" : "Enregistré",
+ "No such group" : "Aucun groupe de ce type",
+ "The email address you entered is not valid" : "L'adresse électronique que vous avez entrée n'est pas valide.",
+ "Verify your %s registration request" : "Vérifiez votre demande d’inscription %s ",
+ "A problem occurred sending email, please contact your administrator." : "Un problème est survenu lors de l'envoi du courriel, veuillez contacter votre administrateur.",
+ "A new user \"%s\" has created an account on %s" : "Le nouvel utilisateur \"%s\" a créé un compte sur %s",
+ "A user has already taken this email, maybe you already have an account?" : "Un utilisateur possède déjà cette adresse électronique, peut-être avez-vous déjà un compte ?",
+ "You can log in now." : "Vous pouvez désormais vous connecter.",
+ "Registration is only allowed for the following domains: " : "L'enregistrement est uniquement autorisé pour les domaines suivants :",
+ "Please provide a valid user name." : "Veuillez entrer un nom d'utilisateur valide.",
+ "The username you have chosen already exists." : "Le nom d'utilisateur que vous avez choisi existe déjà.",
+ "Registration app auto setup" : "Paramétrage automatique de l'application d'inscription",
+ "Registration" : "Inscription",
+ "This app allows users to self-register a new account using their e-mail address." : "Cette application permet aux utilisateurs de créer eux-mêmes un nouveau compte en utilisant leur adresse courriel.",
"None" : "Aucun",
+ "Require admin approval?" : "Nécessite l'approbation de l'administrateur ?",
+ "Registration is only allowed for the following domains:" : "L'inscription n'est autorisée que pour les domaines suivants :",
+ "To create a new account on %s, just click the following link:" : "Pour créer un nouveau compte sur %s, cliquez simplement sur le lien suivant :",
+ "Welcome, you can create your account below." : "Bienvenue, vous pouvez créer votre compte ci-dessous.",
"Username" : "Nom d'utilisateur",
"Password" : "Mot de passe",
"Create account" : "Créer un compte",
- "Email" : "Email"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Merci pour votre inscription. D'ici quelques minutes, vous allez recevoir un lien de vérification par email.",
+ "Email" : "Email",
+ "Request verification link" : "Demander un lien de vérification",
+ "You will receive an email with a verification link" : "Vous allez recevoir un email avec un lien de vérification"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file
diff --git a/l10n/gl.js b/l10n/gl.js
index 815af40..42890a6 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -2,11 +2,47 @@ OC.L10N.register(
"registration",
{
"Register" : "Rexistrar",
+ "Your registration is pending. Please confirm your email address." : "O seu rexistro está pendente. Confirme o seu enderezo de correo-e.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Xa hai un rexistro pendente con este correo-e. Enviouse un novo correo-e de verificación ao enderezo.",
+ "Verification email successfully sent." : "Enviouse correctamente o correo-e de verificación.",
+ "Your account has been successfully created, you can log in now." : "A súa conta creouse correctamente. Pode iniciar sesión agora.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "A súa conta creouse correctamente, mais aínda precisa da aprobación dun administrador.",
"Saved" : "Gardada",
+ "No such group" : "Non hai este grupo",
+ "The email address you entered is not valid" : "O enderezo de correo-e que introduciu non é válido",
+ "Verify your %s registration request" : "Verifique a súa %s solicitude de rexistro",
+ "A problem occurred sending email, please contact your administrator." : "Produciuse un problema ao enviar correo-e. Póñase en contacto co seu administrador.",
+ "A new user \"%s\" has created an account on %s" : "Un novo usuario «%s» creou unha conta en %s",
+ "A user has already taken this email, maybe you already have an account?" : "Un usuario xa utilizou este correo-e, quizais ten xa unha conta?",
+ "You can log in now." : "Pode iniciar sesión agora.",
+ "Registration is only allowed for the following domains: " : "O rexistro está permitido só para os seguintes dominios:",
+ "Please provide a valid display name." : "Indique un nome que amosar válido.",
+ "Please provide a valid user name." : "Indique un nome de usuario válido.",
+ "The username you have chosen already exists." : "O nome de usuario que escolleu xa existe.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación non válido. Non se atopou ningunha solicitude de rexistro con este URL de verificación.",
+ "Unable to create user, there are problems with the user backend." : "Non é posíbel crear o usuario, hai problemas coa infraestrutura do usuario.",
+ "Unable to set user email: " : "Non é posíbel estabelecer o correo-e do usuario:",
+ "Failed to delete pending registration request" : "Produciuse un erro ao eliminar a solicitude de rexistro pendente",
+ "Registration app auto setup" : "Configuración automática da aplicación de rexistro",
+ "Registration" : "Rexistro",
+ "This app allows users to self-register a new account using their e-mail address." : "Esta aplicación permítelle aos usuarios autorexistrar unha nova conta usando o seu enderezo de correo-e",
+ "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Rexistro de usuarios\n\nEsta aplicación permítelle aos usuarios rexistrar unha nova conta.\n\n# Fluxo\n\n1. O usuario introduce o seu correo-e\n2. A ligazón de verificación envíase ao enderezo de correo-e\n3. O usuario preme na ligazón de verificación\n4. O usuario é dirixido a un formulario onde pode escoller nome de usuario e contrasinal\n5. Créase unha nova conta e rexístrase automaticamente\n\n# Características\n\n- Admin pode especificar a que grupo pertencen os usuarios de nova creación\n- Admin pode limitar os dominios de correo-e permitidos para rexistrar\n- A administración será notificada por correo-e para a creación de novos usuarios\n\n# Doar\n\nEnvíe Ethereum a «0x941613eBB948C2C547cb957B55fEB2609fa6Fe66»\nEnvíe BTC a «33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ»",
+ "Default group that all registered users belong" : "Grupo predeterminado ao que pertencen todos os usuarios rexistrados",
"None" : "Ningún",
+ "Allowed mail address domains for registration" : "Dominios de enderezo de correo permitidos para o seu rexistro",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Introduza unha lista separada por punto e coma de dominios permitidos. Exemplo: owncloud.com;github.com",
+ "Require admin approval?" : "Necesita a aprobación do administrador?",
+ "Registration is only allowed for the following domains:" : "O rexistro está permitido só para os seguintes dominios:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Un novo usuario «%s» creou unha conta en %s e agarda a aprobación dun administrador",
+ "To create a new account on %s, just click the following link:" : "Para crear unha nova conta en %s, simplemente prema na seguinte ligazón:",
+ "Welcome, you can create your account below." : "Benvido/a, pode crear a súa conta a continuación.",
"Username" : "Nome de usuario",
"Password" : "Contrasinal",
"Create account" : "Crear unha conta",
- "Email" : "Correo-e"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Grazas por rexistrarse, debería recibir unha ligazón de verificación en poucos minutos.",
+ "Email" : "Correo-e",
+ "Request verification link" : "Solicitar unha ligazón de verificación",
+ "Please re-enter a valid email address" : "Volva introducir un enderezo de correo-e válido",
+ "You will receive an email with a verification link" : "Recibirá un correo-e cunha ligazón de verificación"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/gl.json b/l10n/gl.json
index 1d48bce..db5a1c8 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -1,10 +1,46 @@
{ "translations": {
"Register" : "Rexistrar",
+ "Your registration is pending. Please confirm your email address." : "O seu rexistro está pendente. Confirme o seu enderezo de correo-e.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Xa hai un rexistro pendente con este correo-e. Enviouse un novo correo-e de verificación ao enderezo.",
+ "Verification email successfully sent." : "Enviouse correctamente o correo-e de verificación.",
+ "Your account has been successfully created, you can log in now." : "A súa conta creouse correctamente. Pode iniciar sesión agora.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "A súa conta creouse correctamente, mais aínda precisa da aprobación dun administrador.",
"Saved" : "Gardada",
+ "No such group" : "Non hai este grupo",
+ "The email address you entered is not valid" : "O enderezo de correo-e que introduciu non é válido",
+ "Verify your %s registration request" : "Verifique a súa %s solicitude de rexistro",
+ "A problem occurred sending email, please contact your administrator." : "Produciuse un problema ao enviar correo-e. Póñase en contacto co seu administrador.",
+ "A new user \"%s\" has created an account on %s" : "Un novo usuario «%s» creou unha conta en %s",
+ "A user has already taken this email, maybe you already have an account?" : "Un usuario xa utilizou este correo-e, quizais ten xa unha conta?",
+ "You can log in now." : "Pode iniciar sesión agora.",
+ "Registration is only allowed for the following domains: " : "O rexistro está permitido só para os seguintes dominios:",
+ "Please provide a valid display name." : "Indique un nome que amosar válido.",
+ "Please provide a valid user name." : "Indique un nome de usuario válido.",
+ "The username you have chosen already exists." : "O nome de usuario que escolleu xa existe.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación non válido. Non se atopou ningunha solicitude de rexistro con este URL de verificación.",
+ "Unable to create user, there are problems with the user backend." : "Non é posíbel crear o usuario, hai problemas coa infraestrutura do usuario.",
+ "Unable to set user email: " : "Non é posíbel estabelecer o correo-e do usuario:",
+ "Failed to delete pending registration request" : "Produciuse un erro ao eliminar a solicitude de rexistro pendente",
+ "Registration app auto setup" : "Configuración automática da aplicación de rexistro",
+ "Registration" : "Rexistro",
+ "This app allows users to self-register a new account using their e-mail address." : "Esta aplicación permítelle aos usuarios autorexistrar unha nova conta usando o seu enderezo de correo-e",
+ "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Rexistro de usuarios\n\nEsta aplicación permítelle aos usuarios rexistrar unha nova conta.\n\n# Fluxo\n\n1. O usuario introduce o seu correo-e\n2. A ligazón de verificación envíase ao enderezo de correo-e\n3. O usuario preme na ligazón de verificación\n4. O usuario é dirixido a un formulario onde pode escoller nome de usuario e contrasinal\n5. Créase unha nova conta e rexístrase automaticamente\n\n# Características\n\n- Admin pode especificar a que grupo pertencen os usuarios de nova creación\n- Admin pode limitar os dominios de correo-e permitidos para rexistrar\n- A administración será notificada por correo-e para a creación de novos usuarios\n\n# Doar\n\nEnvíe Ethereum a «0x941613eBB948C2C547cb957B55fEB2609fa6Fe66»\nEnvíe BTC a «33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ»",
+ "Default group that all registered users belong" : "Grupo predeterminado ao que pertencen todos os usuarios rexistrados",
"None" : "Ningún",
+ "Allowed mail address domains for registration" : "Dominios de enderezo de correo permitidos para o seu rexistro",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Introduza unha lista separada por punto e coma de dominios permitidos. Exemplo: owncloud.com;github.com",
+ "Require admin approval?" : "Necesita a aprobación do administrador?",
+ "Registration is only allowed for the following domains:" : "O rexistro está permitido só para os seguintes dominios:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Un novo usuario «%s» creou unha conta en %s e agarda a aprobación dun administrador",
+ "To create a new account on %s, just click the following link:" : "Para crear unha nova conta en %s, simplemente prema na seguinte ligazón:",
+ "Welcome, you can create your account below." : "Benvido/a, pode crear a súa conta a continuación.",
"Username" : "Nome de usuario",
"Password" : "Contrasinal",
"Create account" : "Crear unha conta",
- "Email" : "Correo-e"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Grazas por rexistrarse, debería recibir unha ligazón de verificación en poucos minutos.",
+ "Email" : "Correo-e",
+ "Request verification link" : "Solicitar unha ligazón de verificación",
+ "Please re-enter a valid email address" : "Volva introducir un enderezo de correo-e válido",
+ "You will receive an email with a verification link" : "Recibirá un correo-e cunha ligazón de verificación"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/hu.js b/l10n/hu.js
index c54da8a..7d9bdfd 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -2,11 +2,37 @@ OC.L10N.register(
"registration",
{
"Register" : "Regisztráció",
+ "Your registration is pending. Please confirm your email address." : "A regisztrációja függőben van. Kérem erősítse meg az email címét.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Ezzel az email címmel már függőben van egy regisztrációs kérelem, egy új ellenörző emailt küldtünk a megadott címre.",
+ "Verification email successfully sent." : "Ellenőrző email sikeresen elküldve.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Hozzáférése sikeresen elkészült, azonban még szükséges a rendszergazda jóváhagyására.",
"Saved" : "Mentve",
+ "No such group" : "Nincs ilyen csoport",
+ "The email address you entered is not valid" : "A megadott email cím érvénytelen",
+ "Verify your %s registration request" : "Ellenőrizze a %sregisztrációs kérelmét.",
+ "A problem occurred sending email, please contact your administrator." : "Váratlan hiba lépett fel az email küldéskor, kérem lépjen kapcsolatba a rendszergazdával.",
+ "A new user \"%s\" has created an account on %s" : "Egy új felhasználó \"%s\" lett létrehozva a %shozzáféréshez",
+ "A user has already taken this email, maybe you already have an account?" : "Egy felhasználó már használja ezt az email címet, lehet, hogy van már hozzáférése?",
+ "Registration is only allowed for the following domains: " : "A regisztráció csak a következő domainekszámára engedélyezett:",
+ "Please provide a valid display name." : "Kérlek érvényes nevet adj meg.",
+ "Please provide a valid user name." : "Kérlek add meg a felhasználó nevet.",
+ "The username you have chosen already exists." : "A választott felhasználó név már létezik.",
+ "Unable to create user, there are problems with the user backend." : "Nem lehet felhsználót létrehozni, hiba lépett fel a felhasználói háttér szolgáltatással.",
+ "Unable to set user email: " : "Nem lehet beállítani az email címet:",
+ "Failed to delete pending registration request" : "Nem sikerült törölni a függőben lévő regisztrációs kérelmet",
+ "Registration app auto setup" : "Regisztrációs alkalmazás automatikus beállítása",
+ "Registration" : "Regisztráció",
"None" : "Nincs",
+ "Allowed mail address domains for registration" : "Engedélyezett regisztrációs email név domainek",
+ "Require admin approval?" : "Szükséges rendszergazdai engedély?",
+ "Welcome, you can create your account below." : "Üdvözlünk, alább elkészítheted a saját fiókodat.",
"Username" : "Felhasználónév",
"Password" : "Jelszó",
"Create account" : "Fiók létrehozása",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Köszönjük a regisztrációt, nemsoká egy ellenőrző hivatkozást kapsz.",
+ "Email" : "E-mail",
+ "Request verification link" : "Ellenőrző hivatkozás kérése",
+ "Please re-enter a valid email address" : "Kérlek add meg újra az email címedet",
+ "You will receive an email with a verification link" : "Nemsoká emailt kapsz egy ellenőrző linkkel"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu.json b/l10n/hu.json
index ec4297a..5d2f8fd 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -1,10 +1,36 @@
{ "translations": {
"Register" : "Regisztráció",
+ "Your registration is pending. Please confirm your email address." : "A regisztrációja függőben van. Kérem erősítse meg az email címét.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Ezzel az email címmel már függőben van egy regisztrációs kérelem, egy új ellenörző emailt küldtünk a megadott címre.",
+ "Verification email successfully sent." : "Ellenőrző email sikeresen elküldve.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Hozzáférése sikeresen elkészült, azonban még szükséges a rendszergazda jóváhagyására.",
"Saved" : "Mentve",
+ "No such group" : "Nincs ilyen csoport",
+ "The email address you entered is not valid" : "A megadott email cím érvénytelen",
+ "Verify your %s registration request" : "Ellenőrizze a %sregisztrációs kérelmét.",
+ "A problem occurred sending email, please contact your administrator." : "Váratlan hiba lépett fel az email küldéskor, kérem lépjen kapcsolatba a rendszergazdával.",
+ "A new user \"%s\" has created an account on %s" : "Egy új felhasználó \"%s\" lett létrehozva a %shozzáféréshez",
+ "A user has already taken this email, maybe you already have an account?" : "Egy felhasználó már használja ezt az email címet, lehet, hogy van már hozzáférése?",
+ "Registration is only allowed for the following domains: " : "A regisztráció csak a következő domainekszámára engedélyezett:",
+ "Please provide a valid display name." : "Kérlek érvényes nevet adj meg.",
+ "Please provide a valid user name." : "Kérlek add meg a felhasználó nevet.",
+ "The username you have chosen already exists." : "A választott felhasználó név már létezik.",
+ "Unable to create user, there are problems with the user backend." : "Nem lehet felhsználót létrehozni, hiba lépett fel a felhasználói háttér szolgáltatással.",
+ "Unable to set user email: " : "Nem lehet beállítani az email címet:",
+ "Failed to delete pending registration request" : "Nem sikerült törölni a függőben lévő regisztrációs kérelmet",
+ "Registration app auto setup" : "Regisztrációs alkalmazás automatikus beállítása",
+ "Registration" : "Regisztráció",
"None" : "Nincs",
+ "Allowed mail address domains for registration" : "Engedélyezett regisztrációs email név domainek",
+ "Require admin approval?" : "Szükséges rendszergazdai engedély?",
+ "Welcome, you can create your account below." : "Üdvözlünk, alább elkészítheted a saját fiókodat.",
"Username" : "Felhasználónév",
"Password" : "Jelszó",
"Create account" : "Fiók létrehozása",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Köszönjük a regisztrációt, nemsoká egy ellenőrző hivatkozást kapsz.",
+ "Email" : "E-mail",
+ "Request verification link" : "Ellenőrző hivatkozás kérése",
+ "Please re-enter a valid email address" : "Kérlek add meg újra az email címedet",
+ "You will receive an email with a verification link" : "Nemsoká emailt kapsz egy ellenőrző linkkel"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
index e2788de..012d986 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -2,11 +2,17 @@ OC.L10N.register(
"registration",
{
"Register" : "Registra",
+ "Verification email successfully sent." : "Email di verifica inviata correttamente.",
"Saved" : "Salvato",
+ "The email address you entered is not valid" : "L'indirizzo di posta che hai digitato non è valido",
+ "Verify your %s registration request" : "Verifica la tua richiesta di registrazione a %s",
+ "Registration" : "Registrazione",
"None" : "Nessuno",
"Username" : "Nome utente",
"Password" : "Password",
"Create account" : "Crea account",
- "Email" : "Email"
+ "Email" : "Email",
+ "Request verification link" : "Richiedi collegamento di verifica",
+ "Please re-enter a valid email address" : "Digita nuovamente un indirizzo di posta valido"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
index 4762ad7..6579f8d 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,10 +1,16 @@
{ "translations": {
"Register" : "Registra",
+ "Verification email successfully sent." : "Email di verifica inviata correttamente.",
"Saved" : "Salvato",
+ "The email address you entered is not valid" : "L'indirizzo di posta che hai digitato non è valido",
+ "Verify your %s registration request" : "Verifica la tua richiesta di registrazione a %s",
+ "Registration" : "Registrazione",
"None" : "Nessuno",
"Username" : "Nome utente",
"Password" : "Password",
"Create account" : "Crea account",
- "Email" : "Email"
+ "Email" : "Email",
+ "Request verification link" : "Richiedi collegamento di verifica",
+ "Please re-enter a valid email address" : "Digita nuovamente un indirizzo di posta valido"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
\ No newline at end of file
diff --git a/l10n/pl.js b/l10n/pl.js
index 6028611..c7e1e76 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -2,11 +2,47 @@ OC.L10N.register(
"registration",
{
"Register" : "Zarejestruj się",
+ "Your registration is pending. Please confirm your email address." : "Twoja rejestracja jest w toku. Potwierdź adres e-mail.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "E-mail jest już w trakcie rejestracji, nowy e-mail weryfikacyjny został wysłany na wskazany adres.",
+ "Verification email successfully sent." : "E-mail weryfikacyjny został pomyślnie wysłany.",
+ "Your account has been successfully created, you can log in now." : "Twoje konto zostało pomyślnie utworzone, możesz się teraz zalogować.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Twoje konto zostało pomyślnie utworzone, ale jeszcze wymaga zatwierdzenia przez administratora.",
"Saved" : "Zapisano",
+ "No such group" : "Brak takiej grupy",
+ "The email address you entered is not valid" : "Podany adres e-mail jest nieprawidłowy",
+ "Verify your %s registration request" : "Zweryfikuj prośbę o rejestrację %s",
+ "A problem occurred sending email, please contact your administrator." : "Wystąpił problem z wysłaniem wiadomości e-mail, skontaktuj się z administratorem.",
+ "A new user \"%s\" has created an account on %s" : "Nowy użytkownik \"%s\" utworzył konto w %s",
+ "A user has already taken this email, maybe you already have an account?" : "Użytkownik otrzymał już tego e-maila, może masz już konto?",
+ "You can log in now." : "Możesz się teraz zalogować.",
+ "Registration is only allowed for the following domains: " : "Rejestracja jest dozwolona tylko dla następujących domen:",
+ "Please provide a valid display name." : "Podaj prawidłową nazwę wyświetlaną.",
+ "Please provide a valid user name." : "Podaj prawidłową nazwę użytkownika.",
+ "The username you have chosen already exists." : "Wybrana nazwa użytkownika już istnieje.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "Nieprawidłowy adres weryfikacyjny URL. Nie znaleziono prośby o rejestrację z tym adresem weryfikacyjnym URL.",
+ "Unable to create user, there are problems with the user backend." : "Nie można utworzyć użytkownika, występują problemy z zapleczem użytkownika.",
+ "Unable to set user email: " : "Nie można skonfigurować adresu e-mail użytkownika: ",
+ "Failed to delete pending registration request" : "Nie udało się usunąć oczekującą prośbę o rejestrację",
+ "Registration app auto setup" : "Automatyczna konfiguracja aplikacji do rejestracji",
+ "Registration" : "Rejestracja",
+ "This app allows users to self-register a new account using their e-mail address." : "Aplikacja umożliwia użytkownikom założenie nowego konta przy użyciu adresu e-mail.",
+ "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Rejestracja użytkownika\n\nAplikacja pozwala użytkownikom na założenie nowego konta.\n\n# Przebieg rejestracji\n\n1. Użytkownik wprowadza swój adres e-mail\n2. Link weryfikacyjny jest wysyłany na adres e-mail\n3. Użytkownik klika na link weryfikacyjny\n4. Użytkownik zostaje przekierowany do formularza, w którym podaje nazwę użytkownika i hasło\n5. Nowe konto zostanie utworzone i zalogowane automatycznie\n\n# Cechy\n\n- Administrator może określić, do której grupy mają należeć nowo utworzeni użytkownicy\n- Administrator może ograniczyć domeny e-mail, z których można zarejestrować się\n- Administrator zostanie powiadomiony pocztą e-mail o utworzeniu nowego użytkownika\n\n# Darowizna\n\nWyślij Ethereum na `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nWyślij BTC na `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`",
+ "Default group that all registered users belong" : "Domyślna grupa, do której będą należeć wszyscy zarejestrowani użytkownicy",
"None" : "Brak",
+ "Allowed mail address domains for registration" : "Dozwolone domeny adresów e-mail dla rejestracji",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Wpisz listę dozwolonych domen, które należy oddzielić średnikami. Przykład: owncloud.com;github.com",
+ "Require admin approval?" : "Wymagać zgody administratora?",
+ "Registration is only allowed for the following domains:" : "Rejestracja jest dozwolona tylko dla następujących domen:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Nowy użytkownik \"%s\" utworzył konto w %s i oczekuje zgody administratora",
+ "To create a new account on %s, just click the following link:" : "Aby utworzyć nowe konto w %s, wystarczy kliknąć następujący link:",
+ "Welcome, you can create your account below." : "Witamy, możesz utworzyć konto poniżej.",
"Username" : "Nazwa użytkownika",
"Password" : "Hasło",
"Create account" : "Utwórz konto",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Dziękujemy za rejestrację, powinieneś otrzymać link weryfikacyjny za kilka minut.",
+ "Email" : "E-mail",
+ "Request verification link" : "Poproś o link weryfikacyjny",
+ "Please re-enter a valid email address" : "Wpisz ponownie prawidłowy adres e-mail",
+ "You will receive an email with a verification link" : "Otrzymasz wiadomość e-mail z linkiem weryfikacyjnym"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/l10n/pl.json b/l10n/pl.json
index f434c6d..3cc87c4 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -1,10 +1,46 @@
{ "translations": {
"Register" : "Zarejestruj się",
+ "Your registration is pending. Please confirm your email address." : "Twoja rejestracja jest w toku. Potwierdź adres e-mail.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "E-mail jest już w trakcie rejestracji, nowy e-mail weryfikacyjny został wysłany na wskazany adres.",
+ "Verification email successfully sent." : "E-mail weryfikacyjny został pomyślnie wysłany.",
+ "Your account has been successfully created, you can log in now." : "Twoje konto zostało pomyślnie utworzone, możesz się teraz zalogować.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Twoje konto zostało pomyślnie utworzone, ale jeszcze wymaga zatwierdzenia przez administratora.",
"Saved" : "Zapisano",
+ "No such group" : "Brak takiej grupy",
+ "The email address you entered is not valid" : "Podany adres e-mail jest nieprawidłowy",
+ "Verify your %s registration request" : "Zweryfikuj prośbę o rejestrację %s",
+ "A problem occurred sending email, please contact your administrator." : "Wystąpił problem z wysłaniem wiadomości e-mail, skontaktuj się z administratorem.",
+ "A new user \"%s\" has created an account on %s" : "Nowy użytkownik \"%s\" utworzył konto w %s",
+ "A user has already taken this email, maybe you already have an account?" : "Użytkownik otrzymał już tego e-maila, może masz już konto?",
+ "You can log in now." : "Możesz się teraz zalogować.",
+ "Registration is only allowed for the following domains: " : "Rejestracja jest dozwolona tylko dla następujących domen:",
+ "Please provide a valid display name." : "Podaj prawidłową nazwę wyświetlaną.",
+ "Please provide a valid user name." : "Podaj prawidłową nazwę użytkownika.",
+ "The username you have chosen already exists." : "Wybrana nazwa użytkownika już istnieje.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "Nieprawidłowy adres weryfikacyjny URL. Nie znaleziono prośby o rejestrację z tym adresem weryfikacyjnym URL.",
+ "Unable to create user, there are problems with the user backend." : "Nie można utworzyć użytkownika, występują problemy z zapleczem użytkownika.",
+ "Unable to set user email: " : "Nie można skonfigurować adresu e-mail użytkownika: ",
+ "Failed to delete pending registration request" : "Nie udało się usunąć oczekującą prośbę o rejestrację",
+ "Registration app auto setup" : "Automatyczna konfiguracja aplikacji do rejestracji",
+ "Registration" : "Rejestracja",
+ "This app allows users to self-register a new account using their e-mail address." : "Aplikacja umożliwia użytkownikom założenie nowego konta przy użyciu adresu e-mail.",
+ "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Rejestracja użytkownika\n\nAplikacja pozwala użytkownikom na założenie nowego konta.\n\n# Przebieg rejestracji\n\n1. Użytkownik wprowadza swój adres e-mail\n2. Link weryfikacyjny jest wysyłany na adres e-mail\n3. Użytkownik klika na link weryfikacyjny\n4. Użytkownik zostaje przekierowany do formularza, w którym podaje nazwę użytkownika i hasło\n5. Nowe konto zostanie utworzone i zalogowane automatycznie\n\n# Cechy\n\n- Administrator może określić, do której grupy mają należeć nowo utworzeni użytkownicy\n- Administrator może ograniczyć domeny e-mail, z których można zarejestrować się\n- Administrator zostanie powiadomiony pocztą e-mail o utworzeniu nowego użytkownika\n\n# Darowizna\n\nWyślij Ethereum na `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nWyślij BTC na `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`",
+ "Default group that all registered users belong" : "Domyślna grupa, do której będą należeć wszyscy zarejestrowani użytkownicy",
"None" : "Brak",
+ "Allowed mail address domains for registration" : "Dozwolone domeny adresów e-mail dla rejestracji",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Wpisz listę dozwolonych domen, które należy oddzielić średnikami. Przykład: owncloud.com;github.com",
+ "Require admin approval?" : "Wymagać zgody administratora?",
+ "Registration is only allowed for the following domains:" : "Rejestracja jest dozwolona tylko dla następujących domen:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Nowy użytkownik \"%s\" utworzył konto w %s i oczekuje zgody administratora",
+ "To create a new account on %s, just click the following link:" : "Aby utworzyć nowe konto w %s, wystarczy kliknąć następujący link:",
+ "Welcome, you can create your account below." : "Witamy, możesz utworzyć konto poniżej.",
"Username" : "Nazwa użytkownika",
"Password" : "Hasło",
"Create account" : "Utwórz konto",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Dziękujemy za rejestrację, powinieneś otrzymać link weryfikacyjny za kilka minut.",
+ "Email" : "E-mail",
+ "Request verification link" : "Poproś o link weryfikacyjny",
+ "Please re-enter a valid email address" : "Wpisz ponownie prawidłowy adres e-mail",
+ "You will receive an email with a verification link" : "Otrzymasz wiadomość e-mail z linkiem weryfikacyjnym"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}
\ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index fb5144c..7b00853 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -2,11 +2,47 @@ OC.L10N.register(
"registration",
{
"Register" : "Registrar",
+ "Your registration is pending. Please confirm your email address." : "Seu registro está pendente. Por favor, confirme seu endereço de e-mail.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Já existe um registro pendente para este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
+ "Verification email successfully sent." : "E-mail de verificação enviado.",
+ "Your account has been successfully created, you can log in now." : "Sua conta foi criada. Você pode logar-se agora.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Sua conta foi criada mas ainda precisa da aprovação de um administrador.",
"Saved" : "Salvo",
+ "No such group" : "Esse grupo não existe",
+ "The email address you entered is not valid" : "O e-mail digitado é inválido",
+ "Verify your %s registration request" : "Verifique sua requisição de registro %s",
+ "A problem occurred sending email, please contact your administrator." : "Erro enviar e-mail. Entre em contato com o administrador.",
+ "A new user \"%s\" has created an account on %s" : "Um novo usuário \"%s\" criou uma conta em %s",
+ "A user has already taken this email, maybe you already have an account?" : "Um usuário já tem este e-mail. Talvez você mesmo já tenha uma conta.",
+ "You can log in now." : "Você pode logar-se agora.",
+ "Registration is only allowed for the following domains: " : "O registro é permitido apenas para os seguintes domínios:",
+ "Please provide a valid display name." : "Forneça um nome de exibição válido.",
+ "Please provide a valid user name." : "Digite um nome de usuário válido.",
+ "The username you have chosen already exists." : "O nome de usuário que você escolheu já existe.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválida. Nenhuma solicitação de registro com esta URL de verificação foi encontrada.",
+ "Unable to create user, there are problems with the user backend." : "Não foi possível criar o usuário, há problemas com o backend.",
+ "Unable to set user email: " : "Não foi possível definir o e-mail do usuário:",
+ "Failed to delete pending registration request" : "Erro ao excluir a solicitação de registro pendente",
+ "Registration app auto setup" : "Configuração automática do aplicativo de registro",
+ "Registration" : "Registro",
+ "This app allows users to self-register a new account using their e-mail address." : "Este aplicativo permite aos usuários auto-registrarem uma nova conta usando seu endereço de e-mail.",
+ "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Registro de usuário\n\nEste aplicativo permite que os usuários registrem uma nova conta.\n\n# Instruções\n\n1. O usuário digita seu e-mail\n2. O link de verificação é enviado para o endereço de e-mail\n3. O usuário clica no link de verificação\n4. O usuário é direcionado para um formulário onde é possível escolher nome de usuário e senha\n5. Uma nova conta é criada e é logada automaticamente\n\n# Recursos\n\n- O administrador pode especificar a qual grupo os usuários recém-criados pertencem\n- O administrador pode limitar os domínios de e-mail autorizados a se registrarem\n- O administrador será notificado por e-mail na criação de novos usuários\n\n# Doação\n\nEnvie Ethereum para `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nEnvie BTC para `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`",
+ "Default group that all registered users belong" : "Grupo padrão ao qual todos os usuários registrados pertencem",
"None" : "Nenhuma",
+ "Allowed mail address domains for registration" : "Domínios de endereço de e-mail permitidos para registro",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Digite uma lista separada por ponto e vírgula dos domínios permitidos. Exemplo: owncloud.com;github.com",
+ "Require admin approval?" : "Requer aprovação do administrador?",
+ "Registration is only allowed for the following domains:" : "O registro é permitido apenas para os seguintes domínios:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Um novo usuário \"%s\" criou uma conta em %s e aguarda aprovação do administrador",
+ "To create a new account on %s, just click the following link:" : "Para criar uma nova conta em %s, clique no seguinte link:",
+ "Welcome, you can create your account below." : "Bem-vindo. Abaixo você pode criar sua conta.",
"Username" : "Nome de Usuário",
"Password" : "Senha",
"Create account" : "Criar conta",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Obrigado por se registrar, você receberá um link de verificação em alguns minutos.",
+ "Email" : "E-mail",
+ "Request verification link" : "Solicitar link de verificação",
+ "Please re-enter a valid email address" : "Digite novamente um endereço de e-mail válido",
+ "You will receive an email with a verification link" : "Você receberá um e-mail com um link de verificação"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index dadf5eb..a56d713 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,10 +1,46 @@
{ "translations": {
"Register" : "Registrar",
+ "Your registration is pending. Please confirm your email address." : "Seu registro está pendente. Por favor, confirme seu endereço de e-mail.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Já existe um registro pendente para este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
+ "Verification email successfully sent." : "E-mail de verificação enviado.",
+ "Your account has been successfully created, you can log in now." : "Sua conta foi criada. Você pode logar-se agora.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Sua conta foi criada mas ainda precisa da aprovação de um administrador.",
"Saved" : "Salvo",
+ "No such group" : "Esse grupo não existe",
+ "The email address you entered is not valid" : "O e-mail digitado é inválido",
+ "Verify your %s registration request" : "Verifique sua requisição de registro %s",
+ "A problem occurred sending email, please contact your administrator." : "Erro enviar e-mail. Entre em contato com o administrador.",
+ "A new user \"%s\" has created an account on %s" : "Um novo usuário \"%s\" criou uma conta em %s",
+ "A user has already taken this email, maybe you already have an account?" : "Um usuário já tem este e-mail. Talvez você mesmo já tenha uma conta.",
+ "You can log in now." : "Você pode logar-se agora.",
+ "Registration is only allowed for the following domains: " : "O registro é permitido apenas para os seguintes domínios:",
+ "Please provide a valid display name." : "Forneça um nome de exibição válido.",
+ "Please provide a valid user name." : "Digite um nome de usuário válido.",
+ "The username you have chosen already exists." : "O nome de usuário que você escolheu já existe.",
+ "Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválida. Nenhuma solicitação de registro com esta URL de verificação foi encontrada.",
+ "Unable to create user, there are problems with the user backend." : "Não foi possível criar o usuário, há problemas com o backend.",
+ "Unable to set user email: " : "Não foi possível definir o e-mail do usuário:",
+ "Failed to delete pending registration request" : "Erro ao excluir a solicitação de registro pendente",
+ "Registration app auto setup" : "Configuração automática do aplicativo de registro",
+ "Registration" : "Registro",
+ "This app allows users to self-register a new account using their e-mail address." : "Este aplicativo permite aos usuários auto-registrarem uma nova conta usando seu endereço de e-mail.",
+ "User registration\n\nThis app allows users to register a new account.\n\n# Flow\n\n1. User enters his/her email\n2. Verification link is sent to the email address\n3. User clicks on the verification link\n4. User is lead to a form where one can choose username and password\n5. New account is created and is logged in automatically\n\n# Features\n\n- Admin can specify which group the newly created users belong\n- Admin can limit the email domains allowed to register\n- Admin will be notified by email for new user creation\n\n# Donate\n\nSend Ethereum to `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nSend BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`" : "Registro de usuário\n\nEste aplicativo permite que os usuários registrem uma nova conta.\n\n# Instruções\n\n1. O usuário digita seu e-mail\n2. O link de verificação é enviado para o endereço de e-mail\n3. O usuário clica no link de verificação\n4. O usuário é direcionado para um formulário onde é possível escolher nome de usuário e senha\n5. Uma nova conta é criada e é logada automaticamente\n\n# Recursos\n\n- O administrador pode especificar a qual grupo os usuários recém-criados pertencem\n- O administrador pode limitar os domínios de e-mail autorizados a se registrarem\n- O administrador será notificado por e-mail na criação de novos usuários\n\n# Doação\n\nEnvie Ethereum para `0x941613eBB948C2C547cb957B55fEB2609fa6Fe66`\nEnvie BTC para `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`",
+ "Default group that all registered users belong" : "Grupo padrão ao qual todos os usuários registrados pertencem",
"None" : "Nenhuma",
+ "Allowed mail address domains for registration" : "Domínios de endereço de e-mail permitidos para registro",
+ "Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Digite uma lista separada por ponto e vírgula dos domínios permitidos. Exemplo: owncloud.com;github.com",
+ "Require admin approval?" : "Requer aprovação do administrador?",
+ "Registration is only allowed for the following domains:" : "O registro é permitido apenas para os seguintes domínios:",
+ "A new user \"%s\" has created an account on %s and awaits admin approbation" : "Um novo usuário \"%s\" criou uma conta em %s e aguarda aprovação do administrador",
+ "To create a new account on %s, just click the following link:" : "Para criar uma nova conta em %s, clique no seguinte link:",
+ "Welcome, you can create your account below." : "Bem-vindo. Abaixo você pode criar sua conta.",
"Username" : "Nome de Usuário",
"Password" : "Senha",
"Create account" : "Criar conta",
- "Email" : "E-mail"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Obrigado por se registrar, você receberá um link de verificação em alguns minutos.",
+ "Email" : "E-mail",
+ "Request verification link" : "Solicitar link de verificação",
+ "Please re-enter a valid email address" : "Digite novamente um endereço de e-mail válido",
+ "You will receive an email with a verification link" : "Você receberá um e-mail com um link de verificação"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file
diff --git a/l10n/tr.js b/l10n/tr.js
index fa38dec..fe41bfd 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -2,11 +2,27 @@ OC.L10N.register(
"registration",
{
"Register" : "Hesap Aç",
+ "Your registration is pending. Please confirm your email address." : "Hesap açma başvurunuz bekliyor. Lütfen e-posta adresinizi doğrulayın.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Daha önce bu e-posta adresiyle yapılmış bir hesap açma başvurusu var. Adrese yeni bir doğrulama e-postası gönderildi.",
+ "Verification email successfully sent." : "Doğrulama e-postası gönderildi.",
+ "Your account has been successfully created, you can log in now." : "Hesabınız açıldı. Oturum açabilirsiniz.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Hesabınız açıldı ancak bir yönetici tarafından onaylanması bekleniyor.",
"Saved" : "Kaydedildi",
+ "No such group" : "Böyle bir grup yok",
+ "The email address you entered is not valid" : "Yazdığınız e-posta adresi geçersiz",
+ "Verify your %s registration request" : "%s hesap açma başvurunuzu doğrulayın",
+ "A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken bir sorun çıktı. Lütfen BT yöneticiniz ile görüşün.",
+ "A new user \"%s\" has created an account on %s" : "%s üzerinde \"%s\" kullanıcı hesabı açıldı",
+ "A user has already taken this email, maybe you already have an account?" : "Bu e-posta adresini kullanan başka bir kullanıcı zaten var. Daha önce hesap açmış olabilir misiniz?",
+ "You can log in now." : "Artık oturum açabilirsiniz.",
"None" : "Yok",
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
"Create account" : "Hesap açın",
- "Email" : "E-posta"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Hesap açtığınız için teşekkürler. Bir kaç dakika içinde bir doğrulama e-postası almalısınız.",
+ "Email" : "E-posta",
+ "Request verification link" : "Doğrulama bağlantısı gönder",
+ "Please re-enter a valid email address" : "Lütfen yeniden geçerli bir e-posta adresi yazın",
+ "You will receive an email with a verification link" : "Doğrulama bağlantısını içeren bir e-posta alacaksınız"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index 0e6b635..2a24103 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,10 +1,26 @@
{ "translations": {
"Register" : "Hesap Aç",
+ "Your registration is pending. Please confirm your email address." : "Hesap açma başvurunuz bekliyor. Lütfen e-posta adresinizi doğrulayın.",
+ "There is already a pending registration with this email, a new verification email has been sent to the address." : "Daha önce bu e-posta adresiyle yapılmış bir hesap açma başvurusu var. Adrese yeni bir doğrulama e-postası gönderildi.",
+ "Verification email successfully sent." : "Doğrulama e-postası gönderildi.",
+ "Your account has been successfully created, you can log in now." : "Hesabınız açıldı. Oturum açabilirsiniz.",
+ "Your account has been successfully created, but it still needs approval from an administrator." : "Hesabınız açıldı ancak bir yönetici tarafından onaylanması bekleniyor.",
"Saved" : "Kaydedildi",
+ "No such group" : "Böyle bir grup yok",
+ "The email address you entered is not valid" : "Yazdığınız e-posta adresi geçersiz",
+ "Verify your %s registration request" : "%s hesap açma başvurunuzu doğrulayın",
+ "A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken bir sorun çıktı. Lütfen BT yöneticiniz ile görüşün.",
+ "A new user \"%s\" has created an account on %s" : "%s üzerinde \"%s\" kullanıcı hesabı açıldı",
+ "A user has already taken this email, maybe you already have an account?" : "Bu e-posta adresini kullanan başka bir kullanıcı zaten var. Daha önce hesap açmış olabilir misiniz?",
+ "You can log in now." : "Artık oturum açabilirsiniz.",
"None" : "Yok",
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
"Create account" : "Hesap açın",
- "Email" : "E-posta"
+ "Thank you for registering, you should receive a verification link in a few minutes." : "Hesap açtığınız için teşekkürler. Bir kaç dakika içinde bir doğrulama e-postası almalısınız.",
+ "Email" : "E-posta",
+ "Request verification link" : "Doğrulama bağlantısı gönder",
+ "Please re-enter a valid email address" : "Lütfen yeniden geçerli bir e-posta adresi yazın",
+ "You will receive an email with a verification link" : "Doğrulama bağlantısını içeren bir e-posta alacaksınız"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}
\ No newline at end of file