diff --git a/l10n/bg_BG.js b/l10n/bg_BG.js
index 62b140a..93aa4b5 100644
--- a/l10n/bg_BG.js
+++ b/l10n/bg_BG.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Регистрирай",
"Email address you entered is not valid" : "Имейл адресът, който въведохте, е невалиден",
- "There is already a pending registration with this email" : "Вече съществува регистрация в режим на изчакване със същия имейл",
- "There is an existing user with this email" : "Вече съществува потребител с този имейл",
"Verify your ownCloud registration request" : "Потвърдете заявка си за регистрация в ownCloud",
+ "There is an existing user with this email" : "Вече съществува потребител с този имейл",
"Verification email successfully sent." : "Имейлът за проверка е изпратен успешно.",
"Invalid verification URL. No registration request with this verification URL is found." : "Невалидна връзка за потвърждение. Не е намерена заявка за регистрация, която да е за тази връзка.",
"Unable to create user, there are problems with user backend." : "Не може да се създаде потребител, има проблеми с потребителския бекенд.",
diff --git a/l10n/bg_BG.json b/l10n/bg_BG.json
index 6a91f33..8e7ab5b 100644
--- a/l10n/bg_BG.json
+++ b/l10n/bg_BG.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Регистрирай",
"Email address you entered is not valid" : "Имейл адресът, който въведохте, е невалиден",
- "There is already a pending registration with this email" : "Вече съществува регистрация в режим на изчакване със същия имейл",
- "There is an existing user with this email" : "Вече съществува потребител с този имейл",
"Verify your ownCloud registration request" : "Потвърдете заявка си за регистрация в ownCloud",
+ "There is an existing user with this email" : "Вече съществува потребител с този имейл",
"Verification email successfully sent." : "Имейлът за проверка е изпратен успешно.",
"Invalid verification URL. No registration request with this verification URL is found." : "Невалидна връзка за потвърждение. Не е намерена заявка за регистрация, която да е за тази връзка.",
"Unable to create user, there are problems with user backend." : "Не може да се създаде потребител, има проблеми с потребителския бекенд.",
diff --git a/l10n/bg_BG.php b/l10n/bg_BG.php
index c50cf79..fce46c4 100644
--- a/l10n/bg_BG.php
+++ b/l10n/bg_BG.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Регистрирай",
"Email address you entered is not valid" => "Имейл адресът, който въведохте, е невалиден",
-"There is already a pending registration with this email" => "Вече съществува регистрация в режим на изчакване със същия имейл",
-"There is an existing user with this email" => "Вече съществува потребител с този имейл",
"Verify your ownCloud registration request" => "Потвърдете заявка си за регистрация в ownCloud",
+"There is an existing user with this email" => "Вече съществува потребител с този имейл",
"Verification email successfully sent." => "Имейлът за проверка е изпратен успешно.",
"Invalid verification URL. No registration request with this verification URL is found." => "Невалидна връзка за потвърждение. Не е намерена заявка за регистрация, която да е за тази връзка.",
"Unable to create user, there are problems with user backend." => "Не може да се създаде потребител, има проблеми с потребителския бекенд.",
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 64050ae..2687164 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registrovat",
"Email address you entered is not valid" : "Zadaná emailová adresa není správná",
- "There is already a pending registration with this email" : "Již existuje čekající registrace s touto emailovou adresou",
- "There is an existing user with this email" : "Již existuje uživatel s touto emailovou adresou",
"Verify your ownCloud registration request" : "Ověřte svůj požadavek na registraci ownCloud",
+ "There is an existing user with this email" : "Již existuje uživatel s touto emailovou adresou",
"Verification email successfully sent." : "Ověřovací email úspěšně odeslán.",
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná ověřovací URL. Nebyl nalezen žádný registrační požadavek pro tuto ověřovací URL.",
"Unable to create user, there are problems with user backend." : "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index 980d5c9..2f9ce87 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registrovat",
"Email address you entered is not valid" : "Zadaná emailová adresa není správná",
- "There is already a pending registration with this email" : "Již existuje čekající registrace s touto emailovou adresou",
- "There is an existing user with this email" : "Již existuje uživatel s touto emailovou adresou",
"Verify your ownCloud registration request" : "Ověřte svůj požadavek na registraci ownCloud",
+ "There is an existing user with this email" : "Již existuje uživatel s touto emailovou adresou",
"Verification email successfully sent." : "Ověřovací email úspěšně odeslán.",
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná ověřovací URL. Nebyl nalezen žádný registrační požadavek pro tuto ověřovací URL.",
"Unable to create user, there are problems with user backend." : "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index fbcb6fb..13b02b3 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registrovat",
"Email address you entered is not valid" => "Zadaná emailová adresa není správná",
-"There is already a pending registration with this email" => "Již existuje čekající registrace s touto emailovou adresou",
-"There is an existing user with this email" => "Již existuje uživatel s touto emailovou adresou",
"Verify your ownCloud registration request" => "Ověřte svůj požadavek na registraci ownCloud",
+"There is an existing user with this email" => "Již existuje uživatel s touto emailovou adresou",
"Verification email successfully sent." => "Ověřovací email úspěšně odeslán.",
"Invalid verification URL. No registration request with this verification URL is found." => "Neplatná ověřovací URL. Nebyl nalezen žádný registrační požadavek pro tuto ověřovací URL.",
"Unable to create user, there are problems with user backend." => "Není možné vytvořit uživatelský účet, nastaly potíže v systému úložiště uživatelů.",
diff --git a/l10n/da.js b/l10n/da.js
index 91df9d7..f8f00ce 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Tilmeld",
"Email address you entered is not valid" : "E-mailadressen du angav er ikke gyldig",
- "There is already a pending registration with this email" : "Der er allerede en afventende tilmelding med denne e-mail",
- "There is an existing user with this email" : "Der findes en bruger med denne e-mail",
"Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding",
+ "There is an existing user with this email" : "Der findes en bruger med denne e-mail",
"Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
@@ -17,6 +16,9 @@ OC.L10N.register(
"Registration" : "Tilmelding",
"Default group that all registered users belong" : "Standardgruppen som alle tilmeldte brugere hører til",
"None" : "Ingen",
+ "Allowed domains for registration" : "Tilladte domæner for registrering",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Indtast en semikolon separeret liste med tilladte domæner.\nEksempel: owncloud.com;github.com",
+ "Registration is only allowed for following domains:" : "Registrering er kun tilladt for følgende domæner:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "For at oprette en ny konto på ownCloud, klik følgende link:
\n{link}",
"Welcome, you can create your account below." : "Velkommen, du kan oprette din konto nedenfor.",
"Username" : "Brugernavn",
diff --git a/l10n/da.json b/l10n/da.json
index bc5fabf..250a6ae 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Tilmeld",
"Email address you entered is not valid" : "E-mailadressen du angav er ikke gyldig",
- "There is already a pending registration with this email" : "Der er allerede en afventende tilmelding med denne e-mail",
- "There is an existing user with this email" : "Der findes en bruger med denne e-mail",
"Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding",
+ "There is an existing user with this email" : "Der findes en bruger med denne e-mail",
"Verification email successfully sent." : "Bekræftelse er blevet sendt med e-mail.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
@@ -15,6 +14,9 @@
"Registration" : "Tilmelding",
"Default group that all registered users belong" : "Standardgruppen som alle tilmeldte brugere hører til",
"None" : "Ingen",
+ "Allowed domains for registration" : "Tilladte domæner for registrering",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Indtast en semikolon separeret liste med tilladte domæner.\nEksempel: owncloud.com;github.com",
+ "Registration is only allowed for following domains:" : "Registrering er kun tilladt for følgende domæner:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "For at oprette en ny konto på ownCloud, klik følgende link:
\n{link}",
"Welcome, you can create your account below." : "Velkommen, du kan oprette din konto nedenfor.",
"Username" : "Brugernavn",
diff --git a/l10n/da.php b/l10n/da.php
index 1122037..e999d05 100644
--- a/l10n/da.php
+++ b/l10n/da.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Tilmeld",
"Email address you entered is not valid" => "E-mailadressen du angav er ikke gyldig",
-"There is already a pending registration with this email" => "Der er allerede en afventende tilmelding med denne e-mail",
-"There is an existing user with this email" => "Der findes en bruger med denne e-mail",
"Verify your ownCloud registration request" => "Verificér din forespørgsel om ownCloud-tilmelding",
+"There is an existing user with this email" => "Der findes en bruger med denne e-mail",
"Verification email successfully sent." => "Bekræftelse er blevet sendt med e-mail.",
"Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig verifikations-URL. Der blev ikke fundet nogen forespørgsel om tilmelding med denne verifikations-URL.",
"Unable to create user, there are problems with user backend." => "Kan ikke oprette bruger - der er problemer med bruger-backend.",
@@ -16,6 +15,9 @@ $TRANSLATIONS = array(
"Registration" => "Tilmelding",
"Default group that all registered users belong" => "Standardgruppen som alle tilmeldte brugere hører til",
"None" => "Ingen",
+"Allowed domains for registration" => "Tilladte domæner for registrering",
+"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "Indtast en semikolon separeret liste med tilladte domæner.\nEksempel: owncloud.com;github.com",
+"Registration is only allowed for following domains:" => "Registrering er kun tilladt for følgende domæner:",
"To create a new account on ownCloud, just click the following link:
\n{link}" => "For at oprette en ny konto på ownCloud, klik følgende link:
\n{link}",
"Welcome, you can create your account below." => "Velkommen, du kan oprette din konto nedenfor.",
"Username" => "Brugernavn",
diff --git a/l10n/de.js b/l10n/de.js
index eb423d5..c4f28dd 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registrieren",
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
- "There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
- "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verify your ownCloud registration request" : "Bitte Deine ownCloud-Registrierung bestätigen",
+ "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierungsanfrage mit dieser Bestätigungsadresse gefunden.",
"Unable to create user, there are problems with user backend." : "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzerhintergrundprogramm.",
diff --git a/l10n/de.json b/l10n/de.json
index dae08aa..09390d5 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registrieren",
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
- "There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
- "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verify your ownCloud registration request" : "Bitte Deine ownCloud-Registrierung bestätigen",
+ "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierungsanfrage mit dieser Bestätigungsadresse gefunden.",
"Unable to create user, there are problems with user backend." : "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzerhintergrundprogramm.",
diff --git a/l10n/de.php b/l10n/de.php
index abf103f..14ca7e1 100644
--- a/l10n/de.php
+++ b/l10n/de.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registrieren",
"Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.",
-"There is already a pending registration with this email" => "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
-"There is an existing user with this email" => "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verify your ownCloud registration request" => "Bitte Deine ownCloud-Registrierung bestätigen",
+"There is an existing user with this email" => "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierungsanfrage mit dieser Bestätigungsadresse gefunden.",
"Unable to create user, there are problems with user backend." => "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzerhintergrundprogramm.",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index eba0b05..7dff349 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registrieren",
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
- "There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
- "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verify your ownCloud registration request" : "Bitte Ihre ownCloud-Registrierung bestätigen.",
+ "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",
"Unable to create user, there are problems with user backend." : "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzer-Backend.",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index d6b4373..ddd0b21 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registrieren",
"Email address you entered is not valid" : "Die eingegebene E-Mail-Adresse ist ungültig.",
- "There is already a pending registration with this email" : "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
- "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verify your ownCloud registration request" : "Bitte Ihre ownCloud-Registrierung bestätigen.",
+ "There is an existing user with this email" : "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verification email successfully sent." : "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",
"Unable to create user, there are problems with user backend." : "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzer-Backend.",
diff --git a/l10n/de_DE.php b/l10n/de_DE.php
index 4b911f8..fbfe691 100644
--- a/l10n/de_DE.php
+++ b/l10n/de_DE.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registrieren",
"Email address you entered is not valid" => "Die eingegebene E-Mail-Adresse ist ungültig.",
-"There is already a pending registration with this email" => "Es gibt bereits eine Registrierung für diese E-Mail-Adresse.",
-"There is an existing user with this email" => "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verify your ownCloud registration request" => "Bitte Ihre ownCloud-Registrierung bestätigen.",
+"There is an existing user with this email" => "Es existiert bereits ein Benutzer mit dieser E-Mail-Adresse",
"Verification email successfully sent." => "E-Mail zur Bestätigung erfolgreich gesendet.",
"Invalid verification URL. No registration request with this verification URL is found." => "Ungültige Bestätigungsadresse. Keine Registrierunganfrage mit dieser Bestätigungsadresse gefunden.",
"Unable to create user, there are problems with user backend." => "Benutzer konnte nicht erstellt werden, es gibt Probleme mit dem Benutzer-Backend.",
diff --git a/l10n/el.js b/l10n/el.js
index bd6f185..efdd640 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Εγγραφή",
"Email address you entered is not valid" : "Η ηλεκτρονική διεύθυνση που εισάγατε δεν είναι έγκυρη",
- "There is already a pending registration with this email" : "Εκκρεμεί ήδη μία εγγραφή με αυτή τη διεύθυνση ηλ. ταχυδρομείου",
- "There is an existing user with this email" : "Υπάρχει ήδη χρήστης με αυτό το email",
"Verify your ownCloud registration request" : "Επιβεβαιώστε την αίτηση εγγραφής στο ownCloud",
+ "There is an existing user with this email" : "Υπάρχει ήδη χρήστης με αυτό το email",
"Verification email successfully sent." : "Το μήνυμα επαλήθευσης στάλθηκε επιτυχώς.",
"Invalid verification URL. No registration request with this verification URL is found." : "Μη έγκυρη URL επιβεβαίωσης. Καμμία αίτηση εγγραφής δεν βρέθηκε με αυτό το URL επιβεβαίωσης.",
"Unable to create user, there are problems with user backend." : "Αδύνατη η δημιουργία χρήστη, υπάρχουν προβλήματα με το σύστημα υποστήριξης χρήστη.",
diff --git a/l10n/el.json b/l10n/el.json
index 4296e10..229d74e 100644
--- a/l10n/el.json
+++ b/l10n/el.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Εγγραφή",
"Email address you entered is not valid" : "Η ηλεκτρονική διεύθυνση που εισάγατε δεν είναι έγκυρη",
- "There is already a pending registration with this email" : "Εκκρεμεί ήδη μία εγγραφή με αυτή τη διεύθυνση ηλ. ταχυδρομείου",
- "There is an existing user with this email" : "Υπάρχει ήδη χρήστης με αυτό το email",
"Verify your ownCloud registration request" : "Επιβεβαιώστε την αίτηση εγγραφής στο ownCloud",
+ "There is an existing user with this email" : "Υπάρχει ήδη χρήστης με αυτό το email",
"Verification email successfully sent." : "Το μήνυμα επαλήθευσης στάλθηκε επιτυχώς.",
"Invalid verification URL. No registration request with this verification URL is found." : "Μη έγκυρη URL επιβεβαίωσης. Καμμία αίτηση εγγραφής δεν βρέθηκε με αυτό το URL επιβεβαίωσης.",
"Unable to create user, there are problems with user backend." : "Αδύνατη η δημιουργία χρήστη, υπάρχουν προβλήματα με το σύστημα υποστήριξης χρήστη.",
diff --git a/l10n/el.php b/l10n/el.php
index e08cd32..a07b846 100644
--- a/l10n/el.php
+++ b/l10n/el.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Εγγραφή",
"Email address you entered is not valid" => "Η ηλεκτρονική διεύθυνση που εισάγατε δεν είναι έγκυρη",
-"There is already a pending registration with this email" => "Εκκρεμεί ήδη μία εγγραφή με αυτή τη διεύθυνση ηλ. ταχυδρομείου",
-"There is an existing user with this email" => "Υπάρχει ήδη χρήστης με αυτό το email",
"Verify your ownCloud registration request" => "Επιβεβαιώστε την αίτηση εγγραφής στο ownCloud",
+"There is an existing user with this email" => "Υπάρχει ήδη χρήστης με αυτό το email",
"Verification email successfully sent." => "Το μήνυμα επαλήθευσης στάλθηκε επιτυχώς.",
"Invalid verification URL. No registration request with this verification URL is found." => "Μη έγκυρη URL επιβεβαίωσης. Καμμία αίτηση εγγραφής δεν βρέθηκε με αυτό το URL επιβεβαίωσης.",
"Unable to create user, there are problems with user backend." => "Αδύνατη η δημιουργία χρήστη, υπάρχουν προβλήματα με το σύστημα υποστήριξης χρήστη.",
diff --git a/l10n/es.js b/l10n/es.js
index a20a30c..3c36d4e 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registro",
"Email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
- "There is already a pending registration with this email" : "Ya existe un registro pendiente con esta dirección de correo electrónico",
- "There is an existing user with this email" : "Ya existe un usuario con este correo electrónico",
"Verify your ownCloud registration request" : "Verifique su solicitud de registro con ownCloud",
+ "There is an existing user with this email" : "Ya existe un usuario con este correo electrónico",
"Verification email successfully sent." : "Mensaje de verificación enviado con éxito.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
"Unable to create user, there are problems with user backend." : "No es posible crear el usuario; hay problemas con el backend.",
diff --git a/l10n/es.json b/l10n/es.json
index 8007b69..25e211c 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registro",
"Email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
- "There is already a pending registration with this email" : "Ya existe un registro pendiente con esta dirección de correo electrónico",
- "There is an existing user with this email" : "Ya existe un usuario con este correo electrónico",
"Verify your ownCloud registration request" : "Verifique su solicitud de registro con ownCloud",
+ "There is an existing user with this email" : "Ya existe un usuario con este correo electrónico",
"Verification email successfully sent." : "Mensaje de verificación enviado con éxito.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
"Unable to create user, there are problems with user backend." : "No es posible crear el usuario; hay problemas con el backend.",
diff --git a/l10n/es.php b/l10n/es.php
index 0a05af0..adb17eb 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registro",
"Email address you entered is not valid" => "La dirección de correo electrónico que ingresó no es válida",
-"There is already a pending registration with this email" => "Ya existe un registro pendiente con esta dirección de correo electrónico",
-"There is an existing user with this email" => "Ya existe un usuario con este correo electrónico",
"Verify your ownCloud registration request" => "Verifique su solicitud de registro con ownCloud",
+"There is an existing user with this email" => "Ya existe un usuario con este correo electrónico",
"Verification email successfully sent." => "Mensaje de verificación enviado con éxito.",
"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
"Unable to create user, there are problems with user backend." => "No es posible crear el usuario; hay problemas con el backend.",
diff --git a/l10n/et_EE.js b/l10n/et_EE.js
index 8cefe2e..4117d10 100644
--- a/l10n/et_EE.js
+++ b/l10n/et_EE.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registreeru",
"Email address you entered is not valid" : "Sinu poolt sisestatud e-posti aadress pole korrektne",
- "There is already a pending registration with this email" : "Selle aadressi pealt juba oodatakse registreerumise kinnitamist",
- "There is an existing user with this email" : "Selle e-posti aadressiga kasutaja on juba olemas",
"Verify your ownCloud registration request" : "Kinnita oma ownCloudi registreerumise soov",
+ "There is an existing user with this email" : "Selle e-posti aadressiga kasutaja on juba olemas",
"Verification email successfully sent." : "Kinnituskiri on saadetud.",
"Invalid verification URL. No registration request with this verification URL is found." : "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.",
"Unable to create user, there are problems with user backend." : "Kasutaja loomine ebaõnnestus, kasutaja adminiliidesega oli probleeme.",
diff --git a/l10n/et_EE.json b/l10n/et_EE.json
index 9b29e01..bcb7498 100644
--- a/l10n/et_EE.json
+++ b/l10n/et_EE.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registreeru",
"Email address you entered is not valid" : "Sinu poolt sisestatud e-posti aadress pole korrektne",
- "There is already a pending registration with this email" : "Selle aadressi pealt juba oodatakse registreerumise kinnitamist",
- "There is an existing user with this email" : "Selle e-posti aadressiga kasutaja on juba olemas",
"Verify your ownCloud registration request" : "Kinnita oma ownCloudi registreerumise soov",
+ "There is an existing user with this email" : "Selle e-posti aadressiga kasutaja on juba olemas",
"Verification email successfully sent." : "Kinnituskiri on saadetud.",
"Invalid verification URL. No registration request with this verification URL is found." : "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.",
"Unable to create user, there are problems with user backend." : "Kasutaja loomine ebaõnnestus, kasutaja adminiliidesega oli probleeme.",
diff --git a/l10n/et_EE.php b/l10n/et_EE.php
index 7cc1e3c..1e90c73 100644
--- a/l10n/et_EE.php
+++ b/l10n/et_EE.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registreeru",
"Email address you entered is not valid" => "Sinu poolt sisestatud e-posti aadress pole korrektne",
-"There is already a pending registration with this email" => "Selle aadressi pealt juba oodatakse registreerumise kinnitamist",
-"There is an existing user with this email" => "Selle e-posti aadressiga kasutaja on juba olemas",
"Verify your ownCloud registration request" => "Kinnita oma ownCloudi registreerumise soov",
+"There is an existing user with this email" => "Selle e-posti aadressiga kasutaja on juba olemas",
"Verification email successfully sent." => "Kinnituskiri on saadetud.",
"Invalid verification URL. No registration request with this verification URL is found." => "Vigane kinnituse URL. Selle kinnitus URL-iga registreerimise päringut ei leitud.",
"Unable to create user, there are problems with user backend." => "Kasutaja loomine ebaõnnestus, kasutaja adminiliidesega oli probleeme.",
diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js
index 0e78772..c41c1c1 100644
--- a/l10n/fi_FI.js
+++ b/l10n/fi_FI.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Rekisteröidy",
"Email address you entered is not valid" : "Antamasi sähköpostiosoite ei ole kelvollinen",
- "There is already a pending registration with this email" : "Tällä sähköpostiosoitteella on jo odottamassa rekisteröityminen",
- "There is an existing user with this email" : "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle",
"Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö",
+ "There is an existing user with this email" : "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle",
"Verification email successfully sent." : "Vahvistussähköposti lähetettiin onnistuneesti.",
"Invalid verification URL. No registration request with this verification URL is found." : "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.",
"Unable to create user, there are problems with user backend." : "Käyttäjän luominen ei onnistunut käyttäjätaustaosan kanssa olevien ongelmien vuoksi.",
@@ -17,6 +16,9 @@ OC.L10N.register(
"Registration" : "Rekisteröityminen",
"Default group that all registered users belong" : "Oletusryhmä, johon kaikki rekisteröityneet käyttäjät kuuluvat",
"None" : "Ei mitään",
+ "Allowed domains for registration" : "Rekisteröintiin sallitut verkkodomainit",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Anna puolipisteellä erotettuina lista sallituista verkkodomaineista. Esimerkki: owncloud.com;github.com",
+ "Registration is only allowed for following domains:" : "Rekisteröinti on sallittu vain seuraavista verkkodomaineista:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Luo uusi ownCloud-tili napsauttamalla seuraavaa linkkiä:
\n{link}",
"Welcome, you can create your account below." : "Tervetuloa, voit luoda tilisi alta.",
"Username" : "Käyttäjätunnus",
diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json
index 78498ef..7ebe2c3 100644
--- a/l10n/fi_FI.json
+++ b/l10n/fi_FI.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Rekisteröidy",
"Email address you entered is not valid" : "Antamasi sähköpostiosoite ei ole kelvollinen",
- "There is already a pending registration with this email" : "Tällä sähköpostiosoitteella on jo odottamassa rekisteröityminen",
- "There is an existing user with this email" : "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle",
"Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö",
+ "There is an existing user with this email" : "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle",
"Verification email successfully sent." : "Vahvistussähköposti lähetettiin onnistuneesti.",
"Invalid verification URL. No registration request with this verification URL is found." : "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.",
"Unable to create user, there are problems with user backend." : "Käyttäjän luominen ei onnistunut käyttäjätaustaosan kanssa olevien ongelmien vuoksi.",
@@ -15,6 +14,9 @@
"Registration" : "Rekisteröityminen",
"Default group that all registered users belong" : "Oletusryhmä, johon kaikki rekisteröityneet käyttäjät kuuluvat",
"None" : "Ei mitään",
+ "Allowed domains for registration" : "Rekisteröintiin sallitut verkkodomainit",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Anna puolipisteellä erotettuina lista sallituista verkkodomaineista. Esimerkki: owncloud.com;github.com",
+ "Registration is only allowed for following domains:" : "Rekisteröinti on sallittu vain seuraavista verkkodomaineista:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Luo uusi ownCloud-tili napsauttamalla seuraavaa linkkiä:
\n{link}",
"Welcome, you can create your account below." : "Tervetuloa, voit luoda tilisi alta.",
"Username" : "Käyttäjätunnus",
diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php
index 18d4699..80dc3a1 100644
--- a/l10n/fi_FI.php
+++ b/l10n/fi_FI.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Rekisteröidy",
"Email address you entered is not valid" => "Antamasi sähköpostiosoite ei ole kelvollinen",
-"There is already a pending registration with this email" => "Tällä sähköpostiosoitteella on jo odottamassa rekisteröityminen",
-"There is an existing user with this email" => "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle",
"Verify your ownCloud registration request" => "Vahvista ownCloud-rekisteröintipyyntö",
+"There is an existing user with this email" => "Tämä sähköpostiosoite kuuluu jo toiselle käyttäjälle",
"Verification email successfully sent." => "Vahvistussähköposti lähetettiin onnistuneesti.",
"Invalid verification URL. No registration request with this verification URL is found." => "Virheellinen vahvistuksen verkko-osoite. Kyseisellä osoitteella ei löytynyt rekisteröintipyyntöä.",
"Unable to create user, there are problems with user backend." => "Käyttäjän luominen ei onnistunut käyttäjätaustaosan kanssa olevien ongelmien vuoksi.",
@@ -16,6 +15,9 @@ $TRANSLATIONS = array(
"Registration" => "Rekisteröityminen",
"Default group that all registered users belong" => "Oletusryhmä, johon kaikki rekisteröityneet käyttäjät kuuluvat",
"None" => "Ei mitään",
+"Allowed domains for registration" => "Rekisteröintiin sallitut verkkodomainit",
+"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "Anna puolipisteellä erotettuina lista sallituista verkkodomaineista. Esimerkki: owncloud.com;github.com",
+"Registration is only allowed for following domains:" => "Rekisteröinti on sallittu vain seuraavista verkkodomaineista:",
"To create a new account on ownCloud, just click the following link:
\n{link}" => "Luo uusi ownCloud-tili napsauttamalla seuraavaa linkkiä:
\n{link}",
"Welcome, you can create your account below." => "Tervetuloa, voit luoda tilisi alta.",
"Username" => "Käyttäjätunnus",
diff --git a/l10n/fr.js b/l10n/fr.js
index f1f5731..e0babed 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "S'enregistrer",
"Email address you entered is not valid" : "L'adresse de courriel saisie n'est pas valable",
- "There is already a pending registration with this email" : "Il y a déjà une inscription en attente avec cette adresse de courriel",
- "There is an existing user with this email" : "Un utilisateur existant utilise cette adresse de courriel",
"Verify your ownCloud registration request" : "Effectuez la vérification de votre demande d'inscription ownCloud",
+ "There is an existing user with this email" : "Un utilisateur existant utilise cette adresse de courriel",
"Verification email successfully sent." : "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
"Unable to create user, there are problems with user backend." : "Impossible de créer l'utilisateur, problèmes avec l’infrastructure utilisateur.",
diff --git a/l10n/fr.json b/l10n/fr.json
index 3bff3b8..ae733ef 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "S'enregistrer",
"Email address you entered is not valid" : "L'adresse de courriel saisie n'est pas valable",
- "There is already a pending registration with this email" : "Il y a déjà une inscription en attente avec cette adresse de courriel",
- "There is an existing user with this email" : "Un utilisateur existant utilise cette adresse de courriel",
"Verify your ownCloud registration request" : "Effectuez la vérification de votre demande d'inscription ownCloud",
+ "There is an existing user with this email" : "Un utilisateur existant utilise cette adresse de courriel",
"Verification email successfully sent." : "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
"Unable to create user, there are problems with user backend." : "Impossible de créer l'utilisateur, problèmes avec l’infrastructure utilisateur.",
diff --git a/l10n/fr.php b/l10n/fr.php
index f41f98a..36a7f50 100644
--- a/l10n/fr.php
+++ b/l10n/fr.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "S'enregistrer",
"Email address you entered is not valid" => "L'adresse de courriel saisie n'est pas valable",
-"There is already a pending registration with this email" => "Il y a déjà une inscription en attente avec cette adresse de courriel",
-"There is an existing user with this email" => "Un utilisateur existant utilise cette adresse de courriel",
"Verify your ownCloud registration request" => "Effectuez la vérification de votre demande d'inscription ownCloud",
+"There is an existing user with this email" => "Un utilisateur existant utilise cette adresse de courriel",
"Verification email successfully sent." => "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." => "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
"Unable to create user, there are problems with user backend." => "Impossible de créer l'utilisateur, problèmes avec l’infrastructure utilisateur.",
diff --git a/l10n/gl.js b/l10n/gl.js
index 2d67d06..f0b073f 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Rexistrarse",
"Email address you entered is not valid" : "O enderezo introducido non é correcto",
- "There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo",
- "There is an existing user with this email" : "Xa existe un usuario con este enderezo de correo",
"Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud",
+ "There is an existing user with this email" : "Xa existe un usuario con este enderezo de correo",
"Verification email successfully sent." : "Correo de verificación enviado correctamente",
"Invalid verification URL. No registration request with this verification URL is found." : "O URL de verificación no é correcto. Non se atopou ningunha petición de rexistro con este URL de verificación.",
"Unable to create user, there are problems with user backend." : "Non é posíbel crear o usuario, existen problemas coa infraestrutura de usuarios.",
diff --git a/l10n/gl.json b/l10n/gl.json
index f9bbc75..745a018 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Rexistrarse",
"Email address you entered is not valid" : "O enderezo introducido non é correcto",
- "There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo",
- "There is an existing user with this email" : "Xa existe un usuario con este enderezo de correo",
"Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud",
+ "There is an existing user with this email" : "Xa existe un usuario con este enderezo de correo",
"Verification email successfully sent." : "Correo de verificación enviado correctamente",
"Invalid verification URL. No registration request with this verification URL is found." : "O URL de verificación no é correcto. Non se atopou ningunha petición de rexistro con este URL de verificación.",
"Unable to create user, there are problems with user backend." : "Non é posíbel crear o usuario, existen problemas coa infraestrutura de usuarios.",
diff --git a/l10n/gl.php b/l10n/gl.php
index 60cc788..e01f5e7 100644
--- a/l10n/gl.php
+++ b/l10n/gl.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Rexistrarse",
"Email address you entered is not valid" => "O enderezo introducido non é correcto",
-"There is already a pending registration with this email" => "Xa existe unha petición de rexistro con este enderezo",
-"There is an existing user with this email" => "Xa existe un usuario con este enderezo de correo",
"Verify your ownCloud registration request" => "Verifique a súa petición de rexistro en ownCloud",
+"There is an existing user with this email" => "Xa existe un usuario con este enderezo de correo",
"Verification email successfully sent." => "Correo de verificación enviado correctamente",
"Invalid verification URL. No registration request with this verification URL is found." => "O URL de verificación no é correcto. Non se atopou ningunha petición de rexistro con este URL de verificación.",
"Unable to create user, there are problems with user backend." => "Non é posíbel crear o usuario, existen problemas coa infraestrutura de usuarios.",
diff --git a/l10n/id.js b/l10n/id.js
index 98db05e..3b21f7e 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Daftar",
"Email address you entered is not valid" : "Alamat email yang Anda masukkan tidak sah",
- "There is already a pending registration with this email" : "Sudah ada pendaftaran tertunda dengan email ini",
- "There is an existing user with this email" : "Sudah ada pengguna yang didaftarkan dengan email ini",
"Verify your ownCloud registration request" : "Verifikasi permintaan pendaftaran ownCloud Anda",
+ "There is an existing user with this email" : "Sudah ada pengguna yang didaftarkan dengan email ini",
"Verification email successfully sent." : "Email verifikasi berhasil dikirim",
"Invalid verification URL. No registration request with this verification URL is found." : "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.",
"Unable to create user, there are problems with user backend." : "Tidak dapat membuat pengguna, terdapat masalah dengan backend pengguna.",
diff --git a/l10n/id.json b/l10n/id.json
index 51e88bd..d2e34b9 100644
--- a/l10n/id.json
+++ b/l10n/id.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Daftar",
"Email address you entered is not valid" : "Alamat email yang Anda masukkan tidak sah",
- "There is already a pending registration with this email" : "Sudah ada pendaftaran tertunda dengan email ini",
- "There is an existing user with this email" : "Sudah ada pengguna yang didaftarkan dengan email ini",
"Verify your ownCloud registration request" : "Verifikasi permintaan pendaftaran ownCloud Anda",
+ "There is an existing user with this email" : "Sudah ada pengguna yang didaftarkan dengan email ini",
"Verification email successfully sent." : "Email verifikasi berhasil dikirim",
"Invalid verification URL. No registration request with this verification URL is found." : "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.",
"Unable to create user, there are problems with user backend." : "Tidak dapat membuat pengguna, terdapat masalah dengan backend pengguna.",
diff --git a/l10n/id.php b/l10n/id.php
index 0e689e0..24ad173 100644
--- a/l10n/id.php
+++ b/l10n/id.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Daftar",
"Email address you entered is not valid" => "Alamat email yang Anda masukkan tidak sah",
-"There is already a pending registration with this email" => "Sudah ada pendaftaran tertunda dengan email ini",
-"There is an existing user with this email" => "Sudah ada pengguna yang didaftarkan dengan email ini",
"Verify your ownCloud registration request" => "Verifikasi permintaan pendaftaran ownCloud Anda",
+"There is an existing user with this email" => "Sudah ada pengguna yang didaftarkan dengan email ini",
"Verification email successfully sent." => "Email verifikasi berhasil dikirim",
"Invalid verification URL. No registration request with this verification URL is found." => "URL verifikasi tidak sah. Tidak ada permintaan pendaftaran dengan URL verifikasi ini yang ditemukan.",
"Unable to create user, there are problems with user backend." => "Tidak dapat membuat pengguna, terdapat masalah dengan backend pengguna.",
diff --git a/l10n/it.js b/l10n/it.js
index a028f4d..f44e818 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registrati",
"Email address you entered is not valid" : "L'indirizzo email digitato non è valido",
- "There is already a pending registration with this email" : "C'è già una registrazione in corso con questa email",
- "There is an existing user with this email" : "C'è già un utente con questo indirizzo email",
"Verify your ownCloud registration request" : "Verifica la tua richiesta di registrazione a ownCloud",
+ "There is an existing user with this email" : "C'è già un utente con questo indirizzo email",
"Verification email successfully sent." : "Email di verifica inviata correttamente.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
"Unable to create user, there are problems with user backend." : "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
@@ -17,6 +16,9 @@ OC.L10N.register(
"Registration" : "Registrazione",
"Default group that all registered users belong" : "Il gruppo predefinito al quale appartengono tutti gli utenti registrati",
"None" : "Nessuno",
+ "Allowed domains for registration" : "Domini consentiti per la registrazione",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Digita un elenco separato da punti e virgole con i domini consentiti. Esempio: owncloud.com;github.com",
+ "Registration is only allowed for following domains:" : "La registrazione è consentita solo per i seguenti domini:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Per creare un nuovo account su ownCloud, ti basta fare clic sul collegamento seguente:
\n{link}",
"Welcome, you can create your account below." : "Benvenuto, puoi creare il tuo account qui sotto.",
"Username" : "Nome utente",
diff --git a/l10n/it.json b/l10n/it.json
index 426fb52..b58db53 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registrati",
"Email address you entered is not valid" : "L'indirizzo email digitato non è valido",
- "There is already a pending registration with this email" : "C'è già una registrazione in corso con questa email",
- "There is an existing user with this email" : "C'è già un utente con questo indirizzo email",
"Verify your ownCloud registration request" : "Verifica la tua richiesta di registrazione a ownCloud",
+ "There is an existing user with this email" : "C'è già un utente con questo indirizzo email",
"Verification email successfully sent." : "Email di verifica inviata correttamente.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
"Unable to create user, there are problems with user backend." : "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
@@ -15,6 +14,9 @@
"Registration" : "Registrazione",
"Default group that all registered users belong" : "Il gruppo predefinito al quale appartengono tutti gli utenti registrati",
"None" : "Nessuno",
+ "Allowed domains for registration" : "Domini consentiti per la registrazione",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Digita un elenco separato da punti e virgole con i domini consentiti. Esempio: owncloud.com;github.com",
+ "Registration is only allowed for following domains:" : "La registrazione è consentita solo per i seguenti domini:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Per creare un nuovo account su ownCloud, ti basta fare clic sul collegamento seguente:
\n{link}",
"Welcome, you can create your account below." : "Benvenuto, puoi creare il tuo account qui sotto.",
"Username" : "Nome utente",
diff --git a/l10n/it.php b/l10n/it.php
index db94f0d..c863c92 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registrati",
"Email address you entered is not valid" => "L'indirizzo email digitato non è valido",
-"There is already a pending registration with this email" => "C'è già una registrazione in corso con questa email",
-"There is an existing user with this email" => "C'è già un utente con questo indirizzo email",
"Verify your ownCloud registration request" => "Verifica la tua richiesta di registrazione a ownCloud",
+"There is an existing user with this email" => "C'è già un utente con questo indirizzo email",
"Verification email successfully sent." => "Email di verifica inviata correttamente.",
"Invalid verification URL. No registration request with this verification URL is found." => "URL di verifica non valido. Nessuna richiesta di registrazione trovata con questo URL di verifica.",
"Unable to create user, there are problems with user backend." => "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
@@ -16,6 +15,9 @@ $TRANSLATIONS = array(
"Registration" => "Registrazione",
"Default group that all registered users belong" => "Il gruppo predefinito al quale appartengono tutti gli utenti registrati",
"None" => "Nessuno",
+"Allowed domains for registration" => "Domini consentiti per la registrazione",
+"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "Digita un elenco separato da punti e virgole con i domini consentiti. Esempio: owncloud.com;github.com",
+"Registration is only allowed for following domains:" => "La registrazione è consentita solo per i seguenti domini:",
"To create a new account on ownCloud, just click the following link:
\n{link}" => "Per creare un nuovo account su ownCloud, ti basta fare clic sul collegamento seguente:
\n{link}",
"Welcome, you can create your account below." => "Benvenuto, puoi creare il tuo account qui sotto.",
"Username" => "Nome utente",
diff --git a/l10n/ja.js b/l10n/ja.js
index 5e84f53..2f672a4 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "登録",
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
- "There is already a pending registration with this email" : "このメールアドレスで保留中の登録がすでに存在します",
- "There is an existing user with this email" : "このメールアドレスのユーザーがすでに存在します",
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
+ "There is an existing user with this email" : "このメールアドレスのユーザーがすでに存在します",
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." : "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
diff --git a/l10n/ja.json b/l10n/ja.json
index a6e706d..57ec2c7 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "登録",
"Email address you entered is not valid" : "入力されたメールアドレスが正しくありません",
- "There is already a pending registration with this email" : "このメールアドレスで保留中の登録がすでに存在します",
- "There is an existing user with this email" : "このメールアドレスのユーザーがすでに存在します",
"Verify your ownCloud registration request" : "ownCloud 登録リクエストを確認してください",
+ "There is an existing user with this email" : "このメールアドレスのユーザーがすでに存在します",
"Verification email successfully sent." : "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." : "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." : "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
diff --git a/l10n/ja.php b/l10n/ja.php
index 0013236..20ff4a3 100644
--- a/l10n/ja.php
+++ b/l10n/ja.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "登録",
"Email address you entered is not valid" => "入力されたメールアドレスが正しくありません",
-"There is already a pending registration with this email" => "このメールアドレスで保留中の登録がすでに存在します",
-"There is an existing user with this email" => "このメールアドレスのユーザーがすでに存在します",
"Verify your ownCloud registration request" => "ownCloud 登録リクエストを確認してください",
+"There is an existing user with this email" => "このメールアドレスのユーザーがすでに存在します",
"Verification email successfully sent." => "確認メールを送信しました。",
"Invalid verification URL. No registration request with this verification URL is found." => "確認URLが不正です。この確認URLに紐付く登録リクエストは、ありません。",
"Unable to create user, there are problems with user backend." => "ユーザーを作成できません。バックエンドのユーザー管理システムに問題があります。",
diff --git a/l10n/ko.js b/l10n/ko.js
index 5ccc9aa..ef23c04 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "등록",
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
- "There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
- "There is an existing user with this email" : "같은 이메일을 사용하는 사용자가 이미 존재함",
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
+ "There is an existing user with this email" : "같은 이메일을 사용하는 사용자가 이미 존재함",
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
"Unable to create user, there are problems with user backend." : "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
diff --git a/l10n/ko.json b/l10n/ko.json
index cda47d7..86c1271 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "등록",
"Email address you entered is not valid" : "입력한 이메일 주소가 올바르지 않음",
- "There is already a pending registration with this email" : "입력한 이메일 주소로 가입 대기 중",
- "There is an existing user with this email" : "같은 이메일을 사용하는 사용자가 이미 존재함",
"Verify your ownCloud registration request" : "ownCloud 가입 요청 확인",
+ "There is an existing user with this email" : "같은 이메일을 사용하는 사용자가 이미 존재함",
"Verification email successfully sent." : "확인 이메일을 보냈습니다.",
"Invalid verification URL. No registration request with this verification URL is found." : "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
"Unable to create user, there are problems with user backend." : "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
diff --git a/l10n/ko.php b/l10n/ko.php
index b39d504..e618b46 100644
--- a/l10n/ko.php
+++ b/l10n/ko.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "등록",
"Email address you entered is not valid" => "입력한 이메일 주소가 올바르지 않음",
-"There is already a pending registration with this email" => "입력한 이메일 주소로 가입 대기 중",
-"There is an existing user with this email" => "같은 이메일을 사용하는 사용자가 이미 존재함",
"Verify your ownCloud registration request" => "ownCloud 가입 요청 확인",
+"There is an existing user with this email" => "같은 이메일을 사용하는 사용자가 이미 존재함",
"Verification email successfully sent." => "확인 이메일을 보냈습니다.",
"Invalid verification URL. No registration request with this verification URL is found." => "확인 URL이 잘못되었습니다. 이 확인 URL과 연결된 가입 요청이 없습니다.",
"Unable to create user, there are problems with user backend." => "사용자 백엔드 오류로 사용자를 등록할 수 없습니다.",
diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js
index 270854a..fe964f0 100644
--- a/l10n/nb_NO.js
+++ b/l10n/nb_NO.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registrer",
"Email address you entered is not valid" : "E-postadressen som du la enn er ikke gyldig",
- "There is already a pending registration with this email" : "Det finnes allerede en ventende registrering med denne e-postadressen",
- "There is an existing user with this email" : "Det finnes allerede en bruker med denne epost-adressen",
"Verify your ownCloud registration request" : "Verifiser din forespørsel om ownCloud-registrering",
+ "There is an existing user with this email" : "Det finnes allerede en bruker med denne epost-adressen",
"Verification email successfully sent." : "Verifiserings-epost sendt.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig URL for verifisering. Ingen registreringsforespørsel ble funnet med denne URL",
"Unable to create user, there are problems with user backend." : "Kan ikke opprette bruker; det er problemer med bruker-serveren.",
diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json
index 55e4ac9..9d9989a 100644
--- a/l10n/nb_NO.json
+++ b/l10n/nb_NO.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registrer",
"Email address you entered is not valid" : "E-postadressen som du la enn er ikke gyldig",
- "There is already a pending registration with this email" : "Det finnes allerede en ventende registrering med denne e-postadressen",
- "There is an existing user with this email" : "Det finnes allerede en bruker med denne epost-adressen",
"Verify your ownCloud registration request" : "Verifiser din forespørsel om ownCloud-registrering",
+ "There is an existing user with this email" : "Det finnes allerede en bruker med denne epost-adressen",
"Verification email successfully sent." : "Verifiserings-epost sendt.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ugyldig URL for verifisering. Ingen registreringsforespørsel ble funnet med denne URL",
"Unable to create user, there are problems with user backend." : "Kan ikke opprette bruker; det er problemer med bruker-serveren.",
diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php
index 5d205ff..4390b5d 100644
--- a/l10n/nb_NO.php
+++ b/l10n/nb_NO.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registrer",
"Email address you entered is not valid" => "E-postadressen som du la enn er ikke gyldig",
-"There is already a pending registration with this email" => "Det finnes allerede en ventende registrering med denne e-postadressen",
-"There is an existing user with this email" => "Det finnes allerede en bruker med denne epost-adressen",
"Verify your ownCloud registration request" => "Verifiser din forespørsel om ownCloud-registrering",
+"There is an existing user with this email" => "Det finnes allerede en bruker med denne epost-adressen",
"Verification email successfully sent." => "Verifiserings-epost sendt.",
"Invalid verification URL. No registration request with this verification URL is found." => "Ugyldig URL for verifisering. Ingen registreringsforespørsel ble funnet med denne URL",
"Unable to create user, there are problems with user backend." => "Kan ikke opprette bruker; det er problemer med bruker-serveren.",
diff --git a/l10n/nl.js b/l10n/nl.js
index 8dde339..f748166 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registreren",
"Email address you entered is not valid" : "Het e-mailadres dat u heeft ingevuld is niet geldig",
- "There is already a pending registration with this email" : "Er is al een registratie met dit e-mailadres in behandeling",
- "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres",
"Verify your ownCloud registration request" : "Controleer uw ownCloud registratie verzoek",
+ "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres",
"Verification email successfully sent." : "Verificatie e-mailbericht succesvol verstuurd.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ongeldige verificatie URL. Er is geen aanvraag voor registratie met deze URL gevonden.",
"Unable to create user, there are problems with user backend." : "Kan gebruikersaccount niet creëren, er zijn problemen met gebruiker's backend.",
diff --git a/l10n/nl.json b/l10n/nl.json
index 31f6f05..c46cebf 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registreren",
"Email address you entered is not valid" : "Het e-mailadres dat u heeft ingevuld is niet geldig",
- "There is already a pending registration with this email" : "Er is al een registratie met dit e-mailadres in behandeling",
- "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres",
"Verify your ownCloud registration request" : "Controleer uw ownCloud registratie verzoek",
+ "There is an existing user with this email" : "Er is al een gebruiker met dit e-mailadres",
"Verification email successfully sent." : "Verificatie e-mailbericht succesvol verstuurd.",
"Invalid verification URL. No registration request with this verification URL is found." : "Ongeldige verificatie URL. Er is geen aanvraag voor registratie met deze URL gevonden.",
"Unable to create user, there are problems with user backend." : "Kan gebruikersaccount niet creëren, er zijn problemen met gebruiker's backend.",
diff --git a/l10n/nl.php b/l10n/nl.php
index 5584859..d66d7be 100644
--- a/l10n/nl.php
+++ b/l10n/nl.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registreren",
"Email address you entered is not valid" => "Het e-mailadres dat u heeft ingevuld is niet geldig",
-"There is already a pending registration with this email" => "Er is al een registratie met dit e-mailadres in behandeling",
-"There is an existing user with this email" => "Er is al een gebruiker met dit e-mailadres",
"Verify your ownCloud registration request" => "Controleer uw ownCloud registratie verzoek",
+"There is an existing user with this email" => "Er is al een gebruiker met dit e-mailadres",
"Verification email successfully sent." => "Verificatie e-mailbericht succesvol verstuurd.",
"Invalid verification URL. No registration request with this verification URL is found." => "Ongeldige verificatie URL. Er is geen aanvraag voor registratie met deze URL gevonden.",
"Unable to create user, there are problems with user backend." => "Kan gebruikersaccount niet creëren, er zijn problemen met gebruiker's backend.",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index bdd06e4..94a798f 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registrar",
"Email address you entered is not valid" : "O endereço de email que você forneceu é inválido",
- "There is already a pending registration with this email" : "Já existe um registro pendente com este email",
- "There is an existing user with this email" : "Existe um usuário com este email",
"Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ",
+ "There is an existing user with this email" : "Existe um usuário com este email",
"Verification email successfully sent." : "Verificação de email enviado com sucesso.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.",
"Unable to create user, there are problems with user backend." : "Não é possível criar usuário, há problemas com backend do usuário.",
@@ -17,6 +16,9 @@ OC.L10N.register(
"Registration" : "Registro",
"Default group that all registered users belong" : "Grupo padrão que todos os usuários registrados pertencem",
"None" : "Nenhum",
+ "Allowed domains for registration" : "Domínios permitidos para o registo",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Digite uma lista separada por ponto e vírgula de domínios permitidos. Exemplo: owncloud.com; github.com",
+ "Registration is only allowed for following domains:" : "O registo só é permitido para os seguintes domínios:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Para criar uma nova conta no ownCloud, basta clicar no link a seguir:
\n{link}",
"Welcome, you can create your account below." : "Bem-vindo, você pode criar sua conta abaixo.",
"Username" : "Nome de Usuário",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 89b3659..2c9e431 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registrar",
"Email address you entered is not valid" : "O endereço de email que você forneceu é inválido",
- "There is already a pending registration with this email" : "Já existe um registro pendente com este email",
- "There is an existing user with this email" : "Existe um usuário com este email",
"Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ",
+ "There is an existing user with this email" : "Existe um usuário com este email",
"Verification email successfully sent." : "Verificação de email enviado com sucesso.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.",
"Unable to create user, there are problems with user backend." : "Não é possível criar usuário, há problemas com backend do usuário.",
@@ -15,6 +14,9 @@
"Registration" : "Registro",
"Default group that all registered users belong" : "Grupo padrão que todos os usuários registrados pertencem",
"None" : "Nenhum",
+ "Allowed domains for registration" : "Domínios permitidos para o registo",
+ "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Digite uma lista separada por ponto e vírgula de domínios permitidos. Exemplo: owncloud.com; github.com",
+ "Registration is only allowed for following domains:" : "O registo só é permitido para os seguintes domínios:",
"To create a new account on ownCloud, just click the following link:
\n{link}" : "Para criar uma nova conta no ownCloud, basta clicar no link a seguir:
\n{link}",
"Welcome, you can create your account below." : "Bem-vindo, você pode criar sua conta abaixo.",
"Username" : "Nome de Usuário",
diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php
index 00b7540..1abc56d 100644
--- a/l10n/pt_BR.php
+++ b/l10n/pt_BR.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registrar",
"Email address you entered is not valid" => "O endereço de email que você forneceu é inválido",
-"There is already a pending registration with this email" => "Já existe um registro pendente com este email",
-"There is an existing user with this email" => "Existe um usuário com este email",
"Verify your ownCloud registration request" => "Verifique seu pedido de registro no ownCloud ",
+"There is an existing user with this email" => "Existe um usuário com este email",
"Verification email successfully sent." => "Verificação de email enviado com sucesso.",
"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificação inválido. Nenhum pedido de registro com este URL de verificação foi encontrado.",
"Unable to create user, there are problems with user backend." => "Não é possível criar usuário, há problemas com backend do usuário.",
@@ -16,6 +15,9 @@ $TRANSLATIONS = array(
"Registration" => "Registro",
"Default group that all registered users belong" => "Grupo padrão que todos os usuários registrados pertencem",
"None" => "Nenhum",
+"Allowed domains for registration" => "Domínios permitidos para o registo",
+"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "Digite uma lista separada por ponto e vírgula de domínios permitidos. Exemplo: owncloud.com; github.com",
+"Registration is only allowed for following domains:" => "O registo só é permitido para os seguintes domínios:",
"To create a new account on ownCloud, just click the following link:
\n{link}" => "Para criar uma nova conta no ownCloud, basta clicar no link a seguir:
\n{link}",
"Welcome, you can create your account below." => "Bem-vindo, você pode criar sua conta abaixo.",
"Username" => "Nome de Usuário",
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
index 7e3d81f..1691e90 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Registar",
"Email address you entered is not valid" : "O endereço de correio eletrónico introduzido é inválido",
- "There is already a pending registration with this email" : "Já existe um registo pendente com este correio eletrónico",
- "There is an existing user with this email" : "Já existe um utilizador com este correio eletrónico",
"Verify your ownCloud registration request" : "Verifique o seu pedido de registo na ownCloud",
+ "There is an existing user with this email" : "Já existe um utilizador com este correio eletrónico",
"Verification email successfully sent." : "Mensagem de verificação enviada com sucesso.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválido. Não foi encontrado nenhum pedido de registo com este URL de verificação.",
"Unable to create user, there are problems with user backend." : "Não é possível criar o utilizador, existem problemas com a interface do utilizador.",
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
index d2b59c6..455317a 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Registar",
"Email address you entered is not valid" : "O endereço de correio eletrónico introduzido é inválido",
- "There is already a pending registration with this email" : "Já existe um registo pendente com este correio eletrónico",
- "There is an existing user with this email" : "Já existe um utilizador com este correio eletrónico",
"Verify your ownCloud registration request" : "Verifique o seu pedido de registo na ownCloud",
+ "There is an existing user with this email" : "Já existe um utilizador com este correio eletrónico",
"Verification email successfully sent." : "Mensagem de verificação enviada com sucesso.",
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificação inválido. Não foi encontrado nenhum pedido de registo com este URL de verificação.",
"Unable to create user, there are problems with user backend." : "Não é possível criar o utilizador, existem problemas com a interface do utilizador.",
diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php
index 36d0176..d48bf05 100644
--- a/l10n/pt_PT.php
+++ b/l10n/pt_PT.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Registar",
"Email address you entered is not valid" => "O endereço de correio eletrónico introduzido é inválido",
-"There is already a pending registration with this email" => "Já existe um registo pendente com este correio eletrónico",
-"There is an existing user with this email" => "Já existe um utilizador com este correio eletrónico",
"Verify your ownCloud registration request" => "Verifique o seu pedido de registo na ownCloud",
+"There is an existing user with this email" => "Já existe um utilizador com este correio eletrónico",
"Verification email successfully sent." => "Mensagem de verificação enviada com sucesso.",
"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificação inválido. Não foi encontrado nenhum pedido de registo com este URL de verificação.",
"Unable to create user, there are problems with user backend." => "Não é possível criar o utilizador, existem problemas com a interface do utilizador.",
diff --git a/l10n/ru.js b/l10n/ru.js
index e886498..a7f3b09 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Регистрация",
"Email address you entered is not valid" : "Указанный вами адрес email недействителен",
- "There is already a pending registration with this email" : "Уже есть запрос на регистрацию с этим адресом email.",
- "There is an existing user with this email" : "Пользователь с указанным адресом email уже существует",
"Verify your ownCloud registration request" : "Подтвердите запрос на регистрацию в ownCloud",
+ "There is an existing user with this email" : "Пользователь с указанным адресом email уже существует",
"Verification email successfully sent." : "Проверочное письмо успешно отправлено.",
"Invalid verification URL. No registration request with this verification URL is found." : "Недействительный проверочный URL. Запросов на регистрацию с таким проверочным URL не найдено.",
"Unable to create user, there are problems with user backend." : "Невозможно создать учетную запись, возникли проблемы с пользовательской частью.",
diff --git a/l10n/ru.json b/l10n/ru.json
index 4338117..680f005 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Регистрация",
"Email address you entered is not valid" : "Указанный вами адрес email недействителен",
- "There is already a pending registration with this email" : "Уже есть запрос на регистрацию с этим адресом email.",
- "There is an existing user with this email" : "Пользователь с указанным адресом email уже существует",
"Verify your ownCloud registration request" : "Подтвердите запрос на регистрацию в ownCloud",
+ "There is an existing user with this email" : "Пользователь с указанным адресом email уже существует",
"Verification email successfully sent." : "Проверочное письмо успешно отправлено.",
"Invalid verification URL. No registration request with this verification URL is found." : "Недействительный проверочный URL. Запросов на регистрацию с таким проверочным URL не найдено.",
"Unable to create user, there are problems with user backend." : "Невозможно создать учетную запись, возникли проблемы с пользовательской частью.",
diff --git a/l10n/ru.php b/l10n/ru.php
index 0753955..e5aaf2d 100644
--- a/l10n/ru.php
+++ b/l10n/ru.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Регистрация",
"Email address you entered is not valid" => "Указанный вами адрес email недействителен",
-"There is already a pending registration with this email" => "Уже есть запрос на регистрацию с этим адресом email.",
-"There is an existing user with this email" => "Пользователь с указанным адресом email уже существует",
"Verify your ownCloud registration request" => "Подтвердите запрос на регистрацию в ownCloud",
+"There is an existing user with this email" => "Пользователь с указанным адресом email уже существует",
"Verification email successfully sent." => "Проверочное письмо успешно отправлено.",
"Invalid verification URL. No registration request with this verification URL is found." => "Недействительный проверочный URL. Запросов на регистрацию с таким проверочным URL не найдено.",
"Unable to create user, there are problems with user backend." => "Невозможно создать учетную запись, возникли проблемы с пользовательской частью.",
diff --git a/l10n/sk_SK.js b/l10n/sk_SK.js
index e90ba33..6f0a621 100644
--- a/l10n/sk_SK.js
+++ b/l10n/sk_SK.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Zaregistrovať sa",
"Email address you entered is not valid" : "Zadaná emailová adresa nie je správna",
- "There is already a pending registration with this email" : "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
- "There is an existing user with this email" : "Používateľ s touto emailovou adresou už existuje",
"Verify your ownCloud registration request" : "Overte svoju požiadavku na registráciu do ownCloud",
+ "There is an existing user with this email" : "Používateľ s touto emailovou adresou už existuje",
"Verification email successfully sent." : "Overovací email bol úspešne odoslaný.",
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
"Unable to create user, there are problems with user backend." : "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
diff --git a/l10n/sk_SK.json b/l10n/sk_SK.json
index df5b336..e86650a 100644
--- a/l10n/sk_SK.json
+++ b/l10n/sk_SK.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Zaregistrovať sa",
"Email address you entered is not valid" : "Zadaná emailová adresa nie je správna",
- "There is already a pending registration with this email" : "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
- "There is an existing user with this email" : "Používateľ s touto emailovou adresou už existuje",
"Verify your ownCloud registration request" : "Overte svoju požiadavku na registráciu do ownCloud",
+ "There is an existing user with this email" : "Používateľ s touto emailovou adresou už existuje",
"Verification email successfully sent." : "Overovací email bol úspešne odoslaný.",
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
"Unable to create user, there are problems with user backend." : "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php
index 0424bbd..d8da12e 100644
--- a/l10n/sk_SK.php
+++ b/l10n/sk_SK.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Zaregistrovať sa",
"Email address you entered is not valid" => "Zadaná emailová adresa nie je správna",
-"There is already a pending registration with this email" => "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
-"There is an existing user with this email" => "Používateľ s touto emailovou adresou už existuje",
"Verify your ownCloud registration request" => "Overte svoju požiadavku na registráciu do ownCloud",
+"There is an existing user with this email" => "Používateľ s touto emailovou adresou už existuje",
"Verification email successfully sent." => "Overovací email bol úspešne odoslaný.",
"Invalid verification URL. No registration request with this verification URL is found." => "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
"Unable to create user, there are problems with user backend." => "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
diff --git a/l10n/sr.js b/l10n/sr.js
index c42504d..0647bc5 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Региструј се",
"Email address you entered is not valid" : "Е-адреса коју сте унели није исправна",
- "There is already a pending registration with this email" : "Већ постоји започет поступак регистрације са том е-адресом",
- "There is an existing user with this email" : "Постоји корисник са овом е-адресом",
"Verify your ownCloud registration request" : "Потврдите свој захтев за оунКлауд регистрацију ",
+ "There is an existing user with this email" : "Постоји корисник са овом е-адресом",
"Verification email successfully sent." : "Порука за потврду је успешно послата",
"Invalid verification URL. No registration request with this verification URL is found." : "Неисправан УРЛ за потврду. Ниједан захтев за регистрацију са овим УРЛ-ом није пронађен.",
"Unable to create user, there are problems with user backend." : "Не могу да створим корисника. Постоји проблем са позадином за корисника.",
diff --git a/l10n/sr.json b/l10n/sr.json
index 91508b2..08248af 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Региструј се",
"Email address you entered is not valid" : "Е-адреса коју сте унели није исправна",
- "There is already a pending registration with this email" : "Већ постоји започет поступак регистрације са том е-адресом",
- "There is an existing user with this email" : "Постоји корисник са овом е-адресом",
"Verify your ownCloud registration request" : "Потврдите свој захтев за оунКлауд регистрацију ",
+ "There is an existing user with this email" : "Постоји корисник са овом е-адресом",
"Verification email successfully sent." : "Порука за потврду је успешно послата",
"Invalid verification URL. No registration request with this verification URL is found." : "Неисправан УРЛ за потврду. Ниједан захтев за регистрацију са овим УРЛ-ом није пронађен.",
"Unable to create user, there are problems with user backend." : "Не могу да створим корисника. Постоји проблем са позадином за корисника.",
diff --git a/l10n/sr.php b/l10n/sr.php
index 051914a..beeee7b 100644
--- a/l10n/sr.php
+++ b/l10n/sr.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Региструј се",
"Email address you entered is not valid" => "Е-адреса коју сте унели није исправна",
-"There is already a pending registration with this email" => "Већ постоји започет поступак регистрације са том е-адресом",
-"There is an existing user with this email" => "Постоји корисник са овом е-адресом",
"Verify your ownCloud registration request" => "Потврдите свој захтев за оунКлауд регистрацију ",
+"There is an existing user with this email" => "Постоји корисник са овом е-адресом",
"Verification email successfully sent." => "Порука за потврду је успешно послата",
"Invalid verification URL. No registration request with this verification URL is found." => "Неисправан УРЛ за потврду. Ниједан захтев за регистрацију са овим УРЛ-ом није пронађен.",
"Unable to create user, there are problems with user backend." => "Не могу да створим корисника. Постоји проблем са позадином за корисника.",
diff --git a/l10n/th_TH.js b/l10n/th_TH.js
index 4d69f74..196e79d 100644
--- a/l10n/th_TH.js
+++ b/l10n/th_TH.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "สมัครสมาชิก",
"Email address you entered is not valid" : "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง",
- "There is already a pending registration with this email" : "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน",
- "There is an existing user with this email" : "มีคนใช้อีเมลนี้ไปแล้ว",
"Verify your ownCloud registration request" : "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ",
+ "There is an existing user with this email" : "มีคนใช้อีเมลนี้ไปแล้ว",
"Verification email successfully sent." : "ส่งอีเมลยืนยันเรียบร้อยแล้ว",
"Invalid verification URL. No registration request with this verification URL is found." : "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน",
"Unable to create user, there are problems with user backend." : "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้",
diff --git a/l10n/th_TH.json b/l10n/th_TH.json
index 9c4ecaa..e55fd50 100644
--- a/l10n/th_TH.json
+++ b/l10n/th_TH.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "สมัครสมาชิก",
"Email address you entered is not valid" : "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง",
- "There is already a pending registration with this email" : "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน",
- "There is an existing user with this email" : "มีคนใช้อีเมลนี้ไปแล้ว",
"Verify your ownCloud registration request" : "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ",
+ "There is an existing user with this email" : "มีคนใช้อีเมลนี้ไปแล้ว",
"Verification email successfully sent." : "ส่งอีเมลยืนยันเรียบร้อยแล้ว",
"Invalid verification URL. No registration request with this verification URL is found." : "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน",
"Unable to create user, there are problems with user backend." : "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้",
diff --git a/l10n/th_TH.php b/l10n/th_TH.php
index 34c53ff..41c0d56 100644
--- a/l10n/th_TH.php
+++ b/l10n/th_TH.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "สมัครสมาชิก",
"Email address you entered is not valid" => "ที่อยู่อีเมลที่คุณป้อนไม่ถูกต้อง",
-"There is already a pending registration with this email" => "อีเมลนี้ยังอยู่ในขั้นตอนการลงทะเบียน",
-"There is an existing user with this email" => "มีคนใช้อีเมลนี้ไปแล้ว",
"Verify your ownCloud registration request" => "ตรวจสอบคำขอลงทะเบียน ownCloud ของคุณ",
+"There is an existing user with this email" => "มีคนใช้อีเมลนี้ไปแล้ว",
"Verification email successfully sent." => "ส่งอีเมลยืนยันเรียบร้อยแล้ว",
"Invalid verification URL. No registration request with this verification URL is found." => "ตรวจสอบ URL ไม่ถูกต้องไม่มีคำขอการลงทะเบียน",
"Unable to create user, there are problems with user backend." => "ไม่สามารถสร้างผู้ใช้ที่มีปัญหาเกี่ยวกับแบ็กเอนด์ของผู้ใช้",
diff --git a/l10n/tr.js b/l10n/tr.js
index 983f050..c5a9647 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -3,9 +3,8 @@ OC.L10N.register(
{
"Register" : "Kaydol",
"Email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
- "There is already a pending registration with this email" : "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
- "There is an existing user with this email" : "Bu e-posta ile zaten bir kullanıcı mevcut",
"Verify your ownCloud registration request" : "ownCloud kayıt talebinizi doğrulayın",
+ "There is an existing user with this email" : "Bu e-posta ile zaten bir kullanıcı mevcut",
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
"Invalid verification URL. No registration request with this verification URL is found." : "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"Unable to create user, there are problems with user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
diff --git a/l10n/tr.json b/l10n/tr.json
index c65bdff..ba2468c 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,9 +1,8 @@
{ "translations": {
"Register" : "Kaydol",
"Email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
- "There is already a pending registration with this email" : "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
- "There is an existing user with this email" : "Bu e-posta ile zaten bir kullanıcı mevcut",
"Verify your ownCloud registration request" : "ownCloud kayıt talebinizi doğrulayın",
+ "There is an existing user with this email" : "Bu e-posta ile zaten bir kullanıcı mevcut",
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
"Invalid verification URL. No registration request with this verification URL is found." : "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"Unable to create user, there are problems with user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
diff --git a/l10n/tr.php b/l10n/tr.php
index fd31ccf..77a1b9e 100644
--- a/l10n/tr.php
+++ b/l10n/tr.php
@@ -2,9 +2,8 @@
$TRANSLATIONS = array(
"Register" => "Kaydol",
"Email address you entered is not valid" => "Girdiğiniz e-posta adresi geçerli değil",
-"There is already a pending registration with this email" => "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
-"There is an existing user with this email" => "Bu e-posta ile zaten bir kullanıcı mevcut",
"Verify your ownCloud registration request" => "ownCloud kayıt talebinizi doğrulayın",
+"There is an existing user with this email" => "Bu e-posta ile zaten bir kullanıcı mevcut",
"Verification email successfully sent." => "Doğrulama e-postası başarıyla gönderildi.",
"Invalid verification URL. No registration request with this verification URL is found." => "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
"Unable to create user, there are problems with user backend." => "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",