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

35 lines
1.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_staffbox = array
(
'head_staff_pm' => "Персонал",
'text_staff_pm' => "Персонал",
'std_sorry' => "Извините",
'std_no_messages_yet' => "Пока нет сообщений!",
'col_subject' => "Тема",
'col_sender' => "Отправитель",
'col_added' => "Добавлено",
'col_answered' => "Ответил",
'col_action' => "Акт.",
'text_yes' => "Да",
'text_no' => "Нет",
'submit_set_answered' => "Задать ответ",
'submit_delete' => "Удалить",
'text_system' => "Система",
'head_view_staff_pm' => "Просмотр ЛС Персонала",
'col_from' => "От",
'col_date' => "Дата",
'col_answered_by' => "Ответил",
'text_reply' => "Ответ",
'text_mark_answered' => "Отметить как отвеченный",
'text_delete' => "Удалить",
'std_error' => "Ошибка",
'std_no_user_id' => "Нет пользователя с таким ID.",
'head_answer_to_staff_pm' => "Ответ на сообщение персонала",
'text_answering_to' => "Ответ на ",
'text_sent_by' => " отправлен ",
'std_body_is_empty' => "Пожалуйста, введите что-нибудь!",
);
?>