Subversion Repositories Applications.papyrus

Rev

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

Rev 339 Rev 373
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.2 2005-04-14 17:39:34 jpm Exp $
24
// CVS : $Id: more_langue_fr.inc.php,v 1.3 2005-05-25 13:49:22 jpm 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.2 $ $Date: 2005-04-14 17:39:34 $
37
*@version       $Revision: 1.3 $ $Date: 2005-05-25 13:49:22 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 47... Line 47...
47
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
48
// |                                            CORPS du PROGRAMME                                        |
49
// +------------------------------------------------------------------------------------------------------+
49
// +------------------------------------------------------------------------------------------------------+
50
// Le formulaire de sélection du site dont les menus doivent être administrer :
50
// Le formulaire de sélection du site dont les menus doivent être administrer :
51
define('MORE_LG_FORM_TITRE', 'Moteur de recherche');
51
define('MORE_LG_FORM_TITRE', 'Moteur de recherche');
-
 
52
define('MORE_LG_FORM_ACCESSKEY', '4');
52
define('MORE_LG_FORM_MOTIF', 'Rechercher : ');
53
define('MORE_LG_FORM_MOTIF', 'Rechercher : ');
53
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 !');
54
define('MORE_LG_FORM_MOTIF_VALUE', 'Rechercher');
55
define('MORE_LG_FORM_MOTIF_VALUE', 'Rechercher');
55
define('MORE_LG_FORM_VALIDER', 'ok');
56
define('MORE_LG_FORM_VALIDER', 'ok');
56
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
57
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
Line 65... Line 66...
65
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
66
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
66
define('MORE_LG_RESULTAT_POURCENT', '%');
67
define('MORE_LG_RESULTAT_POURCENT', '%');
67
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
68
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
68
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
69
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
69
define('MORE_LG_RESULTAT_POINT', '.');
70
define('MORE_LG_RESULTAT_POINT', '.');
-
 
71
define('MORE_LG_RESULTAT_VIDE', 'Aucun résultat pour cette recherche!');
Line 70... Line 72...
70
 
72
 
71
// +------------------------------------------------------------------------------------------------------+
73
// +------------------------------------------------------------------------------------------------------+
72
// |                                            PIED du PROGRAMME                                         |
74
// |                                            PIED du PROGRAMME                                         |
Line 73... Line 75...
73
// +------------------------------------------------------------------------------------------------------+
75
// +------------------------------------------------------------------------------------------------------+
74
 
76
 
75
 
77
 
-
 
78
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
79
*
-
 
80
* $Log: not supported by cvs2svn $
-
 
81
* Revision 1.2  2005/04/14 17:39:34  jpm
-
 
82
* Amélioration du moteur de rechercher :
76
/* +--Fin du code ----------------------------------------------------------------------------------------+
83
*  - pourcentage
77
*
84
*  - ajout d'info
78
* $Log: not supported by cvs2svn $
85
*
79
* Revision 1.1  2004/12/07 10:24:16  jpm
86
* Revision 1.1  2004/12/07 10:24:16  jpm
80
* Moteur de recherche version de départ.
87
* Moteur de recherche version de départ.