ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CAS_Languages_French Class Reference

French language class. More...

+ Inheritance diagram for CAS_Languages_French:
+ Collaboration diagram for CAS_Languages_French:

Public Member Functions

 getUsingServer ()
 Get the using server string. More...
 
 getAuthenticationWanted ()
 Get authentication wanted string. More...
 
 getLogout ()
 Get logout string. More...
 
 getShouldHaveBeenRedirected ()
 Get the should have been redirected string. More...
 
 getAuthenticationFailed ()
 Get authentication failed string. More...
 
 getYouWereNotAuthenticated ()
 Get the your were not authenticated string. More...
 
 getServiceUnavailable ()
 Get the service unavailable string. More...
 
- Public Member Functions inherited from CAS_Languages_LanguageInterface
 getUsingServer ()
 Get the using server string. More...
 
 getAuthenticationWanted ()
 Get authentication wanted string. More...
 
 getLogout ()
 Get logout string. More...
 
 getShouldHaveBeenRedirected ()
 Get the should have been redirected string. More...
 
 getAuthenticationFailed ()
 Get authentication failed string. More...
 
 getYouWereNotAuthenticated ()
 Get the your were not authenticated string. More...
 
 getServiceUnavailable ()
 Get the service unavailable string. More...
 

Detailed Description

French language class.

Definition at line 43 of file French.php.

Member Function Documentation

◆ getAuthenticationFailed()

CAS_Languages_French::getAuthenticationFailed ( )

Get authentication failed string.

Returns
string authentication failed

Definition at line 90 of file French.php.

91  {
92  return 'Authentification CAS infructueuse !';
93  }

◆ getAuthenticationWanted()

CAS_Languages_French::getAuthenticationWanted ( )

Get authentication wanted string.

Returns
string authentication wanted

Definition at line 60 of file French.php.

61  {
62  return 'Authentication CAS nécessaire !';
63  }

◆ getLogout()

CAS_Languages_French::getLogout ( )

Get logout string.

Returns
string logout

Definition at line 70 of file French.php.

71  {
72  return 'Déconnexion demandée !';
73  }

◆ getServiceUnavailable()

CAS_Languages_French::getServiceUnavailable ( )

Get the service unavailable string.

Returns
string service unavailable

Definition at line 110 of file French.php.

111  {
112  return 'Le service `<b>%s</b>\' est indisponible (<b>%s</b>)';
113  }

◆ getShouldHaveBeenRedirected()

CAS_Languages_French::getShouldHaveBeenRedirected ( )

Get the should have been redirected string.

Returns
string should habe been redirected

Definition at line 80 of file French.php.

81  {
82  return 'Vous auriez du etre redirigé(e) vers le serveur CAS. Cliquez <a href="%s">ici</a> pour continuer.';
83  }

◆ getUsingServer()

CAS_Languages_French::getUsingServer ( )

Get the using server string.

Returns
string using server

Definition at line 50 of file French.php.

51  {
52  return 'utilisant le serveur';
53  }

◆ getYouWereNotAuthenticated()

CAS_Languages_French::getYouWereNotAuthenticated ( )

Get the your were not authenticated string.

Returns
string not authenticated

Definition at line 100 of file French.php.

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  }

The documentation for this class was generated from the following file: