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