Files
nexusphp/lang/ru/lang_complains.php
2025-05-05 21:27:48 +07:00

34 lines
2.4 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_complains = [
'text_complain' => 'Проблема с жалобой на аккаунт',
'text_new_complain' => 'Новая жалоба',
'text_new_email' => 'Email аккаунта:',
'text_new_body' => 'Детализация Жалоба:',
'text_new_body_placeholder' => "Опишите вопрос здесь:\nСоответствующие доказательства применимы: Изображения отображаются в виде [img=URL]",
'text_new_submit' => 'Отправить',
'text_new_failure' => 'Введен неверный адрес электронной почты или пустая жалоба.',
'text_created_title' => 'Жалоба создана',
'text_created_note' => 'Пожалуйста, добавьте эту страницу в закладки для проверки ее обновлений позже. НЕ ОТВЕТСТВУЙТЕ ЭТОЙ URL АНИБУДЫ! Иначе ваша жалоба не будет рассмотрена.',
'text_search_account' => 'Поиск учетной записи по этому email',
'text_reply' => 'Ответ',
'text_replies' => 'Следить за сообщениями',
'text_complainer' => 'Жалоба',
'text_added' => 'Добавлено',
'text_no_replies' => 'Нет сообщений',
'text_closed' => 'На эту жалобу были даны ответы и заблокированы для новых ответов.',
'text_answer_it' => 'ЗАКРЫТЬ',
'text_unanswer_it' => 'ПОВТОРИТЬ',
'th_complain_at' => 'Жалоба на',
'th_complain_account' => 'Пожаловаться на аккаунт',
'th_action_view' => 'Вид',
'pending_complaints' => 'Ожидающие жалобы',
'no_pending_complaints' => 'Нет нерассмотренных жалоб',
'complaints_processed' => 'Обработано жалоб',
'no_complaints_have_been_processed' => 'Жалобы не были обработаны',
'text_view_band_log' => 'Просмотр журнала банов',
'reply_notify_subject' => 'Жалоба отвечена',
'reply_notify_body' => 'You have a reply to your complaint on the site %s, click here <a href="%s" target="_blank">to see it</a>.',
'complain_not_enabled' => 'Жалоба не включена',
];