first commit. dokuwiki.
[h2N7SspZmY.git] / lib / plugins / pagelist / lang / ja / lang.php
blobab68f630261e66f849e0f6a368e21022bf7357d7
1 <?php
2 /**
3 * Japanese language file
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Ikuo Obataya <cxx05051@nifty.com>
7 */
9 // custom language strings for the plugin
10 $lang['page'] = 'ページ';
11 $lang['date'] = '日付';
12 $lang['user'] = 'ユーザー';
13 $lang['desc'] = '内容';
15 //Setup VIM: ex: et ts=2 enc=utf-8 :