767 |
ddelon |
1 |
<?php
|
|
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
|
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
4 |
// | PHP version 4.1 |
|
|
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
6 |
// | Copyright (C) 2005 Tela Botanica (accueil@tela-botanica.org) |
|
|
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
8 |
// | This file is part of Papyrus. |
|
|
|
9 |
// | |
|
|
|
10 |
// | Foobar is free software; you can redistribute it and/or modify |
|
|
|
11 |
// | it under the terms of the GNU General Public License as published by |
|
|
|
12 |
// | the Free Software Foundation; either version 2 of the License, or |
|
|
|
13 |
// | (at your option) any later version. |
|
|
|
14 |
// | |
|
|
|
15 |
// | Foobar is distributed in the hope that it will be useful, |
|
|
|
16 |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
17 |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
18 |
// | GNU General Public License for more details. |
|
|
|
19 |
// | |
|
|
|
20 |
// | You should have received a copy of the GNU General Public License |
|
|
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
|
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
1058 |
jp_milcent |
24 |
// CVS : $Id: iden_langue_en.inc.php,v 1.2 2006-11-20 18:39:22 jp_milcent Exp $
|
767 |
ddelon |
25 |
/**
|
|
|
26 |
* Traduction de l'applette Identification : en
|
|
|
27 |
*
|
|
|
28 |
* Fichier de traduction de l'applette Identification en anglais
|
|
|
29 |
*
|
|
|
30 |
*@package Applette
|
|
|
31 |
*@subpackage Identification
|
|
|
32 |
//Auteur original :
|
|
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
|
|
34 |
//Autres auteurs :
|
|
|
35 |
*@author Aucun
|
|
|
36 |
*@copyright Tela-Botanica 2000-2005
|
1058 |
jp_milcent |
37 |
*@version $Revision: 1.2 $ $Date: 2006-11-20 18:39:22 $
|
767 |
ddelon |
38 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
39 |
*/
|
|
|
40 |
|
|
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
42 |
// | ENTETE du PROGRAMME |
|
|
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
47 |
// | CORPS du PROGRAMME |
|
|
|
48 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
49 |
|
|
|
50 |
/** Message de bienvenu de l'identification.*/
|
|
|
51 |
define('IDEN_LG_MESSAGE', 'You are');
|
|
|
52 |
/** Message de la légende du formulaire demandant de s'identifier.*/
|
|
|
53 |
define('IDEN_LG_FORM_LEGEND', 'Please log in');
|
|
|
54 |
/** Label du champ courriel.*/
|
|
|
55 |
define('IDEN_LG_FORM_LABEL_COURRIEL', 'Mail : ');
|
|
|
56 |
/** Valeur du champ courriel.*/
|
|
|
57 |
define('IDEN_LG_FORM_VALUE_COURRIEL', 'mail');
|
|
|
58 |
/** Label du champ mot de passe.*/
|
|
|
59 |
define('IDEN_LG_FORM_LABEL_MDP', 'Password : ');
|
|
|
60 |
/** Valeur du champ mot de passe.*/
|
|
|
61 |
define('IDEN_LG_FORM_VALUE_MDP', 'password');
|
|
|
62 |
/** Valeur du champ submit.*/
|
|
|
63 |
define('IDEN_LG_FORM_VALUE_SUBMIT', 'ok');
|
|
|
64 |
/** Message indiquant le lien vers la page d'inscription.*/
|
1058 |
jp_milcent |
65 |
define('IDEN_LG_INSCRIPTION_URL', 'Register... ');
|
|
|
66 |
/** Message indiquant le lien vers la page d'aide de l'inscription.*/
|
|
|
67 |
define('IDEN_LG_INSCRIPTION_AIDE', 'Help... ');
|
767 |
ddelon |
68 |
/** Message indiquant le lien vers la page de modification de son inscription.*/
|
|
|
69 |
define('IDEN_LG_INSCRIPTION_URL_MODIF', 'Change parameters...');
|
|
|
70 |
/** Message indiquant le lien pour se déconnecter.*/
|
|
|
71 |
define('IDEN_LG_DECONNEXION', 'Logout');
|
|
|
72 |
/** Message d'échec d'authentification */
|
|
|
73 |
define ('IDEN_ECHEC_AUTH', 'Lost password ? ') ;
|
|
|
74 |
/** Message ici */
|
|
|
75 |
define ('IDEN_ICI', 'Clic here') ;
|
|
|
76 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
77 |
*
|
|
|
78 |
* $Log: not supported by cvs2svn $
|
1058 |
jp_milcent |
79 |
* Revision 1.1 2006/03/13 21:00:20 ddelon
|
|
|
80 |
* Suppression messages d'erreur multilinguisme
|
|
|
81 |
*
|
767 |
ddelon |
82 |
* Revision 1.7 2006/03/02 10:49:49 ddelon
|
|
|
83 |
* Fusion branche multilinguisme dans branche principale
|
|
|
84 |
*
|
|
|
85 |
* Revision 1.6 2005/12/13 11:13:52 alexandre_tb
|
|
|
86 |
* ajout d'un message si l'identification échoue
|
|
|
87 |
*
|
|
|
88 |
* Revision 1.5.2.1 2005/12/20 14:40:25 ddelon
|
|
|
89 |
* Fusion Head vers Livraison
|
|
|
90 |
*
|
|
|
91 |
* Revision 1.6 2005/12/13 11:13:52 alexandre_tb
|
|
|
92 |
* ajout d'un message si l'identification échoue
|
|
|
93 |
*
|
|
|
94 |
* Revision 1.5 2005/06/09 17:06:28 jpm
|
|
|
95 |
* Ajout de constantes de langue.
|
|
|
96 |
*
|
|
|
97 |
* Revision 1.4 2005/06/02 11:56:00 jpm
|
|
|
98 |
* Modification de l'affichage de l'identification.
|
|
|
99 |
*
|
|
|
100 |
* Revision 1.3 2005/04/14 16:37:27 jpm
|
|
|
101 |
* Ajout de la gestion de la modification de son inscription.
|
|
|
102 |
*
|
|
|
103 |
* Revision 1.2 2005/03/25 14:41:04 jpm
|
|
|
104 |
* Modification et ajout de constantes.
|
|
|
105 |
*
|
|
|
106 |
* Revision 1.1 2005/03/15 14:19:32 jpm
|
|
|
107 |
* Ajout d'un fichier de traduction.
|
|
|
108 |
*
|
|
|
109 |
*
|
|
|
110 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
111 |
*/
|
|
|
112 |
?>
|