New file |
0,0 → 1,58 |
<?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.en.inc.php,v 1.1 2007-10-22 09:13:51 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 $ $Date: 2007-10-22 09:13:51 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
|
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'); |
|
|
|
|
|
?> |