Subversion Repositories Applications.papyrus

Rev

Rev 434 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
434 ddelon 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of Papyrus.                                                                        |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
436 ddelon 24
// CVS : $Id: adwi_langue_fr.inc.php,v 1.2 2005-08-31 17:34:52 ddelon Exp $
434 ddelon 25
/**
26
* Gestion des langues de l'application ADWI : administration des Wikini
27
*
28
* Contient les constantes pour la langue française de l'application ADWI
29
*
30
*@package Admin_Wikini
31
*@subpackage Langues
32
//Auteur original :
33
*@author        David Delon <david.delon@clapas.net>
34
//Autres auteurs :
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
436 ddelon 37
*@version       $Revision: 1.2 $
434 ddelon 38
// +------------------------------------------------------------------------------------------------------+
39
*/
40
 
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            LISTE des CONSTANTES                                      |
43
// +------------------------------------------------------------------------------------------------------+
44
define ("ADWI_NOM_WIKINI", "Nom Wikini") ;
45
define ("ADWI_BDD_HOTE", "Serveur base de donnee") ;
46
define ("ADWI_BDD_NOM", "Base de donnée") ;
47
define ("ADWI_BDD_UTILISATEUR", "Utilisateur") ;
48
define ("ADWI_BDD_MDP", "Mot de Passe") ;
49
define ("ADWI_TABLE_PREFIX", "Préfixe des tables") ;
50
define ("ADWI_PAGE", "Page de démarrage") ;
51
define ("ADWI_DESCRIPTION", "Description") ;
52
 
53
define ("ADWI_MODIFIER", "Modifier") ;
54
define ("ADWI_SUPPRIMER", "Supprimer") ;
55
define ("ADWI_AJOUTER", "Ajouter un Wikini") ;
56
 
57
 
58
define ("ADWI_NOM_WIKINI_ALERTE", "Vous devez spécifier un nom") ;
436 ddelon 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") ;
63
define ("ADWI_PAGE_ALERTE", "Vous devez spécifier une page par défaut") ;
64
 
434 ddelon 65
define ("ADWI_CHAMPS_REQUIS", "Indique les champs requis") ;
66
 
67
define ("ADWI_CHEMIN", "Chemin vers le Wikini") ;
68
define ("ADWI_CHEMIN_REQUIS", "Le chemin vers le Wikini est requis") ;
69
define ("ADWI_ANNULER", "Annuler") ;
70
define ("ADWI_VALIDER", "Valider") ;
71
 
72
 
73
/* +--Fin du code ----------------------------------------------------------------------------------------+
74
*
75
* $Log: not supported by cvs2svn $
436 ddelon 76
* Revision 1.1  2005/08/25 08:59:12  ddelon
77
* Integrateur Wikini et administration des Wikini
78
*
434 ddelon 79
* Revision 1.2  2005/03/09 10:40:37  alex
80
* version initiale
81
*
82
* Revision 1.1  2004/12/13 18:07:38  alex
83
* version initiale
84
*
85
*
86
* +-- Fin du code ----------------------------------------------------------------------------------------+
87
*/
88
?>