xref: /dokuwiki/lib/plugins/authplain/lang/fr/lang.php (revision 8ab6e08b627efa216ca668750b34e45faf88cf25)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Carbain Frédéric <fcarbain@yahoo.fr>
7 */
8$lang['userexists']            = 'Désolé, ce nom d\'utilisateur est déjà pris.';
9$lang['usernotexists']         = 'Désolé, cet utilisateur n\'existe pas.';
10