mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
22 lines
810 B
PHP
22 lines
810 B
PHP
<?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"
|
|
);
|
|
|
|
?>
|