diff --git a/languages/bg.lang b/languages/bg.lang index 88d8b834..8522333d 100644 --- a/languages/bg.lang +++ b/languages/bg.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Е-мейл-а не е вал $PALANG['pCreate_mailbox_username_text_error3'] = 'Вие сте достигнали своя лимит за създаване на пощенски кутии!'; $PALANG['pCreate_mailbox_password_text'] = 'Парола за POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Пълно име'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Създай пощенска кутия'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Не мога да добавя пощенската кутия в таблицата! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Пощенската кутия бе успешно създадена и добавена в таблицата! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = 'Паролите, които сте $PALANG['change_password'] = 'Смени парола'; $PALANG['pPassword_result_error'] = 'Не мога да сменя паролата! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Паролата ви бе сменена успешно! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Админ-а беше модиф $PALANG['pUsersLogin_welcome'] = 'Потребителски вход за смяна на парола и alias-и.'; $PALANG['pUsersLogin_username_incorrect'] = 'Вашият логин не е правилен. Моля проверете за коректност на вашият е-мейл адрес!'; $PALANG['pUsersLogin_password_incorrect'] = 'Вашата парола не е правилна!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Автоматичен отговор'; $PALANG['pUsersMenu_edit_alias'] = 'Смяна на пренасочването'; diff --git a/languages/ca.lang b/languages/ca.lang index fc6f030c..3150e9ec 100644 --- a/languages/ca.lang +++ b/languages/ca.lang @@ -142,6 +142,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'L\'e-mail no és vàlido!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Has arribat al límit de creació de bústies!'; $PALANG['pCreate_mailbox_password_text'] = 'Contrasenya per a POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Nom complet'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Crear bústia'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Imposible afegir una bústia a la taula de bústies! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'La bústia ha estat afegida a la taula de bústies! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -169,6 +173,13 @@ $PALANG['pPassword_password_text_error'] = 'Les contrasenyes introduides no coin $PALANG['change_password'] = 'Canviar la contrasenya'; $PALANG['pPassword_result_error'] = 'Imposible canviar la contrasenya! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'La seva contrasenya ha estat canviada! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'L\'administrador ha estat modifica $PALANG['pUsersLogin_welcome'] = 'Login d\'usuaris per canviar la contrasenya i els àlies.'; $PALANG['pUsersLogin_username_incorrect'] = 'El seu login no és correcte. Asseguri\'s d\'haver introduït la seva adreça d\'e-mail com a login!'; $PALANG['pUsersLogin_password_incorrect'] = 'La seva contrasenya no és correcta!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Resposta automàtica'; $PALANG['pUsersMenu_edit_alias'] = 'Canviar la redirecció'; diff --git a/languages/cn.lang b/languages/cn.lang index 05a0808f..051179ae 100644 --- a/languages/cn.lang +++ b/languages/cn.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = '邮件非法!'; $PALANG['pCreate_mailbox_username_text_error3'] = '邮箱地址已经达到上限!'; $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP 密码'; $PALANG['pCreate_mailbox_name_text'] = '全名'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = '新建邮箱'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = '不能将邮箱增加到邮箱表中! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = '增加邮箱成功! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = '你两次输入的新密码不相同 $PALANG['change_password'] = '更改密码'; # XXX check text - should be 'Change Password' $PALANG['pPassword_result_error'] = '更改密码失败! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = '更改密码成功! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = '编辑域管理员成功! (%s)'; # $PALANG['pUsersLogin_welcome'] = '邮件用户从这里登录管理你的密码和别名.'; $PALANG['pUsersLogin_username_incorrect'] = '登录失败. 请确认你是使用你的邮箱地址登录!'; $PALANG['pUsersLogin_password_incorrect'] = '登录密码不正确!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = '自动回复'; $PALANG['pUsersMenu_edit_alias'] = '修改转发'; diff --git a/languages/cs.lang b/languages/cs.lang index 9ca4bc45..1e42ff71 100644 --- a/languages/cs.lang +++ b/languages/cs.lang @@ -151,6 +151,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Adresa není platná!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Dosáhli jste limitu, nemů¸ete vytvářet další schránky!'; $PALANG['pCreate_mailbox_password_text'] = 'Heslo pro POP3/IMAP/SMTP'; $PALANG['pCreate_mailbox_name_text'] = 'Celé jméno'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Odeslat uvítací email'; $PALANG['pCreate_mailbox_result_error'] = 'Vytvoření schránky %s selhalo!'; $PALANG['pCreate_mailbox_result_success'] = 'Schránka %s byla přidána do tabulky schránek!'; @@ -178,6 +182,13 @@ $PALANG['pPassword_password_text_error'] = 'Zadaná hesla jsou rozdílná nebo p $PALANG['change_password'] = 'Změna hesla'; $PALANG['pPassword_result_error'] = 'Nepodařilo se změnit heslo! (%s)'; $PALANG['pPassword_result_success'] = 'Heslo bylo změněno! (%s)'; +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Změnit / nastavit zprávu o nepřítomnosti'; $PALANG['pEdit_vacation_remove'] = 'Odstranit zprávu o nepřítomnosti'; @@ -303,6 +314,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administrátor %s byl upraven!'; $PALANG['pUsersLogin_welcome'] = 'Zde se přihlašují uživatelé pro změnu hesla, přesměrování nebo automatické odpovědi.'; $PALANG['pUsersLogin_username_incorrect'] = 'Nesprávné uživatelské jmeno. Přihlašujte se svojí emailovou adresou!'; $PALANG['pUsersLogin_password_incorrect'] = 'Nesprávné heslo!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatická odpověď'; $PALANG['pUsersMenu_edit_alias'] = 'Změna přesměrování'; diff --git a/languages/da.lang b/languages/da.lang index 9993d467..f9751f78 100644 --- a/languages/da.lang +++ b/languages/da.lang @@ -148,6 +148,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Emailadressen er ikke gyldig! $PALANG['pCreate_mailbox_username_text_error3'] = 'Du har nået grænsen for antallet af postbokse til domæne!'; $PALANG['pCreate_mailbox_password_text'] = 'Adgangskode til POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Fulde navn'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Send velkomsthilsen'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Kan ikke tilføje postboksen til postboks-tabellen! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Postboksen er tilføjet til postboks-tabellen! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -175,6 +179,13 @@ $PALANG['pPassword_password_text_error'] = 'Adgangskoderne er ikke ens! Eller er $PALANG['change_password'] = 'Ændr adgangskode'; $PALANG['pPassword_result_error'] = 'Kan ikke ændre adgangskoden! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Din adgangskode er ændret! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Ændr / Angiv autosvar'; $PALANG['pEdit_vacation_remove'] = 'Fjern autosvar'; @@ -300,6 +311,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administrator er rettet! (%s)'; # $PALANG['pUsersLogin_welcome'] = 'Postboksbruger: Log ind for at ændre adgangskode og videresending.'; $PALANG['pUsersLogin_username_incorrect'] = 'Dit brugernavn er forkert. Tjek at du bruger din emailadresse som brugernavn!'; $PALANG['pUsersLogin_password_incorrect'] = 'Din adgangskode er ikke korrekt!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Autosvar'; $PALANG['pUsersMenu_edit_alias'] = 'Redigér videresending'; diff --git a/languages/de.lang b/languages/de.lang index 439756db..ff80e27d 100644 --- a/languages/de.lang +++ b/languages/de.lang @@ -145,6 +145,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Die EMAIL ist nicht korrekt!' $PALANG['pCreate_mailbox_username_text_error3'] = 'Sie dürfen leider nicht mehr Mailboxen für diese Domain anlegen!'; $PALANG['pCreate_mailbox_password_text'] = 'Passwort für POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Vollständiger Name'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Begrüßungsmail senden'; $PALANG['pCreate_mailbox_result_error'] = 'Das Erstellen der Mailbox %s ist fehlgeschlagen'; $PALANG['pCreate_mailbox_result_success'] = 'Die Mailbox %s wurde in die Mailbox-Tabelle eingetragen.'; @@ -172,6 +176,13 @@ $PALANG['pPassword_password_text_error'] = 'Die beiden angegebenen Passwörter s $PALANG['change_password'] = 'Passwort ändern'; $PALANG['pPassword_result_error'] = 'Das Passwort für %s konnte nicht geändert werden'; $PALANG['pPassword_result_success'] = 'Das Passwort für %s wurde geändert.'; +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Automatische Antwort ändern / einrichten'; $PALANG['pEdit_vacation_remove'] = 'Automatische Antwort abschalten'; @@ -297,6 +308,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Der Admin %s wurde geändert.'; $PALANG['pUsersLogin_welcome'] = 'Benutzer bitte hier einloggen, um Weiterleitungen bzw. das Passwort zu ändern.'; $PALANG['pUsersLogin_username_incorrect'] = 'Falscher Login! Bitte benutzen Sie ihre Email-Adresse als Login'; $PALANG['pUsersLogin_password_incorrect'] = 'Falsches Passwort!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatische Antwort'; $PALANG['pUsersMenu_edit_alias'] = 'Weiterleitung ändern'; diff --git a/languages/es.lang b/languages/es.lang index fc27db64..ddb42aac 100644 --- a/languages/es.lang +++ b/languages/es.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = '¡El e-mail no es válido!'; $PALANG['pCreate_mailbox_username_text_error3'] = '¡Ha llegado al límite de creación de buzones!'; $PALANG['pCreate_mailbox_password_text'] = 'Contraseña para POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Nombre completo'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Enviar correo bienvenida'; $PALANG['pCreate_mailbox_result_error'] = '¡Imposible añadir un buzón a la tabla de buzones! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = '¡El buzón ha sido añadido a la tabla de buzones! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = '¡Las contraseñas introducidas no c $PALANG['change_password'] = 'Cambiar contraseña'; # XXX check text - should be 'Change Password' $PALANG['pPassword_result_error'] = '¡Imposible cambiar la contraseña! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = '¡Su contraseña ha sido cambiada! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Cambiar / Establecer mensaje de ausencia'; $PALANG['pEdit_vacation_remove'] = 'Quitar mensaje de ausencia'; @@ -293,6 +304,7 @@ $PALANG['pAdminEdit_admin_result_success'] = '¡El administrador ha sido modific $PALANG['pUsersLogin_welcome'] = 'Login de usuarios para cambiar la contraseña y alias.'; $PALANG['pUsersLogin_username_incorrect'] = 'Su login no es correcto. ¡Asegúrese de haber introducido su dirección de e-mail como login!'; $PALANG['pUsersLogin_password_incorrect'] = '¡Su contraseña no es correcta!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Respuesta automática'; $PALANG['pUsersMenu_edit_alias'] = 'Cambiar la redirección'; diff --git a/languages/et.lang b/languages/et.lang index 1891edb4..d9c20ecc 100644 --- a/languages/et.lang +++ b/languages/et.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-posti aadress pole kehtiv! $PALANG['pCreate_mailbox_username_text_error3'] = 'Oled kasutanud kogu postkastide arvu!'; $PALANG['pCreate_mailbox_password_text'] = 'Parool POP3/IMAP\'le'; $PALANG['pCreate_mailbox_name_text'] = 'Täielik nimi'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Loo postkast'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Postkasti lisamine tabelisse ebaõnnestus! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Postkast lisati postkastide tabelisse! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Sisestatud paroolid ei kattu! Või o $PALANG['change_password'] = 'Muuda parool'; $PALANG['pPassword_result_error'] = 'Parooli muutmine ebaõnnestus! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Parool on muudetud! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Haldaja on muudetud! (%s)'; # XXX $PALANG['pUsersLogin_welcome'] = 'Postkasti kasutaja sisse logimine muutmaks parooli ja aliast.'; $PALANG['pUsersLogin_username_incorrect'] = 'Kasutajanimi pole õige. Veendu, et sisestatud kasutajanimi on e-posti aadress!'; $PALANG['pUsersLogin_password_incorrect'] = 'Parool pole õige!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automaatne vastus'; $PALANG['pUsersMenu_edit_alias'] = 'Muuda edasisaatmist'; diff --git a/languages/eu.lang b/languages/eu.lang index 16a18e58..f073e1d9 100644 --- a/languages/eu.lang +++ b/languages/eu.lang @@ -141,6 +141,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-maila baliogabekoa da!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Postontzi sorkuntza mugara iritsi zara!'; $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP-entzat pasahitza'; $PALANG['pCreate_mailbox_name_text'] = 'Izen osoa'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Postontzia sortu'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Ezinezkoa postontzi taulara postontzia gehitzea! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Postontzia postontzi taulara sartu da! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -168,6 +172,13 @@ $PALANG['pPassword_password_text_error'] = 'Sarturiko pasahitzak ez datoz bat ed $PALANG['change_password'] = 'Pasahitza aldatu'; $PALANG['pPassword_result_error'] = 'Ezinezkoa pasahitza aldatzea! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Pasahitza aldatuta! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -290,6 +301,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Kudeatzailea aldatu da! (%s)'; # X $PALANG['pUsersLogin_welcome'] = 'Erabiltzaileen logina pasahitz eta aliasa aldatzeko.'; $PALANG['pUsersLogin_username_incorrect'] = 'Login okerra. Ziurta zaitez posta helbidea login gisa sartu duzula!'; $PALANG['pUsersLogin_password_incorrect'] = 'Pasahitz okerra!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Erantzun automatikoa'; $PALANG['pUsersMenu_edit_alias'] = 'Berbiderapen helbidea aldatu'; diff --git a/languages/fi.lang b/languages/fi.lang index eae5061b..179ee055 100644 --- a/languages/fi.lang +++ b/languages/fi.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Sähköpostiosoite ei ole oik $PALANG['pCreate_mailbox_username_text_error3'] = 'Postilaatikoiden maksimimäärä saavutettu!'; $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP salasana'; $PALANG['pCreate_mailbox_name_text'] = 'Koko nimi'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Luo postilaatikko'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Postilaatikon lisääminen ei onnistu! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Postilaatikko on lisätty! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Antamasi salasanat eivät täsmää! $PALANG['change_password'] = 'Vaihda salasana'; $PALANG['pPassword_result_error'] = 'Salasanan vaihto ei onnistunut! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Salasana vaihdettu! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Muuta / Aseta poissaoloviesti'; $PALANG['pEdit_vacation_remove'] = 'Poista poissaoloviesti'; $PALANG['pVacation_result_error'] = 'Automaattivastauksen asetuksia ei voitu päivittää! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Ylläpitäjän muokkaus onnistui! $PALANG['pUsersLogin_welcome'] = 'Salasanan vaihto.'; $PALANG['pUsersLogin_username_incorrect'] = 'Käyttäjätunnus tai salasana väärin!'; $PALANG['pUsersLogin_password_incorrect'] = 'Käyttäjätunnus tai salasana väärin!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automaattivastaus'; $PALANG['pUsersMenu_edit_alias'] = 'Muokkaa uudelleenohjausta'; diff --git a/languages/fo.lang b/languages/fo.lang index 4a95e15d..61f7b009 100644 --- a/languages/fo.lang +++ b/languages/fo.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-post adressan er ógyldug!' $PALANG['pCreate_mailbox_username_text_error3'] = 'Tú hevur nýtt tínum marki at stovna postkassar!'; $PALANG['pCreate_mailbox_password_text'] = 'Loyniorð til POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Fult navn'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Stovna postkassa'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Fái ikki stovnað postkassa! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Postkassin er stovnaður! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Loyniorðini tú skrivaði samsvara $PALANG['change_password'] = 'Broyt loyniorð'; $PALANG['pPassword_result_error'] = 'Fái ikki broytt títt loyniorð! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Títt loyniorð er broytt! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Umsitari er broyttur! (%s)'; # XXX $PALANG['pUsersLogin_welcome'] = 'Postkassa brúkarar loggi inn fyri at broyta loyniorð, víðarisending ella frítíðarboð.'; $PALANG['pUsersLogin_username_incorrect'] = 'Títt login er skeivt. Minst til at logga inn við tíni e-post adressu!'; $PALANG['pUsersLogin_password_incorrect'] = 'Títt loyniorð er skeivt!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Frítíðarboð'; $PALANG['pUsersMenu_edit_alias'] = 'Broyt víðarisending'; diff --git a/languages/hr.lang b/languages/hr.lang index dd1d1c63..5ffc9d8b 100644 --- a/languages/hr.lang +++ b/languages/hr.lang @@ -142,6 +142,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Adresa e-pošte nije pravilna $PALANG['pCreate_mailbox_username_text_error3'] = 'Dostigli ste vaš limit poštanskih ormarića!'; $PALANG['pCreate_mailbox_password_text'] = 'Lozinka za POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Puno ime'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Stvori poštanski ormarić'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Poštanski ormarić nije moguče stvoriti! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Poštanski ormarić je uspješno stvoren! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -169,6 +173,13 @@ $PALANG['pPassword_password_text_error'] = 'Unešene lozinke se ne podudaraju il $PALANG['change_password'] = 'Promijeni lozinku'; $PALANG['pPassword_result_error'] = 'Lozinku nije bilo moguče promijeniti! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Lozinka je uspješno promijenjena! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -290,6 +301,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Admininstrator je uspješno promje $PALANG['pUsersLogin_welcome'] = 'Korisnici poštanskih ormarića ukoliko želite promjeniti lozinku ili aliase.'; $PALANG['pUsersLogin_username_incorrect'] = 'Korisničko ime nije pravilno! Morate upotrijebiti adresu vaše e-pošte!'; $PALANG['pUsersLogin_password_incorrect'] = 'Lozinka nije pravilna!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Obavijest o odsutnosti'; $PALANG['pUsersMenu_edit_alias'] = 'Promijeni preusmjerenje'; diff --git a/languages/hu.lang b/languages/hu.lang index 9bad083e..93cc275f 100644 --- a/languages/hu.lang +++ b/languages/hu.lang @@ -145,6 +145,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Érvénytelen EMAIL !'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Elérted a maximális postafiók számot!'; $PALANG['pCreate_mailbox_password_text'] = 'Jelszó a POP3/IMAP -hoz'; $PALANG['pCreate_mailbox_name_text'] = 'Teljes név'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Postafiók létrehozása'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Nemsikerült a postafiókot felvenni a mailbox adatbázis táblába! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'A postafiókot sikeresen felvettük a mailbox adatbázis táblába! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -172,6 +176,13 @@ $PALANG['pPassword_password_text_error'] = 'A beírt jelszavak nem egyeznek! Vag $PALANG['change_password'] = 'Jelszó megváltoztatása'; $PALANG['pPassword_result_error'] = 'Nemsikerült megváltoztatni a jelszavad! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'A jelszavad megváltozott! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Nem vagyok elérhatő üzenet módosítás / beállítás'; $PALANG['pEdit_vacation_remove'] = 'Nem vagyok elérhatő üzenet törlése'; @@ -297,6 +308,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Az Admin módosítása megtörtén $PALANG['pUsersLogin_welcome'] = 'A felhasználók ezen a felületen tudnak bejelentkezni a levelezõ rendszerbe a saját felhasználó nevükkel (azaz email címükkel) és itt tudják megváltoztatni az aliasokat, stb..'; # XXX check/beautify - was split in two lines before $PALANG['pUsersLogin_username_incorrect'] = 'Nem megfelelõ a Login (email) cím! Kérlek pontosítsd!'; $PALANG['pUsersLogin_password_incorrect'] = 'Nem megfelelõ a jelszavad!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatikus Válasz'; $PALANG['pUsersMenu_edit_alias'] = 'Átirányítás beállítása'; diff --git a/languages/is.lang b/languages/is.lang index 82fbf45c..b5d5e63f 100644 --- a/languages/is.lang +++ b/languages/is.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Netfangið er ekki til!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Þú hefur stofnað þau póstholf sem þú hefur heimild til!'; $PALANG['pCreate_mailbox_password_text'] = 'Lykilorð til að opna POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Fullt nafn'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Stofna pósthólf'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Get ekki bætt við pósthólfi í mailbox töfluna! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Pósthólfinu hefur verið bætt við mailbox töfluna! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Lykilorðin sem þú gafst upp passa $PALANG['change_password'] = 'Breyta lykilorði'; $PALANG['pPassword_result_error'] = 'Get ekki breytt lykilorði! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Lykilorðinu hefur verið breytt! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Kerfisstjórinn hefur verið breyt $PALANG['pUsersLogin_welcome'] = 'Pósthólf notenda til að tengjast svo hægt er að breyta lykilorði eða alias.'; $PALANG['pUsersLogin_username_incorrect'] = 'Innskráning þín er röng, gaktu úr skugga um að þú tengist með réttu póstfangi (email address)!'; $PALANG['pUsersLogin_password_incorrect'] = 'Lykilorð þitt er rangt!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Sjálfvirk svörun'; $PALANG['pUsersMenu_edit_alias'] = 'Breyta áframsendingu'; diff --git a/languages/it.lang b/languages/it.lang index c0276da5..6ac63e7d 100644 --- a/languages/it.lang +++ b/languages/it.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'L\'indirizzo EMAIL non è val $PALANG['pCreate_mailbox_username_text_error3'] = 'Hai raggiunto il limite per creare caselle di posta!'; $PALANG['pCreate_mailbox_password_text'] = 'Password per POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Nome completo'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Crea casella di posta'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Impossibile aggiungere la casella di posta alla tabella delle caselle di posta! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'La casella di posta è stata aggiunta alla tabella! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = 'Le password che hai fornito non sono $PALANG['change_password'] = 'Cambia Password'; # XXX check text - should be 'Change Password' $PALANG['pPassword_result_error'] = 'Impossibile cambiare password! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'La tua password è stata modificata! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Cambia / inserisci messaggio'; $PALANG['pEdit_vacation_remove'] = 'Rimuovi messaggio'; $PALANG['pVacation_result_error'] = 'Impossibile registrare le modifiche! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'L\'amministratore è stato modific $PALANG['pUsersLogin_welcome'] = 'Gli utenti di caselle di posta devono entrare qui per modificare le proprie opzioni.'; $PALANG['pUsersLogin_username_incorrect'] = 'Il tuo nome utente non è corretto. Assicurati di avere inserito il tuo indirizzo email!'; $PALANG['pUsersLogin_password_incorrect'] = 'La tua password non è corretta!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Risposta automatica'; $PALANG['pUsersMenu_edit_alias'] = 'Cambia il tuo inoltro'; diff --git a/languages/ja.lang b/languages/ja.lang index 6fd7df66..984ab32e 100644 --- a/languages/ja.lang +++ b/languages/ja.lang @@ -145,6 +145,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'メールアドレスが無 $PALANG['pCreate_mailbox_username_text_error3'] = 'メールアドレスの制限数に達しました。'; $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAPのパスワード'; $PALANG['pCreate_mailbox_name_text'] = 'フルネーム'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'ようこそメールの送信'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'メールアドレスを追加できません! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'メールアドレスを追加しました。 (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -172,6 +176,13 @@ $PALANG['pPassword_password_text_error'] = 'パスワードが一致しません $PALANG['change_password'] = 'パスワード変更'; $PALANG['pPassword_result_error'] = 'パスワードを変更できません! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'パスワードを変更しました。 (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'メッセージ変更/設定'; $PALANG['pEdit_vacation_remove'] = 'メッセージ解除'; @@ -297,6 +308,7 @@ $PALANG['pAdminEdit_admin_result_success'] = '管理者を修正しました。 $PALANG['pUsersLogin_welcome'] = 'あなたのパスワードと転送先が変更できます。'; $PALANG['pUsersLogin_username_incorrect'] = 'ログインが違います。正しいメールアドレスを入力してください。'; $PALANG['pUsersLogin_password_incorrect'] = 'パスワードが違います。'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = '自動応答'; $PALANG['pUsersMenu_edit_alias'] = '転送先変更'; diff --git a/languages/lt.lang b/languages/lt.lang index 966b2707..9b0f536a 100644 --- a/languages/lt.lang +++ b/languages/lt.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Šis el.pašto adresas neteis $PALANG['pCreate_mailbox_username_text_error3'] = 'Išnaudota srities pašto dėžučių kvota!'; $PALANG['pCreate_mailbox_password_text'] = 'Slaptažodis jungtis prie POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Vardas Pavardė'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Siųsti pasveikinimo žinutę'; $PALANG['pCreate_mailbox_result_error'] = 'Pašto dėžutės užregistruoti nepavyko! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Pašto dėžutė užregistruota! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = 'Įvesti slaptažodžiai nesutampa ar $PALANG['change_password'] = 'Keisti slaptažodį'; $PALANG['pPassword_result_error'] = 'Slaptažodžio pakeisti nepavyko! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Slaptažodis pakeistas! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Pakeisti / nustatyti atostogų pranešimą'; $PALANG['pEdit_vacation_remove'] = 'Išjungti atostogų pranešimą'; $PALANG['pVacation_result_error'] = 'Nepavyko pakeisti atostogų nustatymų! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administratorius pakeistas! (%s)'; $PALANG['pUsersLogin_welcome'] = 'Pašto vartotojai prisijungia ir keičia slaptažodžius ir sinonimus.'; $PALANG['pUsersLogin_username_incorrect'] = 'Prisijungti nepavyko. Įsitikinkite, kad gerai įvedėte savo el.pašto adresą!'; $PALANG['pUsersLogin_password_incorrect'] = 'Slaptažodis neteisingas!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatinis (atostogų) atsakymas'; $PALANG['pUsersMenu_edit_alias'] = 'Keisti laiškų peradresaciją'; diff --git a/languages/mk.lang b/languages/mk.lang index 9971a0f8..daf875f2 100644 --- a/languages/mk.lang +++ b/languages/mk.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'EMAIL не е валиден! $PALANG['pCreate_mailbox_username_text_error3'] = 'Достигнат е лимитот на поштенски сандачиња!'; $PALANG['pCreate_mailbox_password_text'] = 'Лозинка за POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Цело име'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Креирање на поштенско сандаче'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Не можам да додадам ново сандаче на табелата! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Поштенското сандаче е додадено на табелата! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Внесените лозинки н $PALANG['change_password'] = 'Промена на лозинка'; $PALANG['pPassword_result_error'] = 'Не можам да ја променам вашата лозинка! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Вашата лозинка е сменета! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Администраторот е $PALANG['pUsersLogin_welcome'] = 'Логин за корисници на поштенски сандачиња.Промена на логин и лозинка'; $PALANG['pUsersLogin_username_incorrect'] = 'Погрешно корисничко име. Логирајте се со вашата email адреса!'; $PALANG['pUsersLogin_password_incorrect'] = 'Погрешна лозинка!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Автоматски одговор'; $PALANG['pUsersMenu_edit_alias'] = 'Промена на препраќање (forward)'; diff --git a/languages/nb.lang b/languages/nb.lang index 2984d961..dddbe81b 100644 --- a/languages/nb.lang +++ b/languages/nb.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-postadressen er ikke gyldig $PALANG['pCreate_mailbox_username_text_error3'] = 'Du har nådd grensen for antall e-postkontoer under dette domenet!'; $PALANG['pCreate_mailbox_password_text'] = 'Passord for POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Fullt navn'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Send velkomstmelding'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Kunne ikke legge til e-postkontoen i mailbox-tabellen! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'E-postkontoen er blitt opprettet i mailbox-tabellen! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = 'Passordene du oppga stemmer ikke ove $PALANG['change_password'] = 'Endre passord'; $PALANG['pPassword_result_error'] = 'Kunne ikke endre passordet ditt! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Ditt passord er nå endret! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Endre / angi fraværsmelding'; $PALANG['pEdit_vacation_remove'] = 'Fjern fraværsmelding'; $PALANG['pVacation_result_error'] = 'Kunne ikke oppdatere innstillinger for automatisk svar! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administratoren er blitt endret! ( $PALANG['pUsersLogin_welcome'] = 'Brukere kan logge inn her for å endre passord og videresending.'; $PALANG['pUsersLogin_username_incorrect'] = 'Påloggingsinformasjonen er ikke korrekt. Husk å bruke e-postadressen som brukernavn.'; $PALANG['pUsersLogin_password_incorrect'] = 'Feil passord!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatisk svar'; $PALANG['pUsersMenu_edit_alias'] = 'Endre videresending'; diff --git a/languages/nl.lang b/languages/nl.lang index 7eb1b059..1cca7bd8 100644 --- a/languages/nl.lang +++ b/languages/nl.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Het e-mail adres is niet geld $PALANG['pCreate_mailbox_username_text_error3'] = 'U bezit het maximum aantal mailboxen.'; $PALANG['pCreate_mailbox_password_text'] = 'Wachtwoord voor POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Volledige naam'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Mailbox toevoegen'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Mislukt om de mailbox %s toe te voegen!'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'De mailbox %s is toegevoegd aan de mailbox tabel!'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = 'De wachtwoorden die u opgaf komen ni $PALANG['change_password'] = 'Wijzig wachtwoord'; $PALANG['pPassword_result_error'] = 'Het veranderen van het wachtwoord voor %s is mislukt!'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Uw wachtwoord voor %s is veranderd.'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Verander / Activeer Automatisch beantwoorden'; $PALANG['pEdit_vacation_remove'] = 'Deactiveer Automatisch beantwoorden'; @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'De beheerder %s is aangepast'; # X $PALANG['pUsersLogin_welcome'] = 'Mailbox gebruikers login om uw wachtwoord en aliassen te bewerken.'; $PALANG['pUsersLogin_username_incorrect'] = 'Uw login is niet correct. U dient in te loggen met uw e-mail adres.'; $PALANG['pUsersLogin_password_incorrect'] = 'Uw wachtwoord is niet correct.'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatisch beantwoorden'; $PALANG['pUsersMenu_edit_alias'] = 'Wijzig uw forward'; diff --git a/languages/nn.lang b/languages/nn.lang index 795bfe86..de3d5e8b 100644 --- a/languages/nn.lang +++ b/languages/nn.lang @@ -142,6 +142,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-postadressen er ugyldig!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Du er over grensen for antall e-postkontoer!'; $PALANG['pCreate_mailbox_password_text'] = 'Passord for POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Fornavn og etternavn'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Opprett epostkonto'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Klarte ikke å legge til e-postkontoen! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'E-postkontoen er opprettet! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -169,6 +173,13 @@ $PALANG['pPassword_password_text_error'] = 'Passordene er ikke like! Eller felte $PALANG['change_password'] = 'Endre Passord'; $PALANG['pPassword_result_error'] = 'Klarte ikke å endre passord! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Passordet ditt er nå endret! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administratoren er endret/oppdater $PALANG['pUsersLogin_welcome'] = 'Brukere, logg inn for å endre passord og videresending.'; $PALANG['pUsersLogin_username_incorrect'] = 'Feil brukernavn! Bruk e-postadressen din for å logge inn!'; $PALANG['pUsersLogin_password_incorrect'] = 'Feil passord!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatisk Svar'; $PALANG['pUsersMenu_edit_alias'] = 'Endre videresending'; diff --git a/languages/pl.lang b/languages/pl.lang index 44fc5e6b..8a7e5c0b 100644 --- a/languages/pl.lang +++ b/languages/pl.lang @@ -145,6 +145,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Adres EMAIL jest niepoprawny! $PALANG['pCreate_mailbox_username_text_error3'] = 'Twój limit kont pocztowych został osiągniety!'; $PALANG['pCreate_mailbox_password_text'] = 'Hasło do POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Pełna nazwa'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Utwórz konto'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Nie można dodać konta do tabeli kont! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Konto zostało dodane do tabeli kont! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -172,6 +176,13 @@ $PALANG['pPassword_password_text_error'] = 'Podane hasło nie pasuje! Lub jest p $PALANG['change_password'] = 'Zmień hasło'; $PALANG['pPassword_result_error'] = 'Nie można zmienić Twojego hasła! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Twoje hasło zostało zmienione! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Zmień / Ustaw wiadomość automatycznej odpowiedzi'; $PALANG['pEdit_vacation_remove'] = 'Usuń wiadomość automatycznej odpowiedzi'; @@ -294,6 +305,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administrator został zmodyfikowan $PALANG['pUsersLogin_welcome'] = 'Zaloguj się żeby zmienić hasło albo dodać aliasy.'; $PALANG['pUsersLogin_username_incorrect'] = 'Podana nazwa użytkownika jest nieprawidłowa! '; $PALANG['pUsersLogin_password_incorrect'] = 'Podane hasło jest nieprawidłowe!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Auto odpowiedź'; $PALANG['pUsersMenu_edit_alias'] = 'Zmień przekierowania'; diff --git a/languages/pt-br.lang b/languages/pt-br.lang index d2abdc63..cc49931c 100644 --- a/languages/pt-br.lang +++ b/languages/pt-br.lang @@ -147,6 +147,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Email inválido!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Você alcançou o limite de contas de email!'; $PALANG['pCreate_mailbox_password_text'] = 'Senha para POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Nome completo'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Enviar mensagem de boas-vindas'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Não foi possível criar a conta de email! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Conta de email criada! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -174,6 +178,13 @@ $PALANG['pPassword_password_text_error'] = 'As senhas fornecidas são diferentes $PALANG['change_password'] = 'Alterar Senha'; $PALANG['pPassword_result_error'] = 'Não foi possível alterar sua senha! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Senha alterada! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Editar / Definir Mensagem'; $PALANG['pEdit_vacation_remove'] = 'Remover Mensagem'; @@ -299,6 +310,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administrador editado! (%s)'; # XX $PALANG['pUsersLogin_welcome'] = 'Usuários devem se autenticar aqui para troca de senha e configuração de redirecionamento de mensagens.'; $PALANG['pUsersLogin_username_incorrect'] = 'Usuário inválido. Certifique-se de ter digitado o email corretamente!'; $PALANG['pUsersLogin_password_incorrect'] = 'Senha inválida!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Resposta Automática'; $PALANG['pUsersMenu_edit_alias'] = 'Configurar Redirecionamento'; diff --git a/languages/ro.lang b/languages/ro.lang index 61a0237e..8ad9ccfd 100644 --- a/languages/ro.lang +++ b/languages/ro.lang @@ -145,6 +145,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'EMAIL nu este valid!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Ati atins limita pentru creare de noi casute de mail!'; $PALANG['pCreate_mailbox_password_text'] = 'Parola de la POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Numele complet'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Trimite mesaj de intampinare'; $PALANG['pCreate_mailbox_result_error'] = 'Crearea casutei de mail %s a esuat!'; $PALANG['pCreate_mailbox_result_success'] = 'Casuta de mail %s a fost adaugata cu succes.'; @@ -172,6 +176,13 @@ $PALANG['pPassword_password_text_error'] = 'Parolele nu sunt identice sau nu le- $PALANG['change_password'] = 'Schimbare parola'; $PALANG['pPassword_result_error'] = 'Schimbarea parolei pentru %s a esuat!'; $PALANG['pPassword_result_success'] = 'Parola pentru %s a fost schimbata.'; +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Schimbare / Setare mesaj vacanta'; $PALANG['pEdit_vacation_remove'] = 'Stergere mesaj vacanta'; @@ -297,6 +308,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Contul de administrator %s a fost $PALANG['pUsersLogin_welcome'] = 'Schimbare parola si alias-uri utilizatori'; $PALANG['pUsersLogin_username_incorrect'] = 'Nume cont incorect. Verificati introducerea corecta a adresei de email!'; $PALANG['pUsersLogin_password_incorrect'] = 'Parola incorecta!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Raspuns automat'; $PALANG['pUsersMenu_edit_alias'] = 'Redirectionare'; diff --git a/languages/ru.lang b/languages/ru.lang index fc015507..eff37ba2 100644 --- a/languages/ru.lang +++ b/languages/ru.lang @@ -147,6 +147,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Неверное имя!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Вы достигли лимита по созданию почтовых ящиков!'; $PALANG['pCreate_mailbox_password_text'] = 'Пароль для POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Полное имя'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Отправить приветственное письмо'; $PALANG['pCreate_mailbox_result_error'] = 'Невозможно добавить ящик в список существующих ящиков! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Почтовый ящик был успешно создан! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -174,6 +178,13 @@ $PALANG['pPassword_password_text_error'] = 'Введенные вами паро $PALANG['change_password'] = 'Изменить пароль'; $PALANG['pPassword_result_error'] = 'Невозможно изменить ваш пароль! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Ваш пароль был изменен! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Поменять / задать сообщение об отсутствии'; $PALANG['pEdit_vacation_remove'] = 'Убрать сообщение об отсутствии'; @@ -299,6 +310,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Администратор был $PALANG['pUsersLogin_welcome'] = 'Вход пользователей для изменения пароля и алиасов.'; $PALANG['pUsersLogin_username_incorrect'] = 'Введено неправильное имя. Проверьте, что вы ввели свой адрес электронной почты!'; $PALANG['pUsersLogin_password_incorrect'] = 'Введен неверный пароль!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Автоответчик'; $PALANG['pUsersMenu_edit_alias'] = 'Изменить пересылку почты'; diff --git a/languages/sk.lang b/languages/sk.lang index 7b50c476..12b987cf 100644 --- a/languages/sk.lang +++ b/languages/sk.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'Adresa nie je platná!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Dosiahli ste limit, nemôžete vytvárať ďalšie schránky!'; $PALANG['pCreate_mailbox_password_text'] = 'Heslo pre POP3/IMAP/SMTP'; $PALANG['pCreate_mailbox_name_text'] = 'Celé meno'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Poslať uvítací email'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Nepodarilo sa pridať schránku do tabuľky! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Schránka bola pridaná do tabuľky! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = 'Zadané heslá sú rozdielne alebo p $PALANG['change_password'] = 'Zmeniť heslo'; # XXX check text - should be 'Change Password' $PALANG['pPassword_result_error'] = 'Nepodarilo sa zmeniť heslo! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Heslo bolo zmenené! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Zmeniť/nastaviť aut. odpoveď'; $PALANG['pEdit_vacation_remove'] = 'Odstrániť aut. odpoveď'; $PALANG['pVacation_result_error'] = 'Neopdarilo sa zmeniť automatickú odpoveď! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed @@ -292,6 +303,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Administrátor bol upravený! (%s) $PALANG['pUsersLogin_welcome'] = 'Prihlásenie užívateľov pre zmenu hesla alebo presmerovanie'; $PALANG['pUsersLogin_username_incorrect'] = 'Nesprávné užívateľské meno. Prihlasujte sa svojou emailovou adresou!'; $PALANG['pUsersLogin_password_incorrect'] = 'Nesprávne heslo!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Automatická odpoveď'; $PALANG['pUsersMenu_edit_alias'] = 'Presmerovanie'; diff --git a/languages/sl.lang b/languages/sl.lang index 206f0e9b..2c01146a 100644 --- a/languages/sl.lang +++ b/languages/sl.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-poštni naslov ni pravilen! $PALANG['pCreate_mailbox_username_text_error3'] = 'Maksimalno število predalov je preseženo!'; $PALANG['pCreate_mailbox_password_text'] = 'Geslo za POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Polno ime'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Ustvari predal'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Predala ni bilo mogoče ustvariti! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Predal je bil uspešno ustvarjen! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Vnešeni gesli se ne ujemata ali pa $PALANG['change_password'] = 'Spremeni geslo'; $PALANG['pPassword_result_error'] = 'Gesla ni bilo mogoče spremeniti! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'Geslo je bilo uspešno spremenjeno! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Admininstrator je bil uspešno spr $PALANG['pUsersLogin_welcome'] = 'Če želite spremeniti gesli ali nastaviti sporočilo o odsotnosti, se prijavite.'; $PALANG['pUsersLogin_username_incorrect'] = 'Uporabniško ime ni pravilno! Uporabiti morate svoj e-poštni naslov!'; $PALANG['pUsersLogin_password_incorrect'] = 'Geslo ni pravilno!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Obvestilo o odsotnosti'; $PALANG['pUsersMenu_edit_alias'] = 'Nastavi preusmeritev'; diff --git a/languages/sv.lang b/languages/sv.lang index c4a81237..9043bd3c 100644 --- a/languages/sv.lang +++ b/languages/sv.lang @@ -146,6 +146,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-postadressen är inte korre $PALANG['pCreate_mailbox_username_text_error3'] = 'Du har redan skapat max tillåtet antal brevlådor!'; $PALANG['pCreate_mailbox_password_text'] = 'Lösenord för POP3/IMAP'; $PALANG['pCreate_mailbox_name_text'] = 'Fullständigt namn'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Skicka välkomstmeddelande'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Misslyckades att skapa brevlådan %s!'; $PALANG['pCreate_mailbox_result_success'] = 'Brevlådan %s har skapats!'; @@ -173,6 +177,13 @@ $PALANG['pPassword_password_text_error'] = 'Lösenorden du angav är olika, elle $PALANG['change_password'] = 'Ändra lösenord'; $PALANG['pPassword_result_error'] = 'Misslyckades att ändra lösenordet för %s!'; $PALANG['pPassword_result_success'] = 'Lösenord för %s har ändrats!'; +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Ändra / Aktivera meddelande för ledighet'; $PALANG['pEdit_vacation_remove'] = 'Ta bort meddelande för ledighet'; @@ -298,6 +309,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Admin har ändrats! (%s)'; # XXX T $PALANG['pUsersLogin_welcome'] = 'Användare måste logga in här för att ändra lösenord och alias.'; $PALANG['pUsersLogin_username_incorrect'] = 'Inloggningsnamnet är felaktigt. Logga in med din e-postadress!'; $PALANG['pUsersLogin_password_incorrect'] = 'Lösenord är felaktigt!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Autosvar'; $PALANG['pUsersMenu_edit_alias'] = 'Ändra din vidarebefordringsadress'; diff --git a/languages/tr.lang b/languages/tr.lang index d7c4ae10..93ef84ac 100644 --- a/languages/tr.lang +++ b/languages/tr.lang @@ -143,6 +143,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = 'E-POSTA uygun deðil!'; $PALANG['pCreate_mailbox_username_text_error3'] = 'Posta kutusu yaratma limitinize eriþtiniz!'; $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP için þifre'; $PALANG['pCreate_mailbox_name_text'] = 'Tam isim'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = 'Posta kutusu yarat'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = 'Posta kutusu posta kutusu tablosuna eklenemiyor! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = 'Posta kutusu tabloya eklendi! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -170,6 +174,13 @@ $PALANG['pPassword_password_text_error'] = 'Verdiðiniz þifreler birbirini tutm $PALANG['change_password'] = 'Þifreyi deðiþtir'; # XXX check text - should be 'Change Password' $PALANG['pPassword_result_error'] = 'Þifreniz deðiþtirilemedi! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = 'þifreniz deðiþtirildi! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX $PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -291,6 +302,7 @@ $PALANG['pAdminEdit_admin_result_success'] = 'Yönetici düzenlendi! (%s)'; # XX $PALANG['pUsersLogin_welcome'] = 'Posta kutusu sahipleri, þifre ddeðiþtirmek için giriþ yapýn.'; $PALANG['pUsersLogin_username_incorrect'] = 'Kullanýcý adýnýz doðru deðil. E-posta adresiniz ile giriþ yaptýðýnýzdan emin olunuz!'; $PALANG['pUsersLogin_password_incorrect'] = 'Þifreniz doðru deðil!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = 'Otomatik cevaplama'; $PALANG['pUsersMenu_edit_alias'] = 'Yönlendirmen deðiþtir'; diff --git a/languages/tw.lang b/languages/tw.lang index e39355b0..15f8441e 100644 --- a/languages/tw.lang +++ b/languages/tw.lang @@ -144,6 +144,10 @@ $PALANG['pCreate_mailbox_username_text_error1'] = '郵件非法!'; $PALANG['pCreate_mailbox_username_text_error3'] = '郵箱地址已經達到上限!'; $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAP 密碼'; $PALANG['pCreate_mailbox_name_text'] = '全名'; +$PALANG['pCreate_mailbox_phone'] = 'Mobile phone'; # XXX +$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten"; # XXX +$PALANG['pCreate_mailbox_email'] = 'Other e-mail'; # XXX +$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten"; # XXX $PALANG['pCreate_mailbox_mail'] = '新建郵箱'; # XXX Text change to 'Send Welcome mail' $PALANG['pCreate_mailbox_result_error'] = '不能將郵箱增加到郵箱表中! (%s)'; # XXX Text changed to: Creating the mailbox %s failed! $PALANG['pCreate_mailbox_result_success'] = '增加郵箱成功! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table! @@ -171,6 +175,13 @@ $PALANG['pPassword_password_text_error'] = '你兩次輸入的新密碼不相同 $PALANG['change_password'] = '更改密碼'; # XXX check text - should be 'Change Password' $PALANG['pPassword_result_error'] = '更改密碼失敗! (%s)'; # XXX Text changed to: Changing the password for %s failed! $PALANG['pPassword_result_success'] = '更改密碼成功! (%s)'; # XXX Text changed to: The password for %s has been changed. +$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.'; # XXX +$PALANG['pPassword_recovery_button'] = 'Send me the code'; # XXX +$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name']; # XXX +$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code."; # XXX +$PALANG['pPassword_password_code'] = 'Code sent by email/SMS'; # XXX +$PALANG['pPassword_code_text_error'] = 'Invalid code'; # XXX $PALANG['pEdit_vacation_set'] = '啟動自動回覆'; $PALANG['pEdit_vacation_remove'] = '取消自動回覆'; $PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed'; # XXX @@ -293,6 +304,7 @@ $PALANG['pAdminEdit_admin_result_success'] = '網域管理員:%s 編輯完成。 $PALANG['pUsersLogin_welcome'] = '郵件用戶從這裡登錄管理你的密碼和別名.'; $PALANG['pUsersLogin_username_incorrect'] = '登錄失敗. 請確認你是使用你的郵箱地址登錄!'; $PALANG['pUsersLogin_password_incorrect'] = '登錄密碼不正確!'; +$PALANG['pUsersLogin_password_recover'] = 'I forgot my password'; # XXX $PALANG['pUsersMenu_vacation'] = '自動回覆'; $PALANG['pUsersMenu_edit_alias'] = '修改轉發';