mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
24 lines
739 B
PHP
24 lines
739 B
PHP
<?php
|
|
|
|
$lang_sendmessage = array
|
|
(
|
|
'std_error' => "Errore",
|
|
'std_permission_denied' => "Permesso negato",
|
|
'head_send_message' => "Invia messaggio",
|
|
'text_mass_message' => "Messaggio di massa a ",
|
|
'text_users' => "utenti",
|
|
'text_subject' => "Oggetto:",
|
|
'text_comment' => "Commento:",
|
|
'text_from' => "Da:",
|
|
'text_take_snapshot' => "Scatta istantanea:",
|
|
'submit_send_it' => "Mandatelo!",
|
|
'submit_preview' => "Anteprima",
|
|
'text_templates' => "Modelli:",
|
|
'submit_use' => "Usa",
|
|
'std_no_user_id' => "Nessun utente con quell'ID.",
|
|
'text_message_to' => "Messaggio a ",
|
|
'checkbox_delete_message_replying_to' => "Elimina il messaggio a cui stai rispondendo",
|
|
'checkbox_save_message_to_sendbox' => "Salva messaggio in Sentbox"
|
|
);
|
|
|
|
?>
|