ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
French.php
Go to the documentation of this file.
1<?php
2
44{
50 public function getUsingServer()
51 {
52 return 'utilisant le serveur';
53 }
54
60 public function getAuthenticationWanted()
61 {
62 return 'Authentication CAS nécessaire&nbsp;!';
63 }
64
70 public function getLogout()
71 {
72 return 'Déconnexion demandée&nbsp;!';
73 }
74
81 {
82 return 'Vous auriez du etre redirigé(e) vers le serveur CAS. Cliquez <a href="%s">ici</a> pour continuer.';
83 }
84
90 public function getAuthenticationFailed()
91 {
92 return 'Authentification CAS infructueuse&nbsp;!';
93 }
94
101 {
102 return '<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>';
103 }
104
110 public function getServiceUnavailable()
111 {
112 return 'Le service `<b>%s</b>\' est indisponible (<b>%s</b>)';
113 }
114}
An exception for terminatinating execution or to throw for unit testing.
French language class.
Definition: French.php:44
getLogout()
Get logout string.
Definition: French.php:70
getServiceUnavailable()
Get the service unavailable string.
Definition: French.php:110
getAuthenticationWanted()
Get authentication wanted string.
Definition: French.php:60
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: French.php:100
getUsingServer()
Get the using server string.
Definition: French.php:50
getAuthenticationFailed()
Get authentication failed string.
Definition: French.php:90
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: French.php:80
Language Interface class for all internationalization files.