Files
nexusphp/lang/cht/lang_makepoll.php

25 lines
635 B
PHP
Raw Permalink Normal View History

2020-12-26 01:42:23 +08: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' => " 必須填寫"
);
?>