Subversion Repositories ALCASAR

Rev

Rev 737 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 737 Rev 843
Line 9... Line 9...
9
# The contents of this file may be used under the terms of the GNU
9
# The contents of this file may be used under the terms of the GNU
10
# General Public License Version 2, provided that the above copyright
10
# General Public License Version 2, provided that the above copyright
11
# notice and this permission notice is included in all copies or
11
# notice and this permission notice is included in all copies or
12
# substantial portions of the software.
12
# substantial portions of the software.
13
 
13
 
14
$organisme = "etrs-ssic";
14
$organisme = "";
15
# Redirects from CoovaChilli (chilli daemon) :
15
# Redirects from CoovaChilli (chilli daemon) :
16
# Response to login:
16
# Response to login:
17
  # success :	if login successful
17
  # success :	if login successful
18
  # failed :	if login failed
18
  # failed :	if login failed
19
  # logoff :	if logout successful
19
  # logoff :	if logout successful
20
  # already :	if tried to login while already logged in
20
  # already :	if tried to login while already logged in
21
  # notyet :	if not logged in yet
21
  # notyet :	if not logged in yet
22
  # Default :	it was not a form request -> client go to login form
22
  # Default :	it was not a form request -> client go to login form
23
 
23
 
24
# Shared secret used to encrypt challenge with radius.
24
# Shared secret used to encrypt challenge with radius.
25
$uamsecret = "E4tJqG9I";
25
$uamsecret = "";
26
 
26
 
27
# URL loaded after success authenticates (let blank for browser defaults)
27
# URL loaded after success authenticates (let blank for browser defaults)
28
$adminurl = "";
28
$adminurl = "";
29
 
29
 
30
# Our own path
30
# Our own path
Line 49... Line 49...
49
  $l_user		= "Usuario";
49
  $l_user		= "Usuario";
50
  $l_password		= "Contraseña";
50
  $l_password		= "Contraseña";
51
  $l_wait		= "Por favor, espere un momento ...";
51
  $l_wait		= "Por favor, espere un momento ...";
52
  $l_onlinetime		= "Tiempo de conexión:";
52
  $l_onlinetime		= "Tiempo de conexión:";
53
  $l_remainingtime	= "Desconexión en:";
53
  $l_remainingtime	= "Desconexión en:";
54
  $l_encrypted		= "La apertura debe usar conexión cifrada";
54
  $l_encrypted		= "La apertura debe usar conexión cifrada (https)";
55
  $l_boutonO		= "Autenticación";
55
  $l_boutonO		= "Autenticación";
56
  $l_boutonF		= "Cerrar";
56
  $l_boutonF		= "Cerrar";
57
  $l_loggedin_stringl1 = "Information System Security";
57
  $l_loggedin_stringl1 = "Information System Security";
58
  $l_loggedin_stringl2 = "El portal fue creado reglamentos para garantizar la trazabilidad, la rendición de cuentas y el no repudio de las conexiones.";
58
  $l_loggedin_stringl2 = "El portal fue creado reglamentos para garantizar la trazabilidad, la rendición de cuentas y el no repudio de las conexiones.";
59
  $l_loggedin_stringl3 = "Su actividad en la red es registrada, de conformidad con la privacidad.";
59
  $l_loggedin_stringl3 = "Su actividad en la red es registrada, de conformidad con la privacidad.";
Line 80... Line 80...
80
  $l_user		= "Benutzer";
80
  $l_user		= "Benutzer";
81
  $l_password		= "Passwort";
81
  $l_password		= "Passwort";
82
  $l_wait		= "Bitte warten Sie einen Moment ...";
82
  $l_wait		= "Bitte warten Sie einen Moment ...";
83
  $l_onlinetime		= "Online-Zeit:";
83
  $l_onlinetime		= "Online-Zeit:";
84
  $l_remainingtime	= "Abmelden:";
84
  $l_remainingtime	= "Abmelden:";
85
  $l_encrypted		= "Die Öffnung muß der Anschluß Zahlen";
85
  $l_encrypted		= "Die Öffnung muß der Anschluß Zahlen (https)";
86
  $l_boutonO		= "Authentifizierung";
86
  $l_boutonO		= "Authentifizierung";
87
  $l_boutonF		= "Schließen";
87
  $l_boutonF		= "Schließen";
88
  $l_loggedin_stringl1 = "Information System Security";
88
  $l_loggedin_stringl1 = "Information System Security";
89
  $l_loggedin_stringl2 = "Dieses Portal wurde eingerichtet, um ordnungsgemäß die Rückverfolgbarkeit, der Zurechenbarkeit und der Nicht-Anerkennung der Verbindungen.";
89
  $l_loggedin_stringl2 = "Dieses Portal wurde eingerichtet, um ordnungsgemäß die Rückverfolgbarkeit, der Zurechenbarkeit und der Nicht-Anerkennung der Verbindungen.";
90
  $l_loggedin_stringl3 = "Ihre Tätigkeit im Netzwerk registriert ist nach Schutz der Privatsphäre.";
90
  $l_loggedin_stringl3 = "Ihre Tätigkeit im Netzwerk registriert ist nach Schutz der Privatsphäre.";
Line 111... Line 111...
111
  $l_user		= "Gebruiker";
111
  $l_user		= "Gebruiker";
112
  $l_password		= "Wachtwoord";
112
  $l_password		= "Wachtwoord";
113
  $l_wait		= "Wacht een moment ...";
113
  $l_wait		= "Wacht een moment ...";
114
  $l_onlinetime		= "Sluit tijd:";
114
  $l_onlinetime		= "Sluit tijd:";
115
  $l_remainingtime	= "Verbreking in:";
115
  $l_remainingtime	= "Verbreking in:";
116
  $l_encrypted		= "De opening moet gebruiken gecodeerde verbinding";
116
  $l_encrypted		= "De opening moet gebruiken gecodeerde verbinding (https)";
117
  $l_boutonO		= "Authenticatie";
117
  $l_boutonO		= "Authenticatie";
118
  $l_boutonF		= "Sluiten";
118
  $l_boutonF		= "Sluiten";
119
  $l_loggedin_stringl1 = "Information System Security";
119
  $l_loggedin_stringl1 = "Information System Security";
120
  $l_loggedin_stringl2 = "Het portaal werd opgericht verordeningen om de traceerbaarheid, verantwoordelijkheid en onloochenbaarheid van de verbindingen.";
120
  $l_loggedin_stringl2 = "Het portaal werd opgericht verordeningen om de traceerbaarheid, verantwoordelijkheid en onloochenbaarheid van de verbindingen.";
121
  $l_loggedin_stringl3 = "Uw activiteit op het netwerk is geregistreerd in overeenstemming met de persoonlijke levenssfeer.";
121
  $l_loggedin_stringl3 = "Uw activiteit op het netwerk is geregistreerd in overeenstemming met de persoonlijke levenssfeer.";
Line 142... Line 142...
142
  $l_user		= "Identifiant";
142
  $l_user		= "Identifiant";
143
  $l_password		= "Mot de passe";
143
  $l_password		= "Mot de passe";
144
  $l_wait		= "Patientez un instant ...";
144
  $l_wait		= "Patientez un instant ...";
145
  $l_onlinetime		= "Temps de connexion:";
145
  $l_onlinetime		= "Temps de connexion:";
146
  $l_remainingtime	= "Deconnexion dans :";
146
  $l_remainingtime	= "Deconnexion dans :";
147
  $l_encrypted		= "La connexion avec le portail doit être chiffrée";
147
  $l_encrypted		= "La connexion avec le portail doit être chiffrée (https)";
148
  $l_boutonO		= "Authentification";
148
  $l_boutonO		= "Authentification";
149
  $l_boutonF		= "Fermer";
149
  $l_boutonF		= "Fermer";
150
  $l_loggedin_stringl1 = "Sécurité des Systèmes d'Information";
150
  $l_loggedin_stringl1 = "Sécurité des Systèmes d'Information";
151
  $l_loggedin_stringl2 = "Ce contrôle a été mis en place pour assurer réglementairement la traçabilité, l'imputabilité et la non-répudiation des connexions.";
151
  $l_loggedin_stringl2 = "Ce contrôle a été mis en place pour assurer réglementairement la traçabilité, l'imputabilité et la non-répudiation des connexions.";
152
  $l_loggedin_stringl3 = "Votre activité sur le réseau est enregistrée conformément au respect de la vie privée.";
152
  $l_loggedin_stringl3 = "Votre activité sur le réseau est enregistrée conformément au respect de la vie privée.";
Line 173... Line 173...
173
  $l_user		= "User";
173
  $l_user		= "User";
174
  $l_password		= "Password";
174
  $l_password		= "Password";
175
  $l_wait		= "Please wait a moment ...";
175
  $l_wait		= "Please wait a moment ...";
176
  $l_onlinetime		= "Connect time:";
176
  $l_onlinetime		= "Connect time:";
177
  $l_remainingtime	= "Disconnection in:";
177
  $l_remainingtime	= "Disconnection in:";
178
  $l_encrypted		= "The opening must use encrypted connection";
178
  $l_encrypted		= "The connection with the portal must encrypted (https)";
179
  $l_boutonO		= "Authentication";
179
  $l_boutonO		= "Authentication";
180
  $l_boutonF		= "Close";
180
  $l_boutonF		= "Close";
181
  $l_loggedin_stringl1 = "Information System Security";
181
  $l_loggedin_stringl1 = "Information System Security";
182
  $l_loggedin_stringl2 = "That control was set up regulations to ensure traceability, accountability and non-repudiation of connections.";
182
  $l_loggedin_stringl2 = "That control was set up regulations to ensure traceability, accountability and non-repudiation of connections.";
183
  $l_loggedin_stringl3 = "Your activity on the network is registered in accordance with privacy.";
183
  $l_loggedin_stringl3 = "Your activity on the network is registered in accordance with privacy.";