diff --git a/l10n/de_DE.js b/l10n/de_DE.js index e7d4514..7c1a4be 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -9,6 +9,7 @@ OC.L10N.register( "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.", + "Unable to set user email: " : "E-Mailadresse des Benutzers konnte nicht gespeichert werden:", "Failed to delete pending registration request" : "Das Löschen der in Bearbeitung befindlichen Registrierungsanfrage ist fehlgeschlagen", "Your account has been successfully created, you can log in now." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.", "Your settings have been updated." : "Ihre Einstellungen wurden aktualisiert.", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 3515472..fa9d3ad 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -7,6 +7,7 @@ "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.", + "Unable to set user email: " : "E-Mailadresse des Benutzers konnte nicht gespeichert werden:", "Failed to delete pending registration request" : "Das Löschen der in Bearbeitung befindlichen Registrierungsanfrage ist fehlgeschlagen", "Your account has been successfully created, you can log in now." : "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.", "Your settings have been updated." : "Ihre Einstellungen wurden aktualisiert.", diff --git a/l10n/de_DE.php b/l10n/de_DE.php index 072eaf1..867fd8a 100644 --- a/l10n/de_DE.php +++ b/l10n/de_DE.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "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.", +"Unable to set user email: " => "E-Mailadresse des Benutzers konnte nicht gespeichert werden:", "Failed to delete pending registration request" => "Das Löschen der in Bearbeitung befindlichen Registrierungsanfrage ist fehlgeschlagen", "Your account has been successfully created, you can log in now." => "Ihr Konto wurde erfolgreich erstellt, Sie können sich jetzt anmelden.", "Your settings have been updated." => "Ihre Einstellungen wurden aktualisiert.", diff --git a/l10n/it.js b/l10n/it.js index 22c7647..a028f4d 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -9,6 +9,7 @@ OC.L10N.register( "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.", + "Unable to set user email: " : "Impossibile impostare l'indirizzo email dell'utente:", "Failed to delete pending registration request" : "L'eliminazione della richiesta di registrazione in corso non è riuscita", "Your account has been successfully created, you can log in now." : "Il tuo account è stato creato correttamente, ora puoi effettuare l'accesso.", "Your settings have been updated." : "Le tue impostazioni sono state aggiornate.", diff --git a/l10n/it.json b/l10n/it.json index e78d3e0..426fb52 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -7,6 +7,7 @@ "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.", + "Unable to set user email: " : "Impossibile impostare l'indirizzo email dell'utente:", "Failed to delete pending registration request" : "L'eliminazione della richiesta di registrazione in corso non è riuscita", "Your account has been successfully created, you can log in now." : "Il tuo account è stato creato correttamente, ora puoi effettuare l'accesso.", "Your settings have been updated." : "Le tue impostazioni sono state aggiornate.", diff --git a/l10n/it.php b/l10n/it.php index 1aa51fe..db94f0d 100644 --- a/l10n/it.php +++ b/l10n/it.php @@ -8,6 +8,7 @@ $TRANSLATIONS = array( "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.", +"Unable to set user email: " => "Impossibile impostare l'indirizzo email dell'utente:", "Failed to delete pending registration request" => "L'eliminazione della richiesta di registrazione in corso non è riuscita", "Your account has been successfully created, you can log in now." => "Il tuo account è stato creato correttamente, ora puoi effettuare l'accesso.", "Your settings have been updated." => "Le tue impostazioni sono state aggiornate.", diff --git a/l10n/sk_SK.js b/l10n/sk_SK.js index 54232fd..e90ba33 100644 --- a/l10n/sk_SK.js +++ b/l10n/sk_SK.js @@ -4,16 +4,19 @@ 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", "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.", + "Failed to delete pending registration request" : "Zlyhalo zmazanie čakajúcich žiadostí na registráciu", "Your account has been successfully created, you can log in now." : "Váš účet bol vytvorený, teraz sa môžete prihlásiť.", "Your settings have been updated." : "Vaše nastavenia boli aktualizované.", "No such group" : "Takáto skupina neexistuje", "Registration" : "Registrácia", "Default group that all registered users belong" : "Základná skupina pre všetkých novo zaregistrovaných používateľov", "None" : "Žiadny", + "To create a new account on ownCloud, just click the following link:

\n{link}" : "Pre vytvorenie nového účtu v ownCloude kliknite na nasledujúci odkaz:

\n{link}", "Welcome, you can create your account below." : "Vitajte. Účet si môžete založiť nižšie.", "Username" : "Používateľské meno", "Password" : "Heslo", diff --git a/l10n/sk_SK.json b/l10n/sk_SK.json index 9f53388..df5b336 100644 --- a/l10n/sk_SK.json +++ b/l10n/sk_SK.json @@ -2,16 +2,19 @@ "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", "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.", + "Failed to delete pending registration request" : "Zlyhalo zmazanie čakajúcich žiadostí na registráciu", "Your account has been successfully created, you can log in now." : "Váš účet bol vytvorený, teraz sa môžete prihlásiť.", "Your settings have been updated." : "Vaše nastavenia boli aktualizované.", "No such group" : "Takáto skupina neexistuje", "Registration" : "Registrácia", "Default group that all registered users belong" : "Základná skupina pre všetkých novo zaregistrovaných používateľov", "None" : "Žiadny", + "To create a new account on ownCloud, just click the following link:

\n{link}" : "Pre vytvorenie nového účtu v ownCloude kliknite na nasledujúci odkaz:

\n{link}", "Welcome, you can create your account below." : "Vitajte. Účet si môžete založiť nižšie.", "Username" : "Používateľské meno", "Password" : "Heslo", diff --git a/l10n/sk_SK.php b/l10n/sk_SK.php index 3365038..0424bbd 100644 --- a/l10n/sk_SK.php +++ b/l10n/sk_SK.php @@ -3,16 +3,19 @@ $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", "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.", +"Failed to delete pending registration request" => "Zlyhalo zmazanie čakajúcich žiadostí na registráciu", "Your account has been successfully created, you can log in now." => "Váš účet bol vytvorený, teraz sa môžete prihlásiť.", "Your settings have been updated." => "Vaše nastavenia boli aktualizované.", "No such group" => "Takáto skupina neexistuje", "Registration" => "Registrácia", "Default group that all registered users belong" => "Základná skupina pre všetkých novo zaregistrovaných používateľov", "None" => "Žiadny", +"To create a new account on ownCloud, just click the following link:

\n{link}" => "Pre vytvorenie nového účtu v ownCloude kliknite na nasledujúci odkaz:

\n{link}", "Welcome, you can create your account below." => "Vitajte. Účet si môžete založiť nižšie.", "Username" => "Používateľské meno", "Password" => "Heslo",