Subversion Repositories Applications.papyrus

Rev

Rev 805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 805 Rev 810
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: bottin.langue_fr.inc.php,v 1.8 2006-04-04 12:23:05 florian Exp $
22
// CVS : $Id: bottin.langue_fr.inc.php,v 1.9 2006-04-10 14:01:36 florian Exp $
23
/**
23
/**
24
* Fichier de traduction en français de l'application ins_annuaire
24
* Fichier de traduction en français de l'application ins_annuaire
25
*
25
*
26
*@package inscription
26
*@package inscription
27
//Auteur original :
27
//Auteur original :
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
28
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
29
//Autres auteurs :
29
//Autres auteurs :
30
*@author        Aucun
30
*@author        Aucun
31
*@copyright     Tela-Botanica 2000-2004
31
*@copyright     Tela-Botanica 2000-2004
32
*@version       $Revision: 1.8 $ $Date: 2006-04-04 12:23:05 $
32
*@version       $Revision: 1.9 $ $Date: 2006-04-10 14:01:36 $
33
// +------------------------------------------------------------------------------------------------------+
33
// +------------------------------------------------------------------------------------------------------+
34
*/
34
*/
Line 35... Line 35...
35
 
35
 
36
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php')) {
36
if (file_exists (INS_CHEMIN_APPLI.'langues/bottin_langue_'.INS_LANGUE_DEFAUT.'local.php')) {
Line 205... Line 205...
205
define ('INS_RESULTATS_RECHERCHE','Les r&eacute;sultats de la recherche');
205
define ('INS_RESULTATS_RECHERCHE','Les r&eacute;sultats de la recherche');
206
define ('INS_PAS_DE_RESULTATS','Pas de r&eacute;sultats pour cette recherche, veuillez &eacute;largir vos crit&egrave;res de recherche.');
206
define ('INS_PAS_DE_RESULTATS','Pas de r&eacute;sultats pour cette recherche, veuillez &eacute;largir vos crit&egrave;res de recherche.');
207
define ('INS_PAS_IDENTIFIE','Vous pouvez consulter la liste des inscrits, mais pas leur envoyer de message mail. Pour pouvoir les contacter par mail, il faudrait <a href="/Inscription">vous identifier ou vous inscrire au site</a>.');
207
define ('INS_PAS_IDENTIFIE','Vous pouvez consulter la liste des inscrits, mais pas leur envoyer de message mail. Pour pouvoir les contacter par mail, il faudrait <a href="/Inscription">vous identifier ou vous inscrire au site</a>.');
208
define ('INS_CLIQUER_ELEMENT_LISTE','Cliquer sur un des &eacute;l&eacute;ments de la liste pour avoir ses informations d&eacute;taill&eacute;es.');
208
define ('INS_CLIQUER_ELEMENT_LISTE','Cliquer sur un des &eacute;l&eacute;ments de la liste pour avoir ses informations d&eacute;taill&eacute;es.');
209
define ('INS_PRESENTATION', 'Pr&eacute;sentation');
209
define ('INS_PRESENTATION', 'Pr&eacute;sentation');
210
define ('INS_ABONNEMENTS', 'Abonnements');
210
define ('INS_ABONNEMENTS', 'Mes abonnements');
-
 
211
define ('INS_GESTION_DES_ABONNEMENTS', 'Gestion de mes abonnements');
211
define ('INS_ACTUALITES', 'Actualit&eacute;s');
212
define ('INS_ACTUALITES', 'Actualit&eacute;s');
-
 
213
define ('INS_ACTUALITES_DEPOSEES', 'Actualit&eacute;s d&eacute;pos&eacute;es');
212
define ('INS_RESSOURCES', 'Ressources');
214
define ('INS_RESSOURCES', 'Ressources');
-
 
215
define ('INS_RESSOURCES_ASSOCIEES','Ressources associ&eacute;es');
213
define ('INS_COMPETENCES', 'Comp&eacute;tences');
216
define ('INS_COMPETENCES', 'Comp&eacute;tences');
-
 
217
define ('INS_COMPETENCES_ASSOCIEES','Comp&eacute;tences associ&eacute;es');
-
 
218
define ('INS_RETOUR_A_LA_CARTE','Retour &agrave; la carte : ');
214
//define ('ANN_PAS_D_INSCRITS', 'Pas d\'inscrits commençant par cette lettre dans l\'annuaire.');
219
//define ('ANN_PAS_D_INSCRITS', 'Pas d\'inscrits commençant par cette lettre dans l\'annuaire.');
215
//define ("ANN_LANGUES_PARLES", "Langues parl&eacute;s :") ;
220
//define ("ANN_LANGUES_PARLES", "Langues parl&eacute;s :") ;
216
//define ("ANN_EMAIL", "Courriel :") ;
221
//define ("ANN_EMAIL", "Courriel :") ;
217
//define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;
222
//define ("ANN_MOT_DE_PASSE", "Mot de passe :") ;
218
//define ("ANN_REPETE_MOT_DE_PASSE", "R&eacute;p&eacute;ter le mot de passe :") ;
223
//define ("ANN_REPETE_MOT_DE_PASSE", "R&eacute;p&eacute;ter le mot de passe :") ;
Line 244... Line 249...
244
//
249
//
Line 245... Line 250...
245
 
250
 
246
/* +--Fin du code ----------------------------------------------------------------------------------------+
251
/* +--Fin du code ----------------------------------------------------------------------------------------+
247
*
252
*
-
 
253
* $Log: not supported by cvs2svn $
-
 
254
* Revision 1.8  2006/04/04 12:23:05  florian
-
 
255
* modifs affichage fiches, généricité de la carto, modification totale de l'appli annuaire
248
* $Log: not supported by cvs2svn $
256
*
249
* Revision 1.7  2006/02/28 16:26:40  alexandre_tb
257
* Revision 1.7  2006/02/28 16:26:40  alexandre_tb
250
* changement d'une entité
258
* changement d'une entité
251
*
259
*
252
* Revision 1.6  2006/02/28 14:07:23  alexandre_tb
260
* Revision 1.6  2006/02/28 14:07:23  alexandre_tb