Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1155 → Rev 1156

/trunk/papyrus/applettes/nouveaute/langues/nouv_langue_fr.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: nouv_langue_fr.inc.php,v 1.2 2006-12-13 09:26:44 jp_milcent Exp $
// CVS : $Id: nouv_langue_fr.inc.php,v 1.3 2006-12-13 09:27:42 jp_milcent Exp $
/**
* papyrus_bp - nouv_langue_fr.inc.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.2 $ $Date: 2006-12-13 09:26:44 $
*@version $Revision: 1.3 $ $Date: 2006-12-13 09:27:42 $
// +------------------------------------------------------------------------------------------------------+
*/
 
58,6 → 58,8
define('NOUV_LG_INCONNU_AUTEUR', 'Anonyme');
/** Texte affiché quand le titre est vide.*/
define('NOUV_LG_INCONNU_TITRE', 'Titre inconnu');
/** Texte affiché quand le titre est vide.*/
define('NOUV_LG_INCONNU_URL', '#');
 
/** Mois de janvier.*/
define('NOUV_LG_MOIS_01', 'janvier');
88,6 → 90,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2006/12/13 09:26:44 jp_milcent
* Ajout d'une valeur pour les champs vides.
*
* Revision 1.1 2006/12/12 17:16:22 jp_milcent
* Ajout de l'applette Nouveaute.
*