Subversion Repositories Applications.papyrus

Rev

Rev 337 | Rev 399 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 337 Rev 388
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2005 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2005 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of Papyrus.                                                                        |
8
// | This file is part of Papyrus.                                                                        |
9
// |                                                                                                      |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
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                                 |
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                                    |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: iden_langue_fr.inc.php,v 1.3 2005-04-14 16:37:27 jpm Exp $
24
// CVS : $Id: iden_langue_fr.inc.php,v 1.4 2005-06-02 11:56:00 jpm Exp $
25
/**
25
/**
26
* Traduction de l'applette Identification : fr
26
* Traduction de l'applette Identification : fr
27
*
27
*
28
* Fichier de traduction de l'applette Identification en français.
28
* Fichier de traduction de l'applette Identification en français.
29
*
29
*
30
*@package Applette
30
*@package Applette
31
*@subpackage Identification
31
*@subpackage Identification
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2005
36
*@copyright     Tela-Botanica 2000-2005
37
*@version       $Revision: 1.3 $ $Date: 2005-04-14 16:37:27 $
37
*@version       $Revision: 1.4 $ $Date: 2005-06-02 11:56:00 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            ENTETE du PROGRAMME                                       |
42
// |                                            ENTETE du PROGRAMME                                       |
43
// +------------------------------------------------------------------------------------------------------+
43
// +------------------------------------------------------------------------------------------------------+
44
 
44
 
45
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
47
// |                                            CORPS du PROGRAMME                                        |
47
// |                                            CORPS du PROGRAMME                                        |
48
// +------------------------------------------------------------------------------------------------------+
48
// +------------------------------------------------------------------------------------------------------+
49
 
49
 
50
/** Message de bienvenu de l'identification.*/
50
/** Message de bienvenu de l'identification.*/
51
define('IDEN_LG_MESSAGE', 'Bienvenue ! ');
51
define('IDEN_LG_MESSAGE', 'Votre identité');
52
/** Message indiquant le lien vers la page d'inscription.*/
52
/** Message indiquant le lien vers la page d'inscription.*/
53
define('IDEN_LG_INSCRIPTION_URL', 'S\'inscrire...');
53
define('IDEN_LG_INSCRIPTION_URL', 'S\'inscrire...');
54
/** Message indiquant le lien vers la page de modification de son inscription.*/
54
/** Message indiquant le lien vers la page de modification de son inscription.*/
55
define('IDEN_LG_INSCRIPTION_URL_MODIF', 'Modifier votre inscription...');
55
define('IDEN_LG_INSCRIPTION_URL_MODIF', 'Modifier votre inscription...');
56
/* +--Fin du code ----------------------------------------------------------------------------------------+
56
/* +--Fin du code ----------------------------------------------------------------------------------------+
57
*
57
*
58
* $Log: not supported by cvs2svn $
58
* $Log: not supported by cvs2svn $
-
 
59
* Revision 1.3  2005/04/14 16:37:27  jpm
-
 
60
* Ajout de la gestion de la modification de son inscription.
-
 
61
*
59
* Revision 1.2  2005/03/25 14:41:04  jpm
62
* Revision 1.2  2005/03/25 14:41:04  jpm
60
* Modification et ajout de constantes.
63
* Modification et ajout de constantes.
61
*
64
*
62
* Revision 1.1  2005/03/15 14:19:32  jpm
65
* Revision 1.1  2005/03/15 14:19:32  jpm
63
* Ajout d'un fichier de traduction.
66
* Ajout d'un fichier de traduction.
64
*
67
*
65
*
68
*
66
* +-- Fin du code ----------------------------------------------------------------------------------------+
69
* +-- Fin du code ----------------------------------------------------------------------------------------+
67
*/
70
*/
68
?>
71
?>