325 |
florian |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// +--------------------------------------------------------------------------------+
|
|
|
4 |
// | annuaire_moteur_lang_fr.php |
|
|
|
5 |
// +--------------------------------------------------------------------------------+
|
|
|
6 |
// | Copyright (c) 2000 - 2003 Tela Botanica |
|
|
|
7 |
// +--------------------------------------------------------------------------------+
|
|
|
8 |
// | Contient le texte de l'appli en français |
|
|
|
9 |
// +--------------------------------------------------------------------------------+
|
|
|
10 |
// | Auteur : Alexandre Granier <alexandre@tela-botanica.org> |
|
|
|
11 |
// +--------------------------------------------------------------------------------+
|
|
|
12 |
//
|
|
|
13 |
// $Id: annuaire_backoffice.langue.fr.inc.php,v 1.1 2005-04-06 13:33:32 florian Exp $
|
|
|
14 |
|
|
|
15 |
define ("AM_L_TITRE", "Chercher un adhérent") ;
|
|
|
16 |
define ("AM_L_RECHERCHER", "Rechercher") ;
|
|
|
17 |
define ("AM_L_PAYS", "Pays") ;
|
|
|
18 |
define ("AM_L_NOM", "Nom") ;
|
|
|
19 |
define ("AM_L_PRENOM", "Prénom") ;
|
|
|
20 |
define ("AM_L_VILLE", "Ville") ;
|
|
|
21 |
define ("AM_L_DEPARTEMENT", "Département") ;
|
|
|
22 |
define ("AM_L_MAIL", "Mail") ;
|
|
|
23 |
define ("AM_L_COTISANTS", "Cotisants") ;
|
|
|
24 |
define ("AM_L_GRP_RES", "Grouper les résultats") ;
|
|
|
25 |
define ("AM_L_TOUS", "Tous") ;
|
|
|
26 |
define ("AM_L_MAIL_SELECTION", "Envoyer un mail à la sélection") ;
|
|
|
27 |
?>
|