Subversion Repositories Applications.bazar

Rev

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

Rev 215 Rev 218
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.45 2007-03-28 08:51:22 neiluj Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.46 2007-03-28 09:20:44 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.45 $ $Date: 2007-03-28 08:51:22 $
33
*@version       $Revision: 1.46 $ $Date: 2007-03-28 09:20:44 $
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 44... Line 44...
44
define ('BAZ_TOUTES_LES_ANNONCES', 'Consulter les fiches');
44
define ('BAZ_TOUTES_LES_ANNONCES', 'Consulter les fiches');
45
define ('BAZ_CONSULTER_FICHES_VALIDEES', 'Consulter les fiches valid&eacute;es');
45
define ('BAZ_CONSULTER_FICHES_VALIDEES', 'Consulter les fiches valid&eacute;es');
46
define ('BAZ_TOUTES_LES_ANNONCES_DE_TYPE', 'Consulter toutes les fiches de type:');
46
define ('BAZ_TOUTES_LES_ANNONCES_DE_TYPE', 'Consulter toutes les fiches de type:');
47
define ('BAZ_TOUS_TYPES_FICHES', 'Tous types de fiches');
47
define ('BAZ_TOUS_TYPES_FICHES', 'Tous types de fiches');
48
define ('BAZ_TOUS_LES_EMETTEURS', 'Tous les emetteurs');
48
define ('BAZ_TOUS_LES_EMETTEURS', 'Tous les emetteurs');
49
define ('BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE','Pr&eacute;cisez vos critères de recherche et appuyez sur le bouton "Rechercher" pour consulter les fiches.');
49
define ('BAZ_ENTRER_VOS_CRITERES_DE_RECHERCHE','Pr&eacute;cisez vos crit&egrave;res de recherche et appuyez sur le bouton "Rechercher" pour consulter les fiches.');
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');
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.45  2007/03/28 08:51:22  neiluj
-
 
449
* passage des flux RSS en UTF-8
-
 
450
* ajout de l'indentation du code
446
*
451
* Vérification validation w3c = OK
447
* $Log: not supported by cvs2svn $
452
*
448
* Revision 1.44  2007/03/08 15:12:13  jp_milcent
453
* Revision 1.44  2007/03/08 15:12:13  jp_milcent
449
* Fusion avec la livraison Menes : 08 mars 2007
454
* Fusion avec la livraison Menes : 08 mars 2007
450
*
455
*