Rev 1688 | Blame | Compare with Previous | 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: bottin.admin.langue_fr.php,v 1.4 2007-09-06 08:40:13 alexandre_tb Exp $
/**
* Fichier de traduction en français de l'application inscription.admin.php
*
*@package inscription
//Auteur original :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2007
*@version $Revision: 1.4 $
// +------------------------------------------------------------------------------------------------------+
*/
define ('INS_CONFIG_INSCRIPTION', 'Configuration de l\'inscription et de l\'annuaire') ;
define ('INS_FORMULAIRE_STRUCTURE', 'Proposer une inscription pour les structures');
define ('INS_URL_BAZAR', 'URL vers le bazar (optionnel)');
define ('INS_INSCRIPTION_MODERE_OUI_NON', 'Les inscriptions sont-elles modérées ?');
define ('INS_MAILS_MODERATEURS', 'Mails des modérateurs (un par ligne)');
define ('INS_INSCRIPTION_VERIFICATION_EMAIL', 'Envoie d\'un email de confirmation pour valider l\'inscription');
define ('INS_MAILS_ADMIN', 'Liste de mails de personnes à avertir d\'une nouvelle inscription');
define ('INS_SUJET_MAIL_CONFIRMATION', 'Sujet de l\'email de confirmation, envoyé à celui qui s\'inscrit (moins de 255 caractères)');
define ('INS_FROM_MAIL_CONFIRMATION', 'Le mail de l\'expéditeur pour l\'ensemble des mails envoyés par le site');
define ('INS_GENERE_NOM_WIKI', 'Le système essaie de générer un nom wiki');
define ('INS_CHAMPS_WIKI', 'Proposer la saisie d\'un nom wiki') ;
define ('INS_REECRITURE_URL', 'Utiliser la réécriture d\'URL');
define ('INS_PREFIXE_URL', 'Préfixe de l\'URL');
define ('INS_MAIL_INSCRIPTION_NEWS', 'L\'email de la liste d\'actualité, s\'il y a');
define ('INS_TITRE_FORMULAIRE_INSCRIPTION', 'Titre du formulaire d\'inscription (en HTML)');
define ('INS_INSCRIPTION_TEMPLATE', 'Le modèle de l\'inscription:<br />'.
'type***mon_du_champs_dans_base***label_en_français***taille_en_caractère'.
'***longueur_maximum(maxlength)***valeur_par_defaut***table_source(pour les listes)***col_identifiant(pour les listes)'.
'***champs_obligatoire(0 ou 1)***apparaitre_dans_le moteur_de_recherche(0 ou 1)');
define ('INS_NOM_MODELE', 'Nom du template');
define ('INS_CONTENU_MODELE', 'Modèle');
define ('INS_LANGUE', 'Langue');
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2007-06-25 09:59:03 alexandre_tb
* ajout de carte_google, mise en place des templates avec api/formulaire, configuration de multiples inscriptions, ajout de modele pour les mails
*
* Revision 1.2 2007-06-01 13:40:17 alexandre_tb
* nouveaux labels
*
* Revision 1.1 2007-05-11 14:06:08 alexandre_tb
* version intiale
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>