mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
27 lines
914 B
PHP
27 lines
914 B
PHP
<?php
|
|
|
|
$lang_userhistory = array
|
|
(
|
|
'std_error' => "Error",
|
|
'std_permission_denied' => "Permiso denegado",
|
|
'std_no_posts_found' => "No hay mensajes",
|
|
'head_posts_history' => "Historial de entradas",
|
|
'text_posts_history_for' => "Historial de mensajes para ",
|
|
'text_forum' => "<b>Forum: </b>",
|
|
'text_topic' => "Tema <b>: </b>",
|
|
'text_post' => "<b>Publicación: </b>",
|
|
'text_new' => "¡NUEVO!",
|
|
'text_last_edited' => "Última edición por ",
|
|
'text_at' => " en ",
|
|
'std_no_comments_found' => "No se encontraron comentarios",
|
|
'head_comments_history' => "Historial de comentarios",
|
|
'text_comments_history_for' => "Historial de comentarios para ",
|
|
'text_torrent' => "<b>Torrent: </b>",
|
|
'text_comment' => "<b>Comment: ",
|
|
'std_history_error' => "Error de historial",
|
|
'std_unkown_action' => "Acción desconocida",
|
|
'std_invalid_or_no_query' => "No válido o no hay consulta."
|
|
);
|
|
|
|
?>
|