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.2 2006-03-02 10:49:49 ddelon Exp $
|
24 |
// CVS : $Id: more_langue_en.inc.php,v 1.3 2006-05-19 10:04:55 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.2 $ $Date: 2006-03-02 10:49:49 $
|
37 |
*@version $Revision: 1.3 $ $Date: 2006-05-19 10:04:55 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 57... |
Line 57... |
57 |
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
|
57 |
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
|
58 |
define('MORE_LG_TITRE', 'Search result of : ');
|
58 |
define('MORE_LG_TITRE', 'Search result of : ');
|
59 |
define('MORE_LG_USURPATION', 'Search of : ');
|
59 |
define('MORE_LG_USURPATION', 'Search of : ');
|
Line 60... |
Line 60... |
60 |
|
60 |
|
61 |
// Les résultats de la recherche :
|
61 |
// Les résultats de la recherche :
|
- |
|
62 |
define('MORE_LG_RESULTAT_TITRE', 'Search results : %s page found');
|
62 |
define('MORE_LG_RESULTAT_TITRE', 'Search results');
|
63 |
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Search results : %s pages found');
|
63 |
define('MORE_LG_RESULTAT_RACCOURCI', 'Shortcut : ');
|
64 |
define('MORE_LG_RESULTAT_RACCOURCI', 'Shortcut : ');
|
64 |
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
|
65 |
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
|
65 |
define('MORE_LG_RESULTAT_DATE_CREATION', 'Creation date : ');
|
66 |
define('MORE_LG_RESULTAT_DATE_CREATION', 'Creation date : ');
|
66 |
define('MORE_LG_RESULTAT_POIDS', 'Weight : ');
|
67 |
define('MORE_LG_RESULTAT_POIDS', 'Weight : ');
|
Line 78... |
Line 79... |
78 |
|
79 |
|
79 |
|
80 |
|
80 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
81 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
82 |
*
|
- |
|
83 |
* $Log: not supported by cvs2svn $
|
- |
|
84 |
* Revision 1.2 2006/03/02 10:49:49 ddelon
|
81 |
*
|
85 |
* Fusion branche multilinguisme dans branche principale
|
82 |
* $Log: not supported by cvs2svn $
|
86 |
*
|
83 |
* Revision 1.1.2.2 2005/12/27 15:56:00 ddelon
|
87 |
* Revision 1.1.2.2 2005/12/27 15:56:00 ddelon
|
84 |
* Fusion Head vers multilinguisme (wikini double clic)
|
88 |
* Fusion Head vers multilinguisme (wikini double clic)
|
85 |
*
|
89 |
*
|