summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/lang/ja/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-29 09:21:55 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-29 09:21:55 +0200
commit1368c6a7e08f8f0a327b33f40ec4e70627881954 (patch)
tree389b4fb94b439ef67c163420d2d02c3ec456987d /lib/tpl/dokuwiki/lang/ja/lang.php
parent874f411fe89f29339082730a4dd0a874729ea486 (diff)
parentbc8a3531ce749ec8e8c126fb04d84a30a091dd73 (diff)
downloadrpg-1368c6a7e08f8f0a327b33f40ec4e70627881954.tar.gz
rpg-1368c6a7e08f8f0a327b33f40ec4e70627881954.tar.bz2
Merge pull request #1254 from dokuwiki-translate/lang_update_144
Translation update (ja)
Diffstat (limited to 'lib/tpl/dokuwiki/lang/ja/lang.php')
-rw-r--r--lib/tpl/dokuwiki/lang/ja/lang.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/tpl/dokuwiki/lang/ja/lang.php b/lib/tpl/dokuwiki/lang/ja/lang.php
new file mode 100644
index 000000000..98de60320
--- /dev/null
+++ b/lib/tpl/dokuwiki/lang/ja/lang.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Hideaki SAWADA <chuno@live.jp>
+ */
+$lang['__link__'] = '通常のリンク色';
+$lang['__existing__'] = '既存ページへのリンク色';
+$lang['__missing__'] = '存在しないページへのリンク色';
+$lang['__site_width__'] = 'サイトの全体幅(任意の長さの単位を使用可能: % px em 他)';
+$lang['__sidebar_width__'] = 'サイドバーがある場合、サイドバーの幅(任意の長さの単位を使用可能: % px em 他)';
+$lang['__tablet_width__'] = 'タブレットモードにサイトを切替える、画面幅';
+$lang['__phone_width__'] = '携帯電話モードにサイトを切替える、画面幅';