Create lang.php

This commit is contained in:
Hideaki SAWADA 2014-09-20 19:45:15 +09:00
parent 242ee4b4eb
commit e470c482b9

13
lang/ja/lang.php Normal file
View file

@ -0,0 +1,13 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Hideaki SAWADA <chuno@live.jp>
*/
$lang['copyerror'] = 'コピー失敗';
$lang['copysuccess'] = 'コピー成功';
$lang['createdprivatens'] = '私用の名前空間を作成した。';
$lang['createdpublicpage'] = '公開ページを作成した。';
$lang['privatenamespace'] = '私用の名前空間';
$lang['publicpage'] = '公開ページ';