Subversion Repositories Applications.papyrus

Rev

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

Rev 1149 Rev 1155
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.1 2006-12-12 17:16:22 jp_milcent Exp $
24
// CVS : $Id: nouv_langue_fr.inc.php,v 1.2 2006-12-13 09:26:44 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.1 $ $Date: 2006-12-12 17:16:22 $
36
*@version       $Revision: 1.2 $ $Date: 2006-12-13 09:26:44 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 50... Line 50...
50
/** Texte affiché quand le type ne convient.*/
50
/** Texte affiché quand le type ne convient.*/
51
define('NOUV_LG_ERREUR_TYPE', "Applette NOUVEAUTÉ : le paramètre 'type' peut prendre les valeurs 'majeure' ou 'mineure' dans : %s !");
51
define('NOUV_LG_ERREUR_TYPE', "Applette NOUVEAUTÉ : le paramètre 'type' peut prendre les valeurs 'majeure' ou 'mineure' dans : %s !");
52
/** Texte affiché quand on n'a pas de page à afficher.*/
52
/** Texte affiché quand on n'a pas de page à afficher.*/
53
define('NOUV_LG_INFO_ZERO_PAGE', "Applette NOUVEAUTÉ : aucune page n'a été trouvée pour : %s !");
53
define('NOUV_LG_INFO_ZERO_PAGE', "Applette NOUVEAUTÉ : aucune page n'a été trouvée pour : %s !");
Line -... Line 54...
-
 
54
 
-
 
55
/** Texte affiché quand un champ est vide.*/
54
 
56
define('NOUV_LG_INCONNU_GENERAL', '&nbsp;');
55
/** Texte affiché quand l'auteur est inconnu.*/
57
/** Texte affiché quand l'auteur est inconnu.*/
56
define('NOUV_LG_INCONNU_AUTEUR', 'Anonyme');
58
define('NOUV_LG_INCONNU_AUTEUR', 'Anonyme');
57
/** Texte affiché quand le titre est vide.*/
59
/** Texte affiché quand le titre est vide.*/
Line 84... Line 86...
84
 
86
 
85
 
87
 
86
/* +--Fin du code ----------------------------------------------------------------------------------------+
88
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
89
*
-
 
90
* $Log: not supported by cvs2svn $
-
 
91
* Revision 1.1  2006/12/12 17:16:22  jp_milcent
87
*
92
* Ajout de l'applette Nouveaute.
88
* $Log: not supported by cvs2svn $
93
*
89
*
94
*
90
* +-- Fin du code ----------------------------------------------------------------------------------------+
95
* +-- Fin du code ----------------------------------------------------------------------------------------+