xref: /dokuwiki/lib/plugins/revert/lang/fr/lang.php (revision de78e4ef14515e4248d5f637558ec451e018799c)
19be05bdeSGuy Brand<?php
29be05bdeSGuy Brand/**
39be05bdeSGuy Brand * french language file
41ba60149SAndreas Gohr * @author Delassaux Julien <julien@delassaux.fr>
564daa86aSAndreas Gohr * @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca>
68707b671SGuy Brand * @author Guy Brand <gb@unistra.fr>
7f93b78f8SAndreas Gohr * @author stephane.gully@gmail.com
8a6039913SGuillaume Turri * @author Guillaume Turri <guillaume.turri@gmail.com>
97ea13553SErik Pedersen * @author Erik Pedersen <erik.pedersen@shaw.ca>
1050ecd461SOlivier * @author olivier duperray <duperray.olivier@laposte.net>
11202b7494SVincent Feltz * @author Vincent Feltz <psycho@feltzv.fr>
12c4b04b7fSPhilippe Bajoit * @author Philippe Bajoit <philippe.bajoit@gmail.com>
13c1fe9e9fSFlorian Gaub * @author Florian Gaub <floriang@floriang.net>
14def4baf2SSamuel Dorsaz * @author Samuel Dorsaz samuel.dorsaz@novelion.net
15e24ab4abSJohan Guilbaud * @author Johan Guilbaud <guilbaud.johan@gmail.com>
164f616b5fSChristophe Martin * @author schplurtz@laposte.net
17c9996306Sskimpax * @author skimpax@gmail.com
1814704953SYannick Aure * @author Yannick Aure <yannick.aure@gmail.com>
1905be3a57SOlivier Duval * @author Olivier DUVAL <zorky00@gmail.com>
20*de78e4efSAnael Mobilia * @author Anael Mobilia <contrib@anael.eu>
219be05bdeSGuy Brand */
22*de78e4efSAnael 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é';
27*de78e4efSAnael 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.';
29*de78e4efSAnael Mobilia$lang['note1']                 = 'Note : cette recherche est sensible à la casse';
30*de78e4efSAnael Mobilia$lang['note2']                 = 'Note : cette page sera restaurée à la dernière version ne contenant pas le terme « spam » <em>%s</em>.';
31