Subversion Repositories Applications.bazar

Rev

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

Rev 218 Rev 219
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.46 2007-03-28 09:20:44 florian Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.47 2007-03-28 10:01:47 florian 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.46 $ $Date: 2007-03-28 09:20:44 $
33
*@version       $Revision: 1.47 $ $Date: 2007-03-28 10:01:47 $
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 50... Line 50...
50
define ('BAZ_MODIFIE_RSS','Modifi&eacute;: ' );
50
define ('BAZ_MODIFIE_RSS','Modifi&eacute;: ' );
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&eacute;s (facultatif)');
56
define ('BAZ_EMETTEUR', 'émetteur');
56
define ('BAZ_EMETTEUR', 'Emetteur');
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.46  2007/03/28 09:20:44  florian
446
*
449
* suppression accent
447
* $Log: not supported by cvs2svn $
450
*
448
* Revision 1.45  2007/03/28 08:51:22  neiluj
451
* Revision 1.45  2007/03/28 08:51:22  neiluj
449
* passage des flux RSS en UTF-8
452
* passage des flux RSS en UTF-8
450
* ajout de l'indentation du code
453
* ajout de l'indentation du code