ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 
80  public function getShouldHaveBeenRedirected()
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 
100  public function getYouWereNotAuthenticated()
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 }
115 
116 ?>
getAuthenticationFailed()
Get authentication failed string.
Definition: French.php:90
getLogout()
Get logout string.
Definition: French.php:70
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: French.php:80
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: French.php:100
French language class.
Definition: French.php:43
getUsingServer()
Get the using server string.
Definition: French.php:50
getServiceUnavailable()
Get the service unavailable string.
Definition: French.php:110
Language Interface class for all internationalization files.
getAuthenticationWanted()
Get authentication wanted string.
Definition: French.php:60