Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1154 → Rev 1155

/trunk/papyrus/applettes/nouveaute/nouveaute.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: nouveaute.php,v 1.1 2006-12-12 17:16:22 jp_milcent Exp $
// CVS : $Id: nouveaute.php,v 1.2 2006-12-13 09:26:44 jp_milcent Exp $
/**
* papyrus_bp - nouveaute.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.1 $ $Date: 2006-12-12 17:16:22 $
*@version $Revision: 1.2 $ $Date: 2006-12-13 09:26:44 $
// +------------------------------------------------------------------------------------------------------+
*/
 
140,16 → 140,16
$aso_page = array();
$aso_page['url'] = '#';
$aso_page['auteur'] = NOUV_LG_INCONNU_AUTEUR;
$aso_page['contributeur'] = '';
$aso_page['contributeur'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['titre'] = NOUV_LG_INCONNU_TITRE;
$aso_page['heure'] = '';
$aso_page['minute'] = '';
$aso_page['seconde'] = '';
$aso_page['jours'] = '';
$aso_page['mois'] = '';
$aso_page['annee'] = '';
$aso_page['description'] = '';
$aso_page['resumer'] = '';
$aso_page['heure'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['minute'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['seconde'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['jours'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['mois'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['annee'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['description'] = NOUV_LG_INCONNU_GENERAL;
$aso_page['resumer'] = NOUV_LG_INCONNU_GENERAL;
// Création de l'url
$une_url =& new Pap_URL();
275,7 → 275,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2006/12/12 17:16:22 jp_milcent
* Ajout de l'applette Nouveaute.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>
/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.1 2006-12-12 17:16:22 jp_milcent Exp $
// CVS : $Id: nouv_langue_fr.inc.php,v 1.2 2006-12-13 09:26:44 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.1 $ $Date: 2006-12-12 17:16:22 $
*@version $Revision: 1.2 $ $Date: 2006-12-13 09:26:44 $
// +------------------------------------------------------------------------------------------------------+
*/
 
52,6 → 52,8
/** Texte affiché quand on n'a pas de page à afficher.*/
define('NOUV_LG_INFO_ZERO_PAGE', "Applette NOUVEAUTÉ : aucune page n'a été trouvée pour : %s !");
 
/** Texte affiché quand un champ est vide.*/
define('NOUV_LG_INCONNU_GENERAL', ' ');
/** Texte affiché quand l'auteur est inconnu.*/
define('NOUV_LG_INCONNU_AUTEUR', 'Anonyme');
/** Texte affiché quand le titre est vide.*/
86,7 → 88,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2006/12/12 17:16:22 jp_milcent
* Ajout de l'applette Nouveaute.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>