ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Catalan.php
Go to the documentation of this file.
1<?php
2
44{
50 public function getUsingServer()
51 {
52 return 'usant servidor';
53 }
54
60 public function getAuthenticationWanted()
61 {
62 return 'Autentificació CAS necessària!';
63 }
64
70 public function getLogout()
71 {
72 return 'Sortida de CAS necessària!';
73 }
74
81 {
82 return 'Ja hauria d\ haver estat redireccionat al servidor CAS. Feu click <a href="%s">aquí</a> per a continuar.';
83 }
84
90 public function getAuthenticationFailed()
91 {
92 return 'Autentificació CAS fallida!';
93 }
94
101 {
102 return '<p>No estàs autentificat.</p><p>Pots tornar a intentar-ho fent click <a href="%s">aquí</a>.</p><p>Si el problema persisteix hauría de contactar amb l\'<a href="mailto:%s">administrador d\'aquest llocc</a>.</p>';
103 }
104
110 public function getServiceUnavailable()
111 {
112 return 'El servei `<b>%s</b>\' no està disponible (<b>%s</b>).';
113 }
114}
An exception for terminatinating execution or to throw for unit testing.
Catalan language class.
Definition: Catalan.php:44
getServiceUnavailable()
Get the service unavailable string.
Definition: Catalan.php:110
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: Catalan.php:80
getAuthenticationFailed()
Get authentication failed string.
Definition: Catalan.php:90
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: Catalan.php:100
getLogout()
Get logout string.
Definition: Catalan.php:70
getUsingServer()
Get the using server string.
Definition: Catalan.php:50
getAuthenticationWanted()
Get authentication wanted string.
Definition: Catalan.php:60
Language Interface class for all internationalization files.