Subversion Repositories Applications.papyrus

Rev

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

Rev 150 Rev 196
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.2 2004-11-10 17:26:12 jpm Exp $
24
// CVS : $Id: adme_langue_fr.inc.php,v 1.3 2004-12-01 16:47:07 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.2 $ $Date: 2004-11-10 17:26:12 $
37
*@version       $Revision: 1.3 $ $Date: 2004-12-01 16:47:07 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 112... Line 112...
112
define('ADME_LG_ACTION_PLIER_ALT', 'Plier');
112
define('ADME_LG_ACTION_PLIER_ALT', 'Plier');
Line 113... Line 113...
113
 
113
 
114
define('ADME_LG_ACTION_DEPLIER', 'adme_menu_ouvrir');
114
define('ADME_LG_ACTION_DEPLIER', 'adme_menu_ouvrir');
Line -... Line 115...
-
 
115
define('ADME_LG_ACTION_DEPLIER_ALT', 'Déplier');
-
 
116
 
115
define('ADME_LG_ACTION_DEPLIER_ALT', 'Déplier');
117
define('ADME_LG_ACTION_SUPPRIMER_CONFIRMATION', 'Êtes vous sûr de vouloir supprimer ce menu?');
116
 
118
 
117
// Les erreurs:
119
// Les erreurs:
118
define('ADME_LG_ERREUR_INFO_MENU', 'impossible de lire les infos du menu.');
120
define('ADME_LG_ERREUR_INFO_MENU', 'impossible de lire les infos du menu.');
119
define('ADME_LG_ERREUR_INFO_SITE', 'impossible de lire les infos du site.');
121
define('ADME_LG_ERREUR_INFO_SITE', 'impossible de lire les infos du site.');
Line 196... Line 198...
196
 
198
 
197
 
199
 
198
/* +--Fin du code ----------------------------------------------------------------------------------------+
200
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
201
*
-
 
202
* $Log: not supported by cvs2svn $
-
 
203
* Revision 1.2  2004/11/10 17:26:12  jpm
199
*
204
* Fin gestion de la traduction.
200
* $Log: not supported by cvs2svn $
205
*
201
* Revision 1.1  2004/11/10 11:58:31  jpm
206
* Revision 1.1  2004/11/10 11:58:31  jpm
202
* Début de la traduction de l'appli.
207
* Début de la traduction de l'appli.
203
*
208
*