xref: /dokuwiki/lib/plugins/revert/lang/ja/lang.php (revision 08ee2b52e87e2503909bc37b4978b0149c2146d0)
11220bbe2SAndreas Gohr<?php
21220bbe2SAndreas Gohr/**
31220bbe2SAndreas Gohr * japanese language file
468082424SAndreas Gohr * @author Yuji Takenaka <webmaster@davilin.com>
5*08ee2b52SAndreas Gohr * @author Ikuo Obataya <i.obataya@gmail.com>
61220bbe2SAndreas Gohr */
7abcc3801SAndreas Gohr$lang['menu']                  = '復元管理';
8abcc3801SAndreas Gohr$lang['filter']                = 'スパムを受けたページを検索';
9abcc3801SAndreas Gohr$lang['revert']                = '選択したページを検索';
10abcc3801SAndreas Gohr$lang['reverted']              = '%s はリビジョン %s へ復元されました';
11abcc3801SAndreas Gohr$lang['removed']               = '%s は削除されました';
12abcc3801SAndreas Gohr$lang['revstart']              = '復元処理中です。時間が掛かる可能性がありますが、もしタイムアウトした場合は、復元を複数回に分けて行ってください。';
13abcc3801SAndreas Gohr$lang['revstop']               = '復元処理が正しく完了しました。';
14abcc3801SAndreas Gohr$lang['note1']                 = '注意:検索語句は大文字・小文字を区別します';
15abcc3801SAndreas Gohr$lang['note2']                 = '注意:最新の内容に検索したスパムキーワード <i>%s</i> が含まれていないページが復元されます。';
16