mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
35 lines
995 B
PHP
35 lines
995 B
PHP
<?php
|
|
|
|
$lang_staffbox = array
|
|
(
|
|
'head_staff_pm' => "PM Del Personale",
|
|
'text_staff_pm' => "PM Del Personale",
|
|
'std_sorry' => "Spiacenti",
|
|
'std_no_messages_yet' => "Ancora nessun messaggio!",
|
|
'col_subject' => "Oggetto",
|
|
'col_sender' => "Mittente",
|
|
'col_added' => "Aggiunto",
|
|
'col_answered' => "Risposto",
|
|
'col_action' => "Atto",
|
|
'text_yes' => "Sì",
|
|
'text_no' => "No",
|
|
'submit_set_answered' => "Imposta Risposta",
|
|
'submit_delete' => "Elimina",
|
|
'text_system' => "Sistema",
|
|
'head_view_staff_pm' => "Visualizza Il PM Del Personale",
|
|
'col_from' => "Da",
|
|
'col_date' => "Data",
|
|
'col_answered_by' => "Risposto da",
|
|
'text_reply' => "Rispondi",
|
|
'text_mark_answered' => "Segna Risposte",
|
|
'text_delete' => "Elimina",
|
|
'std_error' => "Errore",
|
|
'std_no_user_id' => "Nessun utente con quell'ID.",
|
|
'head_answer_to_staff_pm' => "Rispondi al PM dello staff",
|
|
'text_answering_to' => "Rispondendo a ",
|
|
'text_sent_by' => " inviato da ",
|
|
'std_body_is_empty' => "Inserisci qualcosa!",
|
|
);
|
|
|
|
?>
|