Subversion Repositories ALCASAR

Rev

Rev 2073 | Rev 2086 | 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: status.php 2073 2016-11-27 21:08:07Z richard $
2
# $Id: status.php 2074 2016-11-27 22:09:53Z 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 143... Line 143...
143
	$l_a_connection_time		= "Tempo (s)";
143
	$l_a_connection_time		= "Tempo (s)";
144
}
144
}
145
else if($Language == 'de'){
145
else if($Language == 'de'){
146
	$l_login1			= "Erfolgreiche Authentifizierung";
146
	$l_login1			= "Erfolgreiche Authentifizierung";
147
	$l_logout			= "Beenden der Verbindung";
147
	$l_logout			= "Beenden der Verbindung";
148
	$l_logout_question		= "Möchten Sie die Verbindung jetzt wirklich trennen?"
148
	$l_logout_question		= "Möchten Sie die Verbindung jetzt wirklich trennen?";
149
	$l_loggedout			= "Ihre Sitzung ist geschlossen";
149
	$l_loggedout			= "Ihre Sitzung ist geschlossen";
150
	$l_wait				= "Bitte warten Sie einen Moment ...";
150
	$l_wait				= "Bitte warten Sie einen Moment ...";
151
	$l_state_label			= "State";		// to translate
151
	$l_state_label			= "State";		// to translate
152
	$l_session_id_label		= "Session ID";	// to translate
152
	$l_session_id_label		= "Session ID";	// to translate
153
	$l_max_session_time_label	= "Max Session Time";	// to translate
153
	$l_max_session_time_label	= "Max Session Time";	// to translate