xref: /dokuwiki/lib/plugins/authplain/lang/fr/lang.php (revision a0d2e3e98fe4e16dc1fa3ddaa4622a3373eb75ae)
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