rhymix/modules/poll/lang/zh-TW.lang.php

38 lines
1.5 KiB
PHP

<?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 地址',
);
?>