Subversion Repositories Applications.papyrus

Rev

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

Rev 318 Rev 381
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.4 2005-03-29 15:49:31 jpm Exp $
24
// CVS : $Id: adme_langue_fr.inc.php,v 1.5 2005-05-26 15:45:09 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.4 $ $Date: 2005-03-29 15:49:31 $
37
*@version       $Revision: 1.5 $ $Date: 2005-05-26 15:45:09 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 160... Line 160...
160
define('ADME_LG_FORM_MENU_DESCRIPTION', 'Description du contenu');
160
define('ADME_LG_FORM_MENU_DESCRIPTION', 'Description du contenu');
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', 'Éditeur');
166
define('ADME_LG_FORM_MENU_DATE_CREATION', 'Date de création');
166
define('ADME_LG_FORM_MENU_DATE_CREATION', 'Date de création');
167
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é');
168
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é');
169
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');
170
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL de la licence');
170
define('ADME_LG_FORM_MENU_URL_LICENCE', 'URL de la licence');
Line 199... Line 199...
199
 
199
 
200
 
200
 
201
/* +--Fin du code ----------------------------------------------------------------------------------------+
201
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
202
*
-
 
203
* $Log: not supported by cvs2svn $
-
 
204
* Revision 1.4  2005/03/29 15:49:31  jpm
202
*
205
* Ajout de la constante pour la date de création dans le formulaire des menus.
203
* $Log: not supported by cvs2svn $
206
*
204
* Revision 1.3  2004/12/01 16:47:07  jpm
207
* Revision 1.3  2004/12/01 16:47:07  jpm
205
* Ajout d'un texte pour la boite javascript de confirmation de suppression de menu.
208
* Ajout d'un texte pour la boite javascript de confirmation de suppression de menu.
206
*
209
*