Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1054 → Rev 1055

/trunk/papyrus/applettes/identification/langues/iden_langue_fr.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: iden_langue_fr.inc.php,v 1.7 2006-03-02 10:49:49 ddelon Exp $
// CVS : $Id: iden_langue_fr.inc.php,v 1.8 2006-11-20 17:30:40 jp_milcent Exp $
/**
* Traduction de l'applette Identification : fr
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.7 $ $Date: 2006-03-02 10:49:49 $
*@version $Revision: 1.8 $ $Date: 2006-11-20 17:30:40 $
// +------------------------------------------------------------------------------------------------------+
*/
 
68,12 → 68,15
/** Message indiquant le lien pour se déconnecter.*/
define('IDEN_LG_DECONNEXION', 'Déconnexion');
/** Message d'échec d'authentification */
define ('IDEN_ECHEC_AUTH', 'Perdu mot de passe ') ;
define ('IDEN_ECHEC_AUTH', 'Mot de passe perdu ? ') ;
/** Message ici */
define ('IDEN_ICI', 'Cliquer ici') ;
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2006/03/02 10:49:49 ddelon
* Fusion branche multilinguisme dans branche principale
*
* Revision 1.6 2005/12/13 11:13:52 alexandre_tb
* ajout d'un message si l'identification échoue
*