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

22 lines
786 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_polloverview = array
(
'std_error' => "Ошибка",
'head_poll_overview' => "Обзор опросов",
'text_polls_overview' => "Обзор опросов",
'col_id' => "ID",
'col_added' => "Добавлено",
'col_question' => "Вопрос",
'text_no_users_voted' => "Извините... Нет голосовавших пользователей!",
'text_no_poll_id' => "Извините, с таким ID нет опросов!",
'text_poll_question' => "Вопросы для опроса",
'col_option_no' => "Параметр №",
'col_options' => "Варианты",
'text_polls_user_overview' => "Обзор опросов пользователя",
'col_username' => "Имя пользователя",
'col_selection' => "Выбор",
);
?>