mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user