Subversion Repositories Applications.papyrus

Rev

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

Rev 217 Rev 339
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.1 2004-12-07 10:24:16 jpm Exp $
24
// CVS : $Id: more_langue_fr.inc.php,v 1.2 2005-04-14 17:39:34 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.1 $ $Date: 2004-12-07 10:24:16 $
37
*@version       $Revision: 1.2 $ $Date: 2005-04-14 17:39:34 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 55... Line 55...
55
define('MORE_LG_FORM_VALIDER', 'ok');
55
define('MORE_LG_FORM_VALIDER', 'ok');
56
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
56
define('MORE_LG_FORM_SYMBOLE_OBLIGATOIRE', '*');
Line 57... Line 57...
57
 
57
 
58
// Les résultats de la recherche :
58
// Les résultats de la recherche :
-
 
59
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche');
-
 
60
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
-
 
61
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
59
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche');
62
define('MORE_LG_RESULTAT_DATE_CREATION', 'Date de création : ');
-
 
63
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
60
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
64
define('MORE_LG_RESULTAT_SCORE', 'Score : ');
-
 
65
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
-
 
66
define('MORE_LG_RESULTAT_POURCENT', '%');
-
 
67
define('MORE_LG_RESULTAT_CADRE_OUVRIR', '(');
-
 
68
define('MORE_LG_RESULTAT_CADRE_FERMER', ')');
-
 
69
define('MORE_LG_RESULTAT_POINT', '.');
61
define('MORE_LG_RESULTAT_SEPARATEUR', '-');
70
 
62
// +------------------------------------------------------------------------------------------------------+
71
// +------------------------------------------------------------------------------------------------------+
63
// |                                            PIED du PROGRAMME                                         |
72
// |                                            PIED du PROGRAMME                                         |
Line 64... Line 73...
64
// +------------------------------------------------------------------------------------------------------+
73
// +------------------------------------------------------------------------------------------------------+
65
 
74
 
66
 
75
 
-
 
76
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
77
*
-
 
78
* $Log: not supported by cvs2svn $
67
/* +--Fin du code ----------------------------------------------------------------------------------------+
79
* Revision 1.1  2004/12/07 10:24:16  jpm
68
*
80
* Moteur de recherche version de départ.
69
* $Log: not supported by cvs2svn $
81
*
70
*
82
*
71
* +-- Fin du code ----------------------------------------------------------------------------------------+
83
* +-- Fin du code ----------------------------------------------------------------------------------------+