Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1646 → Rev 1647

/trunk/api/formulaire/langues/formulaire.langue.fr.inc.php
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.fr.inc.php,v 1.1 2007-10-10 13:58:38 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-10 13:58:38 $
// +------------------------------------------------------------------------------------------------------+
*/
 
 
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&eacute;rent...');
define ('IMAGE', 'Image');
define ('IMAGE_VALIDE_REQUIS', 'Image valide requise');
define ('VERIFIER_MON_ADRESSE', 'V&eacute;rifier mon adresse avec la carte');
define ('LATITUDE', 'Latitude');
define ('LONGITUDE', 'Longitude');
 
 
 
 
 
?>