mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
19 lines
773 B
PHP
19 lines
773 B
PHP
<?php
|
|
|
|
$lang_mailtest = array
|
|
(
|
|
'head_mail_test' => "Test e-mail",
|
|
'text_mail_test' => "Test e-mail",
|
|
'row_enter_email' => "Introduceți e-mailul",
|
|
'text_enter_email_note' => "Introduceți o adresă de e-mail pentru a trimite un e-mail de testare, de ex. yourname@gmail.com",
|
|
'submit_send_it' => "Trimite-l!",
|
|
'text_smtp_testing_mail' => " Mail de Testare SMTP",
|
|
'std_error' => "Eroare",
|
|
'std_invalid_email_address' => "Adresă de e-mail invalidă!",
|
|
'mail_test_mail_content' => "Bună, dacă vezi acest mesaj, funcţia SMTP funcţionează grozav. O zi frumoasă.",
|
|
'std_success' => "Succes",
|
|
'std_success_note' => "Nu a fost găsită o eroare. Cu toate acestea, acest lucru nu înseamnă că e-mailul a ajuns la 100%. Vă rugăm să verificaţi poşta."
|
|
);
|
|
|
|
?>
|