diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js index 4d2d956..7f94c2d 100644 --- a/l10n/cs_CZ.js +++ b/l10n/cs_CZ.js @@ -5,6 +5,8 @@ OC.L10N.register( "Email address you entered is not valid" : "Zadaná emailová adresa není správná", "Verify your ownCloud registration request" : "Ověřte svůj požadavek na registraci ownCloud", "A problem occurred sending email, please contact your administrator." : "Při odesílání emailu nastala chyba, kontaktujte prosím svého administrátora.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "Pro tuto emailovou adresu již byl otevřen požadavek na registraci, na zadanou emailovou adresu byl znovu odeslán ověřovací email.", + "A user has already taken this email, maybe you already have an account?" : "Tato emailová adresa je již použita, možná zde již máte účet?", "You can log in now." : "Nyní se můžete přihlásit.", "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.", diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json index 1a95dfe..64a8dc5 100644 --- a/l10n/cs_CZ.json +++ b/l10n/cs_CZ.json @@ -3,6 +3,8 @@ "Email address you entered is not valid" : "Zadaná emailová adresa není správná", "Verify your ownCloud registration request" : "Ověřte svůj požadavek na registraci ownCloud", "A problem occurred sending email, please contact your administrator." : "Při odesílání emailu nastala chyba, kontaktujte prosím svého administrátora.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "Pro tuto emailovou adresu již byl otevřen požadavek na registraci, na zadanou emailovou adresu byl znovu odeslán ověřovací email.", + "A user has already taken this email, maybe you already have an account?" : "Tato emailová adresa je již použita, možná zde již máte účet?", "You can log in now." : "Nyní se můžete přihlásit.", "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.", diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php index 001be11..cd2d8d1 100644 --- a/l10n/cs_CZ.php +++ b/l10n/cs_CZ.php @@ -4,6 +4,8 @@ $TRANSLATIONS = array( "Email address you entered is not valid" => "Zadaná emailová adresa není správná", "Verify your ownCloud registration request" => "Ověřte svůj požadavek na registraci ownCloud", "A problem occurred sending email, please contact your administrator." => "Při odesílání emailu nastala chyba, kontaktujte prosím svého administrátora.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Pro tuto emailovou adresu již byl otevřen požadavek na registraci, na zadanou emailovou adresu byl znovu odeslán ověřovací email.", +"A user has already taken this email, maybe you already have an account?" => "Tato emailová adresa je již použita, možná zde již máte účet?", "You can log in now." => "Nyní se můžete přihlásit.", "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.", diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js index fe964f0..8538ad1 100644 --- a/l10n/nb_NO.js +++ b/l10n/nb_NO.js @@ -4,10 +4,14 @@ OC.L10N.register( "Register" : "Registrer", "Email address you entered is not valid" : "E-postadressen som du la enn er ikke gyldig", "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", + "A problem occurred sending email, please contact your administrator." : "Et problem oppstod ved sending av mailen. Kontakt administratoren.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "Det finnes allerede en ventende registrering med denne e-postadressen. En ny verifiserings-epost er blitt sendt til adressen.", + "A user has already taken this email, maybe you already have an account?" : "En bruker har allerede valgt denne mail-adressen. Kanskje du har en konto allerede?", + "You can log in now." : "Du kan logge inn nå.", "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.", + "Unable to set user email: " : "Kan ikke sette brukerens e-post:", "Failed to delete pending registration request" : "Klarte ikke å slette utestående registreringsforespørsel", "Your account has been successfully created, you can log in now." : "Kontoen din er blitt opprettet. Du kan logge inn nå.", "Your settings have been updated." : "Innstillingene dine ble oppdatert.", @@ -15,6 +19,9 @@ OC.L10N.register( "Registration" : "Registrering", "Default group that all registered users belong" : "Standard gruppe som alle registrerte brukere er med i", "None" : "Ingen", + "Allowed domains for registration" : "Tillatte domener for registrering", + "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Legg inn en semikolon-separert liste av tillatte domener. Eksempel: owncloud.com;github.com", + "Registration is only allowed for following domains:" : "Registrering er tillatt kun for følgende domener:", "To create a new account on ownCloud, just click the following link:

\n{link}" : "Klkk denne lenken for å opprette en ny konto på ownCloud:

\n{link}", "Welcome, you can create your account below." : "Velkommen, du kan opprette kontoen din nedenfor.", "Username" : "Brukernavn", diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json index 9d9989a..8961e36 100644 --- a/l10n/nb_NO.json +++ b/l10n/nb_NO.json @@ -2,10 +2,14 @@ "Register" : "Registrer", "Email address you entered is not valid" : "E-postadressen som du la enn er ikke gyldig", "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", + "A problem occurred sending email, please contact your administrator." : "Et problem oppstod ved sending av mailen. Kontakt administratoren.", + "There is already a pending registration with this email, a new verification email has been sent to the address." : "Det finnes allerede en ventende registrering med denne e-postadressen. En ny verifiserings-epost er blitt sendt til adressen.", + "A user has already taken this email, maybe you already have an account?" : "En bruker har allerede valgt denne mail-adressen. Kanskje du har en konto allerede?", + "You can log in now." : "Du kan logge inn nå.", "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.", + "Unable to set user email: " : "Kan ikke sette brukerens e-post:", "Failed to delete pending registration request" : "Klarte ikke å slette utestående registreringsforespørsel", "Your account has been successfully created, you can log in now." : "Kontoen din er blitt opprettet. Du kan logge inn nå.", "Your settings have been updated." : "Innstillingene dine ble oppdatert.", @@ -13,6 +17,9 @@ "Registration" : "Registrering", "Default group that all registered users belong" : "Standard gruppe som alle registrerte brukere er med i", "None" : "Ingen", + "Allowed domains for registration" : "Tillatte domener for registrering", + "Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" : "Legg inn en semikolon-separert liste av tillatte domener. Eksempel: owncloud.com;github.com", + "Registration is only allowed for following domains:" : "Registrering er tillatt kun for følgende domener:", "To create a new account on ownCloud, just click the following link:

\n{link}" : "Klkk denne lenken for å opprette en ny konto på ownCloud:

\n{link}", "Welcome, you can create your account below." : "Velkommen, du kan opprette kontoen din nedenfor.", "Username" : "Brukernavn", diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php index 4390b5d..64a8d26 100644 --- a/l10n/nb_NO.php +++ b/l10n/nb_NO.php @@ -3,10 +3,14 @@ $TRANSLATIONS = array( "Register" => "Registrer", "Email address you entered is not valid" => "E-postadressen som du la enn er ikke gyldig", "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", +"A problem occurred sending email, please contact your administrator." => "Et problem oppstod ved sending av mailen. Kontakt administratoren.", +"There is already a pending registration with this email, a new verification email has been sent to the address." => "Det finnes allerede en ventende registrering med denne e-postadressen. En ny verifiserings-epost er blitt sendt til adressen.", +"A user has already taken this email, maybe you already have an account?" => "En bruker har allerede valgt denne mail-adressen. Kanskje du har en konto allerede?", +"You can log in now." => "Du kan logge inn nå.", "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.", +"Unable to set user email: " => "Kan ikke sette brukerens e-post:", "Failed to delete pending registration request" => "Klarte ikke å slette utestående registreringsforespørsel", "Your account has been successfully created, you can log in now." => "Kontoen din er blitt opprettet. Du kan logge inn nå.", "Your settings have been updated." => "Innstillingene dine ble oppdatert.", @@ -14,6 +18,9 @@ $TRANSLATIONS = array( "Registration" => "Registrering", "Default group that all registered users belong" => "Standard gruppe som alle registrerte brukere er med i", "None" => "Ingen", +"Allowed domains for registration" => "Tillatte domener for registrering", +"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com" => "Legg inn en semikolon-separert liste av tillatte domener. Eksempel: owncloud.com;github.com", +"Registration is only allowed for following domains:" => "Registrering er tillatt kun for følgende domener:", "To create a new account on ownCloud, just click the following link:

\n{link}" => "Klkk denne lenken for å opprette en ny konto på ownCloud:

\n{link}", "Welcome, you can create your account below." => "Velkommen, du kan opprette kontoen din nedenfor.", "Username" => "Brukernavn",