Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2992 → Rev 2993

/web/intercept.php
57,6 → 57,7
 
$organisme = $conf["ORGANISM"];
$service_SMS_status = ($conf['SMS'] === 'on');
$service_Email_status = ($conf['Email'] === 'on');
$service_wifi4eu_status = ($conf['WIFI4EU'] === 'on');
$service_wifi4eu_code = $conf['WIFI4EU_CODE'];
$service_wifi4eu_server = 'https://collection.wifi4eu.ec.europa.eu/wifi4eu.min.js';
112,7 → 113,8
$l_online_time = "Tiempo en linea";
$l_remaining_time = "Tiempo restante";
$l_uam_domain = "Sitios de libre acceso : ";
$l_sms_registration = "Registo automático";
$l_sms_registration = "Registro por SMS";
$l_email_registration = "Registro por E-mail";
} else if ($Language === 'pt') { // Portuguese
$l_ChilliError = "A autenticação precisa ser bem sucedida através do portal.";
$l_login = "Sucesso na autenticação.<HR>Matenha esse pop-up apenas minimizado para não interromper a conexão";
146,7 → 148,8
$l_online_time = "Tempo Online";
$l_remaining_time = "Tempo restante";
$l_uam_domain = "Sítios de acesso livre : ";
$l_sms_registration = "Registo autom&aacute;tico";
$l_sms_registration = "Registo por SMS";
$l_email_registration = "Registro por E-mail";
} else if ($Language === 'zh') { // Chinese
$l_ChilliError = "验证必须通过强制门户服务";
$l_login = "验证成功<HR>关闭此窗口中断连接";
180,7 → 183,8
$l_online_time = "在线时间";
$l_remaining_time = "剩余时间";
$l_uam_domain = " : ";
$l_sms_registration = "短信注册";
$l_sms_registration = "SMSで登録する";
$l_email_registration = "メールでの登録";
} else if ($Language === 'ar') { // Arabic
$l_ChilliError = "يجب نجاح المصادقة على البوابة الأسيرة";
$l_login = "إغلاق هذه النافذة يقطع دورة عملك";
214,7 → 218,8
$l_online_time = "مذة الإتصال";
$l_remaining_time = "الوقت المتبق";
$l_uam_domain = "مواقع الوصول المجاني";
$l_sms_registration = "تسجيل ذاتي (SMS)";
$l_sms_registration = "التسجيل عن طريق الرسائل القصيرة";
$l_email_registration = "التسجيل عن طريق البريد الإلكتروني";
} else if ($Language === 'de') { // German
$l_ChilliError = "Sie wurden erfolgreich durch das Portal authentifiziert.";
$l_login = "Erfolgreiche Authentifizierung.<HR>Schlißen dieses fensters unterbricht die Sitzung";
248,7 → 253,8
$l_online_time = "Online-Zeit";
$l_remaining_time = "Verbleibende Zeit";
$l_uam_domain = "Offen zugängliche Seiten : ";
$l_sms_registration = "Automatische Registrierung";
$l_sms_registration = "Per SMS anmelden";
$l_email_registration = "Per E-Mail anmelden";
} else if ($Language === 'nl') { // Dutch
$l_ChilliError = "De authenticatie moet een succes worden via de captive portal dienst.";
$l_login = "Succesvolle authenticatie.<HR>Dit venster te sluiten onderbreekt uw sessie.";
282,7 → 288,8
$l_online_time = "Online tijd";
$l_remaining_time = "Reterende tijd";
$l_uam_domain = "Sites met open toegang : ";
$l_sms_registration = "Automatische registratie";
$l_sms_registration = "Registreren per SMS";
$l_email_registration = "Registreer per E-mail";
} else if ($Language === 'fr') { // French
$l_ChilliError = "L'authentification doit être réussie sur le portail captif.";
$l_login = "Authentification réussie.<HR>La fermeture de cette fenêtre interrompt votre session.";
316,7 → 323,8
$l_online_time = "Temps de connexion";
$l_remaining_time = "Temps restant";
$l_uam_domain = "Sites en accès libre : ";
$l_sms_registration = "Auto enregistrement (sms)";
$l_sms_registration = "S'inscrire par SMS";
$l_email_registration = "S'incrire pae E-mail";
} else { // English
$l_ChilliError = "The authentication must be successful through the captive portal service.";
$l_login = "Successful authentication.<HR>Closing this window interrupts your session";
350,7 → 358,8
$l_online_time = "Online time";
$l_remaining_time = "Remaining time";
$l_uam_domain = "Open access websites : ";
$l_sms_registration = "Auto registration (sms)";
$l_sms_registration = "Register by SMS";
$l_email_registration = "Register by E-mail";
}
 
# If HTTPS not use, tell it's wrong