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