Rev 1647 | Rev 1688 | Go to most recent revision | 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: formulaire.langue.fr.inc.php,v 1.2 2007-10-22 09:14:35 alexandre_tb Exp $/*** Formulaire** Les fonctions de mise en page des formulaire**@package bazar//Auteur original :*@author Florian SCHMITT <florian@ecole-et-nature.org>//Autres auteurs :*@author Aleandre GRANIER <alexandre@tela-botanica.org>*@copyright Tela-Botanica 2000-2004*@version $Revision: 1.2 $ $Date: 2007-10-22 09:14:35 $// +------------------------------------------------------------------------------------------------------+*/define ('LIEN', 'Lien');define ('SUPPRIMER', 'Supprimer');define ('CONFIRMATION_SUPPRESSION_LIEN', 'Voulez-vous vraiment supprimer ce lien?');define ('URL_LIEN', 'Adresse du lien');define ('URL_LIEN_REQUIS', 'Adresse du lien requis');define ('URL_TEXTE', 'Texte du lien');define ('URL_TEXTE_REQUIS', 'Texte du lien requis');define ('CHOISIR', 'Choisir...');define ('INDIFFERENT', 'Indifférent...');define ('IMAGE', 'Image');define ('IMAGE_VALIDE_REQUIS', 'Image valide requise');define ('VERIFIER_MON_ADRESSE', 'Vérifier mon adresse avec la carte');define ('LATITUDE', 'Latitude');define ('LONGITUDE', 'Longitude');?>