mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
18
lang/ro/lang_mailtest.php
Normal file
18
lang/ro/lang_mailtest.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user