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.2.1 2007-01-29 10:54:25 alexandre_tb Exp $
|
22 |
// CVS : $Id: baz_langue_fr.inc.php,v 1.42.2.2 2007-03-07 17:20:47 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.2.1 $ $Date: 2007-01-29 10:54:25 $
|
33 |
*@version $Revision: 1.42.2.2 $ $Date: 2007-03-07 17:20:47 $
|
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 51... |
Line 51... |
51 |
define ('BAZ_NOM', 'Nom') ;
|
51 |
define ('BAZ_NOM', 'Nom') ;
|
52 |
define ('BAZ_PRENOM', 'Prénom') ;
|
52 |
define ('BAZ_PRENOM', 'Prénom') ;
|
53 |
define ('BAZ_TOUS', 'Tous');
|
53 |
define ('BAZ_TOUS', 'Tous');
|
54 |
define ('BAZ_TOUTES', 'Toutes');
|
54 |
define ('BAZ_TOUTES', 'Toutes');
|
55 |
define ('BAZ_MOT_CLE', 'Mots clés (facultatif)');
|
55 |
define ('BAZ_MOT_CLE', 'Mots clés (facultatif)');
|
56 |
define ('BAZ_EMETTEUR', 'Emetteur');
|
56 |
define ('BAZ_EMETTEUR', 'Émetteur');
|
57 |
define ('BAZ_NATURE', 'Nature de la fiche' );
|
57 |
define ('BAZ_NATURE', 'Nature de la fiche' );
|
58 |
define ('BAZ_STATUT', 'Statut' );
|
58 |
define ('BAZ_STATUT', 'Statut' );
|
59 |
define ('BAZ_DATE_CREATION', 'Date de création' );
|
59 |
define ('BAZ_DATE_CREATION', 'Date de création' );
|
60 |
define ('BAZ_DATE_MAJ', 'Date de mise à jour' );
|
60 |
define ('BAZ_DATE_MAJ', 'Date de mise à jour' );
|
61 |
define ('BAZ_URL_IMAGE', 'Image' );
|
61 |
define ('BAZ_URL_IMAGE', 'Image' );
|
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.42.2.1 2007/01/29 10:54:25 alexandre_tb
|
446 |
*
|
449 |
* Mise en place de la constante BAZ_DERNIERES_FICHES pour remplacer le label en francais dans baz_liste
|
447 |
* $Log: not supported by cvs2svn $
|
450 |
*
|
448 |
* Revision 1.42 2006/10/05 08:53:50 florian
|
451 |
* Revision 1.42 2006/10/05 08:53:50 florian
|
449 |
* amelioration moteur de recherche, correction de bugs
|
452 |
* amelioration moteur de recherche, correction de bugs
|
450 |
*
|
453 |
*
|