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: formulaire.langue.it.inc.php,v 1.1.2.1 2007-12-03 10:28:32 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.1.2.1 $ $Date: 2007-12-03 10:28:32 $// +------------------------------------------------------------------------------------------------------+*/define ('LIEN', 'Link');define ('SUPPRIMER', 'Delete');define ('CONFIRMATION_SUPPRESSION_LIEN', 'Do you really want to delete this link?');define ('URL_LIEN', 'URL');define ('URL_LIEN_REQUIS', 'Specify URL');define ('URL_TEXTE', 'Text of the link');define ('URL_TEXTE_REQUIS', 'Specify text of the link');define ('CHOISIR', 'Choose...');define ('INDIFFERENT', 'Any...');define ('IMAGE', 'Picture');define ('IMAGE_VALIDE_REQUIS', 'Add a picture');define ('VERIFIER_MON_ADRESSE', 'Check my adress with the map');define ('LATITUDE', 'Latitude');define ('LONGITUDE', 'Longitude');?>