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

22 lines
1.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_news = array
(
'std_delete_news_item' => "Удалить новость",
'std_are_you_sure' => "Вы действительно хотите удалить новость? Нажмите ",
'std_here' => "здесь",
'std_if_sure' => " если вы уверены.",
'std_error' => "Ошибка",
'std_news_body_empty' => "Тело новостей не может быть пустым!",
'std_news_title_empty' => "Название новости не может быть пустым!",
'std_something_weird_happened' => "Что-то странное произошло.",
'std_invalid_news_id' => "Нет новостей с ID ",
'head_edit_site_news' => "Редактировать новости сайта",
'text_edit_site_news' => "Редактировать новости сайта",
'text_notify_users_of_this' => "Уведомить пользователей об этом.",
'head_site_news' => "Новости сайта",
'text_submit_news_item' => "Отправить новость"
);
?>