source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/fr/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 372 bytes
Line 
1<?php
2/**
3 * French language file
4 *
5 * @author Emmanuel Dupin <[email protected]>
6 */
7
8$lang['testfailed'] = "Désolé, vous n'avez pas répondu correctement au test anti-spam.";
9$lang['fillcaptcha'] = "Merci de recopier le code ci-contre (anti-spam) :";
10$lang['soundlink'] = "Si vous ne pouvez déchiffrer le code, téléchargez ce fichier .wav pour l'entendre.";
11
Note: See TracBrowser for help on using the repository browser.