Subversion Repositories ALCASAR

Rev

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

Rev 2073 Rev 2074
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: intercept.php 2073 2016-11-27 21:08:07Z richard $
2
# $Id: intercept.php 2074 2016-11-27 22:09:53Z richard $
3
#
3
#
4
# intercept.php for ALCASAR captive portal
4
# intercept.php for ALCASAR captive portal
5
# Copyright (C) 2003, 2004 Mondru AB.
5
# Copyright (C) 2003, 2004 Mondru AB.
6
# Modify by REXY & steweb57
6
# Modify by REXY & steweb57
7
# UI & css style by stephane ERARD
7
# UI & css style by stephane ERARD
Line 139... Line 139...
139
  $l_reply_6		= "Seu tempo de conexão autorizada finalizou";
139
  $l_reply_6		= "Seu tempo de conexão autorizada finalizou";
140
  $l_online_time	= "Tempo Online";
140
  $l_online_time	= "Tempo Online";
141
  $l_remaining_time	= "Tempo restante";
141
  $l_remaining_time	= "Tempo restante";
142
  $l_uam_domain		= "Sites autorizados : ";
142
  $l_uam_domain		= "Sites autorizados : ";
143
  $l_autoregistration   = "Registo autom&aacute;tico";}
143
  $l_autoregistration   = "Registo autom&aacute;tico";}
144
else if ($Language == 'zn'){
144
else if ($Language == 'zh'){
145
  $l_ChilliError	= "验证必须通过强制门户服务";
145
  $l_ChilliError	= "验证必须通过强制门户服务";
146
  $l_login		= "验证成功<HR>关闭此窗口中断连接";
146
  $l_login		= "验证成功<HR>关闭此窗口中断连接";
147
  $l_logout		= "关闭连接";
147
  $l_logout		= "关闭连接";
148
  $l_loginfailed	= "验证失败";
148
  $l_loginfailed	= "验证失败";
149
  $l_loggingin		= "强制门户身份识别";
149
  $l_loggingin		= "强制门户身份识别";