Subversion Repositories Applications.bazar

Rev

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

Rev 289 Rev 304
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.58 2007-08-28 09:41:47 alexandre_tb Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.59 2007-09-28 14:07:01 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.58 $ $Date: 2007-08-28 09:41:47 $
33
*@version       $Revision: 1.59 $ $Date: 2007-09-28 14:07:01 $
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 417... Line 417...
417
define ('BAZ_RESEAUX', 'Réseaux');
417
define ('BAZ_RESEAUX', 'Réseaux');
418
define ('BAZ_ADRESSE', 'Adresse');
418
define ('BAZ_ADRESSE', 'Adresse');
419
define ('BAZ_ADRESSE_REQUIS', 'Adresse requise');
419
define ('BAZ_ADRESSE_REQUIS', 'Adresse requise');
420
define ('BAZ_FAX', 'Fax');
420
define ('BAZ_FAX', 'Fax');
421
//define ('BAZ_DERNIERES_FICHES', 'Derni&egrave;res fiches enregistr&eacute;es');
421
//define ('BAZ_DERNIERES_FICHES', 'Derni&egrave;res fiches enregistr&eacute;es');
422
define ('BAZ_FICHE_NUMERO', 'Fiches n');
422
define ('BAZ_FICHE_NUMERO', 'Fiches n°');
423
define ('BAZ_ECRITE', '&nbsp;&eacute;crite par&nbsp;');
423
define ('BAZ_ECRITE', '&nbsp;&eacute;crite par&nbsp;');
Line 424... Line 424...
424
 
424
 
425
//================ Administration de Bazar ================================
425
//================ Administration de Bazar ================================
426
define ('BAZ_CONFIG', 'Configuration du bazar');
426
define ('BAZ_CONFIG', 'Configuration du bazar');
Line 459... Line 459...
459
 
459
 
460
	
460
	
461
/* +--Fin du code ----------------------------------------------------------------------------------------+
461
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
462
*
-
 
463
* $Log: not supported by cvs2svn $
-
 
464
* Revision 1.58  2007-08-28 09:41:47  alexandre_tb
462
*
465
* correction orthographe
463
* $Log: not supported by cvs2svn $
466
*
464
* Revision 1.57  2007-08-27 12:29:09  alexandre_tb
467
* Revision 1.57  2007-08-27 12:29:09  alexandre_tb
465
* quelques constantes rendus modifiable, avec if defined ...
468
* quelques constantes rendus modifiable, avec if defined ...
466
*
469
*