Subversion Repositories Applications.bazar

Rev

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

Rev 234 Rev 236
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.52 2007-04-20 12:47:42 florian Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.52.2.1 2007-05-23 10:22:28 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.52 $ $Date: 2007-04-20 12:47:42 $
33
*@version       $Revision: 1.52.2.1 $ $Date: 2007-05-23 10:22:28 $
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 76... Line 76...
76
define ('BAZ_ETATPUBLICATION', 'Etat de publication') ;
76
define ('BAZ_ETATPUBLICATION', 'Etat de publication') ;
77
define ('BAZ_ENCOURSDEVALIDATION', 'En attente de validation');
77
define ('BAZ_ENCOURSDEVALIDATION', 'En attente de validation');
78
define ('BAZ_REJETEE', 'Rejet&eacute;e');
78
define ('BAZ_REJETEE', 'Rejet&eacute;e');
79
define ('BAZ_PUBLIEE', 'Publi&eacute;e') ;
79
define ('BAZ_PUBLIEE', 'Publi&eacute;e') ;
80
define ('BAZ_PAS_DE_FICHE', '<br />Vous n\'avez pas encore d&eacute;pos&eacute; de fiches.') ;
80
define ('BAZ_PAS_DE_FICHE', '<br />Vous n\'avez pas encore d&eacute;pos&eacute; de fiches.') ;
81
define ('BAZ_PAS_DE_FICHE_A_VALIDER', 'Pas de fiches a valider pour l\'instant.');
81
define ('BAZ_PAS_DE_FICHE_A_VALIDER', 'Pas de fiches &agrave; valider pour l\'instant.');
82
define ('BAZ_VOS_ANNONCES', 'Vos fiches d&eacute;pos&eacute;es') ;
82
define ('BAZ_VOS_ANNONCES', 'Vos fiches d&eacute;pos&eacute;es') ;
83
define ('BAZ_ANNONCES_A_ADMINISTRER', 'Les fiches &agrave; valider') ;
83
define ('BAZ_ANNONCES_A_ADMINISTRER', 'Les fiches &agrave; valider') ;
84
define ('BAZ_MOTS_DE_PASSE_DIFFERENTS', 'Les mots de passe sont diff&eacute;rents !') ;
84
define ('BAZ_MOTS_DE_PASSE_DIFFERENTS', 'Les mots de passe sont diff&eacute;rents !') ;
85
define ('BAZ_EMAIL_REQUIS', 'Vous devez saisir un email.') ;
85
define ('BAZ_EMAIL_REQUIS', 'Vous devez saisir un email.') ;
86
define ('BAZ_MOT_DE_PASSE_REQUIS', 'Vous devez saisir un mot de passe.') ;
86
define ('BAZ_MOT_DE_PASSE_REQUIS', 'Vous devez saisir un mot de passe.') ;
Line 122... Line 122...
122
define ('BAZ_S_ABONNER', 'S\'abonner');
122
define ('BAZ_S_ABONNER', 'S\'abonner');
123
define ('BAZ_LAIUS_S_ABONNER', 'Il y a deux mani&egrave;res de s\'abonner:<br />- soit en s\'abonnant pour recevoir les fiches par mails<br />- soit par flux RSS');
123
define ('BAZ_LAIUS_S_ABONNER', 'Il y a deux mani&egrave;res de s\'abonner:<br />- soit en s\'abonnant pour recevoir les fiches par mails<br />- soit par flux RSS');
124
define ('BAZ_SE_DESABONNER', 'Se d&eacute;sabonner');
124
define ('BAZ_SE_DESABONNER', 'Se d&eacute;sabonner');
125
define ('BAZ_RSS', 'Flux RSS');
125
define ('BAZ_RSS', 'Flux RSS');
126
define ('BAZ_DERNIERE_ACTU', 'Derni&egrave;res actualit&eacute;s');
126
define ('BAZ_DERNIERE_ACTU', 'Derni&egrave;res actualit&eacute;s');
127
if (!defined ('BAZ_DERNIERES_FICHES')) define ('BAZ_DERNIERES_FICHES', 'Les derni&egrave;re fiches enregistr&eacute;es');
127
if (!defined ('BAZ_DERNIERES_FICHES')) define ('BAZ_DERNIERES_FICHES', 'Les derni&egrave;res fiches enregistr&eacute;es');
128
define ('BAZ_A_MODERER',' &agrave; mod&eacute;rer');
128
define ('BAZ_A_MODERER',' &agrave; mod&eacute;rer');
129
define ('BAZ_CONSULTER','Consulter');
129
define ('BAZ_CONSULTER','Consulter');
130
define ('BAZ_SAISIR','Saisir');
130
define ('BAZ_SAISIR','Saisir');
131
define ('BAZ_ADMINISTRER','Administrer');
131
define ('BAZ_ADMINISTRER','Administrer');
132
define ('BAZ_FICHE_ECRITE','Fiche &eacute;crite par : ');
132
define ('BAZ_FICHE_ECRITE','Fiche &eacute;crite par : ');
Line 449... Line 449...
449
 
449
 
450
	
450
	
451
/* +--Fin du code ----------------------------------------------------------------------------------------+
451
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
452
*
-
 
453
* $Log: not supported by cvs2svn $
-
 
454
* Revision 1.52  2007-04-20 12:47:42  florian
452
*
455
* correction bugs suite au merge
453
* $Log: not supported by cvs2svn $
456
*
454
* Revision 1.51  2007/04/20 09:57:21  florian
457
* Revision 1.51  2007/04/20 09:57:21  florian
455
* correction bugs suite au merge
458
* correction bugs suite au merge
456
*
459
*