mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: cs
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
$lang_mailtest = array
|
||||
(
|
||||
'head_mail_test' => "Test pošty",
|
||||
'text_mail_test' => "Test pošty",
|
||||
'row_enter_email' => "Zadejte e-mail",
|
||||
'text_enter_email_note' => "Zadejte e-mailovou adresu pro odeslání testovacího e-mailu, např. tvé jméno@gmail.com",
|
||||
'submit_send_it' => "Poslat to!",
|
||||
'text_smtp_testing_mail' => " Testovací e-mail SMTP",
|
||||
'std_error' => "Chyba",
|
||||
'std_invalid_email_address' => "Neplatná e-mailová adresa!",
|
||||
'mail_test_mail_content' => "Ahoj, pokud vidíte tuto zprávu, funkce SMTP funguje skvěle. Mějte příjemný den.",
|
||||
'std_success' => "Úspěšně",
|
||||
'std_success_note' => "Nenalezena žádná chyba. To však neznamená, že e-mail dorazil 100%. Zkontrolujte prosím e-mail."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user