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

25 lines
849 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_makepoll = array
(
'std_error' => "Ошибка",
'std_no_poll_id' => "Опрос с таким ID не найден",
'std_missing_form_data' => "Отсутствуют данные формы!",
'head_edit_poll' => "Изменить опрос",
'text_edit_poll' => "Изменить опрос",
'head_new_poll' => "Новый опрос",
'text_day' => " день",
'text_hour' => " час",
'text_current_poll' => "Примечание: Текущий опрос ",
'text_is_only' => " только ",
'text_old' => " старый.",
'text_make_poll' => "Сделать опрос",
'text_question' => "Вопрос",
'text_option' => "Вариант ",
'submit_edit_poll' => "Изменить опрос",
'submit_create_poll' => "Создать опрос",
'text_required' => " обязательный"
);
?>