19be05bdeSGuy Brand<?php 2*dba5f66fSEmmanuel 39be05bdeSGuy Brand/** 4*dba5f66fSEmmanuel * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5*dba5f66fSEmmanuel * 61ba60149SAndreas Gohr * @author Delassaux Julien <julien@delassaux.fr> 764daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca> 88707b671SGuy Brand * @author Guy Brand <gb@unistra.fr> 9f93b78f8SAndreas Gohr * @author stephane.gully@gmail.com 10a6039913SGuillaume Turri * @author Guillaume Turri <guillaume.turri@gmail.com> 117ea13553SErik Pedersen * @author Erik Pedersen <erik.pedersen@shaw.ca> 1250ecd461SOlivier * @author olivier duperray <duperray.olivier@laposte.net> 13202b7494SVincent Feltz * @author Vincent Feltz <psycho@feltzv.fr> 14c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com> 15c1fe9e9fSFlorian Gaub * @author Florian Gaub <floriang@floriang.net> 16def4baf2SSamuel Dorsaz * @author Samuel Dorsaz samuel.dorsaz@novelion.net 17e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com> 184f616b5fSChristophe Martin * @author schplurtz@laposte.net 19c9996306Sskimpax * @author skimpax@gmail.com 2014704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com> 2105be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com> 22de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu> 23df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com> 249be05bdeSGuy Brand */ 25de78e4efSAnael Mobilia$lang['menu'] = 'Gestionnaire des réversions'; 269be05bdeSGuy Brand$lang['filter'] = 'Trouver les pages spammées '; 27c1fe9e9fSFlorian Gaub$lang['revert'] = 'Annuler les modifications sélectionnées'; 289be05bdeSGuy Brand$lang['reverted'] = '%s restauré à la révision %s'; 299be05bdeSGuy Brand$lang['removed'] = '%s supprimé'; 30de78e4efSAnael Mobilia$lang['revstart'] = 'Processus de réversion démarré. Ceci peut durer longtemps. Si le script dépasse le délai d\'exécution avant de finir, vous devrez restaurer de plus petits groupes de pages.'; 319be05bdeSGuy Brand$lang['revstop'] = 'Processus de réversion terminé avec succès.'; 32de78e4efSAnael Mobilia$lang['note1'] = 'Note : cette recherche est sensible à la casse'; 33de78e4efSAnael Mobilia$lang['note2'] = 'Note : cette page sera restaurée à la dernière version ne contenant pas le terme « spam » <em>%s</em>.'; 34