phpCAS  version 1.4.0
Galego.php
Go to the documentation of this file.
1 <?php
2 
45 {
51  public function getUsingServer()
52  {
53  return 'usando servidor';
54  }
55 
61  public function getAuthenticationWanted()
62  {
63  return 'Autenticación CAS necesaria!';
64  }
65 
71  public function getLogout()
72  {
73  return 'Saída CAS necesaria!';
74  }
75 
81  public function getShouldHaveBeenRedirected()
82  {
83  return 'Xa debería ser redireccionado ao servidor CAS. Faga click <a href="%s">aquí</a> para continuar';
84  }
85 
91  public function getAuthenticationFailed()
92  {
93  return 'Autenticación CAS errada!';
94  }
95 
101  public function getYouWereNotAuthenticated()
102  {
103  return '
104  <p>Non estás autenticado</p><p>Podes volver tentalo facendo click <a href="%s">aquí</a>.</p><p>Se o problema persiste debería contactar con el <a href="mailto:%s">administrador deste sitio</a>.</p>';
105  }
106 
112  public function getServiceUnavailable()
113  {
114  return 'O servizo `<b>%s</b>\' non está dispoñible (<b>%s</b>).';
115  }
116 }
117 ?>
getShouldHaveBeenRedirected()
Definition: Galego.php:81