phpCAS  version 1.4.0
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 ?>