Subversion Repositories Applications.bazar

Rev

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

Rev 185 Rev 205
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.43 2007-02-15 14:18:38 jp_milcent Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.44 2007-03-08 15:12:13 jp_milcent Exp $
23
/**
23
/**
24
* Fichier de traduction en français de l'application Bazar
24
* Fichier de traduction en français de l'application Bazar
25
*
25
*
26
*@package bazar
26
*@package bazar
27
//Auteur original :
27
//Auteur original :
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
29
*@author        Florian Schmitt <florian@ecole-et-nature.org>
29
*@author        Florian Schmitt <florian@ecole-et-nature.org>
30
//Autres auteurs :
30
//Autres auteurs :
31
*@author        Aucun
31
*@author        Aucun
32
*@copyright     Tela-Botanica 2000-2004
32
*@copyright     Tela-Botanica 2000-2004
33
*@version       $Revision: 1.43 $ $Date: 2007-02-15 14:18:38 $
33
*@version       $Revision: 1.44 $ $Date: 2007-03-08 15:12:13 $
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
35
*/
35
*/
Line 36... Line 36...
36
 
36
 
37
if (file_exists(BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php')) {
37
if (file_exists(BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php')) {
Line 51... Line 51...
51
define ('BAZ_NOM', 'Nom') ;
51
define ('BAZ_NOM', 'Nom') ;
52
define ('BAZ_PRENOM', 'Pr&eacute;nom') ;
52
define ('BAZ_PRENOM', 'Pr&eacute;nom') ;
53
define ('BAZ_TOUS', 'Tous');
53
define ('BAZ_TOUS', 'Tous');
54
define ('BAZ_TOUTES', 'Toutes');
54
define ('BAZ_TOUTES', 'Toutes');
55
define ('BAZ_MOT_CLE', 'Mots clés (facultatif)');
55
define ('BAZ_MOT_CLE', 'Mots clés (facultatif)');
56
define ('BAZ_EMETTEUR', 'Emetteur');
56
define ('BAZ_EMETTEUR', 'Émetteur');
57
define ('BAZ_NATURE', 'Nature de la fiche' );
57
define ('BAZ_NATURE', 'Nature de la fiche' );
58
define ('BAZ_STATUT', 'Statut' );
58
define ('BAZ_STATUT', 'Statut' );
59
define ('BAZ_DATE_CREATION', 'Date de cr&eacute;ation' );
59
define ('BAZ_DATE_CREATION', 'Date de cr&eacute;ation' );
60
define ('BAZ_DATE_MAJ', 'Date de mise &agrave; jour' );
60
define ('BAZ_DATE_MAJ', 'Date de mise &agrave; jour' );
61
define ('BAZ_URL_IMAGE', 'Image' );
61
define ('BAZ_URL_IMAGE', 'Image' );
Line 443... Line 443...
443
 
443
 
444
	
444
	
445
/* +--Fin du code ----------------------------------------------------------------------------------------+
445
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
446
*
-
 
447
* $Log: not supported by cvs2svn $
-
 
448
* Revision 1.42.2.2  2007/03/07 17:20:47  jp_milcent
-
 
449
* Ajout d'une majuscule accentuée.
-
 
450
*
-
 
451
* Revision 1.43  2007/02/15 14:18:38  jp_milcent
446
*
452
* Fusion avec la livraison Menes : 15 février 2007
447
* $Log: not supported by cvs2svn $
453
*
448
* Revision 1.42.2.1  2007/01/29 10:54:25  alexandre_tb
454
* Revision 1.42.2.1  2007/01/29 10:54:25  alexandre_tb
449
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
455
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
450
*
456
*