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' => "Excluir item de notícias",
|
||||
'std_are_you_sure' => "Você realmente deseja excluir uma notícia? Clique ",
|
||||
'std_here' => "Aqui",
|
||||
'std_if_sure' => " se tiver certeza.",
|
||||
'std_error' => "ERRO",
|
||||
'std_news_body_empty' => "O corpo da notícia não pode estar vazio!",
|
||||
'std_news_title_empty' => "O título da notícia não pode estar vazio!",
|
||||
'std_something_weird_happened' => "Algo estranho acabou de acontecer.",
|
||||
'std_invalid_news_id' => "Nenhum item de notícia com ID ",
|
||||
'head_edit_site_news' => "Editar Notícias do Site",
|
||||
'text_edit_site_news' => "Editar Notícias do Site",
|
||||
'text_notify_users_of_this' => "Notificar usuários sobre isto.",
|
||||
'head_site_news' => "Notícias do Site",
|
||||
'text_submit_news_item' => "Enviar item de notícias"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user