Subversion Repositories Applications.papyrus

Rev

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

Rev 754 Rev 846
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.5 2006-03-02 10:49:49 ddelon Exp $
24
// CVS : $Id: more_langue_fr.inc.php,v 1.6 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 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.5 $ $Date: 2006-03-02 10:49:49 $
37
*@version       $Revision: 1.6 $ $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', 'Résultat de la recherche de : ');
58
define('MORE_LG_TITRE', 'Résultat de la recherche de : ');
59
define('MORE_LG_USURPATION', 'Recherche de : ');
59
define('MORE_LG_USURPATION', 'Recherche de : ');
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', 'Résultats de la recherche : %s page trouvée');
62
define('MORE_LG_RESULTAT_TITRE', 'Résultats de la recherche');
63
define('MORE_LG_RESULTAT_TITRE_PLURIEL', 'Résultats de la recherche : %s pages trouvées');
63
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
64
define('MORE_LG_RESULTAT_RACCOURCI', 'Raccourci : ');
64
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
65
define('MORE_LG_RESULTAT_DESCRIPTION', 'Description : ');
65
define('MORE_LG_RESULTAT_DATE_CREATION', 'Date de création : ');
66
define('MORE_LG_RESULTAT_DATE_CREATION', 'Date de création : ');
66
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
67
define('MORE_LG_RESULTAT_POIDS', 'Poids : ');
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.5  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.4.2.1  2005/12/27 15:56:00  ddelon
87
* Revision 1.4.2.1  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
*