ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Spanish.php
Go to the documentation of this file.
1 <?php
2 
45 {
46 
52  public function getUsingServer()
53  {
54  return 'usando servidor';
55  }
56 
62  public function getAuthenticationWanted()
63  {
64  return '¡Autentificación CAS necesaria!';
65  }
66 
72  public function getLogout()
73  {
74  return '¡Salida CAS necesaria!';
75  }
76 
82  public function getShouldHaveBeenRedirected()
83  {
84  return 'Ya debería haber sido redireccionado al servidor CAS. Haga click <a href="%s">aquí</a> para continuar.';
85  }
86 
92  public function getAuthenticationFailed()
93  {
94  return '¡Autentificación CAS fallida!';
95  }
96 
102  public function getYouWereNotAuthenticated()
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  }
106 
112  public function getServiceUnavailable()
113  {
114  return 'El servicio `<b>%s</b>\' no está disponible (<b>%s</b>).';
115  }
116 }
117 ?>
getAuthenticationWanted()
Get authentication wanted string.
Definition: Spanish.php:62
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: Spanish.php:82
getAuthenticationFailed()
Get authentication failed string.
Definition: Spanish.php:92
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: Spanish.php:102
getServiceUnavailable()
Get the service unavailable string.
Definition: Spanish.php:112
getUsingServer()
Get the using server string.
Definition: Spanish.php:52
Language Interface class for all internationalization files.
getLogout()
Get logout string.
Definition: Spanish.php:72
Spanish language class.
Definition: Spanish.php:44