summaryrefslogtreecommitdiff
path: root/plugins/CasAuthentication/extlib/CAS/languages/french.php
blob: b077ec02e94173bd326cf33e2f7cc57a05a00949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php

/**
 * @file languages/english.php
 * @author Pascal Aubry <pascal.aubry at univ-rennes1.fr>
 * @sa @link internalLang Internationalization @endlink
 * @ingroup internalLang
 */

$this->_strings = array(
 CAS_STR_USING_SERVER 
 => 'utilisant le serveur',
 CAS_STR_AUTHENTICATION_WANTED 
 => 'Authentication CAS n�cessaire&nbsp;!',
 CAS_STR_LOGOUT 
 => 'D�connexion demand�e&nbsp;!',
 CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED 
 => 'Vous auriez du etre redirig�(e) vers le serveur CAS. Cliquez <a href="%s">ici</a> pour continuer.',
 CAS_STR_AUTHENTICATION_FAILED 
 => 'Authentification CAS infructueuse&nbsp;!',
 CAS_STR_YOU_WERE_NOT_AUTHENTICATED 
 => '<p>Vous n\'avez pas �t� authentifi�(e).</p><p>Vous pouvez soumettre votre requete � nouveau en cliquant <a href="%s">ici</a>.</p><p>Si le probl�me persiste, vous pouvez contacter <a href="mailto:%s">l\'administrateur de ce site</a>.</p>',
 CAS_STR_SERVICE_UNAVAILABLE
 => 'Le service `<b>%s</b>\' est indisponible (<b>%s</b>)'

);

?>