Subversion Repositories Applications.papyrus

Rev

Rev 437 | Rev 439 | 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
// +------------------------------------------------------------------------------------------------------+
438 ddelon 24
// CVS : $Id: adwi_langue_fr.inc.php,v 1.4 2005-09-06 08:35:36 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
438 ddelon 37
*@version       $Revision: 1.4 $
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") ;
437 ddelon 51
define ("ADWI_CHEMIN", "Chemin d'accès") ;
434 ddelon 52
 
53
define ("ADWI_MODIFIER", "Modifier") ;
54
define ("ADWI_SUPPRIMER", "Supprimer") ;
438 ddelon 55
define ("ADWI_SELECTIONNER", "Selection") ;
56
define ("ADWI_CHOISIR", "Choisir") ;
434 ddelon 57
define ("ADWI_AJOUTER", "Ajouter un Wikini") ;
58
 
59
 
438 ddelon 60
define("ADWI_TITRE_SELECTION","Sélection Wikini pour le menu");
61
 
62
define("ADWI_LISTE_WIKINI","Liste des Wikini enregistrés");
63
 
64
define("ADWI_PAGE_DEMARRAGE","Page de démarrage");
65
 
434 ddelon 66
define ("ADWI_NOM_WIKINI_ALERTE", "Vous devez spécifier un nom") ;
436 ddelon 67
 
434 ddelon 68
define ("ADWI_CHAMPS_REQUIS", "Indique les champs requis") ;
69
 
70
define ("ADWI_ANNULER", "Annuler") ;
71
define ("ADWI_VALIDER", "Valider") ;
438 ddelon 72
define ("ADWI_RETOUR", "Retour") ;
434 ddelon 73
 
74
 
75
/* +--Fin du code ----------------------------------------------------------------------------------------+
76
*
77
* $Log: not supported by cvs2svn $
438 ddelon 78
* Revision 1.3  2005/09/02 11:29:25  ddelon
79
* Integrateur Wikini et administration des Wikini
80
*
437 ddelon 81
* Revision 1.2  2005/08/31 17:34:52  ddelon
82
* Integrateur Wikini et administration des Wikini
83
*
436 ddelon 84
* Revision 1.1  2005/08/25 08:59:12  ddelon
85
* Integrateur Wikini et administration des Wikini
86
*
434 ddelon 87
* Revision 1.2  2005/03/09 10:40:37  alex
88
* version initiale
89
*
90
* Revision 1.1  2004/12/13 18:07:38  alex
91
* version initiale
92
*
93
*
94
* +-- Fin du code ----------------------------------------------------------------------------------------+
95
*/
96
?>