mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
25 lines
849 B
PHP
25 lines
849 B
PHP
<?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' => " обязательный"
|
||
);
|
||
|
||
?>
|