mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
27 lines
1.1 KiB
PHP
27 lines
1.1 KiB
PHP
<?php
|
||
|
||
$lang_userhistory = array
|
||
(
|
||
'std_error' => "Ошибка",
|
||
'std_permission_denied' => "Отказано в доступе",
|
||
'std_no_posts_found' => "Сообщений не найдено",
|
||
'head_posts_history' => "История сообщений",
|
||
'text_posts_history_for' => "История записей для ",
|
||
'text_forum' => "<b>Форум: </b>",
|
||
'text_topic' => "<b>тема: </b>",
|
||
'text_post' => "<b>запись: </b>",
|
||
'text_new' => "НОВОЕ!",
|
||
'text_last_edited' => "Последнее редактирование ",
|
||
'text_at' => " в ",
|
||
'std_no_comments_found' => "Комментариев не найдено",
|
||
'head_comments_history' => "История комментариев",
|
||
'text_comments_history_for' => "История комментариев для ",
|
||
'text_torrent' => "<b>Торрент: </b>",
|
||
'text_comment' => "<b>Комментарий: ",
|
||
'std_history_error' => "Ошибка истории",
|
||
'std_unkown_action' => "Неизвестное действие",
|
||
'std_invalid_or_no_query' => "Недопустимый или нет запроса."
|
||
);
|
||
|
||
?>
|