File: french.php

package info (click to toggle)
glpi 0.68.2-1etch0.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 7,464 kB
  • ctags: 9,655
  • sloc: php: 69,502; sql: 3,514; sh: 175; makefile: 61
file content (28 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (8)
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 ncessaire&nbsp;!',
 CAS_STR_LOGOUT 
 => 'Dconnexion demande&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 problme 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>)'

);

?>