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 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
22 |
// CVS : $Id: annuaire.langue.fr.inc.php,v 1.1 2005-09-22 14:02:49 ddelon Exp $
|
|
|
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
|
|
|
34 |
*@version $Revision: 1.1 $ $Date: 2005-09-22 14:02:49 $
|
|
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
36 |
*/
|
|
|
37 |
|
|
|
38 |
define ("ANN_NOM", "Nom") ;
|
|
|
39 |
define ("ANN_PRENOM", "Pré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és :") ;
|
|
|
44 |
define ("ANN_EMAIL", "Courriel :") ;
|
|
|
45 |
define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;
|
|
|
46 |
define ("ANN_REPETE_MOT_DE_PASSE", "Répéter le mot de passe :") ;
|
|
|
47 |
define ("ANN_RETABLIR", "Rétablir") ;
|
|
|
48 |
define ("ANN_VALIDER", "Valider") ;
|
|
|
49 |
define ("ANN_MESSAGE_BIENVENU", "Vous êtes inscrit au Réseau Ecole et Nature") ;
|
|
|
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 à la lettre") ;
|
|
|
52 |
define ("ANN_TITRE", 'Annuaire du réseau') ;
|
|
|
53 |
define ("ANN_CHECK_UNCHECK", "Cocher les cases pour sélectionner votre destinataire ou cocher / dé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.ecole-et-nature.org) du réseau Ecole et Nature, ".
|
|
|
68 |
"\nauquel vous êtes inscrit. ".
|
|
|
69 |
"\nNe répondez pas à ce message." ) ;
|
|
|
70 |
|
|
|
71 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
72 |
*
|
|
|
73 |
* $Log: not supported by cvs2svn $
|
|
|
74 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
|
|
75 |
* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)
|
|
|
76 |
*
|
|
|
77 |
* Revision 1.2 2005/03/08 09:43:55 alex
|
|
|
78 |
* changement de label
|
|
|
79 |
*
|
|
|
80 |
* Revision 1.1.1.1 2005/01/03 17:27:49 alex
|
|
|
81 |
* Import initial
|
|
|
82 |
*
|
|
|
83 |
* Revision 1.1 2005/01/03 17:19:32 alex
|
|
|
84 |
* version initiale
|
|
|
85 |
*
|
|
|
86 |
* Revision 1.1 2004/06/18 08:54:55 alex
|
|
|
87 |
* version initiale
|
|
|
88 |
*
|
|
|
89 |
*
|
|
|
90 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
91 |
*/
|
|
|
92 |
?>
|