Files
nexusphp/lang/chs/lang_polloverview.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

22 lines
576 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_polloverview = array
(
'std_error' => "错误",
'head_poll_overview' => "投票概况",
'text_polls_overview' => "投票概况",
'col_id' => "ID",
'col_added' => "添加时间",
'col_question' => "问题",
'text_no_users_voted' => "对不起...还没有用户投过票!",
'text_no_poll_id' => "对不起...没有该ID的投票",
'text_poll_question' => "投票问题",
'col_option_no' => "编号",
'col_options' => "选项",
'text_polls_user_overview' => "投票用户情况",
'col_username' => "用户名",
'col_selection' => "选项",
);
?>