mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
38
modules/poll/lang/zh-TW.lang.php
Normal file
38
modules/poll/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 投票調查 (poll) 模組的基本語言包
|
||||
**/
|
||||
|
||||
$lang->poll = "投票調查";
|
||||
$lang->poll_stop_date = "投票調查結束日期";
|
||||
$lang->poll_join_count = "投票者";
|
||||
$lang->poll_checkcount = "必選項目數";
|
||||
|
||||
$lang->cmd_poll_list = '檢視目錄';
|
||||
$lang->cmd_delete_checked_poll = '刪除所選項目';
|
||||
$lang->cmd_apply_poll = '參與投票';
|
||||
$lang->cmd_view_result = '檢視結果';
|
||||
$lang->cmd_delete_checked_poll = '刪除所選';
|
||||
|
||||
$lang->success_poll = '感謝您參與投票。';
|
||||
|
||||
$lang->msg_already_poll = '不能重複投票!';
|
||||
$lang->msg_cart_is_null = '請選擇要刪除的文章。';
|
||||
$lang->msg_checked_poll_is_deleted = '已刪除%d個投票調查。';
|
||||
$lang->msg_check_poll_item = '請選擇問卷回應的項目。 (每個問卷調查有不同的必選項目)';
|
||||
$lang->msg_cart_is_null = '請選擇要刪除的問卷。';
|
||||
$lang->msg_checked_poll_is_deleted = '已刪除%d個問卷。';
|
||||
$lang->msg_poll_not_exists = '您選擇的問卷不存在!';
|
||||
|
||||
$lang->cmd_null_item = "沒有要登錄為投票調查的值。\n請重新設置。";
|
||||
|
||||
$lang->confirm_poll_submit = "您要參與投票嗎?";
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'title' => '標題',
|
||||
'regdate' => '登錄日期',
|
||||
'ipaddress' => 'IP 地址',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue