mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
set svn property - svn:eol-style LF
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9802eaa60a
commit
620b03d184
763 changed files with 114595 additions and 114595 deletions
|
|
@ -1,38 +1,38 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/zh-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @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位址',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/poll/lang/zh-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @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