Subversion Repositories Applications.bazar

Rev

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

Rev 154 Rev 185
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.42 2006-10-05 08:53:50 florian Exp $
22
// CVS : $Id: baz_langue_fr.inc.php,v 1.43 2007-02-15 14:18:38 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.42 $ $Date: 2006-10-05 08:53:50 $
33
*@version       $Revision: 1.43 $ $Date: 2007-02-15 14:18:38 $
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
35
*/
35
*/
-
 
36
 
-
 
37
if (file_exists(BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php')) {
-
 
38
	include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php' ;
-
 
39
}
-
 
40
 
36
define ('BAZ_TITREAPPLI','Gestionnaire de fiches (Bazar) ');
41
define ('BAZ_TITREAPPLI','Gestionnaire de fiches (Bazar) ');
37
define ('BAZ_DESCRIPTIONAPPLI','D&eacute;couvrez Bazar, une application de gestion de fiches class&eacute;es, consultables en ligne ou par flux RSS, grandement personnalisable.');
42
define ('BAZ_DESCRIPTIONAPPLI','D&eacute;couvrez Bazar, une application de gestion de fiches class&eacute;es, consultables en ligne ou par flux RSS, grandement personnalisable.');
38
define ('BAZ_MOTS_CLES','Bazar, fiches, flux, rss, nouveaut&eacute;, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, aacute; , jour ');
43
define ('BAZ_MOTS_CLES','Bazar, fiches, flux, rss, nouveaut&eacute;, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, aacute; , jour ');
39
define ('BAZ_TOUTES_LES_ANNONCES', 'Consulter les fiches');
44
define ('BAZ_TOUTES_LES_ANNONCES', 'Consulter les fiches');
40
define ('BAZ_CONSULTER_FICHES_VALIDEES', 'Consulter les fiches valid&eacute;es');
45
define ('BAZ_CONSULTER_FICHES_VALIDEES', 'Consulter les fiches valid&eacute;es');
Line 117... Line 122...
117
define ('BAZ_S_ABONNER', 'S\'abonner');
122
define ('BAZ_S_ABONNER', 'S\'abonner');
118
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');
119
define ('BAZ_SE_DESABONNER', 'Se d&eacute;sabonner');
124
define ('BAZ_SE_DESABONNER', 'Se d&eacute;sabonner');
120
define ('BAZ_RSS', 'Flux RSS');
125
define ('BAZ_RSS', 'Flux RSS');
121
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');
122
define ('BAZ_A_MODERER',' &agrave; mod&eacute;rer');
128
define ('BAZ_A_MODERER',' &agrave; mod&eacute;rer');
123
define ('BAZ_CONSULTER','Consulter');
129
define ('BAZ_CONSULTER','Consulter');
124
define ('BAZ_SAISIR','Saisir');
130
define ('BAZ_SAISIR','Saisir');
125
define ('BAZ_ADMINISTRER','Administrer');
131
define ('BAZ_ADMINISTRER','Administrer');
126
define ('BAZ_FICHE_ECRITE','Fiche &eacute;crite par : ');
132
define ('BAZ_FICHE_ECRITE','Fiche &eacute;crite par : ');
Line 437... Line 443...
437
 
443
 
438
	
444
	
439
/* +--Fin du code ----------------------------------------------------------------------------------------+
445
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
446
*
-
 
447
* $Log: not supported by cvs2svn $
-
 
448
* Revision 1.42.2.1  2007/01/29 10:54:25  alexandre_tb
-
 
449
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
-
 
450
*
-
 
451
* Revision 1.42  2006/10/05 08:53:50  florian
440
*
452
* amelioration moteur de recherche, correction de bugs
441
* $Log: not supported by cvs2svn $
453
*
442
* Revision 1.41  2006/09/21 14:19:39  florian
454
* Revision 1.41  2006/09/21 14:19:39  florian
443
* amélioration des fonctions liés au wikini
455
* amélioration des fonctions liés au wikini
444
*
456
*