Subversion Repositories Applications.papyrus

Rev

Rev 1647 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1647 alexandre_ 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
17
// |                                                                                                      |
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                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
1659 alexandre_ 22
// CVS : $Id: formulaire.langue.fr.inc.php,v 1.2 2007-10-22 09:14:35 alexandre_tb Exp $
1647 alexandre_ 23
/**
24
* Formulaire
25
*
26
* Les fonctions de mise en page des formulaire
27
*
28
*@package bazar
29
//Auteur original :
30
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
//Autres auteurs :
32
*@author        Aleandre GRANIER <alexandre@tela-botanica.org>
33
*@copyright     Tela-Botanica 2000-2004
1659 alexandre_ 34
*@version       $Revision: 1.2 $ $Date: 2007-10-22 09:14:35 $
1647 alexandre_ 35
// +------------------------------------------------------------------------------------------------------+
36
*/
37
 
38
 
39
 define ('LIEN', 'Lien');
1659 alexandre_ 40
 define ('SUPPRIMER', 'Supprimer');
41
 define ('CONFIRMATION_SUPPRESSION_LIEN', 'Voulez-vous vraiment supprimer ce lien?');
1647 alexandre_ 42
 define ('URL_LIEN', 'Adresse du lien');
43
 define ('URL_LIEN_REQUIS', 'Adresse du lien requis');
44
 define ('URL_TEXTE', 'Texte du lien');
45
 define ('URL_TEXTE_REQUIS', 'Texte du lien requis');
46
 define ('CHOISIR', 'Choisir...');
47
 define ('INDIFFERENT', 'Indiff&eacute;rent...');
48
 define ('IMAGE', 'Image');
49
 define ('IMAGE_VALIDE_REQUIS', 'Image valide requise');
50
 define ('VERIFIER_MON_ADRESSE', 'V&eacute;rifier mon adresse avec la carte');
51
 define ('LATITUDE', 'Latitude');
52
 define ('LONGITUDE', 'Longitude');
53
 
54
 
55
 
56
 
57
 
58
?>