Subversion Repositories Applications.wikini

Compare Revisions

No changes between revisions

Ignore whitespace Rev 62 → Rev 63

/trunk/tools/login/lang/login_fr.inc.php
New file
0,0 → 1,47
<?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&eacute;connexion');
define ('LOGIN_NEW_MEMBER', 'Nouveau membre');
define ('LOGIN_ALREADY_MEMBER', 'D&eacute;j&agrave; membre');
define ('LOGIN_CONNECTED_AS', 'Connect&eacute; en tant que');
 
?>
Property changes:
Added: svn:executable
+*
\ No newline at end of property