diff options
Diffstat (limited to 'lib/plugins/revert/lang')
-rw-r--r-- | lib/plugins/revert/lang/en/lang.php | 5 | ||||
-rw-r--r-- | lib/plugins/revert/lang/fr/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/revert/lang/pl/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/revert/lang/sv/lang.php | 2 |
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'; |