diff options
Diffstat (limited to 'wiki/lib/plugins/revert/lang/ja/lang.php')
-rw-r--r-- | wiki/lib/plugins/revert/lang/ja/lang.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/wiki/lib/plugins/revert/lang/ja/lang.php b/wiki/lib/plugins/revert/lang/ja/lang.php deleted file mode 100644 index 1bca8a7..0000000 --- a/wiki/lib/plugins/revert/lang/ja/lang.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -/** - * @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> - */ -$lang['menu'] = '復元管理'; -$lang['filter'] = 'スパムを受けたページを検索'; -$lang['revert'] = '選択したページを検索'; -$lang['reverted'] = '%s はリビジョン %s へ復元されました'; -$lang['removed'] = '%s は削除されました'; -$lang['revstart'] = '復元処理中です。時間が掛かる可能性がありますが、もしタイムアウトした場合は、復元を複数回に分けて行ってください。'; -$lang['revstop'] = '復元処理が正しく完了しました。'; -$lang['note1'] = '注意:検索語句は大文字・小文字を区別します'; -$lang['note2'] = '注意:最新の内容に検索したスパムキーワード <i>%s</i> が含まれていないページが復元されます。'; |