add contents
This commit is contained in:
12
lib/plugins/todo/lang/zh-tw/settings.php
Normal file
12
lib/plugins/todo/lang/zh-tw/settings.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Traditional Chinese language strings for the ToDo Plugin
|
||||
*
|
||||
* @author ToroLiu <aecho.1028@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['AllowLinks'] = 'AllowLinks: ToDo是否與同名的page建立超連結?';
|
||||
$lang['ActionNamespace'] = 'ToDo應該建立在哪個NS(namespace)下? (".:" =目前的NS, 空白 = Root NS)';
|
||||
$lang['Strikethrough'] = '當ToDo完成後,是否套用刪除線?';
|
||||
$lang['CheckboxText'] = '如果AllowLinks關閉,點擊ToDo的文字是否代表該事件己完成?';
|
||||
|
Reference in New Issue
Block a user