ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 
80  public function getShouldHaveBeenRedirected()
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 
100  public function getYouWereNotAuthenticated()
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 }
getAuthenticationWanted()
Get authentication wanted string.
Definition: Catalan.php:60
getUsingServer()
Get the using server string.
Definition: Catalan.php:50
getServiceUnavailable()
Get the service unavailable string.
Definition: Catalan.php:110
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: Catalan.php:80
Language Interface class for all internationalization files.
Catalan language class.
Definition: Catalan.php:43
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