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.61.2.1 2007-11-21 10:01:22 alexandre_tb Exp $
|
22 |
// CVS : $Id: baz_langue_fr.inc.php,v 1.61.2.2 2007-12-04 09:08:06 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.61.2.1 $ $Date: 2007-11-21 10:01:22 $
|
33 |
*@version $Revision: 1.61.2.2 $ $Date: 2007-12-04 09:08:06 $
|
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 132... |
Line 132... |
132 |
define ('BAZ_ADMINISTRER','Administrer');
|
132 |
define ('BAZ_ADMINISTRER','Administrer');
|
133 |
define ('BAZ_FICHE_ECRITE','Fiche écrite par : ');
|
133 |
define ('BAZ_FICHE_ECRITE','Fiche écrite par : ');
|
134 |
define ('BAZ_NB_VUS','Cette fiche a été consultée ');
|
134 |
define ('BAZ_NB_VUS','Cette fiche a été consultée ');
|
135 |
define ('BAZ_FOIS', ' fois depuis sa création.');
|
135 |
define ('BAZ_FOIS', ' fois depuis sa création.');
|
136 |
define ('BAZ_LES_COMMENTAIRES', 'Les commentaires sur cette fiche');
|
136 |
define ('BAZ_LES_COMMENTAIRES', 'Les commentaires sur cette fiche');
|
137 |
define ('BAZ_PAS_DE_COMMENTAIRES', 'Pas de commentaires postés pour l\'instant, vous êtes le (la) premier (première) !!');
|
137 |
define ('BAZ_PAS_DE_COMMENTAIRES', 'Pas de commentaires postés pour l\'instant.');
|
138 |
define ('BAZ_IL_Y_A', 'Il y a ');
|
138 |
define ('BAZ_IL_Y_A', 'Il y a ');
|
139 |
define ('BAZ_COMMENTAIRE', 'commentaire : ');
|
139 |
define ('BAZ_COMMENTAIRE', 'commentaire : ');
|
140 |
define ('BAZ_COMMENTAIRES', 'commentaires : ');
|
140 |
define ('BAZ_COMMENTAIRES', 'commentaires : ');
|
141 |
define ('BAZ_ENTREZ_VOTRE_NOM', 'Entrez votre nom : ');
|
141 |
define ('BAZ_ENTREZ_VOTRE_NOM', 'Entrez votre nom : ');
|
142 |
define ('BAZ_ENTREZ_VOTRE_COMMENTAIRE', 'Entrez votre commentaire : ');
|
142 |
define ('BAZ_ENTREZ_VOTRE_COMMENTAIRE', 'Entrez votre commentaire : ');
|
Line 461... |
Line 461... |
461 |
|
461 |
|
462 |
|
462 |
|
463 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
463 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
464 |
*
|
- |
|
465 |
* $Log: not supported by cvs2svn $
|
- |
|
466 |
* Revision 1.61.2.1 2007-11-21 10:01:22 alexandre_tb
|
464 |
*
|
467 |
* encodage
|
465 |
* $Log: not supported by cvs2svn $
|
468 |
*
|
466 |
* Revision 1.61 2007-10-10 13:27:40 alexandre_tb
|
469 |
* Revision 1.61 2007-10-10 13:27:40 alexandre_tb
|
467 |
* correction encodage
|
470 |
* correction encodage
|
468 |
*
|
471 |
*
|