Subversion Repositories Sites.tela-botanica.org

Rev

Rev 210 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 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: ann_langue_en.inc.php,v 1.1.1.1 2005/01/03 17:27:49 alex 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.1.1 $ $Date: 2005/01/03 17:27:49 $
35
// +------------------------------------------------------------------------------------------------------+
36
*/
37
 
38
define ("ANN_NOM", "Name :") ;
39
define ("ANN_PRENOM", "First name") ;
209 jpm 40
define ("ANN_CP", "Zip Code") ;
210 jpm 41
define ("ANN_PAYS", "Country") ;
4 david 42
define ("ANN_LANGUES_PARLES", "Languages spoken  :") ;
43
define ("ANN_EMAIL", "E-mail :") ;
44
define ("ANN_MOT_DE_PASSE", "Password:") ;
45
define ("ANN_REPETE_MOT_DE_PASSE", "Repeat the password :") ;
46
define ("ANN_RETABLIR", "Restore") ;
47
define ("ANN_VALIDER", "Validate") ;
48
define ("ANN_MOTS_DE_PASSE_DIFFERENTS", "The two passwords are different !") ;
49
define ("ANN_EMAIL_REQUIS", "You must enter your e-mail.") ;
50
define ("ANN_MOT_DE_PASSE_REQUIS", "You must enter your password.") ;
51
 
52
define ("ANN_MAIL_INCORRECT", "E-mail addresses must be in the following format, user@domain.ext") ;
53
define ("ANN_NOTE_REQUIS", "Indicate the required fields") ;
54
define ("ANN_MODIFIER_INSCRIPTION", "Modify your registration") ;
55
define ("ANN_SUPPRIMER_INSCRIPTION", "Cancel your registration") ;
56
define ("ANN_MESSAGE_BIENVENU", "You are registered at i-twinning ") ;
57
 
58
define ("ANN_CLIQUEZ_LETTRE", "Click on a letter to see the members ") ;
59
define ("ANN_LISTE_INSCRIT_LETTRE", "List of the newsletter's subscribers") ;
60
define ("ANN_TITRE", "I-twinning repertory") ;
61
define ("ANN_TEXTE_PERDU", "If you forgot your password, enter your e-mail address in the Login ".
62
		"field below and click on \Validate\ ") ;
63
define ("ANN_CHECK_UNCHECK", "Tick the boxes to select your recipient or tick / untick all") ;
64
define ("ANN_ENVOYER_MAIL", "Send an e-mail") ;
65
define ("ANN_SUJET", "Subject") ;
66
define ("ANN_MESSAGE", "Message") ;
67
define ("ANN_ENVOYER", "Send") ;
68
define ("ANN_CLIC_CONFIRMATION", "Click on OK to confirm") ;
69
define ("ANN_PAS_D_INSCRIT", "No registered members") ;
70
 
71
// ========================= Labels pour les mails =============================
72
 
73
define ("ANN_VERIF_MAIL_COCHE", "Please tick at least one recipient for your mail.") ;
74
define ("ANN_VERIF_TITRE", "Your message must be composed of a title <i>et</i> and a content") ;
75
 
76
define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------".
77
                            "\nThis message has been sent by".
78
                            "\n(http://www.vecam.org) VECAM, ".
79
                            "\nwhere you are currently registered.".
80
                            "\nOther members may also have received this message.") ;
81
/* +--Fin du code ----------------------------------------------------------------------------------------+
82
*
83
* $Log: ann_langue_en.inc.php,v $
84
* Revision 1.1.1.1  2005/01/03 17:27:49  alex
85
* Import initial
86
*
87
* Revision 1.1  2005/01/03 17:19:32  alex
88
* version initiale
89
*
90
* Revision 1.1  2004/06/30 08:50:01  alex
91
* traduction
92
*
93
* Revision 1.1  2004/06/18 08:45:45  alex
94
* version initiale
95
*
96
*
97
* +-- Fin du code ----------------------------------------------------------------------------------------+
98
*/
99
?>