Revision 921
Added by doc almost 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
05-Feb-2009 Christian Sommer |
|
15 |
! mail text for register, signup and forgot mail now taken from WB language file (ticket #684) |
|
14 | 16 |
02-Feb-2009 Christian Sommer |
15 | 17 |
# removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php) |
16 | 18 |
02-Feb-2009 Matthias Gallas |
trunk/wb/admin/login/forgot/index.php | ||
---|---|---|
82 | 82 |
$message = $database->get_error(); |
83 | 83 |
} else { |
84 | 84 |
// Setup email to send |
85 |
$mail_subject = 'Your login details...'; |
|
86 | 85 |
$mail_to = $email; |
87 |
$mail_message = ''. |
|
88 |
'Hello '.$results_array["display_name"].', |
|
89 |
|
|
90 |
Your '.$website_title.' administration login details are: |
|
91 |
Username: '.$results_array["username"].' |
|
92 |
Password: '.$new_pass.' |
|
93 |
|
|
94 |
Your password has been reset to the one above. |
|
95 |
This means that your old password will no longer work. |
|
96 |
|
|
97 |
If you have received this message in error, please delete it immediately.'; |
|
86 |
$mail_subject = $MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO']; |
|
87 |
|
|
88 |
// Replace placeholders from language variable with values |
|
89 |
$search = array('{LOGIN_DISPLAY_NAME}', '{LOGIN_WEBSITE_TITLE}', '{LOGIN_NAME}', '{LOGIN_PASSWORD}'); |
|
90 |
$replace = array($results_array['display_name'], WEBSITE_TITLE, $results_array['username'], $new_pass); |
|
91 |
$mail_message = str_replace($search, $replace, $MESSAGE['SIGNUP2']['BODY_LOGIN_INFO']); |
|
92 |
|
|
98 | 93 |
// Try sending the email |
99 | 94 |
if($admin->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { |
100 | 95 |
$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET']; |
trunk/wb/account/forgot_form.php | ||
---|---|---|
75 | 75 |
$message = $database->get_error(); |
76 | 76 |
} else { |
77 | 77 |
// Setup email to send |
78 |
$mail_subject = 'Your login details...'; |
|
79 | 78 |
$mail_to = $email; |
80 |
$mail_message = ''. |
|
81 |
'Hello '.$results_array["display_name"].', |
|
79 |
$mail_subject = $MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO']; |
|
82 | 80 |
|
83 |
Your '.WEBSITE_TITLE.' administration login details are: |
|
84 |
Username: '.$results_array["username"].' |
|
85 |
Password: '.$new_pass.' |
|
81 |
// Replace placeholders from language variable with values |
|
82 |
$search = array('{LOGIN_DISPLAY_NAME}', '{LOGIN_WEBSITE_TITLE}', '{LOGIN_NAME}', '{LOGIN_PASSWORD}'); |
|
83 |
$replace = array($results_array['display_name'], WEBSITE_TITLE, $results_array['username'], $new_pass); |
|
84 |
$mail_message = str_replace($search, $replace, $MESSAGE['SIGNUP2']['BODY_LOGIN_INFO']); |
|
86 | 85 |
|
87 |
Your password has been reset to the one above. |
|
88 |
This means that your old password will no longer work. |
|
89 |
|
|
90 |
If you have received this message in error, please delete it immediately.'; |
|
91 | 86 |
// Try sending the email |
92 | 87 |
if($wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { |
93 | 88 |
$message = $MESSAGE['FORGOT_PASS']['PASSWORD_RESET']; |
trunk/wb/account/signup2.php | ||
---|---|---|
115 | 115 |
$message = $database->get_error(); |
116 | 116 |
} else { |
117 | 117 |
// Setup email to send |
118 |
$mail_subject = 'Your login details...'; |
|
119 | 118 |
$mail_to = $email; |
120 |
$mail_message = ''. |
|
121 |
'Hello '.$display_name.', |
|
119 |
$mail_subject = $MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO']; |
|
122 | 120 |
|
123 |
Your '.WEBSITE_TITLE.' login details are: |
|
124 |
Username: '.$username.' |
|
125 |
Password: '.$new_pass.' |
|
121 |
// Replace placeholders from language variable with values |
|
122 |
$search = array('{LOGIN_DISPLAY_NAME}', '{LOGIN_WEBSITE_TITLE}', '{LOGIN_NAME}', '{LOGIN_PASSWORD}'); |
|
123 |
$replace = array($display_name, WEBSITE_TITLE, $username, $new_pass); |
|
124 |
$mail_message = str_replace($search, $replace, $MESSAGE['SIGNUP2']['BODY_LOGIN_INFO']); |
|
126 | 125 |
|
127 |
Your password has been set to the one above. |
|
128 |
|
|
129 |
If you have received this message in error, please delete it immediately.'; |
|
130 |
|
|
131 | 126 |
// Try sending the email |
132 | 127 |
if($wb->mail(SERVER_EMAIL,$mail_to,$mail_subject,$mail_message)) { |
133 | 128 |
$display_form = false; |
trunk/wb/languages/FI.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Käyttäjätunnus/salsana väärä'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Anna sähköpostiosoite'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Anna sähköpostiosoite'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Virheellinen sähköpostiosoite'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Salasanan postitus ei onnistu, ota yhteyttä pääkäyttäjään'; |
trunk/wb/languages/EN.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username or password incorrect'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'You must enter an email address'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Please enter your email address below'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'The email that you entered cannot be found in the database'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Unable to email password, please contact system administrator'; |
trunk/wb/languages/CS.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Jméno nebo heslo není platné'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Musíte zadat e-mailovou adresu'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Zadejte svoji e-mailovou adresu:'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Zadaná e-mailová adresa nebyla nalezena'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Nelze odeslat heslo e-mailem, kontaktujte prosím správce systému'; |
trunk/wb/languages/SE.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Felaktigt användarnamn eller lösenord'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Du måste skriva en e-postadress'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Skriv din e-postadress'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'E-postadressen som du skrev in kan inte hittas i vår databas'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Kunde inte skicka lösenordet, vänligen kontakta administratatören'; |
trunk/wb/languages/ES.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'El Nombre de Usuario o Pasword incorrecto'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Debe ingresar una direccion de email'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Por favor ingrese su direccion de email'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Email no encontrado en base de datos'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'No puedo enviarle la contraseña, contacte a su Administrador'; |
trunk/wb/languages/FR.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Votre nom d\'utilisateur ou votre mot de passe est incorrect'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'L\'adresse email est obligatoire'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Merci de saisir votre adresse email'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'L\'adresse email que vous avez saisi est introuvable dans la base de données'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Impossible de trouver le mot de passe associé ç votre adresse email, merci de contacter l\'administrateur du site'; |
trunk/wb/languages/ET.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Kasutajanimi või parool on vigane'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Sa pead sisestama emaili aadressi'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Palun sisesta oma emaili aadress allapoole'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Sisestatud emaili eileitud andmebaasist'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Võimetu emailima parooli, palun kontakteeru süsteemi administraatoriga'; |
trunk/wb/languages/HR.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Krivo korisnièko ime ili lozinka'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Unesite email adresu'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Unesite svoju email adresu ispod'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Email adresu koju ste unjeli nemamo upisanu u bazi'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Ne možemo vam emailom poslati lozinku, molimo kontakirajte sistemskog administratora'; |
trunk/wb/languages/NL.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Gebruikersnaam en/of wachtwoord incorrect'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'U moet een e-mailadres invullen'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Vult u alstublieft uw e-mailadres hieronder in'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Het door u opgegeven e-mailadres is niet gevonden in onze database'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Het is niet mogelijk uw wachtwoord per e-mail te versturen. Neem contact op met de beheerder'; |
trunk/wb/languages/PL.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Nieprawidłowa nazwa użytkownika lub hasło'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Należy wprowadzić adres e-mail'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Proszę wprowadzić poniżej swój adres e-mail'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Wprowadzonego adresu e-mail nie ma w bazie danych'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Nie udało się wysłać hasła, proszę się skontaktować z administratorem'; |
trunk/wb/languages/HU.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Felhasználónév vagy a jelszó nem megfelelõ!'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'E-mail címet meg kell adnia'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Kérem írja be az E-mail címét'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Az Ön által megadott E-mail cím nem talalható adatbázisunkban'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Az E-mail küldés problémába ütközött, kérem vegye fel a kapcsolatot az adminisztrátorral'; |
trunk/wb/languages/IT.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Username o password errati'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Deve inserire un indirizzo di email'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Prego inserire email'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'L\'Email inserita non è stata trovata nel database'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Impossibile inviare l\'email. Contattare l\'ammnistratore'; |
trunk/wb/languages/NO.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Brukernavn eller passord feil'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Du må skrive inn en epost adresse'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Vennligst skriv epost adressen nedenfor'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Epost adressen ble ikke funnet i databasen'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Kunne ikke sende passord. Kontakt system administrator'; |
trunk/wb/languages/LV.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Nepareizs lietotajvards vai parole'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Jaievada e-pasta adrese'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Ludzu ievadi savu e-pasta adresi zemak redzamaja lauka'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Ievadito e-pasta adresi nebija iespejams atrast datu baze'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Lietotajvardu un paroli pa e-pastu nebija iespejams nosutit, ludzu sakontakte sistemas administratoru'; |
trunk/wb/languages/CA.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Nom d\'usuari o contrasenya incorrectes'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Heu d\'Introduir una adreça de correu'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Per favor introduïu la vostra adreça de correu a baix'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'El correu que heu introduït no s\'ha trobat a la base de dades'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'No ha estat possible enviar la contrasenya, per favor contacteu amb l\'administrador del sistema'; |
trunk/wb/languages/PT.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Usuário ou senha incorretos'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Você precisa informar um endere&ccdil;o de email'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Favor inserir seu email abaixo'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'O email informado não pode ser encontrado no banco de dados'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Não foi possível enviar a senha, favor contatar o administrador do sistema'; |
trunk/wb/languages/DA.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Brugernavn og/eller adgangskode er ikke korrekt'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Du SKAL indtaste en gyldig email-adresse'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Indtast venligst din email-adresse nedenfor'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Den email-adresse du indtastede findes ikke i vores database'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Kunne ikke sende din adgangskode til din email-adresse - Kontak venligst en administrator !'; |
trunk/wb/languages/TR.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Kullanýcý adý ve þifreniz yanlýþ'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Bir email adresi girmelisiniz.'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Lütfen email adresini girin'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Bu email adresi veritabanýnda bulunamadý'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Uygunsuz email þifresi, Lütfen Yönetici ile Kontak kurun'; |
trunk/wb/languages/RU.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Имя пользователя и пароль неверны'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Вы должны ввести email адрес'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Пожалуйста введите ваш email'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Email, который вы ввели, не найден в базе'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Невозможно выслать пароль, обратитесь к вашему администратору'; |
trunk/wb/languages/DE.php | ||
---|---|---|
65 | 65 |
$OVERVIEW['MODULES'] = 'Verwaltung der Website Baker Module...'; |
66 | 66 |
$OVERVIEW['TEMPLATES'] = 'Ändern des Designs Ihrer Webseite mit Vorlagen...'; |
67 | 67 |
$OVERVIEW['LANGUAGES'] = 'Sprachen verwalten...'; |
68 |
$OVERVIEW['PREFERENCES'] = 'Ändern persönlicher Einstellungen wie E-Mail-Adresse, Passwort, usw.... ';
|
|
68 |
$OVERVIEW['PREFERENCES'] = 'Ändern persönlicher Einstellungen wie E-Mail Adresse, Passwort, usw.... ';
|
|
69 | 69 |
$OVERVIEW['SETTINGS'] = 'Ändern der Optionen für Website Baker...'; |
70 | 70 |
$OVERVIEW['USERS'] = 'Verwaltung von Benutzern, die sich in Website Baker einloggen dürfen...'; |
71 | 71 |
$OVERVIEW['GROUPS'] = 'Verwaltung von Gruppen und Ihrer Zugangsberechtigungen...'; |
... | ... | |
101 | 101 |
$HEADING['LANGUAGE_DETAILS'] = 'Details zur Sprache'; |
102 | 102 |
|
103 | 103 |
$HEADING['MY_SETTINGS'] = 'Einstellungen'; |
104 |
$HEADING['MY_EMAIL'] = 'E-Mail-Adresse';
|
|
104 |
$HEADING['MY_EMAIL'] = 'E-Mail Adresse';
|
|
105 | 105 |
$HEADING['MY_PASSWORD'] = 'Passwort'; |
106 | 106 |
|
107 | 107 |
$HEADING['GENERAL_SETTINGS'] = 'Allgemeine Optionen'; |
... | ... | |
182 | 182 |
$TEXT['VERSION'] = 'Version'; |
183 | 183 |
$TEXT['DESIGNED_FOR'] = 'Entworfen für'; |
184 | 184 |
$TEXT['DESCRIPTION'] = 'Beschreibung'; |
185 |
$TEXT['EMAIL'] = 'E-Mail-Adresse';
|
|
185 |
$TEXT['EMAIL'] = 'E-Mail Adresse';
|
|
186 | 186 |
$TEXT['LANGUAGE'] = 'Sprache'; |
187 | 187 |
$TEXT['TIMEZONE'] = 'Zeitzone'; |
188 | 188 |
$TEXT['CURRENT_PASSWORD'] = 'Bisheriges Passwort'; |
... | ... | |
409 | 409 |
$TEXT['PUBL_END_DATE'] = 'End Datum'; |
410 | 410 |
$TEXT['CALENDAR'] = 'Kalender'; |
411 | 411 |
$TEXT['DELETE_DATE'] = 'Datum löschen'; |
412 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Bitte geben Sie eine Standard "VON" Adresse und einen Sendernamen an. Als Absender Adresse empfiehlt sich ein Format wie: <strong>admin@IhreWebseite.de</strong>. Manche E-Mail-Provider (z.B. <em>mail.de</em>) stellen keine E-Mails zu, die nicht über den Provider selbst verschickt wurden, in der Absenderadresse aber den Namen des E-Mail-Providers <em>name@mail.de</em> enthalten. Die Standard Werte werden nur verwendet, wenn keine anderen Werte von Website Baker gesetzt wurden. Wenn Ihr Service Provider <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> anbietet, sollten Sie diese Option für ausgehende E-Mails verwenden.';
|
|
412 |
$TEXT['WBMAILER_DEFAULT_SETTINGS_NOTICE'] = 'Bitte geben Sie eine Standard "VON" Adresse und einen Sendernamen an. Als Absender Adresse empfiehlt sich ein Format wie: <strong>admin@IhreWebseite.de</strong>. Manche E-Mail Provider (z.B. <em>mail.de</em>) stellen keine E-Mails zu, die nicht über den Provider selbst verschickt wurden, in der Absenderadresse aber den Namen des E-Mail Providers <em>name@mail.de</em> enthalten. Die Standard Werte werden nur verwendet, wenn keine anderen Werte von Website Baker gesetzt wurden. Wenn Ihr Service Provider <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> anbietet, sollten Sie diese Option für ausgehende E-Mails verwenden.';
|
|
413 | 413 |
$TEXT['WBMAILER_DEFAULT_SENDER_MAIL'] = 'Standard "VON" Adresse'; |
414 | 414 |
$TEXT['WBMAILER_DEFAULT_SENDER_NAME'] = 'Standard Absender Name'; |
415 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Maileinstellungen:</strong><br />Die nachfolgenden Einstellungen müssen nur angepasst werden, wenn Sie E-Mail über <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> verschicken wollen. Wenn Sie Ihren SMTP Server nicht kennen, oder Sie sich unsicher bei den Einstellungen sind, verwenden Sie einfach die Standard E-Mailroutine: PHP MAIL.';
|
|
415 |
$TEXT['WBMAILER_NOTICE'] = '<strong>SMTP Maileinstellungen:</strong><br />Die nachfolgenden Einstellungen müssen nur angepasst werden, wenn Sie E-Mail über <acronym title="Simple Mail Transfer Protocol">SMTP</acronym> verschicken wollen. Wenn Sie Ihren SMTP Server nicht kennen, oder Sie sich unsicher bei den Einstellungen sind, verwenden Sie einfach die Standard E-Mail Routine: PHP MAIL.';
|
|
416 | 416 |
$TEXT['WBMAILER_FUNCTION'] = 'E-Mail Routine'; |
417 | 417 |
$TEXT['WBMAILER_SMTP_HOST'] = 'SMTP Host'; |
418 | 418 |
$TEXT['WBMAILER_PHP'] = 'PHP MAIL'; |
... | ... | |
442 | 442 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Das angegebene Passwort ist zu lang'; |
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Der Benutzername oder das Passwort ist nicht korrekt'; |
444 | 444 |
|
445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Bitte geben Sie Ihre E-Mail-Adresse an'; |
|
445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Bitte geben Sie Ihre E-Mail Adresse an'; |
|
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Deine WB Logindaten ...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hallo {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
447 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Bitte geben Sie nachfolgend Ihre E-Mail-Adresse an'; |
|
448 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Die angegebene E-Mail-Adresse wurde nicht in der Datenbank gefunden'; |
|
450 |
Deine neuen Logindaten für '{LOGIN_WEBSITE_TITLE}' lauten: |
|
451 |
Benutzername: {LOGIN_NAME} |
|
452 |
Passwort: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Dein bisheriges Passwort wurde durch das neue Passwort oben ersetzt. |
|
455 |
Das bisherige Passwort ist nicht mehr gültig. |
|
456 |
|
|
457 |
Wenn Du dieses E-Mail versehentlich erhalten hast, bitte einfach löschen. |
|
458 |
EOT; |
|
459 |
|
|
460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Bitte geben Sie nachfolgend Ihre E-Mail Adresse an'; |
|
461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Die angegebene E-Mail Adresse wurde nicht in der Datenbank gefunden'; |
|
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Das Passwort konnte nicht versendet werden, bitte kontaktieren Sie den Systemadministrator'; |
450 |
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Ihr Benutzername und Ihr Passwort wurden an Ihre E-Mail-Adresse gesendet';
|
|
463 |
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Ihr Benutzername und Ihr Passwort wurden an Ihre E-Mail Adresse gesendet';
|
|
451 | 464 |
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Das Passwort kann nur einmal pro Stunde zurückgesetzt werden'; |
452 | 465 |
|
453 | 466 |
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Willkommen in der Website Baker Verwaltung'; |
... | ... | |
467 | 480 |
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'Der eingegebene Benutzername war zu kurz'; |
468 | 481 |
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'Das eingegebene Passwort war zu kurz'; |
469 | 482 |
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'Das angegebene Passwort ist ungültig'; |
470 |
$MESSAGE['USERS']['INVALID_EMAIL'] = 'Die angegebene E-Mail-Adresse ist ungültig';
|
|
471 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'Die angegebene E-Mail-Adresse wird bereits verwendet';
|
|
483 |
$MESSAGE['USERS']['INVALID_EMAIL'] = 'Die angegebene E-Mail Adresse ist ungültig';
|
|
484 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'Die angegebene E-Mail Adresse wird bereits verwendet';
|
|
472 | 485 |
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'Der angegebene Benutzername wird bereits verwendet'; |
473 | 486 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Bitte beachten Sie: Sie sollten in die obigen Felder nur Werte eingeben, wenn Sie das Passwort dieses Benutzers ändern möchten'; |
474 | 487 |
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Sind Sie sicher, dass Sie den ausgewählten Benutzer löschen möchten?'; |
... | ... | |
482 | 495 |
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Der Gruppenname existiert bereits'; |
483 | 496 |
|
484 | 497 |
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Persönliche Daten wurden erfolgreich gespeichert'; |
485 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'E-Mail-Einstellung geändert';
|
|
498 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'E-Mail Einstellung geändert';
|
|
486 | 499 |
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'Das alte Passwort, das Sie angegeben haben, ist ungültig'; |
487 | 500 |
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Das Passwort wurde erfolgreich geändert'; |
488 | 501 |
|
trunk/wb/languages/BG.php | ||
---|---|---|
443 | 443 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Некоректан комбинация потребителско име / парола'; |
444 | 444 |
|
445 | 445 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'Трябва да въведете e-mail адрес'; |
446 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
|
447 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
448 |
Hello {LOGIN_DISPLAY_NAME}, |
|
446 | 449 |
|
450 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
451 |
Username: {LOGIN_NAME} |
|
452 |
Password: {LOGIN_PASSWORD} |
|
453 |
|
|
454 |
Your password has been set to the one above. |
|
455 |
This means that your old password will no longer work. |
|
456 |
|
|
457 |
If you have received this message in error, please delete it immediately. |
|
458 |
EOT; |
|
459 |
|
|
447 | 460 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Въведете email адрес'; |
448 | 461 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Въведения email не е в базата данни'; |
449 | 462 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Проблем с изпращането на паролата по email - контактувайте със системния администратор'; |
Also available in: Unified diff
Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)