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

27 lines
1.1 KiB
PHP
Raw 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_userhistory = array
(
'std_error' => "Ошибка",
'std_permission_denied' => "Отказано в доступе",
'std_no_posts_found' => "Сообщений не найдено",
'head_posts_history' => "История сообщений",
'text_posts_history_for' => "История записей для ",
'text_forum' => "<b>Форум:&nbsp;</b>",
'text_topic' => "<b>тема:&nbsp;</b>",
'text_post' => "<b>запись:&nbsp;</b>",
'text_new' => "НОВОЕ!",
'text_last_edited' => "Последнее редактирование ",
'text_at' => " в ",
'std_no_comments_found' => "Комментариев не найдено",
'head_comments_history' => "История комментариев",
'text_comments_history_for' => "История комментариев для ",
'text_torrent' => "<b>Торрент:&nbsp;</b>",
'text_comment' => "<b>Комментарий:&nbsp;",
'std_history_error' => "Ошибка истории",
'std_unkown_action' => "Неизвестное действие",
'std_invalid_or_no_query' => "Недопустимый или нет запроса."
);
?>