Subversion Repositories Applications.papyrus

Rev

Rev 1047 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
754 ddelon 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of Papyrus.                                                                        |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
1047 jp_milcent 24
// CVS : $Id: more_langue_en.inc.php,v 1.4 2006-11-14 16:07:41 jp_milcent Exp $
754 ddelon 25
/**
26
* Gestion des langues de l'applette Moteur_Recherche
27
*
28
* Contient les constantes pour la langue anglaise de l'applette MORE.
29
*
30
*@package Applette
31
*@subpackage Moteur_Recherche
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
1047 jp_milcent 37
*@version       $Revision: 1.4 $ $Date: 2006-11-14 16:07:41 $
754 ddelon 38
// +------------------------------------------------------------------------------------------------------+
39
*/
40
 
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            ENTETE du PROGRAMME                                       |
43
// +------------------------------------------------------------------------------------------------------+
44
 
45
 
46
 
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
49
// +------------------------------------------------------------------------------------------------------+
50
// Le formulaire de sélection du site dont les menus doivent être administrer :
51
define('MORE_LG_FORM_TITRE', 'Search engine');
52
define('MORE_LG_FORM_ACCESSKEY', '4');
53
define('MORE_LG_FORM_MOTIF', 'Search : ');
54
define('MORE_LG_FORM_MOTIF_REGLE', 'You must type a string !');
55
define('MORE_LG_FORM_MOTIF_VALUE', 'Search');
56
define('MORE_LG_FORM_VALIDER', 'ok');
57
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
58
define('MORE_LG_TITRE', 'Search result of : ');
59
define('MORE_LG_USURPATION', 'Search of : ');
60
 
61
// Les résultats de la recherche :
846 jp_milcent 62
define('MORE_LG_RESULTAT_TITRE', 'Search results : %s page found');
63
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Search results : %s pages found');
754 ddelon 64
define('MORE_LG_RESULTAT_RACCOURCI', 'Shortcut : ');
65
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
66
define('MORE_LG_RESULTAT_DATE_CREATION', 'Creation date : ');
1047 jp_milcent 67
define('MORE_LG_RESULTAT_DETAIL', 'Detail : ');
754 ddelon 68
define('MORE_LG_RESULTAT_POIDS', 'Weight : ');
69
define('MORE_LG_RESULTAT_SCORE', 'Accuracy : ');
1047 jp_milcent 70
define('MORE_LG_RESULTAT_URL', 'URL : ');
754 ddelon 71
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
72
define('MORE_LG_RESULTAT_POURCENT', '%');
73
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
74
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
75
define('MORE_LG_RESULTAT_POINT', '.');
76
define('MORE_LG_RESULTAT_VIDE', 'No matches for this query!');
1047 jp_milcent 77
define('MORE_LG_RESULTAT_ETC', ' (...)');
754 ddelon 78
 
79
// +------------------------------------------------------------------------------------------------------+
80
// |                                            PIED du PROGRAMME                                         |
81
// +------------------------------------------------------------------------------------------------------+
82
 
83
 
84
/* +--Fin du code ----------------------------------------------------------------------------------------+
85
*
2092 drzraf 86
* $Log: more_langue_en.inc.php,v $
87
* Revision 1.4  2006-11-14 16:07:41  jp_milcent
88
* Ajout d'intitulé suite à modification de la gestion de l'applette.
89
*
1047 jp_milcent 90
* Revision 1.3  2006/05/19 10:04:55  jp_milcent
91
* Ajout d'un moteur de recherche analysant les articles des sites sous Spip.
92
*
846 jp_milcent 93
* Revision 1.2  2006/03/02 10:49:49  ddelon
94
* Fusion branche multilinguisme dans branche principale
95
*
754 ddelon 96
* Revision 1.1.2.2  2005/12/27 15:56:00  ddelon
97
* Fusion Head vers multilinguisme (wikini double clic)
98
*
99
* Revision 1.1.2.1  2005/12/20 14:40:25  ddelon
100
* Fusion Head vers Livraison
101
*
102
* Revision 1.4  2005/10/26 08:14:51  jp_milcent
103
* Changement du terme "score" en "pertinence".
104
*
105
* Revision 1.3  2005/05/25 13:49:22  jpm
106
* Corection erreur pour la recherche dans le contenu.
107
*
108
* Revision 1.2  2005/04/14 17:39:34  jpm
109
* Amélioration du moteur de rechercher :
110
*  - pourcentage
111
*  - ajout d'info
112
*
113
* Revision 1.1  2004/12/07 10:24:16  jpm
114
* Moteur de recherche version de départ.
115
*
116
*
117
* +-- Fin du code ----------------------------------------------------------------------------------------+
118
*/
119
?>