diff options
author | Hideaki SAWADA <chuno@live.jp> | 2015-07-29 08:31:11 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-29 08:31:11 +0200 |
commit | bc8a3531ce749ec8e8c126fb04d84a30a091dd73 (patch) | |
tree | 389b4fb94b439ef67c163420d2d02c3ec456987d /lib/tpl/dokuwiki/lang/ja/lang.php | |
parent | 874f411fe89f29339082730a4dd0a874729ea486 (diff) | |
download | rpg-bc8a3531ce749ec8e8c126fb04d84a30a091dd73.tar.gz rpg-bc8a3531ce749ec8e8c126fb04d84a30a091dd73.tar.bz2 |
translation update
Diffstat (limited to 'lib/tpl/dokuwiki/lang/ja/lang.php')
-rw-r--r-- | lib/tpl/dokuwiki/lang/ja/lang.php | 14 |
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__'] = '携帯電話モードにサイトを切替える、画面幅'; |