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

68 lines
3.2 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_log = array
(
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "Доступ запрещен. Только ",
'std_or_above_can_view' => " or above could view LOG. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'head_site_log' => "Ежедневный журнал",
'text_search_log' => "Поиск дневного журнала",
'submit_search' => "Искать",
'text_log_empty' => "<b>Журнал пуст</b><br />",
'title_time_added' => "Время",
'col_date' => "Дата",
'col_event' => "Событие",
'time_zone_note' => "<p>Times are in GMT +8:00.</p>",
'text_daily_log' => "Ежедневный журнал",
'text_chronicle' => "Хроника",
'text_code_update' => "Обновление кода",
'text_funbox' => "&nbsp;Funbox&nbsp;",
'text_news' => "&nbsp;&nbsp;Новости&nbsp;&nbsp;",
'text_poll' => "&nbsp;&nbsp;Опрос&nbsp;&nbsp;",
'std_error' => "Ошибка",
'std_invalid_action' => "Неверное действие",
'head_chronicle' => "Хроника",
'text_search_chronicle' => "Хроника поиска",
'text_chronicle_empty'=> "<b>Хроника пуста</b><br />",
'col_modify' => "Изменить",
'text_edit' => "Редактирование",
'text_delete' => "Удалить",
'submit_add' => "Добавить",
'text_add_chronicle' => "Добавить Хроника",
'std_permission_denied' => "Отлично! Вы не можете сделать это.",
'submit_okay' => "Окей",
'text_edit_chronicle' => "Редактировать Хроника",
'head_code_update' => "Обновление кода",
'text_search_code_update' => "Поиск события обновления кода",
'text_add_code_update' => "Добавить событие \"Обновление кода\"",
'text_edit_codeupdate' => "Редактировать событие \"Обновление кода\"",
'text_codeupdate_empty' => "<b>Обновление кода пустое</b><br />",
'head_funbox' => "Флаг Журнал",
'head_news' => "Новости",
'text_search_news' => "Поиск новостей",
'text_news_empty' => "<b>Новости пустой</b><br />",
'col_title' => "Заголовок",
'col_body' => "Тело",
'col_user' => 'Пользователь',
'std_delete_poll' => "Удалить опрос",
'std_delete_poll_confirmation' => "Вы действительно хотите удалить опрос? Нажмите ",
'std_here_if_sure' => "<b>here</b></a> if you are sure.",
'std_sorry' => "Sorry...",
'std_no_polls' => "Нет опросов!",
'head_previous_polls' => "Предыдущие опросы",
'text_previous_polls' => "Предыдущие опросы",
'text_ago' => " назад",
'text_votes' => "Голоса: ",
'text_in' => "в ",
'text_funbox_empty' => "<b>Функс пуст</b><br />",
'text_search_funbox' => "Фунбокс поиска",
'text_title' => "название",
'text_body' => "тело",
'text_both' => "оба",
'text_all' => "все",
'text_normal' => "нормальный",
'text_mod' => "mod",
);
?>