xref: /dokuwiki/lib/plugins/revert/lang/ja/lang.php (revision 42a8cadf7a355764bb63d77160ef78f9abb9a6ec)
11220bbe2SAndreas Gohr<?php
23daf9b20SHideaki SAWADA
31220bbe2SAndreas Gohr/**
43daf9b20SHideaki SAWADA * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
53daf9b20SHideaki SAWADA *
682211c0aSHokkaidoPerson * @author HokkaidoPerson <dosankomali@yahoo.co.jp>
768082424SAndreas Gohr * @author Yuji Takenaka <webmaster@davilin.com>
808ee2b52SAndreas Gohr * @author Ikuo Obataya <i.obataya@gmail.com>
9dfa98bf7SDaniel Dupriest * @author Daniel Dupriest <kououken@gmail.com>
103d90dbb1SKazutaka Miyasaka * @author Kazutaka Miyasaka <kazmiya@gmail.com>
11ee9b1ae4STaisuke Shimamoto * @author Taisuke Shimamoto <dentostar@gmail.com>
128fb341d2SSatoshi Sahara * @author Satoshi Sahara <sahara.satoshi@gmail.com>
131220bbe2SAndreas Gohr */
14abcc3801SAndreas Gohr$lang['menu']                  = '復元管理';
15abcc3801SAndreas Gohr$lang['filter']                = 'スパムを受けたページを検索';
16*42a8cadfSHokkaidoPerson$lang['revert']                = '選択したページを復元';
17abcc3801SAndreas Gohr$lang['reverted']              = '%s はリビジョン %s へ復元されました';
18abcc3801SAndreas Gohr$lang['removed']               = '%s は削除されました';
1982211c0aSHokkaidoPerson$lang['revstart']              = '復元処理中です。処理には時間が掛かる可能性があります。もしタイムアウトした場合は、復元を複数回に分けて行ってください。';
20abcc3801SAndreas Gohr$lang['revstop']               = '復元処理が正しく完了しました。';
21abcc3801SAndreas Gohr$lang['note1']                 = '注意:検索語句は大文字・小文字を区別します';
22abcc3801SAndreas Gohr$lang['note2']                 = '注意:最新の内容に検索したスパムキーワード <i>%s</i> が含まれていないページが復元されます。';
23