summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-11-10 14:41:18 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-11-10 14:41:18 +0100
commit122b469f774df8026a8a6182d2bc026ae1a06e2b (patch)
treebe18b55d7475654234f9de2cd9b6fbe42bceb9fe /lib/plugins/revert/lang/en
parent168f9feebfac547ac832cdc2561a85158f9bed2d (diff)
downloadrpg-122b469f774df8026a8a6182d2bc026ae1a06e2b.tar.gz
rpg-122b469f774df8026a8a6182d2bc026ae1a06e2b.tar.bz2
revert manager GUI updates
darcs-hash:20061110134118-7ad00-097d4a23980d0eda38116ee6e05e79e5f8882cc2.gz
Diffstat (limited to 'lib/plugins/revert/lang/en')
-rw-r--r--lib/plugins/revert/lang/en/intro.txt4
-rw-r--r--lib/plugins/revert/lang/en/lang.php10
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/revert/lang/en/intro.txt b/lib/plugins/revert/lang/en/intro.txt
index 813891017..e3db66b81 100644
--- a/lib/plugins/revert/lang/en/intro.txt
+++ b/lib/plugins/revert/lang/en/intro.txt
@@ -1,2 +1,6 @@
====== Revert Manager ======
+This page helps you with the automatic reversion of a spam attack.
+To find a list of spammy pages first enter a search string (eg. a
+spam URL), then confirm that the found pages are really spam and
+revert the edits.
diff --git a/lib/plugins/revert/lang/en/lang.php b/lib/plugins/revert/lang/en/lang.php
index 8df31508c..aac5f3188 100644
--- a/lib/plugins/revert/lang/en/lang.php
+++ b/lib/plugins/revert/lang/en/lang.php
@@ -13,4 +13,14 @@ $lang['menu'] = 'Revert Manager';
// custom language strings for the plugin
+$lang['filter'] = 'Search spammy pages';
+$lang['note'] = 'Note: this search is case sensitive';
+$lang['revert'] = 'Revert selected edits';
+$lang['reverted'] = '%s reverted to revision %s';
+$lang['removed'] = '%s removed';
+$lang['revstart'] = 'Reversion process started. This can take a long time. If the
+ script times out before finishing, you need to revert in smaller
+ chunks.';
+$lang['revstop'] = 'Reversion process finished successful.';
+
//Setup VIM: ex: et ts=4 enc=utf-8 :