mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
22 lines
760 B
PHP
22 lines
760 B
PHP
<?php
|
|
|
|
$lang_news = array
|
|
(
|
|
'std_delete_news_item' => "Odstranit novinku",
|
|
'std_are_you_sure' => "Opravdu chcete odstranit novinku? Klikněte ",
|
|
'std_here' => "zde",
|
|
'std_if_sure' => " pokud jste si jistí.",
|
|
'std_error' => "Chyba",
|
|
'std_news_body_empty' => "Tělo zpráv nemůže být prázdné!",
|
|
'std_news_title_empty' => "Název novinek nemůže být prázdný!",
|
|
'std_something_weird_happened' => "Právě se něco podivného stalo.",
|
|
'std_invalid_news_id' => "Žádná novinka s ID ",
|
|
'head_edit_site_news' => "Upravit novinky na webu",
|
|
'text_edit_site_news' => "Upravit novinky na webu",
|
|
'text_notify_users_of_this' => "Informovat uživatele o tom.",
|
|
'head_site_news' => "Novinky webu",
|
|
'text_submit_news_item' => "Odeslat novinku"
|
|
);
|
|
|
|
?>
|