diff options
author | W1lkins <wilkins@linux.com> | 2018-07-29 23:11:31 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-07-29 20:29:07 -0700 |
commit | efd64d842d82404612baef58d9debe1af7515a66 (patch) | |
tree | 16f6383636c6e76e77def53ea554b6e4d9014335 | |
parent | f88b8bdc31891b41f68263f8f7fcf0e24f8d4d96 (diff) |
Change 'entered' to 'enter'
32 files changed, 32 insertions, 32 deletions
diff --git a/app/Controller/PasswordResetController.php b/app/Controller/PasswordResetController.php index cc0755ca..2427c0b4 100644 --- a/app/Controller/PasswordResetController.php +++ b/app/Controller/PasswordResetController.php @@ -120,7 +120,7 @@ class PasswordResetController extends BaseController $this->flash->success(t('A link to reset your password has been sent by email.')); } else { - $this->flash->failure(t('Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?')); + $this->flash->failure(t('Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?')); } } diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index a4a5a730..23136b19 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Ovo korisničko ime je zauzeto', 'A link to reset your password has been sent by email.' => 'Veza za obnovu šifre je poslana email-om.', 'Your profile must have a valid email address.' => 'Profil mora imati validnu email adresu.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Nažalost, nismo u mogćnosti obnoviti vašu šifru. Da li si upisao ispravno korisničko ime? Da li imaš email adresu u profilu?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Nažalost, nismo u mogćnosti obnoviti vašu šifru. Da li si upisao ispravno korisničko ime? Da li imaš email adresu u profilu?', 'TRL - Turkish Lira' => 'TRL - Turska Lira', 'The project email is optional and could be used by several plugins.' => 'Email projekta je prizvoljan i može biti korišten od strane dodataka.', 'The project email must be unique across all projects' => 'Email projekta mora biti jedinstven za svaki projekat', diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php index abf83637..ad0b9063 100644 --- a/app/Locale/ca_ES/translations.php +++ b/app/Locale/ca_ES/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Aquest nom d\'usuari ja està en ús', 'A link to reset your password has been sent by email.' => 'S\'ha enviat per correu eletrònic un enllaç per restablir la contrasenya.', 'Your profile must have a valid email address.' => 'El teu perfil ha de tenir una adreça de correu electrònic vàlida.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Per desgràcia, no som capaços de restablir la contrasenya. ¿S\'ha introduït un nom d\'usuari vàlid? Té una adreça de correu electrònic en el seu perfil?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Per desgràcia, no som capaços de restablir la contrasenya. ¿S\'ha introduït un nom d\'usuari vàlid? Té una adreça de correu electrònic en el seu perfil?', 'TRL - Turkish Lira' => 'TRL - Lira turca', 'The project email is optional and could be used by several plugins.' => 'El correu electrònic del projecte és opcional i pot ser utilitzat per diversos connectors.', 'The project email must be unique across all projects' => 'El correu electrònic del projecte ha de ser únic en tots els projectes', diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index e6f314e6..db931ef7 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 9a6bbbaf..6f30a625 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Brugernavn optaget', 'A link to reset your password has been sent by email.' => 'Henvisning til nulstilling af kodeord er sendt via e-post.', 'Your profile must have a valid email address.' => 'Profil skal have gyldig e-post adresse.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Kan ikke nulstille adgangskode. Er brugernavn gyldigt? Er der e-post adresse tilknyttet profil?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Kan ikke nulstille adgangskode. Er brugernavn gyldigt? Er der e-post adresse tilknyttet profil?', 'TRL - Turkish Lira' => 'TRL - tyrkisk lire', 'The project email is optional and could be used by several plugins.' => 'Projekt e-post adresse valgfri og kan bruges af flere udvidelses-moduler.', 'The project email must be unique across all projects' => 'Projekt e-post adresse skal være unik på tværs af projekter', diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index dbdcae04..e2ce0133 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Dieser Benutzername ist bereits vergeben', 'A link to reset your password has been sent by email.' => 'Ein Link zum Zurücksetzen Ihres Passworts wurde per E-Mail gesendet.', 'Your profile must have a valid email address.' => 'Ihr Profil muss eine gültige E-Mail-Adresse haben.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Leider können wir Ihr Passwort nicht zurücksetzen. Haben Sie einen gültigen Benutzernamen eingegeben? Haben Sie eine E-Mail-Adresse in Ihrem Profil?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Leider können wir Ihr Passwort nicht zurücksetzen. Haben Sie einen gültigen Benutzernamen eingegeben? Haben Sie eine E-Mail-Adresse in Ihrem Profil?', 'TRL - Turkish Lira' => 'TRL - Türkische Lira', 'The project email is optional and could be used by several plugins.' => 'Die Projekt-E-Mail ist optional und kann von mehreren Plugins verwendet werden.', 'The project email must be unique across all projects' => 'Die Projekt-E-Mail muss für alle Projekte eindeutig sein', diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index f61dab97..05b1a99c 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index d24b6cf8..f367fb62 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Este nombre de usuario ya está en uso', 'A link to reset your password has been sent by email.' => 'Se ha enviado por correo electrónico un enlace para restablecer su contraseña.', 'Your profile must have a valid email address.' => 'Su perfil debe tener una dirección de email válido.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Desafortunadamente, no nos es posible reiniciar su contraseña. ¿Usted introdujo un usuario válido?, ¿Usted tiene una dirección de email válida en su perfil?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Desafortunadamente, no nos es posible reiniciar su contraseña. ¿Usted introdujo un usuario válido?, ¿Usted tiene una dirección de email válida en su perfil?', 'TRL - Turkish Lira' => 'TRL - Lira Turca', 'The project email is optional and could be used by several plugins.' => 'El email del proyecto es opcional y podría ser usado por varios plugins', 'The project email must be unique across all projects' => 'El email del proyecto debe ser único entre todos los proyectos', diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index df0d4b84..14e2e2ef 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 79d37a32..b5591178 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Ce nom d\'utilisateur est déjà pris', 'A link to reset your password has been sent by email.' => 'Un lien pour réinitialiser votre mot de passe a été envoyé par email.', 'Your profile must have a valid email address.' => 'Votre profil doit avoir une adresse e-mail valide.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Malheureusement, nous ne pouvons pas réinitialiser votre mot de passe. Avez-vous saisi un nom d\'utilisateur valide ? Avez-vous une adresse e-mail dans votre profil ?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Malheureusement, nous ne pouvons pas réinitialiser votre mot de passe. Avez-vous saisi un nom d\'utilisateur valide ? Avez-vous une adresse e-mail dans votre profil ?', 'TRL - Turkish Lira' => 'TRL - Livre turque', 'The project email is optional and could be used by several plugins.' => 'L\'adresse email d\'un projet est optionnelle et pourrait être utilisée par plusieurs extensions.', 'The project email must be unique across all projects' => 'L\'adresse email d\'un projet doit être unique pour tous les projets', diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index e4e75876..d0222a5a 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index be6178a0..70332cc6 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Ez a felhasználónév már foglalt', 'A link to reset your password has been sent by email.' => 'A jelszó visszaállításához szükséges hivatkozás elküldésre került e-mailben.', 'Your profile must have a valid email address.' => 'A profiljának érvényes e-mail címmel kell rendelkeznie.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Sajnálatos módon nem tudjuk visszaállítani a jelszavát. Érvényes felhasználónevet adott meg? Van e-mail cím a profiljában?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Sajnálatos módon nem tudjuk visszaállítani a jelszavát. Érvényes felhasználónevet adott meg? Van e-mail cím a profiljában?', 'TRL - Turkish Lira' => 'TRL - török líra', 'The project email is optional and could be used by several plugins.' => 'A projekt e-mail elhagyható, és több bővítmény is használhatja.', 'The project email must be unique across all projects' => 'A projekt e-mailnek egyedinek kell lennie a projektek között', diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index 95e3b406..61be5026 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index a871181e..7eb89cbe 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 908e68cb..9b8aea41 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'このユーザー名はすでに使用されています', 'A link to reset your password has been sent by email.' => 'パスワードをリセットするリンクをメールで送信しました', 'Your profile must have a valid email address.' => 'プロフィールには有効なメールアドレスが必要です', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'パスワードをリセットできません。有効なユーザー名を入力しましたか?または、あなたのプロフィールにメールアドレスを登録していますか?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'パスワードをリセットできません。有効なユーザー名を入力しましたか?または、あなたのプロフィールにメールアドレスを登録していますか?', // 'TRL - Turkish Lira' => '', 'The project email is optional and could be used by several plugins.' => 'プロジェクトのEメールはオプション/複数のプラグインで使用可能', 'The project email must be unique across all projects' => 'プロジェクトのEメールはすべてのプロジェクトでユ一意である必要があります', diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 3627ddeb..1e97dcd3 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 19914d67..8e2d84f2 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index 701debf6..ed8a2986 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 3f01f399..5f04d53d 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index b54de4b9..709b8f66 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 247fe16a..bc2d8be5 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Este nome de usuário já está em uso', 'A link to reset your password has been sent by email.' => 'Um link para reiniciar sua senha foi enviado por e-mail.', 'Your profile must have a valid email address.' => 'Seu perfil precisa ter um endereço de e-mail válido.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Infelizmente, não foi possível reiniciar sua senha. Você digitou um usuário válido?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Infelizmente, não foi possível reiniciar sua senha. Você digitou um usuário válido?', 'TRL - Turkish Lira' => 'TRL - Lira turca', 'The project email is optional and could be used by several plugins.' => 'O e-mail do projeto é opcional e pode ser usado por diversos plugins.', 'The project email must be unique across all projects' => 'O e-mail do projeto deve ser exclusivo em relação aos demais os projetos', diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 6dc762dd..e3311adb 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Este nome de utilizador já está a ser utilizado', 'A link to reset your password has been sent by email.' => 'Um link para redefinir a sua password foi enviado por email.', 'Your profile must have a valid email address.' => 'O seu perfil deve ter um endereço de email válido.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Infelizmente, não conseguimos redefinir a sua password. Colocou um utilizador válido? Tem um endereço de email definido no seu perfil?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Infelizmente, não conseguimos redefinir a sua password. Colocou um utilizador válido? Tem um endereço de email definido no seu perfil?', 'TRL - Turkish Lira' => 'TRL - Lira Turca', 'The project email is optional and could be used by several plugins.' => 'O e-mail do projeto é opcional e pode ser usado por vários plugins.', 'The project email must be unique across all projects' => 'O e-mail do projeto tem de ser único em todos os projetos', diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index 7fc23305..80830c99 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Acest nume de utilizator a fost luat deja', 'A link to reset your password has been sent by email.' => 'Un link pentru resetarea parolei a fost trimis prin e-mail.', 'Your profile must have a valid email address.' => 'Profilul tău trebuie să aibă o adresă de e-mail validă.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Din păcate nu am putut reseta parola ta. Ai introdus un nume de utilizator valid? Ai o adresă de e-mail în profil?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Din păcate nu am putut reseta parola ta. Ai introdus un nume de utilizator valid? Ai o adresă de e-mail în profil?', 'TRL - Turkish Lira' => 'TRL - Liră turcească', 'The project email is optional and could be used by several plugins.' => 'E-mail-ul proiectului este opțional si ar putea fi folosit de mai multe extensii.', 'The project email must be unique across all projects' => 'E-mail-ul proiectului trebuie să fie diferit de toate celelalte proiecte.', diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index a887f7a6..13d16acd 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Это имя пользователя занято', 'A link to reset your password has been sent by email.' => 'Ссылка для сброса пароля была отправлена на ваш e-mail.', 'Your profile must have a valid email address.' => 'В вашем профиле должен быть указан корректный адрес e-mail.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'К сожалению, мы не смогли сбросить Ваш пароль. Возможно, Вы ошиблись при вводе имени пользователя или к аккаунту не привязан e-mail адрес.', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'К сожалению, мы не смогли сбросить Ваш пароль. Возможно, Вы ошиблись при вводе имени пользователя или к аккаунту не привязан e-mail адрес.', 'TRL - Turkish Lira' => 'TRL - Турецкая лира', 'The project email is optional and could be used by several plugins.' => 'E-mail проекта является необязательным атрибутом и может быть использован некоторыми плагинами', 'The project email must be unique across all projects' => 'E-mail проекта должен быть уникальным для каждого проекта', diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 385ec793..a231bb7b 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 4212c4c8..162646af 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index b83cfb1e..23c7e9ed 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1241,7 +1241,7 @@ return array( // 'This username is already taken' => '', // 'A link to reset your password has been sent by email.' => '', // 'Your profile must have a valid email address.' => '', - // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '', + // 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '', // 'TRL - Turkish Lira' => '', // 'The project email is optional and could be used by several plugins.' => '', // 'The project email must be unique across all projects' => '', diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 2fc3e6e7..5491c6a1 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Bu kullanıcı adı zaten alınmış', 'A link to reset your password has been sent by email.' => 'Parola sıfırlama linkini içeren mesaj ePosta adresinize gönderildi.', 'Your profile must have a valid email address.' => 'Profiliniz için geçerli bir ePosta adresi gerekiyor.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Malesef parolanızı sıfırlayamıyoruz. Kullanıcı adınızı doğru girdiniz mi? Profilinize kayıtlı ePosta adresiniz var mı?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Malesef parolanızı sıfırlayamıyoruz. Kullanıcı adınızı doğru girdiniz mi? Profilinize kayıtlı ePosta adresiniz var mı?', 'TRL - Turkish Lira' => 'TRL - Türk Lirası', 'The project email is optional and could be used by several plugins.' => 'Proje ePostası isteğe bağlıdır ve eklentiler tarafından kullanılabilir', 'The project email must be unique across all projects' => 'Proje e-postası tüm projelerde benzersiz olmalıdır.', diff --git a/app/Locale/uk_UA/translations.php b/app/Locale/uk_UA/translations.php index 882e0342..e3fb7f8b 100644 --- a/app/Locale/uk_UA/translations.php +++ b/app/Locale/uk_UA/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Цей логін вже зайнято', 'A link to reset your password has been sent by email.' => 'Посилання для скидання пароля було надіслано на ваш E-mail.', 'Your profile must have a valid email address.' => 'Ваш профіль повинен мати правильний E-mail.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'На жаль, не вдалося ', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'На жаль, не вдалося ', 'TRL - Turkish Lira' => 'TRL - Турецька ліра', 'The project email is optional and could be used by several plugins.' => 'E-mail проекту не є обов\'язковим і може використовуватися розширеннями.', 'The project email must be unique across all projects' => 'E-mail проекту має бути унікальним для всіх проектів', diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php index a1a05f2b..0ab24e9c 100644 --- a/app/Locale/vi_VN/translations.php +++ b/app/Locale/vi_VN/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Tên người dùng này đã được dùng', 'A link to reset your password has been sent by email.' => 'Một liên kết để đặt lại mật khẩu của bạn đã được gửi bằng email.', 'Your profile must have a valid email address.' => 'Tiểu sử của bạn phải có địa chỉ email hợp lệ.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Thật không may, chúng tôi không thể đặt lại mật khẩu của bạn. Bạn đã nhập một tên người dùng hợp lệ? Bạn có địa chỉ email trong hồ sơ của bạn không? ', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'Thật không may, chúng tôi không thể đặt lại mật khẩu của bạn. Bạn đã nhập một tên người dùng hợp lệ? Bạn có địa chỉ email trong hồ sơ của bạn không? ', 'TRL - Turkish Lira' => 'TRL - Lira Thổ Nhĩ Kỳ', 'The project email is optional and could be used by several plugins.' => 'Email dự án là tùy chọn và có thể được sử dụng bởi một số plugin.', 'The project email must be unique across all projects' => 'Email của dự án phải là duy nhất trong tất cả các dự án', diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 25e11def..b9cd18b7 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => '该用户名已被占用', 'A link to reset your password has been sent by email.' => '密码重置链接已发送到邮箱。', 'Your profile must have a valid email address.' => '个人资料必须有一个有效email地址。', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '抱歉,无法重置你的密码。请确认输入正确的用户名或email地址?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '抱歉,无法重置你的密码。请确认输入正确的用户名或email地址?', 'TRL - Turkish Lira' => '土耳其里拉', 'The project email is optional and could be used by several plugins.' => '项目邮件地址可选,适用于插件。', 'The project email must be unique across all projects' => '项目邮件地址必须全局唯一', diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php index 6d88000f..a1f762d4 100644 --- a/app/Locale/zh_TW/translations.php +++ b/app/Locale/zh_TW/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => '帳號名稱已被使用', 'A link to reset your password has been sent by email.' => '密碼重置連結已發送到郵件信箱。', 'Your profile must have a valid email address.' => '個人資料必須有一個有效email位址。', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '抱歉,無法重設你的密碼。請確認輸入正確的帳號或email位址?', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '抱歉,無法重設你的密碼。請確認輸入正確的帳號或email位址?', 'TRL - Turkish Lira' => '土耳其里拉', 'The project email is optional and could be used by several plugins.' => '專案郵件位址可選,使用於插件。', 'The project email must be unique across all projects' => '專案郵件地址必須全域唯一', |