[tx-robot] updated from transifex
This commit is contained in:
parent
01adb837f6
commit
36465d85b9
|
|
@ -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 <a href=\"{login}\">log in now</a>." : "Nyní se můžete <a href=\"{login}\">přihlásit</a>.",
|
||||
"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.",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{login}\">log in now</a>." : "Nyní se můžete <a href=\"{login}\">přihlásit</a>.",
|
||||
"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.",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{login}\">log in now</a>." => "Nyní se můžete <a href=\"{login}\">přihlásit</a>.",
|
||||
"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.",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{login}\">log in now</a>." : "Du kan <a href=\"{login}\">logge inn nå</a>.",
|
||||
"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 <a href=\"{link}\">log in now</a>." : "Kontoen din er blitt opprettet. Du kan <a href=\"{link}\">logge inn nå</a>.",
|
||||
"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:<br/><br/>\n<a href=\"{link}\">{link}</a>" : "Klkk denne lenken for å opprette en ny konto på ownCloud:<br/><br/>\n<a href=\"{link}\">{link}</a>",
|
||||
"Welcome, you can create your account below." : "Velkommen, du kan opprette kontoen din nedenfor.",
|
||||
"Username" : "Brukernavn",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{login}\">log in now</a>." : "Du kan <a href=\"{login}\">logge inn nå</a>.",
|
||||
"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 <a href=\"{link}\">log in now</a>." : "Kontoen din er blitt opprettet. Du kan <a href=\"{link}\">logge inn nå</a>.",
|
||||
"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:<br/><br/>\n<a href=\"{link}\">{link}</a>" : "Klkk denne lenken for å opprette en ny konto på ownCloud:<br/><br/>\n<a href=\"{link}\">{link}</a>",
|
||||
"Welcome, you can create your account below." : "Velkommen, du kan opprette kontoen din nedenfor.",
|
||||
"Username" : "Brukernavn",
|
||||
|
|
|
|||
|
|
@ -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 <a href=\"{login}\">log in now</a>." => "Du kan <a href=\"{login}\">logge inn nå</a>.",
|
||||
"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 <a href=\"{link}\">log in now</a>." => "Kontoen din er blitt opprettet. Du kan <a href=\"{link}\">logge inn nå</a>.",
|
||||
"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:<br/><br/>\n<a href=\"{link}\">{link}</a>" => "Klkk denne lenken for å opprette en ny konto på ownCloud:<br/><br/>\n<a href=\"{link}\">{link}</a>",
|
||||
"Welcome, you can create your account below." => "Velkommen, du kan opprette kontoen din nedenfor.",
|
||||
"Username" => "Brukernavn",
|
||||
|
|
|
|||
Loading…
Reference in New Issue