Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
448 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 library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
1292 neiluj 22
// CVS : $Id: annuaire.langue.fr.inc.php,v 1.4 2007-04-06 08:35:46 neiluj Exp $
448 ddelon 23
/**
24
* Fichier de traduction en français de l'application inscription
25
*
26
* Fichier de traduction en français de l'application inscription
27
*
28
*@package vecam
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
//Autres auteurs :
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
1292 neiluj 34
*@version       $Revision: 1.4 $ $Date: 2007-04-06 08:35:46 $
448 ddelon 35
// +------------------------------------------------------------------------------------------------------+
36
*/
1292 neiluj 37
 
38
define ("ANN_NOM", "Nom") ;
39
define ("ANN_PRENOM", "Pr&eacute;nom") ;
40
define ("ANN_VILLE", "Ville") ;
41
define ("ANN_PAYS", "Pays") ;
42
define ('ANN_PAS_D_INSCRITS', 'Pas d\'inscrits commençant par cette lettre dans l\'annuaire.');
43
define ("ANN_LANGUES_PARLES", "Langues parl&eacute;s :") ;
44
define ("ANN_EMAIL", "Courriel :") ;
45
define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;
46
define ("ANN_REPETE_MOT_DE_PASSE", "R&eacute;p&eacute;ter le mot de passe :") ;
47
define ("ANN_RETABLIR", "Rétablir") ;
48
define ("ANN_VALIDER", "Valider") ;
49
define ("ANN_MESSAGE_BIENVENU", "Vous &ecirc;tes inscrit au Réseau") ;
50
define ("ANN_CLIQUEZ_LETTRE", 'Cliquez sur une lettre pour voir les membres du réseau.') ;
51
define ("ANN_LISTE_INSCRIT_LETTRE", "Liste des inscrits &agrave; la lettre") ;
52
define ("ANN_TITRE", 'Annuaire du réseau') ;
53
define ("ANN_CHECK_UNCHECK", "Cocher les cases pour s&eacute;lectionner votre destinataire ou cocher / d&eacute;cocher tout") ;
54
define ("ANN_ENVOYER_MAIL", "Envoyer un message aux personnes cochées") ;
55
define ("ANN_SUJET", "Sujet") ;
56
define ("ANN_MESSAGE", "Message") ;
57
define ("ANN_ENVOYER", "Envoyer") ;
58
define ("ANN_CLIC_CONFIRMATION", "Cliquez sur OK pour confirmer") ;
59
define ("ANN_PAS_D_INSCRIT", "Pas d'inscrit") ;
60
define ('ANN_DATE','Date d\'inscription');
61
// ========================= Labels pour les mails ============================
62
 
63
define ("ANN_VERIF_MAIL_COCHE", "Veuillez cocher au moins un destinataire pour votre mail" );
64
define ("ANN_VERIF_TITRE", "Votre message doit comporter un titre <i>et</i> un corps") ;
65
define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------".
66
                            "\nCe message vous est envoyé par l'intermédiaire du site Internet".
67
                            "\n(http://www.domaine.org) du réseau , ".
68
                            "\nauquel vous êtes inscrit. ".
69
                            "\nNe répondez pas à ce message." ) ;
70
 
71
define ('ANN_LOGUEZ_VOUS', 'Vous devez être inscrit au réseau pour accéder à l\'annuaire');
72
 
448 ddelon 73
/* +--Fin du code ----------------------------------------------------------------------------------------+
74
*
75
* $Log: not supported by cvs2svn $
805 florian 76
* Revision 1.2  2005/10/03 09:37:56  alexandre_tb
77
* ajout d'un label
78
*
499 alexandre_ 79
* Revision 1.1  2005/09/22 14:02:49  ddelon
80
* nettoyage annuaire et php5
81
*
448 ddelon 82
* Revision 1.4  2005/09/22 13:30:49  florian
83
* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)
84
*
85
* Revision 1.2  2005/03/08 09:43:55  alex
86
* changement de label
87
*
88
* Revision 1.1.1.1  2005/01/03 17:27:49  alex
89
* Import initial
90
*
91
* Revision 1.1  2005/01/03 17:19:32  alex
92
* version initiale
93
*
94
* Revision 1.1  2004/06/18 08:54:55  alex
95
* version initiale
96
*
97
*
98
* +-- Fin du code ----------------------------------------------------------------------------------------+
99
*/
100
?>