Blame | Last modification | View Log | RSS feed
<?php/*vim: set expandtab tabstop=4 shiftwidth=4: */// +------------------------------------------------------------------------------------------------------+// | PHP version 5 |// +------------------------------------------------------------------------------------------------------+// | Copyright (C) 2012 Outils-Réseaux (accueil@outils-reseaux.org) |// +------------------------------------------------------------------------------------------------------+// | This library is free software; you can redistribute it and/or |// | modify it under the terms of the GNU Lesser General Public |// | License as published by the Free Software Foundation; either |// | version 2.1 of the License, or (at your option) any later version. |// | |// | This library is distributed in the hope that it will be useful, |// | but WITHOUT ANY WARRANTY; without even the implied warranty of |// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |// | Lesser General Public License for more details. |// | |// | You should have received a copy of the GNU Lesser General Public |// | License along with this library; if not, write to the Free Software |// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |// +------------------------------------------------------------------------------------------------------+///*** Fichier de traduction en francais de l'extension Login**@package templates*@author Florian Schmitt <florian@outils-reseaux.org>*@copyright 2012 Outils-Réseaux*/define ('LOGIN_SIGNUP', 'S\'inscrire');define ('LOGIN_LOGIN', 'Se connecter');if($wiki->config['use_sso']) {define ('LOGIN_WIKINAME', 'Courriel ou NomWiki');} else {define ('LOGIN_WIKINAME', 'NomWiki');}define ('LOGIN_PASSWORD', 'Mot de passe');define ('LOGIN_MODIFY', 'Modifier');define ('LOGIN_MODIFY_USER', 'Modifier mon inscription');define ('LOGIN_REMEMBER_ME', 'Se souvenir de moi');define ('LOGIN_LOGOUT', 'Déconnexion');define ('LOGIN_NEW_MEMBER', 'Nouveau membre');define ('LOGIN_ALREADY_MEMBER', 'Déjà membre');define ('LOGIN_CONNECTED_AS', 'Connecté en tant que');?>