add contents
This commit is contained in:
11
lib/plugins/todo/lang/ja/lang.php
Normal file
11
lib/plugins/todo/lang/ja/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'ToDo';
|
||||
$lang['refreshpage'] = 'このページには新バージョンがあります。再試行前に再読込をしてください。';
|
||||
$lang['checkboxchange_on'] = 'タスクを完了に';
|
||||
$lang['checkboxchange_off'] = 'タスクを未完に';
|
Reference in New Issue
Block a user