Skip to content

Commit

Permalink
Merge pull request #20 from dokuwiki-translate/lang_update_119
Browse files Browse the repository at this point in the history
Translation update (ja)
  • Loading branch information
selfthinker committed Feb 2, 2016
2 parents 748806c + 775972c commit 97e84a7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lang/ja/lang.php
@@ -0,0 +1,9 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*/
$lang['sectionlink'] = 'この節へのリンク';
$lang['comment'] = 'コメント';
25 changes: 25 additions & 0 deletions lang/ja/settings.php
@@ -0,0 +1,25 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*/
$lang['numbering'] = 'ID 番号の形式';
$lang['numbering_o_0'] = '連続的
';
$lang['numbering_o_1'] = '階層的';
$lang['uniqueness'] = 'ID の一意性';
$lang['uniqueness_o_0'] = 'ページ全体';
$lang['uniqueness_o_1'] = 'サイト全体';
$lang['internalID'] = '内部アンカーとして使用できる ID を作成しますか? (注:一意でない場合があります)';
$lang['linkText'] = 'リンクテキスト';
$lang['linkText_o_0'] = '段落/節記号';
$lang['linkText_o_1'] = 'ID';
$lang['restrictionNS'] = '指定した名前空間(カンマ区切り)の最初のレベルにプラグインの使用を制限する(空白の場合はパープル番号を常に表示する)';
$lang['restrictionType'] = 'パープル番号を表示するページに指定した名前空間のページを含む・除外する場合、指定形式を指定する';
$lang['restrictionType_o_0'] = '除外する';
$lang['restrictionType_o_1'] = '含む';
$lang['includeStartpage'] = 'スタートページにパープル番号を表示しますか?';
$lang['annotationPage'] = '注釈ページへのリンク形式(空白の場合は無効)';

0 comments on commit 97e84a7

Please sign in to comment.