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.65 2008-10-27 16:52:58 aperonnet Exp $
|
22 |
// CVS : $Id: baz_langue_fr.inc.php,v 1.66 2008-10-29 15:46:30 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.65 $ $Date: 2008-10-27 16:52:58 $
|
33 |
*@version $Revision: 1.66 $ $Date: 2008-10-29 15:46:30 $
|
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')) {
|
38 |
include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php' ;
|
38 |
include_once BAZ_CHEMIN_APPLI.'langues/baz_langue_fr.local.php' ;
|
Line -... |
Line 39... |
- |
|
39 |
}
|
- |
|
40 |
|
- |
|
41 |
$GLOBALS['jours'] = array (1 => 'lundi', 2 => 'mardi', 3 => 'mercredi', 4 => 'jeudi', 5 => 'vendredi',
|
- |
|
42 |
6 => 'samedi', 0 => 'dimanche') ;
|
- |
|
43 |
$GLOBALS['mois'] = array (1 => 'janvier', 2 => 'février', 3 => 'mars', 4 => 'avril', 5 => 'mai', 6 => 'juin',
|
- |
|
44 |
7 => 'juillet', 8 => 'août', 9 => 'septembre', 10 => 'octobre', 11 =>'novembre',
|
39 |
}
|
45 |
12 => 'décembre') ;
|
40 |
|
46 |
|
41 |
define ('BAZ_TITREAPPLI','Gestionnaire de fiches (Bazar) ');
|
47 |
define ('BAZ_TITREAPPLI','Gestionnaire de fiches (Bazar) ');
|
42 |
define ('BAZ_DESCRIPTIONAPPLI','Découvrez Bazar, une application de gestion de fiches classées, consultables en ligne ou par flux RSS, grandement personnalisable.');
|
48 |
define ('BAZ_DESCRIPTIONAPPLI','Découvrez Bazar, une application de gestion de fiches classées, consultables en ligne ou par flux RSS, grandement personnalisable.');
|
43 |
define ('BAZ_MOTS_CLES','Bazar, fiches, flux, rss, nouveauté, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, aacute; , jour ');
|
49 |
define ('BAZ_MOTS_CLES','Bazar, fiches, flux, rss, nouveauté, information, gestionnaire, xml, syndication, info, application, php, dynamique, mise, aacute; , jour ');
|
Line 462... |
Line 468... |
462 |
|
468 |
|
463 |
|
469 |
|
464 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
470 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
471 |
*
|
- |
|
472 |
* $Log: not supported by cvs2svn $
|
- |
|
473 |
* Revision 1.65 2008-10-27 16:52:58 aperonnet
|
465 |
*
|
474 |
* correction de fautes d'orthographe
|
466 |
* $Log: not supported by cvs2svn $
|
475 |
*
|
467 |
* Revision 1.64 2008-09-17 14:08:45 alexandre_tb
|
476 |
* Revision 1.64 2008-09-17 14:08:45 alexandre_tb
|
468 |
* merge depuis aha
|
477 |
* merge depuis aha
|
469 |
*
|
478 |
*
|