Initial commit
This commit is contained in:
19
content/lib/plugins/popularity/lang/ja/lang.php
Normal file
19
content/lib/plugins/popularity/lang/ja/lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Ikuo Obataya <i.obataya@gmail.com>
|
||||
* @author Daniel Dupriest <kououken@gmail.com>
|
||||
* @author Kazutaka Miyasaka <kazmiya@gmail.com>
|
||||
* @author Yuji Takenaka <webmaster@davilin.com>
|
||||
* @author Taisuke Shimamoto <dentostar@gmail.com>
|
||||
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
|
||||
*/
|
||||
$lang['name'] = '利用状況調査(ロードに少し時間が掛かります)';
|
||||
$lang['submit'] = 'データ送信';
|
||||
$lang['autosubmit'] = '月に一度は自動的にデータを送付';
|
||||
$lang['submissionFailed'] = '次のエラーによりデータが送信できませんでした:';
|
||||
$lang['submitDirectly'] = '次のフォームを使ってデータを手動で送信することができます。';
|
||||
$lang['autosubmitError'] = '以下のエラーにより最後の自動送信に失敗しました:';
|
||||
$lang['lastSent'] = 'データを送信しました。';
|
Reference in New Issue
Block a user