xref: /dokuwiki/lib/plugins/revert/lang/fr/lang.php (revision 8591ce16271da38ce23890ba6c2662414f17e82e)
19be05bdeSGuy Brand<?php
2dba5f66fSEmmanuel
39be05bdeSGuy Brand/**
4dba5f66fSEmmanuel * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5dba5f66fSEmmanuel *
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>
9*8591ce16SSchplurtz le Déboulonné * @author stephane.gully <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>
16e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com>
1714704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com>
1805be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com>
19de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu>
20df60eba1SBruno Veilleux * @author Bruno Veilleux <bruno.vey@gmail.com>
219be05bdeSGuy Brand */
22de78e4efSAnael Mobilia$lang['menu']                  = 'Gestionnaire des réversions';
239be05bdeSGuy Brand$lang['filter']                = 'Trouver les pages spammées ';
24c1fe9e9fSFlorian Gaub$lang['revert']                = 'Annuler les modifications sélectionnées';
259be05bdeSGuy Brand$lang['reverted']              = '%s restauré à la révision %s';
269be05bdeSGuy Brand$lang['removed']               = '%s supprimé';
27de78e4efSAnael 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.';
289be05bdeSGuy Brand$lang['revstop']               = 'Processus de réversion terminé avec succès.';
29de78e4efSAnael Mobilia$lang['note1']                 = 'Note : cette recherche est sensible à la casse';
30de78e4efSAnael Mobilia$lang['note2']                 = 'Note : cette page sera restaurée à la dernière version ne contenant pas le terme « spam » <em>%s</em>.';
31