Subversion Repositories ALCASAR

Rev

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

Rev 2066 Rev 2070
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: status.php 2066 2016-11-11 18:24:08Z richard $
2
# $Id: status.php 2070 2016-11-13 17:47:06Z richard $
3
#
3
#
4
# status.php for Alcasar captive portal
4
# status.php for Alcasar captive portal
5
# by steweb57 & Rexy
5
# by steweb57 & Rexy
6
# 
6
# 
7
/****************************************************************
7
/****************************************************************
Line 93... Line 93...
93
	$l_conn_history			= "Your last $nb_connection_history connections";	// to translate
93
	$l_conn_history			= "Your last $nb_connection_history connections";	// to translate
94
	$l_connected 			= "logged"; // to translate
94
	$l_connected 			= "logged"; // to translate
95
	$l_a_connection			= "You have"; // to translate
95
	$l_a_connection			= "You have"; // to translate
96
	$l_a_connection_time		= "active connections on the network"; // to translate
96
	$l_a_connection_time		= "active connections on the network"; // to translate
97
}
97
}
98
else if($language == 'cn'){
98
else if($Language == 'zh'){
99
	$l_login1			= "验证通过";
99
	$l_login1			= "验证通过";
100
	$l_logout			= "关闭连接";
100
	$l_logout			= "关闭连接";
101
	$l_logout_question		= "您确定需要断开连接吗?";
101
	$l_logout_question		= "您确定需要断开连接吗?";
102
	$l_loggedout			= "您已登出";
102
	$l_loggedout			= "您已登出";
103
	$l_wait				= "请等待 ...";
103
	$l_wait				= "请等待 ...";