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

17 lines
1.5 KiB
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
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*/
$lang['AllowLinks'] = 'タスクを同じ名前のページにリンクすることを許可しますか?';
$lang['ActionNamespace'] = 'タスクを作成する名前空間(".:" = 現在の名前空間、空白 = ルート名前空間)';
$lang['Strikethrough'] = 'チェックした時、タスクに取り消し線を引きますか?';
$lang['CheckboxText'] = 'AllowLinks が無効な場合、文字をクリックするとタスクを完了にしますか?';
$lang['Checkbox'] = '"checkbox" オプションのデフォルト値リスト表示の場合、CheckBox を表示しますか?';
$lang['Header'] = '"header" オプションのデフォルト値)リストの見出しの命名方法?"id"ページID、"firstheader":ページ内の最初の見出し、"none":なし。';
$lang['Username'] = '"username" オプションのデフォルト値)任命されたユーザーの表示方法?"username":ユーザー名、"real":氏名、"none":非表示。';
$lang['ShowdateTag'] = '"showdate" オプションのデフォルト値)タグ定義表示の場合、開始日・締切日を表示しますか?';
$lang['ShowdateList'] = '"showdate" オプションのデフォルト値)リスト表示の場合、開始日・締切日を表示しますか?';