ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
CAS_Languages_Spanish Class Reference

Spanish language class. More...

+ Inheritance diagram for CAS_Languages_Spanish:
+ Collaboration diagram for CAS_Languages_Spanish:

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

Spanish language class.

Definition at line 44 of file Spanish.php.

Member Function Documentation

◆ getAuthenticationFailed()

CAS_Languages_Spanish::getAuthenticationFailed ( )

Get authentication failed string.

Returns
string authentication failed

Definition at line 92 of file Spanish.php.

93  {
94  return '¡Autentificación CAS fallida!';
95  }

◆ getAuthenticationWanted()

CAS_Languages_Spanish::getAuthenticationWanted ( )

Get authentication wanted string.

Returns
string authentication wanted

Definition at line 62 of file Spanish.php.

63  {
64  return '¡Autentificación CAS necesaria!';
65  }

◆ getLogout()

CAS_Languages_Spanish::getLogout ( )

Get logout string.

Returns
string logout

Definition at line 72 of file Spanish.php.

73  {
74  return '¡Salida CAS necesaria!';
75  }

◆ getServiceUnavailable()

CAS_Languages_Spanish::getServiceUnavailable ( )

Get the service unavailable string.

Returns
string service unavailable

Definition at line 112 of file Spanish.php.

113  {
114  return 'El servicio `<b>%s</b>\' no está disponible (<b>%s</b>).';
115  }

◆ getShouldHaveBeenRedirected()

CAS_Languages_Spanish::getShouldHaveBeenRedirected ( )

Get the should have been redirected string.

Returns
string should habe been redirected

Definition at line 82 of file Spanish.php.

83  {
84  return 'Ya debería haber sido redireccionado al servidor CAS. Haga click <a href="%s">aquí</a> para continuar.';
85  }

◆ getUsingServer()

CAS_Languages_Spanish::getUsingServer ( )

Get the using server string.

Returns
string using server

Definition at line 52 of file Spanish.php.

53  {
54  return 'usando servidor';
55  }

◆ getYouWereNotAuthenticated()

CAS_Languages_Spanish::getYouWereNotAuthenticated ( )

Get the your were not authenticated string.

Returns
string not authenticated

Definition at line 102 of file Spanish.php.

103  {
104  return '<p>No estás autentificado.</p><p>Puedes volver a intentarlo haciendo click <a href="%s">aquí</a>.</p><p>Si el problema persiste debería contactar con el <a href="mailto:%s">administrador de este sitio</a>.</p>';
105  }

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