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.39 2006-06-29 10:30:26 florian Exp $
|
22 |
// CVS : $Id: baz_langue_fr.inc.php,v 1.40 2006-07-19 12:50:00 alexandre_tb 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.39 $ $Date: 2006-06-29 10:30:26 $
|
33 |
*@version $Revision: 1.40 $ $Date: 2006-07-19 12:50:00 $
|
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, aacute; , jour ');
|
38 |
define ('BAZ_MOTS_CLES','Bazar, annonces, flux, rss, nouveauté, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, aacute; , jour ');
|
Line 44... |
Line 44... |
44 |
define ('BAZ_MODIFIE_RSS','Modifié: ' );
|
44 |
define ('BAZ_MODIFIE_RSS','Modifié: ' );
|
45 |
define ('BAZ_NOM', 'Nom') ;
|
45 |
define ('BAZ_NOM', 'Nom') ;
|
46 |
define ('BAZ_PRENOM', 'Prénom') ;
|
46 |
define ('BAZ_PRENOM', 'Prénom') ;
|
47 |
define ('BAZ_TOUS', 'Tous');
|
47 |
define ('BAZ_TOUS', 'Tous');
|
48 |
define ('BAZ_TOUTES', 'Toutes');
|
48 |
define ('BAZ_TOUTES', 'Toutes');
|
49 |
define ('BAZ_MOT_CLE', 'Mots clés');
|
49 |
define ('BAZ_MOT_CLE', 'Mots clés');
|
50 |
define ('BAZ_EMETTEUR', 'Emetteur');
|
50 |
define ('BAZ_EMETTEUR', 'Emetteur');
|
51 |
define ('BAZ_NATURE', 'Nature de la fiche' );
|
51 |
define ('BAZ_NATURE', 'Nature de la fiche' );
|
52 |
define ('BAZ_STATUT', 'Statut' );
|
52 |
define ('BAZ_STATUT', 'Statut' );
|
53 |
define ('BAZ_DATE_CREATION', 'Date de création' );
|
53 |
define ('BAZ_DATE_CREATION', 'Date de création' );
|
54 |
define ('BAZ_DATE_MAJ', 'Date de mise à jour' );
|
54 |
define ('BAZ_DATE_MAJ', 'Date de mise à jour' );
|
Line 434... |
Line 434... |
434 |
|
434 |
|
435 |
|
435 |
|
436 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
436 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
437 |
*
|
- |
|
438 |
* $Log: not supported by cvs2svn $
|
- |
|
439 |
* Revision 1.39 2006/06/29 10:30:26 florian
|
437 |
*
|
440 |
* correction de BAZ_MOT_CLE
|
438 |
* $Log: not supported by cvs2svn $
|
441 |
*
|
439 |
* Revision 1.38 2006/05/19 13:53:45 florian
|
442 |
* Revision 1.38 2006/05/19 13:53:45 florian
|
440 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|
443 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|
441 |
*
|
444 |
*
|