aquí para continuar'; } /** * Get authentication failed string * * @return string authentication failed */ public function getAuthenticationFailed() { return 'Autenticación CAS errada!'; } /** * Get the your were not authenticated string * * @return string not authenticated */ public function getYouWereNotAuthenticated() { return '
Non estás autenticado
Podes volver tentalo facendo click aquí.
Se o problema persiste debería contactar con el administrador deste sitio.
'; } /** * Get the service unavailable string * * @return string service unavailable */ public function getServiceUnavailable() { return 'O servizo `%s\' non está dispoñible (%s).'; } } ?>