about summary refs log tree commit diff stats
path: root/wiki/lib/tpl/dokuwiki/lang/ja/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/tpl/dokuwiki/lang/ja/lang.php')
-rw-r--r--wiki/lib/tpl/dokuwiki/lang/ja/lang.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/wiki/lib/tpl/dokuwiki/lang/ja/lang.php b/wiki/lib/tpl/dokuwiki/lang/ja/lang.php
new file mode 100644
index 0000000..353bf07
--- /dev/null
+++ b/wiki/lib/tpl/dokuwiki/lang/ja/lang.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Hideaki SAWADA <chuno@live.jp>
+ */
+$lang['__background_site__']   = 'サイト全体の背景色(content box の背後)';
+$lang['__link__']              = '通常のリンク色';
+$lang['__existing__']          = '既存ページへのリンク色';
+$lang['__missing__']           = '存在しないページへのリンク色';
+$lang['__site_width__']        = 'サイトの全体幅(任意の長さの単位を使用可能: % px em 他)';
+$lang['__sidebar_width__']     = 'サイドバーがある場合、サイドバーの幅(任意の長さの単位を使用可能: % px em 他)';
+$lang['__tablet_width__']      = 'タブレットモードにサイトを切替える、画面幅';
+$lang['__phone_width__']       = '携帯電話モードにサイトを切替える、画面幅';