Subversion Repositories Applications.papyrus

Rev

Rev 196 | Rev 381 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 196 Rev 318
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: adme_langue_fr.inc.php,v 1.3 2004-12-01 16:47:07 jpm Exp $
24
// CVS : $Id: adme_langue_fr.inc.php,v 1.4 2005-03-29 15:49:31 jpm Exp $
25
/**
25
/**
26
* Gestion des langues de l'application ADME
26
* Gestion des langues de l'application ADME
27
*
27
*
28
* Contient les constantes pour la langue française de l'application ADME.
28
* Contient les constantes pour la langue française de l'application ADME.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.3 $ $Date: 2004-12-01 16:47:07 $
37
*@version       $Revision: 1.4 $ $Date: 2005-03-29 15:49:31 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 161... Line 161...
161
define('ADME_LG_FORM_MENU_TABLE_MATIERE', 'Table des matières');
161
define('ADME_LG_FORM_MENU_TABLE_MATIERE', 'Table des matières');
162
define('ADME_LG_FORM_MENU_SOURCE', 'Source');
162
define('ADME_LG_FORM_MENU_SOURCE', 'Source');
163
define('ADME_LG_FORM_MENU_AUTEUR', 'Auteur');
163
define('ADME_LG_FORM_MENU_AUTEUR', 'Auteur');
164
define('ADME_LG_FORM_MENU_CONTRIBUTEUR', 'Contributeur');
164
define('ADME_LG_FORM_MENU_CONTRIBUTEUR', 'Contributeur');
165
define('ADME_LG_FORM_MENU_EDITEUR', 'Editeur');
165
define('ADME_LG_FORM_MENU_EDITEUR', 'Editeur');
-
 
166
define('ADME_LG_FORM_MENU_DATE_CREATION', 'Date de création');
166
define('ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT', 'Date de début de validité');
167
define('ADME_LG_FORM_MENU_DATE_VALIDITE_DEBUT', 'Date de début de validité');
167
define('ADME_LG_FORM_MENU_DATE_VALIDITE_FIN', 'Date de fin de validité');
168
define('ADME_LG_FORM_MENU_DATE_VALIDITE_FIN', 'Date de fin de validité');
168
define('ADME_LG_FORM_MENU_DATE_COPYRIGHT', 'Année pour le copyright');
169
define('ADME_LG_FORM_MENU_DATE_COPYRIGHT', 'Année pour le copyright');
169
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL de la licence');
170
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL de la licence');
170
define('ADME_LG_FORM_MENU_CATEGORIE', 'Catégorie');
171
define('ADME_LG_FORM_MENU_CATEGORIE', 'Catégorie');
Line 198... Line 199...
198
 
199
 
199
 
200
 
200
/* +--Fin du code ----------------------------------------------------------------------------------------+
201
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
202
*
-
 
203
* $Log: not supported by cvs2svn $
-
 
204
* Revision 1.3  2004/12/01 16:47:07  jpm
201
*
205
* Ajout d'un texte pour la boite javascript de confirmation de suppression de menu.
202
* $Log: not supported by cvs2svn $
206
*
203
* Revision 1.2  2004/11/10 17:26:12  jpm
207
* Revision 1.2  2004/11/10 17:26:12  jpm
204
* Fin gestion de la traduction.
208
* Fin gestion de la traduction.
205
*
209
*