Subversion Repositories Applications.bazar

Rev

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

Rev 382 Rev 392
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.63 2008-03-17 14:01:40 jp_milcent Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.64 2008-09-17 14:08:45 alexandre_tb 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.63 $ $Date: 2008-03-17 14:01:40 $
33
*@version       $Revision: 1.64 $ $Date: 2008-09-17 14:08:45 $
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 234... Line 234...
234
define ('BAZ_LIGNE_HORIZONTALE', '<hr />');
234
define ('BAZ_LIGNE_HORIZONTALE', '<hr />');
235
define ('BAZ_CHAMPS_REQUIS', ': champs requis');
235
define ('BAZ_CHAMPS_REQUIS', ': champs requis');
236
define ('BAZ_PAR', 'par');
236
define ('BAZ_PAR', 'par');
237
define ('BAZ_CHAMPS_INDISPENSABLES_CLASSES', 'Champs indispensables pour les classes<br />');
237
define ('BAZ_CHAMPS_INDISPENSABLES_CLASSES', 'Champs indispensables pour les classes<br />');
238
define ('BAZ_ECRIT_LE',', &eacute;crit le ');
238
define ('BAZ_ECRIT_LE',', &eacute;crit le ');
239
define ('BAZ_FICHES_CORRESPONDANTES', 'fiches correspondantes à votre recherche') ;
239
define ('BAZ_FICHES_CORRESPONDANTES', 'fiches correspondantes &agrave; votre recherche') ;
240
define ('BAZ_FICHE_CORRESPONDANTE', 'fiche correspondante à votre recherche') ;
240
define ('BAZ_FICHE_CORRESPONDANTE', 'fiche correspondante à votre recherche') ;
Line 241... Line 241...
241
 
241
 
242
//================Le formulaire ================================================
242
//================Le formulaire ================================================
243
define ('BAZ_AJOUTER_CHAMPS_DE_BASE', 'Ajouter les informations de base pour la fiche');
243
define ('BAZ_AJOUTER_CHAMPS_DE_BASE', 'Ajouter les informations de base pour la fiche');
Line 462... Line 462...
462
 
462
 
463
	
463
	
464
/* +--Fin du code ----------------------------------------------------------------------------------------+
464
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
465
*
-
 
466
* $Log: not supported by cvs2svn $
-
 
467
* Revision 1.63  2008-03-17 14:01:40  jp_milcent
-
 
468
* Ajout d'un message demandant de s'identifiez pour poser des commentaires.
465
*
469
* Amélioration du XHTML (me prévenir en cas de pb).
466
* $Log: not supported by cvs2svn $
470
*
467
* Revision 1.62  2007-12-04 09:07:21  alexandre_tb
471
* Revision 1.62  2007-12-04 09:07:21  alexandre_tb
468
* Fusion avec la livraison AHA : 4 déc 2007
472
* Fusion avec la livraison AHA : 4 déc 2007
469
*
473
*