| 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: adau_langue_fr.inc.php,v 1.1 2004-12-06 11:31:37 alex Exp $
|
24 |
// CVS : $Id: adau_langue_fr.inc.php,v 1.2 2004-12-13 18:07:57 alex 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 Alexandre Granier <alexandre@tela-botanica.org>
|
33 |
*@author Alexandre Granier <alexandre@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.1 $
|
37 |
*@version $Revision: 1.2 $
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| 39 |
*/
|
39 |
*/
|
| Line 40... |
Line 40... |
| 40 |
|
40 |
|
| 41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 58... |
Line 58... |
| 58 |
define ("ADAU_CHAMPS_LOGIN_ALERTE", "Vous devez indiquer le nom du champs login") ;
|
58 |
define ("ADAU_CHAMPS_LOGIN_ALERTE", "Vous devez indiquer le nom du champs login") ;
|
| 59 |
define ("ADAU_CHAMPS_PASSE", "Nom du champs mot de passe") ;
|
59 |
define ("ADAU_CHAMPS_PASSE", "Nom du champs mot de passe") ;
|
| 60 |
define ("ADAU_CHAMPS_PASSE_ALERTE", "Vous devez indiquer le nom du champs mot de passe") ;
|
60 |
define ("ADAU_CHAMPS_PASSE_ALERTE", "Vous devez indiquer le nom du champs mot de passe") ;
|
| 61 |
define ("ADAU_CRYPTAGE", "Fonction de cryptage") ;
|
61 |
define ("ADAU_CRYPTAGE", "Fonction de cryptage") ;
|
| 62 |
define ("ADAU_CRYPTAGE_ALERTE", "Vous devez indiquer un algorithme de cryptage") ;
|
62 |
define ("ADAU_CRYPTAGE_ALERTE", "Vous devez indiquer un algorithme de cryptage") ;
|
| - |
|
63 |
define ("ADAU_PARAMETRE", "Paramètres") ;
|
| 63 |
define ("ADAU_ANNULER", "Annuler") ;
|
64 |
define ("ADAU_ANNULER", "Annuler") ;
|
| 64 |
define ("ADAU_VALIDER", "Valider") ;
|
65 |
define ("ADAU_VALIDER", "Valider") ;
|
| Line 65... |
Line 66... |
| 65 |
|
66 |
|
| 66 |
|
67 |
|
| 67 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
68 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
69 |
*
|
| - |
|
70 |
* $Log: not supported by cvs2svn $
|
| - |
|
71 |
* Revision 1.1 2004/12/06 11:31:37 alex
|
| 68 |
*
|
72 |
* version initiale
|
| 69 |
* $Log: not supported by cvs2svn $
|
73 |
*
|
| 70 |
*
|
74 |
*
|
| 71 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
75 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
| 72 |
*/
|
76 |
*/
|