summaryrefslogtreecommitdiff
path: root/lib/plugins/revert
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-06-04 19:49:39 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-06-04 19:49:39 +0200
commit1220bbe21f82866d1eb7013bb644836b9b5af5eb (patch)
tree265b768b6ca666618c5ec4457a7602f5a9066b18 /lib/plugins/revert
parent87ba23d66f9974bc8cae447b28fbb4113ed4421e (diff)
downloadrpg-1220bbe21f82866d1eb7013bb644836b9b5af5eb.tar.gz
rpg-1220bbe21f82866d1eb7013bb644836b9b5af5eb.tar.bz2
Japanese language update
darcs-hash:20070604174939-7ad00-73a8a54560f0b801f293ced2213a3ca1fd1a394c.gz
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r--lib/plugins/revert/lang/ja/intro.txt5
-rw-r--r--lib/plugins/revert/lang/ja/lang.php27
2 files changed, 32 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/ja/intro.txt b/lib/plugins/revert/lang/ja/intro.txt
new file mode 100644
index 000000000..62ab7deae
--- /dev/null
+++ b/lib/plugins/revert/lang/ja/intro.txt
@@ -0,0 +1,5 @@
+====== 復元管理 ======
+
+このページは、スパムにより編集されたページを自動的に復元するための機能を管理します。
+スパムを受けたページを検索するため、スパムURLなどのキーワードを入力してください。
+その後、検索結果に含まれているページがスパムされていることを確認してから復元を行います。
diff --git a/lib/plugins/revert/lang/ja/lang.php b/lib/plugins/revert/lang/ja/lang.php
new file mode 100644
index 000000000..929486f9b
--- /dev/null
+++ b/lib/plugins/revert/lang/ja/lang.php
@@ -0,0 +1,27 @@
+<?php
+/**
+ * japanese language file
+ */
+
+// 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'] = '注意:最新の内容に検索したスパムキーワード <i>%s</i> が含まれていないページが復元されます。';
+
+//Setup VIM: ex: et ts=4 enc=utf-8 :