Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1046 → Rev 1047

/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.6 2006-05-19 10:04:55 jp_milcent Exp $
// CVS : $Id: more_langue_fr.inc.php,v 1.7 2006-11-14 16:07:41 jp_milcent 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.6 $ $Date: 2006-05-19 10:04:55 $
*@version $Revision: 1.7 $ $Date: 2006-11-14 16:07:41 $
// +------------------------------------------------------------------------------------------------------+
*/
 
64,8 → 64,10
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_DETAIL', 'Détail : ');
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
define('MORE_LG_RESULTAT_SCORE', 'Pertinence : ');
define('MORE_LG_RESULTAT_URL', 'URL : ');
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
define('MORE_LG_RESULTAT_POURCENT', '%');
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
72,6 → 74,7
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
define('MORE_LG_RESULTAT_POINT', '.');
define('MORE_LG_RESULTAT_VIDE', 'Aucun résultat pour cette recherche!');
define('MORE_LG_RESULTAT_ETC', ' (...)');
 
// +------------------------------------------------------------------------------------------------------+
// | PIED du PROGRAMME |
81,6 → 84,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.6 2006/05/19 10:04:55 jp_milcent
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
*
* Revision 1.5 2006/03/02 10:49:49 ddelon
* Fusion branche multilinguisme dans branche principale
*
/trunk/papyrus/applettes/moteur_recherche/langues/more_langue_en.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_en.inc.php,v 1.3 2006-05-19 10:04:55 jp_milcent Exp $
// CVS : $Id: more_langue_en.inc.php,v 1.4 2006-11-14 16:07:41 jp_milcent 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.3 $ $Date: 2006-05-19 10:04:55 $
*@version $Revision: 1.4 $ $Date: 2006-11-14 16:07:41 $
// +------------------------------------------------------------------------------------------------------+
*/
 
64,8 → 64,10
define('MORE_LG_RESULTAT_RACCOURCI', 'Shortcut : ');
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
define('MORE_LG_RESULTAT_DATE_CREATION', 'Creation date : ');
define('MORE_LG_RESULTAT_DETAIL', 'Detail : ');
define('MORE_LG_RESULTAT_POIDS', 'Weight : ');
define('MORE_LG_RESULTAT_SCORE', 'Accuracy : ');
define('MORE_LG_RESULTAT_URL', 'URL : ');
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
define('MORE_LG_RESULTAT_POURCENT', '%');
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
72,6 → 74,7
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
define('MORE_LG_RESULTAT_POINT', '.');
define('MORE_LG_RESULTAT_VIDE', 'No matches for this query!');
define('MORE_LG_RESULTAT_ETC', ' (...)');
 
// +------------------------------------------------------------------------------------------------------+
// | PIED du PROGRAMME |
81,6 → 84,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2006/05/19 10:04:55 jp_milcent
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
*
* Revision 1.2 2006/03/02 10:49:49 ddelon
* Fusion branche multilinguisme dans branche principale
*