Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
sawachan authored and dokuwiki-translate committed Jul 3, 2015
1 parent 1a51ba7 commit 60c4f56
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lang/ja/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*/
$lang['qb_todobutton'] = 'ToDo';
$lang['refreshpage'] = 'このページには新バージョンがあります。再試行前に再読込をしてください。';
$lang['checkboxchange_on'] = 'タスクを完了に';
$lang['checkboxchange_off'] = 'タスクを未完に';
16 changes: 16 additions & 0 deletions lang/ja/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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" オプションのデフォルト値)リスト表示の場合、開始日・締切日を表示しますか?';

0 comments on commit 60c4f56

Please sign in to comment.