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.5 2005-09-30 12:22:54 florian Exp $
|
22 |
// CVS : $Id: baz_langue_fr.inc.php,v 1.6 2005-09-30 23:04:31 ddelon 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.5 $ $Date: 2005-09-30 12:22:54 $
|
33 |
*@version $Revision: 1.6 $ $Date: 2005-09-30 23:04:31 $
|
34 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
*/
|
35 |
*/
|
36 |
define ('BAZ_TITREAPPLI','Gestionnaire d\'annonces et de ressources (Bazar) ');
|
36 |
define ('BAZ_TITREAPPLI','Gestionnaire d\'annonces et de ressources (Bazar) ');
|
37 |
define ('BAZ_DESCRIPTIONAPPLI','Découvrez Bazar, une application de gestion d\'annonces classées, consultables en ligne ou par flux RSS, grandement personnalisable.');
|
37 |
define ('BAZ_DESCRIPTIONAPPLI','Découvrez Bazar, une application de gestion d\'annonces classées, consultables en ligne ou par flux RSS, grandement personnalisable.');
|
38 |
define ('BAZ_MOTS_CLES','Bazar, annonces, flux, rss, nouveauté, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, à , jour ');
|
38 |
define ('BAZ_MOTS_CLES','Bazar, annonces, flux, rss, nouveauté, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, à , jour ');
|
Line 281... |
Line 281... |
281 |
define ('BAZ_CHECKBOX_SUPERADMIN', 'Super administrateur : ');
|
281 |
define ('BAZ_CHECKBOX_SUPERADMIN', 'Super administrateur : ');
|
282 |
define ('BAZ_RADIO_AUCUN', 'aucun ');
|
282 |
define ('BAZ_RADIO_AUCUN', 'aucun ');
|
283 |
define ('BAZ_RADIO_REDACTEUR', 'rédacteur ');
|
283 |
define ('BAZ_RADIO_REDACTEUR', 'rédacteur ');
|
284 |
define ('BAZ_RADIO_ADMINISTRATEUR', 'administrateur ');
|
284 |
define ('BAZ_RADIO_ADMINISTRATEUR', 'administrateur ');
|
Line -... |
Line 285... |
- |
|
285 |
|
- |
|
286 |
//================ Calendrier Bazar =======================================
|
- |
|
287 |
|
- |
|
288 |
define ('BAZ_LUNDI','Lundi');
|
- |
|
289 |
define ('BAZ_MARDI','Mardi');
|
- |
|
290 |
define ('BAZ_MERCREDI','Mercredi');
|
- |
|
291 |
define ('BAZ_JEUDI','Jeudi');
|
- |
|
292 |
define ('BAZ_VENDREDI','Vendredi');
|
- |
|
293 |
define ('BAZ_SAMEDI','Samedi');
|
- |
|
294 |
define ('BAZ_DIMANCHE','Dimanche');
|
- |
|
295 |
|
- |
|
296 |
|
- |
|
297 |
define ('BAZ_JANVIER','Janvier');
|
- |
|
298 |
define ('BAZ_FEVRIER','Février');
|
- |
|
299 |
define ('BAZ_MARS','Mars');
|
- |
|
300 |
define ('BAZ_AVRIL','Avril');
|
- |
|
301 |
define ('BAZ_MAI','Mai');
|
- |
|
302 |
define ('BAZ_JUIN','Juin');
|
- |
|
303 |
define ('BAZ_JUILLET','Juillet');
|
- |
|
304 |
define ('BAZ_AOUT','Août');
|
- |
|
305 |
define ('BAZ_SEPTEMBRE','Septembre');
|
- |
|
306 |
define ('BAZ_OCTOBRE','Octobre');
|
- |
|
307 |
define ('BAZ_NOVEMBRE','Novembre');
|
- |
|
308 |
define ('BAZ_DECEMBRE','Décembre');
|
- |
|
309 |
|
285 |
|
310 |
|
286 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
311 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
287 |
*
|
312 |
*
|
- |
|
313 |
* $Log: not supported by cvs2svn $
|
- |
|
314 |
* Revision 1.5 2005/09/30 12:22:54 florian
|
- |
|
315 |
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
|
288 |
* $Log: not supported by cvs2svn $
|
316 |
*
|
289 |
* Revision 1.3 2005/07/21 19:03:12 florian
|
317 |
* Revision 1.3 2005/07/21 19:03:12 florian
|
290 |
* nouveautés bazar: templates fiches, correction de bugs, ...
|
318 |
* nouveautés bazar: templates fiches, correction de bugs, ...
|
291 |
*
|
319 |
*
|
292 |
* Revision 1.1.1.1 2005/02/17 18:05:11 florian
|
320 |
* Revision 1.1.1.1 2005/02/17 18:05:11 florian
|