Blame | Last modification | View Log | RSS feed
<?php/*vim: set expandtab tabstop=4 shiftwidth=4: */// +------------------------------------------------------------------------------------------------------+// | PHP version 4.1 |// +------------------------------------------------------------------------------------------------------+// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |// +------------------------------------------------------------------------------------------------------+// | This library is free software; you can redistribute it and/or |// | modify it under the terms of the GNU Lesser General Public |// | License as published by the Free Software Foundation; either |// | version 2.1 of the License, or (at your option) any later version. |// | |// | This library is distributed in the hope that it will be useful, |// | but WITHOUT ANY WARRANTY; without even the implied warranty of |// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |// | Lesser General Public License for more details. |// | |// | You should have received a copy of the GNU Lesser General Public |// | License along with this library; if not, write to the Free Software |// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |// +------------------------------------------------------------------------------------------------------+// CVS : $Id: ann_langue_fr.inc.php,v 1.1.1.1 2005-01-03 17:27:49 alex Exp $/*** Fichier de traduction en français de l'application inscription** Fichier de traduction en français de l'application inscription**@package vecam//Auteur original :*@author Alexandre GRANIER <alexandre@tela-botanica.org>//Autres auteurs :*@author Aucun*@copyright Tela-Botanica 2000-2004*@version $Revision: 1.1.1.1 $ $Date: 2005-01-03 17:27:49 $// +------------------------------------------------------------------------------------------------------+*/define ("ANN_NOM", "Nom") ;define ("ANN_PRENOM", "Prénom") ;define ("ANN_PAYS", "Pays :") ;define ("ANN_LANGUES_PARLES", "Langues parlés :") ;define ("ANN_EMAIL", "E-mail :") ;define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;define ("ANN_REPETE_MOT_DE_PASSE", "Répéter le mot de passe :") ;define ("ANN_RETABLIR", "Rétablir") ;define ("ANN_VALIDER", "Valider") ;define ("ANN_MOTS_DE_PASSE_DIFFERENTS", "Les mots de passe sont différents !") ;define ("ANN_EMAIL_REQUIS", "Vous devez saisir un email.") ;define ("ANN_MOT_DE_PASSE_REQUIS", "Vous devez saisir un mot de passe.") ;define ("ANN_MAIL_INCORRECT", "L'email doit avoir une forme correcte, utilisateur@domaine.ext") ;define ("ANN_NOTE_REQUIS", "Indique les champs requis") ;define ("ANN_MODIFIER_INSCRIPTION", "Modifier votre inscription") ;define ("ANN_SUPPRIMER_INSCRIPTION", "Supprimer votre inscription") ;define ("ANN_MESSAGE_BIENVENU", "Vous êtes inscrit à I-Jumelage") ;define ("ANN_CLIQUEZ_LETTRE", 'Cliquez sur une lettre pour voir les adhérents.') ;define ("ANN_LISTE_INSCRIT_LETTRE", "Liste des inscrits à la lettre") ;define ("ANN_TITRE", 'Annuaire de I-Jumelage') ;define ("ANN_TEXTE_PERDU", "Si vous avez perdu votre mot de passe, indiquer "."votre adresse email dans le champs login ci-dessus et cliquez sur \"Valider\"") ;define ("ANN_CHECK_UNCHECK", "Cocher les cases pour sélectionner votre destinataire ou cocher / décocher tout") ;define ("ANN_ENVOYER_MAIL", "Envoyer un email") ;define ("ANN_SUJET", "Sujet") ;define ("ANN_MESSAGE", "Message") ;define ("ANN_ENVOYER", "Envoyer") ;define ("ANN_CLIC_CONFIRMATION", "Cliquez sur OK pour confirmer") ;define ("ANN_PAS_D_INSCRIT", "Pas d'inscrit") ;// ========================= Labels pour les mails ============================define ("ANN_VERIF_MAIL_COCHE", "Veuillez cocher au moins un destinataire pour votre mail" );define ("ANN_VERIF_TITRE", "Votre message doit comporter un titre <i>et</i> un corps") ;define ("ANN_PIED_MESSAGE", "\n---------------------------------------------------------------------------"."\nCe message vous est envoyé par l'intermédiaire du site Internet"."\n(http://www.vecam.org) de VECAM, "."\nauquel vous êtes inscrit."."\nD'autres inscrits au réseau peuvent avoir reçu ce message."."\nNe répondez que si vous êtes concerné, ou si vous avez des"."\ninformations utiles à transmettre au demandeur." ) ;/* +--Fin du code ----------------------------------------------------------------------------------------+** $Log: not supported by cvs2svn $* Revision 1.1 2005/01/03 17:19:32 alex* version initiale** Revision 1.1 2004/06/18 08:54:55 alex* version initiale*** +-- Fin du code ----------------------------------------------------------------------------------------+*/?>