mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
68 lines
2.7 KiB
PHP
68 lines
2.7 KiB
PHP
<?php
|
|
|
|
$lang_log = array
|
|
(
|
|
'std_sorry' => "Sorry...",
|
|
'std_permission_denied_only' => "Permiso denegado. Sólo ",
|
|
'std_or_above_can_view' => " o superior podría ver LOG. <br /><br /> Por favor vea la <a class=faqlink href=faq.php#id22><b>FAQ</b></a> para más información sobre las diferentes clases de usuario y lo que pueden hacer.<br /><br /><b></p>El personal %s</b>",
|
|
'head_site_log' => "Log diario",
|
|
'text_search_log' => "Buscar Log Diario",
|
|
'submit_search' => "Buscar",
|
|
'text_log_empty' => "<b>Registro está vacío</b><br />",
|
|
'title_time_added' => "Hora",
|
|
'col_date' => "Fecha",
|
|
'col_event' => "Evento",
|
|
'time_zone_note' => "<p>Horarios en GMT +8:00.</p>",
|
|
'text_daily_log' => "Log diario",
|
|
'text_chronicle' => "Diario",
|
|
'text_code_update' => "Actualizar código",
|
|
'text_funbox' => " Funbox ",
|
|
'text_news' => " Noticias ",
|
|
'text_poll' => " Encuesta ",
|
|
'std_error' => "Error",
|
|
'std_invalid_action' => "Acción inválida",
|
|
'head_chronicle' => "Diario",
|
|
'text_search_chronicle' => "Buscar diario",
|
|
'text_chronicle_empty'=> "<b>Chronicle está vacío</b><br />",
|
|
'col_modify' => "Modificar",
|
|
'text_edit' => "Editar",
|
|
'text_delete' => "Eliminar",
|
|
'submit_add' => "Añadir",
|
|
'text_add_chronicle' => "Añadir evento diario",
|
|
'std_permission_denied' => "¡Atrás! No tienes permiso para hacer esto.",
|
|
'submit_okay' => "Vale",
|
|
'text_edit_chronicle' => "Editar evento diario",
|
|
'head_code_update' => "Actualizar código",
|
|
'text_search_code_update' => "Buscar código de actualización de evento",
|
|
'text_add_code_update' => "Añadir Evento de Actualización de Código",
|
|
'text_edit_codeupdate' => "Editar Evento de Actualización de Código",
|
|
'text_codeupdate_empty' => "<b>Code-Update está vacío</b><br />",
|
|
'head_funbox' => "Registro Funbox",
|
|
'head_news' => "Noticias",
|
|
'text_search_news' => "Buscar noticias",
|
|
'text_news_empty' => "<b>Noticias está vacía</b><br />",
|
|
'col_title' => "Título",
|
|
'col_body' => "Cuerpo",
|
|
'col_user' => 'Usuario',
|
|
'std_delete_poll' => "Eliminar encuesta",
|
|
'std_delete_poll_confirmation' => "¿Realmente desea eliminar una encuesta? Haga clic en ",
|
|
'std_here_if_sure' => "<b>aquí</b></a> si estás seguro.",
|
|
'std_sorry' => "Sorry...",
|
|
'std_no_polls' => "¡No hay encuestas!",
|
|
'head_previous_polls' => "Encuestas anteriores",
|
|
'text_previous_polls' => "Encuestas anteriores",
|
|
'text_ago' => " hace",
|
|
'text_votes' => "Votaciones: ",
|
|
'text_in' => "en ",
|
|
'text_funbox_empty' => "<b>Funbox está vacío</b><br />",
|
|
'text_search_funbox' => "Buscar funbox",
|
|
'text_title' => "título",
|
|
'text_body' => "cuerpo",
|
|
'text_both' => "ambos",
|
|
'text_all' => "todo",
|
|
'text_normal' => "normal",
|
|
'text_mod' => "mod",
|
|
);
|
|
|
|
?>
|