mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
$lang_mailtest = array
|
||||
(
|
||||
'head_mail_test' => "Test poczty",
|
||||
'text_mail_test' => "Test poczty",
|
||||
'row_enter_email' => "Wprowadź adres e-mail",
|
||||
'text_enter_email_note' => "Wprowadź adres e-mail, aby wysłać wiadomość testową, np. yourname@gmail.com",
|
||||
'submit_send_it' => "Wyślij to!",
|
||||
'text_smtp_testing_mail' => " Wiadomość testowa SMTP",
|
||||
'std_error' => "Błąd",
|
||||
'std_invalid_email_address' => "Nieprawidłowy adres e-mail!",
|
||||
'mail_test_mail_content' => "Cześć, jeśli widzisz tę wiadomość, twoja funkcja SMTP działa świetnie. Miłego dnia.",
|
||||
'std_success' => "Sukces",
|
||||
'std_success_note' => "Nie znaleziono błędu. Nie oznacza to jednak, że wiadomość została wysłana w 100%. Proszę sprawdzić pocztę."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user