Files
dokuwiki-plugins/lib/plugins/todo/lang/zh-tw/settings.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

13 lines
495 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
/**
* 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的文字是否代表該事件己完成';