Files
nexusphp/lang/ru/lang_makepoll.php

25 lines
849 B
PHP
Raw Normal View History

2025-04-22 19:35:05 +07:00
<?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' => " обязательный"
);
?>