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: adwi_langue_fr.inc.php,v 1.3 2005-09-02 11:29:25 ddelon Exp $
|
24 |
// CVS : $Id: adwi_langue_fr.inc.php,v 1.4 2005-09-06 08:35:36 ddelon Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Gestion des langues de l'application ADWI : administration des Wikini
|
26 |
* Gestion des langues de l'application ADWI : administration des Wikini
|
27 |
*
|
27 |
*
|
28 |
* Contient les constantes pour la langue française de l'application ADWI
|
28 |
* Contient les constantes pour la langue française de l'application ADWI
|
29 |
*
|
29 |
*
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author David Delon <david.delon@clapas.net>
|
33 |
*@author David Delon <david.delon@clapas.net>
|
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 $
|
37 |
*@version $Revision: 1.4 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 50... |
Line 50... |
50 |
define ("ADWI_PAGE", "Page de démarrage") ;
|
50 |
define ("ADWI_PAGE", "Page de démarrage") ;
|
51 |
define ("ADWI_CHEMIN", "Chemin d'accès") ;
|
51 |
define ("ADWI_CHEMIN", "Chemin d'accès") ;
|
Line 52... |
Line 52... |
52 |
|
52 |
|
53 |
define ("ADWI_MODIFIER", "Modifier") ;
|
53 |
define ("ADWI_MODIFIER", "Modifier") ;
|
- |
|
54 |
define ("ADWI_SUPPRIMER", "Supprimer") ;
|
- |
|
55 |
define ("ADWI_SELECTIONNER", "Selection") ;
|
54 |
define ("ADWI_SUPPRIMER", "Supprimer") ;
|
56 |
define ("ADWI_CHOISIR", "Choisir") ;
|
Line -... |
Line 57... |
- |
|
57 |
define ("ADWI_AJOUTER", "Ajouter un Wikini") ;
|
- |
|
58 |
|
- |
|
59 |
|
- |
|
60 |
define("ADWI_TITRE_SELECTION","Sélection Wikini pour le menu");
|
- |
|
61 |
|
- |
|
62 |
define("ADWI_LISTE_WIKINI","Liste des Wikini enregistrés");
|
55 |
define ("ADWI_AJOUTER", "Ajouter un Wikini") ;
|
63 |
|
Line 56... |
Line 64... |
56 |
|
64 |
define("ADWI_PAGE_DEMARRAGE","Page de démarrage");
|
Line 57... |
Line 65... |
57 |
|
65 |
|
58 |
define ("ADWI_NOM_WIKINI_ALERTE", "Vous devez spécifier un nom") ;
|
66 |
define ("ADWI_NOM_WIKINI_ALERTE", "Vous devez spécifier un nom") ;
|
- |
|
67 |
|
Line 59... |
Line 68... |
59 |
|
68 |
define ("ADWI_CHAMPS_REQUIS", "Indique les champs requis") ;
|
60 |
define ("ADWI_CHAMPS_REQUIS", "Indique les champs requis") ;
|
69 |
|
61 |
|
70 |
define ("ADWI_ANNULER", "Annuler") ;
|
- |
|
71 |
define ("ADWI_VALIDER", "Valider") ;
|
- |
|
72 |
define ("ADWI_RETOUR", "Retour") ;
|
- |
|
73 |
|
62 |
define ("ADWI_ANNULER", "Annuler") ;
|
74 |
|
63 |
define ("ADWI_VALIDER", "Valider") ;
|
75 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
64 |
|
76 |
*
|
65 |
|
77 |
* $Log: not supported by cvs2svn $
|
66 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
78 |
* Revision 1.3 2005/09/02 11:29:25 ddelon
|