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

24 lines
988 B
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_sendmessage = array
(
'std_error' => "Ошибка",
'std_permission_denied' => "Отказано в доступе",
'head_send_message' => "Отправить сообщение",
'text_mass_message' => "Массовое сообщение ",
'text_users' => "пользователей",
'text_subject' => "Тема:",
'text_comment' => "Комментарий:",
'text_from' => "От:",
'text_take_snapshot' => "Сделать снимок:",
'submit_send_it' => "Отправь!",
'submit_preview' => "Предпросмотр",
'text_templates' => "Шаблоны:",
'submit_use' => "Использовано",
'std_no_user_id' => "Нет пользователя с таким ID.",
'text_message_to' => "Сообщение для ",
'checkbox_delete_message_replying_to' => "Удалить сообщение, на которое вы ответили",
'checkbox_save_message_to_sendbox' => "Сохранить сообщение в поле"
);
?>