summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-04-22 16:15:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-04-22 16:15:19 +0200
commit90f99567851007c1b66514527d4e3a065e0f07eb (patch)
tree300533941544f5af18e806e699bf5a641b8161fb /lib/plugins/revert/lang
parent09c27a6d337ca6abdd9e4a370481620b328dadf3 (diff)
downloadrpg-90f99567851007c1b66514527d4e3a065e0f07eb.tar.gz
rpg-90f99567851007c1b66514527d4e3a065e0f07eb.tar.bz2
revert manager now reverts back to the last non-spammy revision
darcs-hash:20070422141519-7ad00-c51db646b2e7cb0f24395604c039b2ea9a576883.gz
Diffstat (limited to 'lib/plugins/revert/lang')
-rw-r--r--lib/plugins/revert/lang/en/lang.php5
-rw-r--r--lib/plugins/revert/lang/fr/lang.php2
-rw-r--r--lib/plugins/revert/lang/pl/lang.php2
-rw-r--r--lib/plugins/revert/lang/sv/lang.php2
4 files changed, 6 insertions, 5 deletions
diff --git a/lib/plugins/revert/lang/en/lang.php b/lib/plugins/revert/lang/en/lang.php
index 064ffb60e..fdbf7775d 100644
--- a/lib/plugins/revert/lang/en/lang.php
+++ b/lib/plugins/revert/lang/en/lang.php
@@ -14,13 +14,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['revert'] = 'Revert selected pages';
$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 successfully.';
+$lang['note1'] = 'Note: this search is case sensitive';
+$lang['note2'] = 'Note: the page will be reverted to the last version not containing the given spam term <i>%s</i>.';
//Setup VIM: ex: et ts=4 enc=utf-8 :
diff --git a/lib/plugins/revert/lang/fr/lang.php b/lib/plugins/revert/lang/fr/lang.php
index 09c8387d9..959388ceb 100644
--- a/lib/plugins/revert/lang/fr/lang.php
+++ b/lib/plugins/revert/lang/fr/lang.php
@@ -14,7 +14,7 @@ $lang['menu'] = 'Gestionnaire de réversion';
// custom language strings for the plugin
$lang['filter'] = 'Trouver les pages spammées ';
-$lang['note'] = 'Note : cette recherche est insensible à la casse';
+$lang['note1'] = 'Note : cette recherche est insensible à la casse';
$lang['revert'] = 'Annuler les éditions sélectionnées';
$lang['reverted'] = '%s restauré à la révision %s';
$lang['removed'] = '%s supprimé';
diff --git a/lib/plugins/revert/lang/pl/lang.php b/lib/plugins/revert/lang/pl/lang.php
index ddeea8fce..67d02487d 100644
--- a/lib/plugins/revert/lang/pl/lang.php
+++ b/lib/plugins/revert/lang/pl/lang.php
@@ -14,7 +14,7 @@ $lang['menu'] = 'Menadżer przywracania';
// custom language strings for the plugin
$lang['filter'] = 'Wyszukaj uszkodzone strony';
-$lang['note'] = 'Uwaga: duże i małe litery są rozróżniane';
+$lang['note1'] = 'Uwaga: duże i małe litery są rozróżniane';
$lang['revert'] = 'Napraw zaznaczone strony';
$lang['reverted'] = 'Stronę %s zastąpiono wersją %s';
$lang['removed'] = 'Stronę %s usunięto';
diff --git a/lib/plugins/revert/lang/sv/lang.php b/lib/plugins/revert/lang/sv/lang.php
index 873cc46ef..7a3465399 100644
--- a/lib/plugins/revert/lang/sv/lang.php
+++ b/lib/plugins/revert/lang/sv/lang.php
@@ -16,7 +16,7 @@ $lang['menu'] = 'Hantera återställningar';
// custom language strings for the plugin
$lang['filter'] = 'Sök efter spamsidor';
-$lang['note'] = 'OBS: sökningen skiljer på stora och små bokstäver';
+$lang['note1'] = 'OBS: sökningen skiljer på stora och små bokstäver';
$lang['revert'] = 'Återställ markerade redigeringar';
$lang['reverted'] = '%s återställd till version %s';
$lang['removed'] = '%s borttagen';