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_en.inc.php,v 1.3 2006-05-19 10:04:55 jp_milcent Exp $
|
24 |
// CVS : $Id: more_langue_en.inc.php,v 1.4 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 anglaise de l'applette MORE.
|
28 |
* Contient les constantes pour la langue anglaise 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.3 $ $Date: 2006-05-19 10:04:55 $
|
37 |
*@version $Revision: 1.4 $ $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', 'Search results : %s page found');
|
62 |
define('MORE_LG_RESULTAT_TITRE', 'Search results : %s page found');
|
63 |
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Search results : %s pages found');
|
63 |
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Search results : %s pages found');
|
64 |
define('MORE_LG_RESULTAT_RACCOURCI', 'Shortcut : ');
|
64 |
define('MORE_LG_RESULTAT_RACCOURCI', 'Shortcut : ');
|
65 |
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
|
65 |
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
|
66 |
define('MORE_LG_RESULTAT_DATE_CREATION', 'Creation date : ');
|
66 |
define('MORE_LG_RESULTAT_DATE_CREATION', 'Creation date : ');
|
- |
|
67 |
define('MORE_LG_RESULTAT_DETAIL', 'Detail : ');
|
67 |
define('MORE_LG_RESULTAT_POIDS', 'Weight : ');
|
68 |
define('MORE_LG_RESULTAT_POIDS', 'Weight : ');
|
68 |
define('MORE_LG_RESULTAT_SCORE', 'Accuracy : ');
|
69 |
define('MORE_LG_RESULTAT_SCORE', 'Accuracy : ');
|
- |
|
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', 'No matches for this query!');
|
76 |
define('MORE_LG_RESULTAT_VIDE', 'No matches for this query!');
|
- |
|
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.3 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.2 2006/03/02 10:49:49 ddelon
|
90 |
* Revision 1.2 2006/03/02 10:49:49 ddelon
|
85 |
* Fusion branche multilinguisme dans branche principale
|
91 |
* Fusion branche multilinguisme dans branche principale
|