diff options
author | Myeongjin <aranet100@gmail.com> | 2013-09-15 21:00:21 +0900 |
---|---|---|
committer | Myeongjin <aranet100@gmail.com> | 2013-09-15 21:00:21 +0900 |
commit | d24ba6007bd0c628f8e2a7a9de1916478c4ec0b0 (patch) | |
tree | ecc0456a3044a29cef45fbdad8f5b0a2b255a774 /inc/lang/ja/lang.php | |
parent | 836030cf1c5473170acc7a38b431d965859636a4 (diff) | |
parent | 59111f21e3603abefc6f0938ab27100b83ed9a26 (diff) | |
download | rpg-d24ba6007bd0c628f8e2a7a9de1916478c4ec0b0.tar.gz rpg-d24ba6007bd0c628f8e2a7a9de1916478c4ec0b0.tar.bz2 |
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
Diffstat (limited to 'inc/lang/ja/lang.php')
-rw-r--r-- | inc/lang/ja/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/lang/ja/lang.php b/inc/lang/ja/lang.php index 431cef503..12a95b1ab 100644 --- a/inc/lang/ja/lang.php +++ b/inc/lang/ja/lang.php @@ -1,14 +1,15 @@ <?php + /** - * japanese language file - * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Yuji Takenaka <webmaster@davilin.com> * @author Ikuo Obataya <i.obataya@gmail.com> * @author Daniel Dupriest <kououken@gmail.com> * @author Kazutaka Miyasaka <kazmiya@gmail.com> * @author Taisuke Shimamoto <dentostar@gmail.com> * @author Satoshi Sahara <sahara.satoshi@gmail.com> + * @author Hideaki SAWADA <chuno@live.jp> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; |