Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: formulaire.langue.fr.inc.php,v 1.1 2007-10-10 13:58:38 alexandre_tb Exp $
|
22 |
// CVS : $Id: formulaire.langue.fr.inc.php,v 1.2 2007-10-22 09:14:35 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Formulaire
|
24 |
* Formulaire
|
25 |
*
|
25 |
*
|
26 |
* Les fonctions de mise en page des formulaire
|
26 |
* Les fonctions de mise en page des formulaire
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
30 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
31 |
//Autres auteurs :
|
31 |
//Autres auteurs :
|
32 |
*@author Aleandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@author Aleandre GRANIER <alexandre@tela-botanica.org>
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.1 $ $Date: 2007-10-10 13:58:38 $
|
34 |
*@version $Revision: 1.2 $ $Date: 2007-10-22 09:14:35 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
|
38 |
|
39 |
define ('LIEN', 'Lien');
|
39 |
define ('LIEN', 'Lien');
|
40 |
define ('SUPPRIMER', 'supprimer');
|
40 |
define ('SUPPRIMER', 'Supprimer');
|
41 |
define ('CONFIRMATION_SUPPRESSION_LIEN', 'Voulez-vous vraiment supprimer ce lien ?');
|
41 |
define ('CONFIRMATION_SUPPRESSION_LIEN', 'Voulez-vous vraiment supprimer ce lien?');
|
42 |
define ('URL_LIEN', 'Adresse du lien');
|
42 |
define ('URL_LIEN', 'Adresse du lien');
|
43 |
define ('URL_LIEN_REQUIS', 'Adresse du lien requis');
|
43 |
define ('URL_LIEN_REQUIS', 'Adresse du lien requis');
|
44 |
define ('URL_TEXTE', 'Texte du lien');
|
44 |
define ('URL_TEXTE', 'Texte du lien');
|