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

17 lines
710 B
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_shoutbox = array
(
'text_del' => "del",
'std_access_denied' => "Доступ запрещен.",
'std_access_denied_note' => "Гости не могут видеть эту страницу.",
'text_to_guest' => " to <b>Guest</b>",
'text_guest' => "<b>Guest</b>",
'text_ago' => " назад",
'text_helpbox_disabled' => "В настоящее время Helpbox отключен. Как ад вы получаете здесь?",
'text_no_permission_to_shoutbox' => "У вас нет разрешения на отправку сообщений на чат. Как ад вы получаете здесь?",
"speaking_too_often" => "Говорят слишком часто!",
);
?>