ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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
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
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?>
An exception for terminatinating execution or to throw for unit testing.
Spanish language class.
Definition: Spanish.php:45
getAuthenticationFailed()
Get authentication failed string.
Definition: Spanish.php:92
getLogout()
Get logout string.
Definition: Spanish.php:72
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: Spanish.php:102
getUsingServer()
Get the using server string.
Definition: Spanish.php:52
getAuthenticationWanted()
Get authentication wanted string.
Definition: Spanish.php:62
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: Spanish.php:82
getServiceUnavailable()
Get the service unavailable string.
Definition: Spanish.php:112
Language Interface class for all internationalization files.