Subversion Repositories Applications.papyrus

Rev

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

Rev 576 Rev 754
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.4 2005-10-26 08:14:51 jp_milcent Exp $
24
// CVS : $Id: more_langue_fr.inc.php,v 1.5 2006-03-02 10:49:49 ddelon 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.4 $ $Date: 2005-10-26 08:14:51 $
37
*@version       $Revision: 1.5 $ $Date: 2006-03-02 10:49:49 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 53... Line 53...
53
define('MORE_LG_FORM_MOTIF', 'Rechercher : ');
53
define('MORE_LG_FORM_MOTIF', 'Rechercher : ');
54
define('MORE_LG_FORM_MOTIF_REGLE', 'Une chaine doit être saisie pour pouvoir lancer la recherche !');
54
define('MORE_LG_FORM_MOTIF_REGLE', 'Une chaine doit être saisie pour pouvoir lancer la recherche !');
55
define('MORE_LG_FORM_MOTIF_VALUE', 'Rechercher');
55
define('MORE_LG_FORM_MOTIF_VALUE', 'Rechercher');
56
define('MORE_LG_FORM_VALIDER', 'ok');
56
define('MORE_LG_FORM_VALIDER', 'ok');
57
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
57
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
-
 
58
define('MORE_LG_TITRE', 'Résultat de la recherche de : ');
-
 
59
define('MORE_LG_USURPATION', 'Recherche de : ');
Line 58... Line 60...
58
 
60
 
59
// Les résultats de la recherche :
61
// Les résultats de la recherche :
60
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche');
62
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche');
61
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
63
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
Line 76... Line 78...
76
 
78
 
77
 
79
 
78
/* +--Fin du code ----------------------------------------------------------------------------------------+
80
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
81
*
-
 
82
* $Log: not supported by cvs2svn $
-
 
83
* Revision 1.4.2.1  2005/12/27 15:56:00  ddelon
-
 
84
* Fusion Head vers multilinguisme (wikini double clic)
-
 
85
*
-
 
86
* Revision 1.4  2005/10/26 08:14:51  jp_milcent
79
*
87
* Changement du terme "score" en "pertinence".
80
* $Log: not supported by cvs2svn $
88
*
81
* Revision 1.3  2005/05/25 13:49:22  jpm
89
* Revision 1.3  2005/05/25 13:49:22  jpm
82
* Corection erreur pour la recherche dans le contenu.
90
* Corection erreur pour la recherche dans le contenu.
83
*
91
*