Subversion Repositories Applications.papyrus

Rev

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

Rev 846 Rev 1047
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: more_langue_fr.inc.php,v 1.6 2006-05-19 10:04:55 jp_milcent Exp $
24
// CVS : $Id: more_langue_fr.inc.php,v 1.7 2006-11-14 16:07:41 jp_milcent Exp $
25
/**
25
/**
26
* Gestion des langues de l'applette Moteur_Recherche
26
* Gestion des langues de l'applette Moteur_Recherche
27
*
27
*
28
* Contient les constantes pour la langue française de l'applette MORE.
28
* Contient les constantes pour la langue française de l'applette MORE.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.6 $ $Date: 2006-05-19 10:04:55 $
37
*@version       $Revision: 1.7 $ $Date: 2006-11-14 16:07:41 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 62... Line 62...
62
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche : %s page trouvée');
62
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche : %s page trouvée');
63
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Résultats de la recherche : %s pages trouvées');
63
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Résultats de la recherche : %s pages trouvées');
64
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
64
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
65
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
65
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
66
define('MORE_LG_RESULTAT_DATE_CREATION', 'Date de création : ');
66
define('MORE_LG_RESULTAT_DATE_CREATION', 'Date de création : ');
-
 
67
define('MORE_LG_RESULTAT_DETAIL', 'Détail : ');
67
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
68
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
68
define('MORE_LG_RESULTAT_SCORE', 'Pertinence : ');
69
define('MORE_LG_RESULTAT_SCORE', 'Pertinence : ');
-
 
70
define('MORE_LG_RESULTAT_URL', 'URL : ');
69
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
71
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
70
define('MORE_LG_RESULTAT_POURCENT', '%');
72
define('MORE_LG_RESULTAT_POURCENT', '%');
71
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
73
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
72
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
74
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
73
define('MORE_LG_RESULTAT_POINT', '.');
75
define('MORE_LG_RESULTAT_POINT', '.');
74
define('MORE_LG_RESULTAT_VIDE', 'Aucun résultat pour cette recherche!');
76
define('MORE_LG_RESULTAT_VIDE', 'Aucun résultat pour cette recherche!');
-
 
77
define('MORE_LG_RESULTAT_ETC', ' (...)');
Line 75... Line 78...
75
 
78
 
76
// +------------------------------------------------------------------------------------------------------+
79
// +------------------------------------------------------------------------------------------------------+
77
// |                                            PIED du PROGRAMME                                         |
80
// |                                            PIED du PROGRAMME                                         |
Line 78... Line 81...
78
// +------------------------------------------------------------------------------------------------------+
81
// +------------------------------------------------------------------------------------------------------+
79
 
82
 
80
 
83
 
-
 
84
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
85
*
-
 
86
* $Log: not supported by cvs2svn $
81
/* +--Fin du code ----------------------------------------------------------------------------------------+
87
* Revision 1.6  2006/05/19 10:04:55  jp_milcent
82
*
88
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
83
* $Log: not supported by cvs2svn $
89
*
84
* Revision 1.5  2006/03/02 10:49:49  ddelon
90
* Revision 1.5  2006/03/02 10:49:49  ddelon
85
* Fusion branche multilinguisme dans branche principale
91
* Fusion branche multilinguisme dans branche principale