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

20 lines
724 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_polls = array
(
'std_error' => "Ошибка",
'std_permission_denied' => "В разрешении отказано.",
'std_delete_poll' => "Удалить опрос",
'std_delete_poll_confirmation' => "Вы действительно хотите удалить опрос? Нажмите\n",
'std_here_if_sure' => "<b>here</b></a> if you are sure.",
'std_sorry' => "Sorry...",
'std_no_polls' => "Нет опросов!",
'head_previous_polls' => "Предыдущие опросы",
'text_previous_polls' => "Предыдущие опросы",
'text_ago' => " назад",
'text_edit' => "Редактирование",
'text_delete' => "Удалить",
'text_votes' => "Голоса: "
);
?>