about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/revert/lang/ja
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/revert/lang/ja')
-rw-r--r--wiki/lib/plugins/revert/lang/ja/intro.txt3
-rw-r--r--wiki/lib/plugins/revert/lang/ja/lang.php21
2 files changed, 0 insertions, 24 deletions
diff --git a/wiki/lib/plugins/revert/lang/ja/intro.txt b/wiki/lib/plugins/revert/lang/ja/intro.txt
deleted file mode 100644
index 995a57f..0000000
--- a/wiki/lib/plugins/revert/lang/ja/intro.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-====== 復元管理 ======
-
-このページは、スパムにより編集されたページを自動的に復元するための機能を管理します。 スパムを受けたページを検索するため、スパムURLなどのキーワードを入力してください。 その後、検索結果に含まれているページがスパムされていることを確認してから復元を行います。
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> が含まれていないページが復元されます。';