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

17 lines
685 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_takecontact = array
(
'std_error' => "Ошибка",
'std_method' => "Метод",
'std_please_enter_something' => "Пожалуйста, введите что-нибудь!",
'std_please_define_subject' => "Вам нужно определить тему!",
'std_message_flooding' => "Грабеж сообщения не разрешен. Пожалуйста, подождите ",
'std_second' => " секунда",
'std_s' => "с",
'std_before_sending_pm' => " перед отправкой сообщения в STAFF.",
'std_succeeded' => "Успешно",
'std_message_succesfully_sent' => "Сообщение успешно отправлено!"
);
?>