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 |
// +------------------------------------------------------------------------------------------------------+
|
1576 |
alexandre_ |
22 |
// CVS : $Id: bottin.admin.langue_fr.php,v 1.4 2007-09-06 08:40:13 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
|
1576 |
alexandre_ |
32 |
*@version $Revision: 1.4 $
|
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érées ?');
|
|
|
40 |
define ('INS_MAILS_MODERATEURS', 'Mails des modé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 à avertir d\'une nouvelle inscription');
|
|
|
43 |
define ('INS_SUJET_MAIL_CONFIRMATION', 'Sujet de l\'email de confirmation, envoyé à celui qui s\'inscrit (moins de 255 caractères)');
|
1467 |
alexandre_ |
44 |
define ('INS_FROM_MAIL_CONFIRMATION', 'Le mail de l\'expéditeur pour l\'ensemble des mails envoyés par le site');
|
1401 |
alexandre_ |
45 |
define ('INS_GENERE_NOM_WIKI', 'Le système essaie de générer un nom wiki');
|
|
|
46 |
define ('INS_CHAMPS_WIKI', 'Proposer la saisie d\'un nom wiki') ;
|
|
|
47 |
define ('INS_REECRITURE_URL', 'Utiliser la réécriture d\'URL');
|
|
|
48 |
define ('INS_PREFIXE_URL', 'Préfixe de l\'URL');
|
1467 |
alexandre_ |
49 |
define ('INS_MAIL_INSCRIPTION_NEWS', 'L\'email de la liste d\'actualité, s\'il y a');
|
|
|
50 |
define ('INS_TITRE_FORMULAIRE_INSCRIPTION', 'Titre du formulaire d\'inscription (en HTML)');
|
|
|
51 |
define ('INS_INSCRIPTION_TEMPLATE', 'Le modèle de l\'inscription:<br />'.
|
|
|
52 |
'type***mon_du_champs_dans_base***label_en_français***taille_en_caractère'.
|
|
|
53 |
'***longueur_maximum(maxlength)***valeur_par_defaut***table_source(pour les listes)***col_identifiant(pour les listes)'.
|
|
|
54 |
'***champs_obligatoire(0 ou 1)***apparaitre_dans_le moteur_de_recherche(0 ou 1)');
|
|
|
55 |
define ('INS_NOM_MODELE', 'Nom du template');
|
|
|
56 |
define ('INS_CONTENU_MODELE', 'Modèle');
|
|
|
57 |
define ('INS_LANGUE', 'Langue');
|
1401 |
alexandre_ |
58 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
|
|
59 |
*
|
|
|
60 |
* $Log: not supported by cvs2svn $
|
1576 |
alexandre_ |
61 |
* Revision 1.3 2007-06-25 09:59:03 alexandre_tb
|
|
|
62 |
* ajout de carte_google, mise en place des templates avec api/formulaire, configuration de multiples inscriptions, ajout de modele pour les mails
|
|
|
63 |
*
|
1467 |
alexandre_ |
64 |
* Revision 1.2 2007-06-01 13:40:17 alexandre_tb
|
|
|
65 |
* nouveaux labels
|
|
|
66 |
*
|
1429 |
alexandre_ |
67 |
* Revision 1.1 2007-05-11 14:06:08 alexandre_tb
|
|
|
68 |
* version intiale
|
|
|
69 |
*
|
1401 |
alexandre_ |
70 |
|
|
|
71 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
|
|
72 |
*/
|
|
|
73 |
?>
|