Subversion Repositories Applications.papyrus

Rev

Rev 1429 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1401 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
// +------------------------------------------------------------------------------------------------------+
1467 alexandre_ 22
// CVS : $Id: bottin.admin.langue_fr.php,v 1.3 2007-06-25 09:59:03 alexandre_tb Exp $
1401 alexandre_ 23
/**
24
* Fichier de traduction en français de l'application inscription.admin.php
25
*
26
*@package inscription
27
//Auteur original :
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
29
//Autres auteurs :
30
*@author        Aucun
31
*@copyright     Tela-Botanica 2000-2007
1467 alexandre_ 32
*@version       $Revision: 1.3 $
1401 alexandre_ 33
// +------------------------------------------------------------------------------------------------------+
34
*/
35
 
36
define ('INS_CONFIG_INSCRIPTION', 'Configuration de l\'inscription et de l\'annuaire') ;
37
define ('INS_FORMULAIRE_STRUCTURE', 'Proposer une inscription pour les structures');
38
define ('INS_URL_BAZAR', 'URL vers le bazar (optionnel)');
39
define ('INS_INSCRIPTION_MODERE_OUI_NON', 'Les inscriptions sont-elles mod&eacute;r&eacute;es ?');
40
define ('INS_MAILS_MODERATEURS', 'Mails des mod&eacute;rateurs (un par ligne)');
41
define ('INS_INSCRIPTION_VERIFICATION_EMAIL', 'Envoie d\'un email de confirmation pour valider l\'inscription');
42
define ('INS_MAILS_ADMIN', 'Liste de mails de personnes &agrave; avertir d\'une nouvelle inscription');
43
define ('INS_SUJET_MAIL_CONFIRMATION', 'Sujet de l\'email de confirmation, envoy&eacute; &agrave; celui qui s\'inscrit (moins de 255 caract&egrave;res)');
1467 alexandre_ 44
define ('INS_FROM_MAIL_CONFIRMATION', 'Le mail de l\'exp&eacute;diteur pour l\'ensemble des mails envoy&eacute;s par le site');
1401 alexandre_ 45
define ('INS_GENERE_NOM_WIKI', 'Le syst&egrave;me essaie de g&eacute;n&eacute;rer un nom wiki');
46
define ('INS_CHAMPS_WIKI', 'Proposer la saisie d\'un nom wiki') ;
47
define ('INS_REECRITURE_URL', 'Utiliser la r&eacute;&eacute;criture d\'URL');
48
define ('INS_PREFIXE_URL', 'Pr&eacute;fixe de l\'URL');
1429 alexandre_ 49
define ('INS_GOOGLE_KEY', 'Cl&eacute; google map, si n&eacute;cessaire');
1467 alexandre_ 50
define ('INS_MAIL_INSCRIPTION_NEWS', 'L\'email de la liste d\'actualit&eacute;, s\'il y a');
51
define ('INS_TITRE_FORMULAIRE_INSCRIPTION', 'Titre du formulaire d\'inscription (en HTML)');
52
define ('INS_INSCRIPTION_TEMPLATE', 'Le mod&egrave;le de l\'inscription:<br />'.
53
		'type***mon_du_champs_dans_base***label_en_fran&ccedil;ais***taille_en_caract&egrave;re'.
54
		'***longueur_maximum(maxlength)***valeur_par_defaut***table_source(pour les listes)***col_identifiant(pour les listes)'.
55
		'***champs_obligatoire(0 ou 1)***apparaitre_dans_le moteur_de_recherche(0 ou 1)');
56
define ('INS_NOM_MODELE', 'Nom du template');
57
define ('INS_CONTENU_MODELE', 'Mod&egrave;le');
58
define ('INS_LANGUE', 'Langue');
1401 alexandre_ 59
/* +--Fin du code ----------------------------------------------------------------------------------------+
60
*
61
* $Log: not supported by cvs2svn $
1467 alexandre_ 62
* Revision 1.2  2007-06-01 13:40:17  alexandre_tb
63
* nouveaux labels
64
*
1429 alexandre_ 65
* Revision 1.1  2007-05-11 14:06:08  alexandre_tb
66
* version intiale
67
*
1401 alexandre_ 68
 
69
* +-- Fin du code ----------------------------------------------------------------------------------------+
70
*/
71
?>