mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
35 lines
1006 B
PHP
35 lines
1006 B
PHP
<?php
|
|
|
|
$lang_staffbox = array
|
|
(
|
|
'head_staff_pm' => "MP del personal",
|
|
'text_staff_pm' => "MP del personal",
|
|
'std_sorry' => "Disculpe",
|
|
'std_no_messages_yet' => "¡Aún no hay mensajes!",
|
|
'col_subject' => "Asunto",
|
|
'col_sender' => "Remitente",
|
|
'col_added' => "Añadido",
|
|
'col_answered' => "Respondido",
|
|
'col_action' => "Acto.",
|
|
'text_yes' => "Sí",
|
|
'text_no' => "Nu",
|
|
'submit_set_answered' => "Definir respuesta",
|
|
'submit_delete' => "Eliminar",
|
|
'text_system' => "Sistema",
|
|
'head_view_staff_pm' => "Ver MP del personal",
|
|
'col_from' => "De",
|
|
'col_date' => "Fecha",
|
|
'col_answered_by' => "Respondido por",
|
|
'text_reply' => "Responder",
|
|
'text_mark_answered' => "Marcar respuesta",
|
|
'text_delete' => "Eliminar",
|
|
'std_error' => "Error",
|
|
'std_no_user_id' => "Ningún usuario con ese ID.",
|
|
'head_answer_to_staff_pm' => "Responder al MP del personal",
|
|
'text_answering_to' => "Respondiendo a ",
|
|
'text_sent_by' => " enviado por ",
|
|
'std_body_is_empty' => "¡Por favor, introduzca algo!",
|
|
);
|
|
|
|
?>
|