mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user