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

22 lines
797 B
PHP

<?php
$lang_news = array
(
'std_delete_news_item' => "Eliminar noticia",
'std_are_you_sure' => "¿Realmente desea eliminar una noticia? Haga clic en ",
'std_here' => "aqui",
'std_if_sure' => " si está seguro.",
'std_error' => "Error",
'std_news_body_empty' => "¡El cuerpo de noticias no puede estar vacío!",
'std_news_title_empty' => "¡El título de las noticias no puede estar vacío!",
'std_something_weird_happened' => "Algo extraño acaba de suceder.",
'std_invalid_news_id' => "No hay noticias con ID ",
'head_edit_site_news' => "Editar noticias del sitio",
'text_edit_site_news' => "Editar noticias del sitio",
'text_notify_users_of_this' => "Notificar a los usuarios de esto.",
'head_site_news' => "Noticias del sitio",
'text_submit_news_item' => "Enviar noticia"
);
?>