Subversion Repositories Applications.papyrus

Rev

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

Rev 1804 Rev 1827
Line 8... Line 8...
8
*   | propriétés des documents...                                           |
8
*   | propriétés des documents...                                           |
9
*   +-----------------------------------------------------------------------+
9
*   +-----------------------------------------------------------------------+
10
*   | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		        |
10
*   | Auteur : Alexandre Granier <alexandre@tela-botanica.org> 		        |
11
*   +-----------------------------------------------------------------------+
11
*   +-----------------------------------------------------------------------+
Line 12... Line 12...
12
 
12
 
13
*   $Id: pro_langue_fr.inc.php,v 1.16.2.2 2008-02-08 08:41:58 alexandre_tb Exp $
13
*   $Id: pro_langue_fr.inc.php,v 1.16.2.3 2008-04-16 12:42:11 alexandre_tb Exp $
Line 14... Line 14...
14
*/
14
*/
15
 
15
 
16
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langue_fr.local.php')) {
16
if (file_exists(PROJET_CHEMIN_APPLI.'langues/pro_langue_fr.local.php')) {
Line 232... Line 232...
232
define ('PROJET_REFERENCER_LISTE', 'Référencer un forum externe') ;
232
define ('PROJET_REFERENCER_LISTE', 'Référencer un forum externe') ;
Line 233... Line 233...
233
 
233
 
Line 234... Line 234...
234
// ========== Labels pour projet_inscription ===========================================
234
// ========== Labels pour projet_inscription ===========================================
235
 
235
 
236
define ("PROJET_VOTRE_STATUT_AU_PROJET", "Votre statut par rapport au projet") ;
236
define ("PROJET_VOTRE_STATUT_AU_PROJET", "Votre statut par rapport au projet") ;
237
define ('PROJET_INSCRIPTION_LISTE_NORMAL', 'Je reçois les messages du forum') ;
237
if (!defined ('PROJET_INSCRIPTION_LISTE_NORMAL')) define ('PROJET_INSCRIPTION_LISTE_NORMAL', 'Je reçois les messages du forum') ;
238
define ('PROJET_INSCRIPTION_LISTE_RESUME', 'Je m\'inscrit à la version résumé du forum') ;
238
if (!defined ('PROJET_INSCRIPTION_LISTE_RESUME')) define ('PROJET_INSCRIPTION_LISTE_RESUME', 'Je m\'inscrit à la version résumé du forum') ;
239
define ('PROJET_INSCRIPTION_PAS_DE_MAIL', 'Je ne souhaite pas recevoir de messages de ce forum') ;
239
if (!defined ('PROJET_INSCRIPTION_PAS_DE_MAIL')) define ('PROJET_INSCRIPTION_PAS_DE_MAIL', 'Je ne souhaite pas recevoir de messages de ce forum') ;
240
define ('PROJET_INSCRIPTION_PROJET', 'Inscription au projet') ;
240
define ('PROJET_INSCRIPTION_PROJET', 'Inscription au projet') ;
241
define ('PROJET_S_INSCRIRE_AU_PROJET', 'S\'inscrire au projet') ;
241
define ('PROJET_S_INSCRIRE_AU_PROJET', 'S\'inscrire au projet') ;
242
define ('PROJET_MESSAGE_LISTE', 'Messages du forum') ;
242
define ('PROJET_MESSAGE_LISTE', 'Messages du forum') ;