Subversion Repositories Applications.papyrus

Rev

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

Rev 434 Rev 436
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.1 2005-08-25 08:59:12 ddelon Exp $
24
// CVS : $Id: adwi_langue_fr.inc.php,v 1.2 2005-08-31 17:34:52 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.1 $
37
*@version       $Revision: 1.2 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 54... Line 54...
54
define ("ADWI_SUPPRIMER", "Supprimer") ;
54
define ("ADWI_SUPPRIMER", "Supprimer") ;
55
define ("ADWI_AJOUTER", "Ajouter un Wikini") ;
55
define ("ADWI_AJOUTER", "Ajouter un Wikini") ;
Line 56... Line 56...
56
 
56
 
-
 
57
 
-
 
58
define ("ADWI_NOM_WIKINI_ALERTE", "Vous devez spécifier un nom") ;
-
 
59
define ("ADWI_BDD_HOTE_ALERTE", "Vous devez spécifier un nom d'hote") ;
-
 
60
define ("ADWI_BDD_NOM_ALERTE", "Vous devez spécifier une base de donnée") ;
-
 
61
define ("ADWI_BDD_UTILISATEUR_ALERTE", "Vous devez spécifier un utilsateur") ;
-
 
62
define ("ADWI_TABLE_PREFIX_ALERTE", "Vous devez spécifier un préfixe") ;
57
 
63
define ("ADWI_PAGE_ALERTE", "Vous devez spécifier une page par défaut") ;
Line 58... Line 64...
58
define ("ADWI_NOM_WIKINI_ALERTE", "Vous devez spécifier un nom") ;
64
 
59
define ("ADWI_CHAMPS_REQUIS", "Indique les champs requis") ;
65
define ("ADWI_CHAMPS_REQUIS", "Indique les champs requis") ;
60
 
66
 
Line 65... Line 71...
65
 
71
 
66
 
72
 
67
/* +--Fin du code ----------------------------------------------------------------------------------------+
73
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
74
*
-
 
75
* $Log: not supported by cvs2svn $
-
 
76
* Revision 1.1  2005/08/25 08:59:12  ddelon
68
*
77
* Integrateur Wikini et administration des Wikini
69
* $Log: not supported by cvs2svn $
78
*
70
* Revision 1.2  2005/03/09 10:40:37  alex
79
* Revision 1.2  2005/03/09 10:40:37  alex
71
* version initiale
80
* version initiale
72
*
81
*