From 680824244fa1719cdf9dae5b8c6e74d748459067 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 28 Jun 2007 21:18:02 +0200 Subject: japanese language update darcs-hash:20070628191802-7ad00-00dd404a1b70e314c76d07080a6085e731ffd238.gz --- lib/plugins/revert/lang/ja/lang.php | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) (limited to 'lib/plugins/revert') diff --git a/lib/plugins/revert/lang/ja/lang.php b/lib/plugins/revert/lang/ja/lang.php index 929486f9b..d32b58ced 100644 --- a/lib/plugins/revert/lang/ja/lang.php +++ b/lib/plugins/revert/lang/ja/lang.php @@ -1,27 +1,16 @@ */ - -// settings must be present and set appropriately for the language -$lang['encoding'] = 'utf-8'; -$lang['direction'] = 'ltr'; - -// for admin plugins, the menu prompt to be displayed in the admin menu -// if set here, the plugin doesn't need to override the getMenuText() method -$lang['menu'] = '復元管理'; - -// custom language strings for the plugin - -$lang['filter'] = 'スパムを受けたページを検索'; -$lang['revert'] = '選択したページを検索'; -$lang['reverted'] = '%s はリビジョン %s へ復元されました'; -$lang['removed'] = '%s は削除されました'; -$lang['revstart'] = '復元処理中です。時間が掛かる可能性がありますが、もしタイムアウトした場合は、復元を複数回に分けて行ってください。'; - - -$lang['revstop'] = '復元処理が正しく完了しました。'; -$lang['note1'] = '注意:検索語句は大文字・小文字を区別します'; -$lang['note2'] = '注意:最新の内容に検索したスパムキーワード %s が含まれていないページが復元されます。'; - -//Setup VIM: ex: et ts=4 enc=utf-8 : +$lang[encoding] = 'utf-8'; +$lang[direction] = 'ltr'; +$lang[menu] = '復元管理'; +$lang[filter] = 'スパムを受けたページを検索'; +$lang[revert] = '選択したページを検索'; +$lang[reverted] = '%s はリビジョン %s へ復元されました'; +$lang[removed] = '%s は削除されました'; +$lang[revstart] = '復元処理中です。時間が掛かる可能性がありますが、もしタイムアウトした場合は、復元を複数回に分けて行ってください。'; +$lang[revstop] = '復元処理が正しく完了しました。'; +$lang[note1] = '注意:検索語句は大文字・小文字を区別します'; +$lang[note2] = '注意:最新の内容に検索したスパムキーワード %s が含まれていないページが復元されます。'; -- cgit v1.2.3