Line 27... |
Line 27... |
27 |
// | de sécurité. |
|
27 |
// | de sécurité. |
|
28 |
// | |
|
28 |
// | |
|
29 |
// | Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la |
|
29 |
// | Le fait que vous puissiez accéder à cet en-tête signifie que vous avez pris connaissance de la |
|
30 |
// | licence CeCILL, et que vous en avez accepté les termes. |
|
30 |
// | licence CeCILL, et que vous en avez accepté les termes. |
|
31 |
// +------------------------------------------------------------------------------------------------------+
|
31 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// CVS : $Id: categ_langue_fr.inc.php,v 1.1 2006-12-01 16:34:50 florian Exp $
|
32 |
// CVS : $Id: categ_langue_fr.inc.php,v 1.2 2006-12-07 17:51:48 jp_milcent Exp $
|
33 |
/**
|
33 |
/**
|
34 |
* papyrus
|
34 |
* papyrus
|
35 |
*
|
35 |
*
|
36 |
* Description...
|
36 |
* Description...
|
37 |
*
|
37 |
*
|
Line 40... |
Line 40... |
40 |
//Auteur original :
|
40 |
//Auteur original :
|
41 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
41 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
42 |
//Autres auteurs :
|
42 |
//Autres auteurs :
|
43 |
*@author Aucun
|
43 |
*@author Aucun
|
44 |
*@copyright Tela-Botanica 2000-2006
|
44 |
*@copyright Tela-Botanica 2000-2006
|
45 |
*@version $Revision: 1.1 $ $Date: 2006-12-01 16:34:50 $
|
45 |
*@version $Revision: 1.2 $ $Date: 2006-12-07 17:51:48 $
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
*/
|
47 |
*/
|
Line 48... |
Line 48... |
48 |
|
48 |
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
Line 52... |
Line 52... |
52 |
|
52 |
|
53 |
|
53 |
|
54 |
// +------------------------------------------------------------------------------------------------------+
|
54 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
55 |
// | CORPS du PROGRAMME |
|
- |
|
56 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
57 |
/** Texte affiché quand l'auteur est inconnu.*/
|
- |
|
58 |
define('CATEG_LG_INCONNU_AUTEUR', 'Anonyme');
|
- |
|
59 |
/** Texte affiché quand le titre est vide.*/
|
- |
|
60 |
define('CATEG_LG_INCONNU_TITRE', 'Titre inconnu');
|
55 |
// | CORPS du PROGRAMME |
|
- |
|
56 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
- |
|
61 |
/** Mois de janvier.*/
|
- |
|
62 |
define('CATEG_LG_MOIS_01', 'janvier');
|
- |
|
63 |
/** Mois de février.*/
|
- |
|
64 |
define('CATEG_LG_MOIS_02', 'février');
|
- |
|
65 |
/** Mois de mars.*/
|
- |
|
66 |
define('CATEG_LG_MOIS_03', 'mars');
|
- |
|
67 |
/** Mois d'avril.*/
|
- |
|
68 |
define('CATEG_LG_MOIS_04', 'avril');
|
- |
|
69 |
/** Mois de mai.*/
|
- |
|
70 |
define('CATEG_LG_MOIS_05', 'mai');
|
- |
|
71 |
/** Mois de juin.*/
|
- |
|
72 |
define('CATEG_LG_MOIS_06', 'juin');
|
- |
|
73 |
/** Mois de juillet.*/
|
- |
|
74 |
define('CATEG_LG_MOIS_07', 'juillet');
|
- |
|
75 |
/** Mois d'août'.*/
|
- |
|
76 |
define('CATEG_LG_MOIS_08', 'août');
|
- |
|
77 |
/** Mois de septembre.*/
|
- |
|
78 |
define('CATEG_LG_MOIS_09', 'septembre');
|
- |
|
79 |
/** Mois d'octobre.*/
|
- |
|
80 |
define('CATEG_LG_MOIS_10', 'octobre');
|
- |
|
81 |
/** Mois de novembre.*/
|
- |
|
82 |
define('CATEG_LG_MOIS_11', 'novembre');
|
57 |
|
83 |
/** Mois de décembre.*/
|
58 |
|
84 |
define('CATEG_LG_MOIS_12', 'décembre');
|
59 |
// +------------------------------------------------------------------------------------------------------+
|
85 |
// +------------------------------------------------------------------------------------------------------+
|
Line 60... |
Line 86... |
60 |
// | PIED du PROGRAMME |
|
86 |
// | PIED du PROGRAMME |
|
61 |
// +------------------------------------------------------------------------------------------------------+
|
87 |
// +------------------------------------------------------------------------------------------------------+
|
62 |
|
88 |
|
- |
|
89 |
|
- |
|
90 |
|
- |
|
91 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
63 |
|
92 |
*
|
64 |
|
93 |
* $Log: not supported by cvs2svn $
|
65 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
94 |
* Revision 1.1 2006/12/01 16:34:50 florian
|
66 |
*
|
95 |
* Ajout de l'apllette Categorie, provenant de l'action Categorie.
|
67 |
* $Log: not supported by cvs2svn $
|
96 |
*
|