Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | 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_es.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", "pellido") ;
39
define ("ANN_PRENOM", "Nombre") ;
40
define ("ANN_PAYS", "Pais") ;
41
define ("ANN_LANGUES_PARLES", "Idiomas hablados") ;
42
define ("ANN_EMAIL", "Correo electronico") ;
43
define ("ANN_MOT_DE_PASSE", "Contraseña") ;
44
define ("ANN_REPETE_MOT_DE_PASSE", "Repetir la contraseñas") ;
45
define ("ANN_RETABLIR", "Restablecer") ;
46
define ("ANN_VALIDER", "Ingresar") ;
47
define ("ANN_MOTS_DE_PASSE_DIFFERENTS", "Las contraseñas son diferentes!") ;
48
define ("ANN_EMAIL_REQUIS", "Debe ingresar un correo electronico") ;
49
define ("ANN_MOT_DE_PASSE_REQUIS", "Debe ingresar una contraseña.") ;
50
define ("ANN_MAIL_INCORRECT", "El correo electronico debe tener una forma correcta, utilisador@domaine.ext") ;
51
define ("ANN_NOTE_REQUIS", "Indique los espacios requeridos") ;
52
define ("ANN_MODIFIER_INSCRIPTION", "Modificar su inscripcion") ;
53
define ("ANN_SUPPRIMER_INSCRIPTION", "Cancelar su inscripcion") ;
54
define ("ANN_MESSAGE_BIENVENU", "Esta inscrito en I-Enlace") ;
55
define ("ANN_CLIQUEZ_LETTRE", "Haga clic en una letra para ver los miembros.") ;
56
define ("ANN_LISTE_INSCRIT_LETTRE", "Lista de los inscritos en la carta") ;
57
define ("ANN_TITRE", "Guia de I-Enlace") ;
58
define ("ANN_TEXTE_PERDU", "Si ha perdido su contraseña, indique su correo electronico en el espaciologin y haga clic en Ingresar") ;
59
define ("ANN_CHECK_UNCHECK", "Marcar en la casilla para seleccionar su destinatario o marcar/quitar todo") ;
60
define ("ANN_ENVOYER_MAIL", "Enviar un correo electronico") ;
61
define ("ANN_SUJET", "Objet") ;
62
define ("ANN_MESSAGE", "Mensaje") ;
63
define ("ANN_ENVOYER", "Enviar") ;
64
define ("ANN_CLIC_CONFIRMATION", "Haga clic en OK para confirmar") ;
65
define ("ANN_PAS_D_INSCRIT", "Ninguninscrito") ;
66
//======================== labels pour les mails===========================
67
define ("ANN_VERIF_MAIL_COCHE", "Marque al menos un destinatario para su correo electronico") ;
68
define ("ANN_VERIF_TITRE", "Su mensaje debe tener un titulo y un cuerpo") ;
69
 
70
define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------".
71
                            "\nCe message vous est envoyé par l'intermédiaire du site Internet".
72
                            "\n(http://www.vecam.org) de VECAM, ".
73
                            "\nauquel vous êtes inscrit.".
74
                            "\nD'autres inscrits au réseau peuvent avoir reçu ce message.".
75
                            "\nNe répondez que si vous êtes concerné, ou si vous avez des".
76
                            "\ninformations utiles à transmettre au demandeur." ) ;
77
?>