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