Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 338 → Rev 339

/trunk/papyrus/applettes/moteur_recherche/langues/more_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: more_langue_fr.inc.php,v 1.1 2004-12-07 10:24:16 jpm Exp $
// CVS : $Id: more_langue_fr.inc.php,v 1.2 2005-04-14 17:39:34 jpm Exp $
/**
* Gestion des langues de l'applette Moteur_Recherche
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-12-07 10:24:16 $
*@version $Revision: 1.2 $ $Date: 2005-04-14 17:39:34 $
// +------------------------------------------------------------------------------------------------------+
*/
 
57,8 → 57,17
 
// Les résultats de la recherche :
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche');
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
define('MORE_LG_RESULTAT_DATE_CREATION', 'Date de création : ');
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
define('MORE_LG_RESULTAT_SCORE', 'Score : ');
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
define('MORE_LG_RESULTAT_POURCENT', '%');
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
define('MORE_LG_RESULTAT_POINT', '.');
 
// +------------------------------------------------------------------------------------------------------+
// | PIED du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
67,7 → 76,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/12/07 10:24:16 jpm
* Moteur de recherche version de départ.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>