Files
nexusphp/lang/es/lang_userhistory.php
2025-04-22 19:35:05 +07:00

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:&nbsp;</b>",
'text_topic' => "Tema <b>:&nbsp;</b>",
'text_post' => "<b>Publicación:&nbsp;</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:&nbsp;</b>",
'text_comment' => "<b>Comment:&nbsp;",
'std_history_error' => "Error de historial",
'std_unkown_action' => "Acción desconocida",
'std_invalid_or_no_query' => "No válido o no hay consulta."
);
?>