rhymix/modules/editor/components/poll_maker/lang/zh-TW.lang.php

18 lines
628 B
PHP
Raw 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
/**
* @file /modules/editor/components/urllink/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @brief 網頁編輯器(editor) 模組 > 投票調查組件語言
**/
$lang->poll_title = "標題";
$lang->poll_item = "項目";
$lang->poll_stop_date = "結束日期";
$lang->poll_chk_count = "選擇項目數";
$lang->cmd_add_poll = "新增投票";
$lang->cmd_del_poll = "刪除投票";
$lang->cmd_add_item = "新增項目";
$lang->msg_poll_cannot_modify = '投票調查不提供修改功能。必須刪除後再新增';
?>