mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update lang
This commit is contained in:
18
lang/it/lang_mailtest.php
Normal file
18
lang/it/lang_mailtest.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
$lang_mailtest = array
|
||||
(
|
||||
'head_mail_test' => "Test Posta",
|
||||
'text_mail_test' => "Test Posta",
|
||||
'row_enter_email' => "Inserisci email",
|
||||
'text_enter_email_note' => "Inserisci un indirizzo email per inviare una mail di prova, ad esempio tuonome@gmail.com",
|
||||
'submit_send_it' => "Mandatelo!",
|
||||
'text_smtp_testing_mail' => " SMTP Testing Mail",
|
||||
'std_error' => "Errore",
|
||||
'std_invalid_email_address' => "Indirizzo email non valido!",
|
||||
'mail_test_mail_content' => "Ciao, Se vedi questo messaggio, la tua funzione SMTP funziona bene. Buona giornata.",
|
||||
'std_success' => "Successo",
|
||||
'std_success_note' => "Nessun errore trovato. Tuttavia ciò non significa che la posta sia arrivata al 100%. Per favore controlla la posta."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user