[tx-robot] updated from transifex
This commit is contained in:
parent
988c938d36
commit
6d4e04142f
|
|
@ -6,6 +6,8 @@ OC.L10N.register(
|
||||||
"Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding",
|
"Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.",
|
"A problem occurred sending email, please contact your administrator." : "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "En bruger har allerede benyttet denne e-mail - måske fordi du allerede har en konto?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Du kan <a href=\"{login}\">logge ind nu</a>.",
|
||||||
"Verification email successfully sent." : "Bekræftelse er blevet sendt med 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.",
|
"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.",
|
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
"Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding",
|
"Verify your ownCloud registration request" : "Verificér din forespørgsel om ownCloud-tilmelding",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.",
|
"A problem occurred sending email, please contact your administrator." : "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "En bruger har allerede benyttet denne e-mail - måske fordi du allerede har en konto?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Du kan <a href=\"{login}\">logge ind nu</a>.",
|
||||||
"Verification email successfully sent." : "Bekræftelse er blevet sendt med 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.",
|
"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.",
|
"Unable to create user, there are problems with user backend." : "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ $TRANSLATIONS = array(
|
||||||
"Verify your ownCloud registration request" => "Verificér din forespørgsel om ownCloud-tilmelding",
|
"Verify your ownCloud registration request" => "Verificér din forespørgsel om ownCloud-tilmelding",
|
||||||
"A problem occurred sending email, please contact your administrator." => "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.",
|
"A problem occurred sending email, please contact your administrator." => "Der opstod et problem ved afsendelse af e-mail. Kontakt venligst din administrator.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Der findes allerede en afventende tilmelding med denne e-mail. Der er blevet sendt en ny bekræftelse per e-mail til denne adresse.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" => "En bruger har allerede benyttet denne e-mail - måske fordi du allerede har en konto?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." => "Du kan <a href=\"{login}\">logge ind nu</a>.",
|
||||||
"Verification email successfully sent." => "Bekræftelse er blevet sendt med 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.",
|
"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.",
|
"Unable to create user, there are problems with user backend." => "Kan ikke oprette bruger - der er problemer med bruger-backend.",
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ OC.L10N.register(
|
||||||
"Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö",
|
"Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.",
|
"A problem occurred sending email, please contact your administrator." : "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "Tämä sähköpostiosoite on jo jonkun käyttäjän käytössä. Oletko varma, ettei sinulla ole jo tunnusta tähän ownCloudiin?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Voit <a href=\"{login}\">kirjautua sisään</a> nyt.",
|
||||||
"Verification email successfully sent." : "Vahvistussähköposti lähetettiin onnistuneesti.",
|
"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öä.",
|
"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.",
|
"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.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
"Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö",
|
"Verify your ownCloud registration request" : "Vahvista ownCloud-rekisteröintipyyntö",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.",
|
"A problem occurred sending email, please contact your administrator." : "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "Tämä sähköpostiosoite on jo jonkun käyttäjän käytössä. Oletko varma, ettei sinulla ole jo tunnusta tähän ownCloudiin?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Voit <a href=\"{login}\">kirjautua sisään</a> nyt.",
|
||||||
"Verification email successfully sent." : "Vahvistussähköposti lähetettiin onnistuneesti.",
|
"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öä.",
|
"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.",
|
"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.",
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ $TRANSLATIONS = array(
|
||||||
"Verify your ownCloud registration request" => "Vahvista ownCloud-rekisteröintipyyntö",
|
"Verify your ownCloud registration request" => "Vahvista ownCloud-rekisteröintipyyntö",
|
||||||
"A problem occurred sending email, please contact your administrator." => "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.",
|
"A problem occurred sending email, please contact your administrator." => "Sähköpostia lähettäessä tapahtui virhe. Ole yhteydessä ylläpitoon.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Tällä sähköpostiosoitteella on jo olemassa oleva rekisteröintipyyntö. Uusi vahvistusviesti on lähetetty sähköpostitse.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" => "Tämä sähköpostiosoite on jo jonkun käyttäjän käytössä. Oletko varma, ettei sinulla ole jo tunnusta tähän ownCloudiin?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." => "Voit <a href=\"{login}\">kirjautua sisään</a> nyt.",
|
||||||
"Verification email successfully sent." => "Vahvistussähköposti lähetettiin onnistuneesti.",
|
"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öä.",
|
"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.",
|
"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.",
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ OC.L10N.register(
|
||||||
"Verify your ownCloud registration request" : "Verifica la tua richiesta di registrazione a ownCloud",
|
"Verify your ownCloud registration request" : "Verifica la tua richiesta di registrazione a ownCloud",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
|
"A problem occurred sending email, please contact your administrator." : "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "Un utente ha già registrato questa email, forse hai già un account?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Ora puoi <a href=\"{login}\">accedere</a>.",
|
||||||
"Verification email successfully sent." : "Email di verifica inviata correttamente.",
|
"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.",
|
"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 create user, there are problems with user backend." : "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
"Verify your ownCloud registration request" : "Verifica la tua richiesta di registrazione a ownCloud",
|
"Verify your ownCloud registration request" : "Verifica la tua richiesta di registrazione a ownCloud",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
|
"A problem occurred sending email, please contact your administrator." : "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "Un utente ha già registrato questa email, forse hai già un account?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Ora puoi <a href=\"{login}\">accedere</a>.",
|
||||||
"Verification email successfully sent." : "Email di verifica inviata correttamente.",
|
"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.",
|
"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 create user, there are problems with user backend." : "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ $TRANSLATIONS = array(
|
||||||
"Verify your ownCloud registration request" => "Verifica la tua richiesta di registrazione a ownCloud",
|
"Verify your ownCloud registration request" => "Verifica la tua richiesta di registrazione a ownCloud",
|
||||||
"A problem occurred sending email, please contact your administrator." => "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
|
"A problem occurred sending email, please contact your administrator." => "Si è verificato un problema durante l'invio della email, contatta il tuo amministratore.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." => "C'è già una registrazione in corso con questa email, un nuovo messaggio di verifica è stato inviato all'indirizzo.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" => "Un utente ha già registrato questa email, forse hai già un account?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." => "Ora puoi <a href=\"{login}\">accedere</a>.",
|
||||||
"Verification email successfully sent." => "Email di verifica inviata correttamente.",
|
"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.",
|
"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 create user, there are problems with user backend." => "Impossibile creare l'utente, ci sono problemi con il motore degli utenti.",
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ OC.L10N.register(
|
||||||
"Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ",
|
"Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.",
|
"A problem occurred sending email, please contact your administrator." : "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "Um usuário já está usando este email, talvez você já possua uma conta?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Você pode <a href=\"{login}\">se conectar agora</a>.",
|
||||||
"Verification email successfully sent." : "Verificação de email enviado com sucesso.",
|
"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.",
|
"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.",
|
"Unable to create user, there are problems with user backend." : "Não é possível criar usuário, há problemas com backend do usuário.",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
"Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ",
|
"Verify your ownCloud registration request" : "Verifique seu pedido de registro no ownCloud ",
|
||||||
"A problem occurred sending email, please contact your administrator." : "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.",
|
"A problem occurred sending email, please contact your administrator." : "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" : "Um usuário já está usando este email, talvez você já possua uma conta?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." : "Você pode <a href=\"{login}\">se conectar agora</a>.",
|
||||||
"Verification email successfully sent." : "Verificação de email enviado com sucesso.",
|
"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.",
|
"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.",
|
"Unable to create user, there are problems with user backend." : "Não é possível criar usuário, há problemas com backend do usuário.",
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ $TRANSLATIONS = array(
|
||||||
"Verify your ownCloud registration request" => "Verifique seu pedido de registro no ownCloud ",
|
"Verify your ownCloud registration request" => "Verifique seu pedido de registro no ownCloud ",
|
||||||
"A problem occurred sending email, please contact your administrator." => "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.",
|
"A problem occurred sending email, please contact your administrator." => "Ocorreu um problema ao enviar um e-mail, por favor, contate o administrador.",
|
||||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
|
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Já existe um registro pendente com este e-mail, um novo e-mail de verificação foi enviado para o endereço.",
|
||||||
|
"A user has already taken this email, maybe you already have an account?" => "Um usuário já está usando este email, talvez você já possua uma conta?",
|
||||||
|
"You can <a href=\"{login}\">log in now</a>." => "Você pode <a href=\"{login}\">se conectar agora</a>.",
|
||||||
"Verification email successfully sent." => "Verificação de email enviado com sucesso.",
|
"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.",
|
"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.",
|
"Unable to create user, there are problems with user backend." => "Não é possível criar usuário, há problemas com backend do usuário.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue