Initial commit
This commit is contained in:
3
content/lib/plugins/revert/lang/ja/intro.txt
Normal file
3
content/lib/plugins/revert/lang/ja/intro.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
====== 復元管理 ======
|
||||
|
||||
このページは、スパムにより編集されたページを自動的に復元する手助けをします。スパムによる荒らしを受けたページを検索するため、スパムURLなどのキーワードを入力してください。その後、検索結果に含まれているページが実際に荒らされていることを確認してから復元を行います。
|
22
content/lib/plugins/revert/lang/ja/lang.php
Normal file
22
content/lib/plugins/revert/lang/ja/lang.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
|
||||
* @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> が含まれていない版のうち、最新のものに復元されます。';
|
Reference in New Issue
Block a user