Subversion Repositories Applications.papyrus

Rev

Rev 1155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1155 Rev 1156
Line 19... Line 19...
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: nouv_langue_fr.inc.php,v 1.2 2006-12-13 09:26:44 jp_milcent Exp $
24
// CVS : $Id: nouv_langue_fr.inc.php,v 1.3 2006-12-13 09:27:42 jp_milcent Exp $
25
/**
25
/**
26
* papyrus_bp - nouv_langue_fr.inc.php
26
* papyrus_bp - nouv_langue_fr.inc.php
27
*
27
*
28
* Description :
28
* Description :
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 1999-2006
35
*@copyright     Tela-Botanica 1999-2006
36
*@version       $Revision: 1.2 $ $Date: 2006-12-13 09:26:44 $
36
*@version       $Revision: 1.3 $ $Date: 2006-12-13 09:27:42 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 56... Line 56...
56
define('NOUV_LG_INCONNU_GENERAL', '&nbsp;');
56
define('NOUV_LG_INCONNU_GENERAL', '&nbsp;');
57
/** Texte affiché quand l'auteur est inconnu.*/
57
/** Texte affiché quand l'auteur est inconnu.*/
58
define('NOUV_LG_INCONNU_AUTEUR', 'Anonyme');
58
define('NOUV_LG_INCONNU_AUTEUR', 'Anonyme');
59
/** Texte affiché quand le titre est vide.*/
59
/** Texte affiché quand le titre est vide.*/
60
define('NOUV_LG_INCONNU_TITRE', 'Titre inconnu');
60
define('NOUV_LG_INCONNU_TITRE', 'Titre inconnu');
-
 
61
/** Texte affiché quand le titre est vide.*/
-
 
62
define('NOUV_LG_INCONNU_URL', '#');
Line 61... Line 63...
61
 
63
 
62
/** Mois de janvier.*/
64
/** Mois de janvier.*/
63
define('NOUV_LG_MOIS_01', 'janvier');
65
define('NOUV_LG_MOIS_01', 'janvier');
64
/** Mois de février.*/
66
/** Mois de février.*/
Line 86... Line 88...
86
 
88
 
87
 
89
 
88
/* +--Fin du code ----------------------------------------------------------------------------------------+
90
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
91
*
-
 
92
* $Log: not supported by cvs2svn $
-
 
93
* Revision 1.2  2006/12/13 09:26:44  jp_milcent
89
*
94
* Ajout d'une valeur pour les champs vides.
90
* $Log: not supported by cvs2svn $
95
*
91
* Revision 1.1  2006/12/12 17:16:22  jp_milcent
96
* Revision 1.1  2006/12/12 17:16:22  jp_milcent
92
* Ajout de l'applette Nouveaute.
97
* Ajout de l'applette Nouveaute.
93
*
98
*