Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
# $Id: status.php 2074 2016-11-27 22:09:53Z richard $
|
2 |
# $Id: status.php 2086 2016-12-11 21:33:11Z 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 92... |
Line 92... |
92 |
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
|
92 |
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
|
93 |
$l_connected = "logged"; // to translate
|
93 |
$l_connected = "logged"; // to translate
|
94 |
$l_a_connection = "You have"; // to translate
|
94 |
$l_a_connection = "You have"; // to translate
|
95 |
$l_a_connection_time = "active connections on the network"; // to translate
|
95 |
$l_a_connection_time = "active connections on the network"; // to translate
|
96 |
}
|
96 |
}
|
97 |
else if($Language == 'zh'){
|
97 |
else if ($Language == 'zh'){
|
98 |
$l_login1 = "验证通过";
|
98 |
$l_login1 = "验证通过";
|
99 |
$l_logout = "关闭连接";
|
99 |
$l_logout = "关闭连接";
|
100 |
$l_logout_question = "您确定需要断开连接吗?";
|
100 |
$l_logout_question = "您确定需要断开连接吗?";
|
101 |
$l_loggedout = "您已登出";
|
101 |
$l_loggedout = "您已登出";
|
102 |
$l_wait = "请等待 ...";
|
102 |
$l_wait = "请等待 ...";
|
Line 116... |
Line 116... |
116 |
$l_conn_history = "您最近的$nb_connection_history次连接";
|
116 |
$l_conn_history = "您最近的$nb_connection_history次连接";
|
117 |
$l_connected = "已登录";
|
117 |
$l_connected = "已登录";
|
118 |
$l_a_connection = "您已经有";
|
118 |
$l_a_connection = "您已经有";
|
119 |
$l_a_connection_time = "在线时间";
|
119 |
$l_a_connection_time = "在线时间";
|
120 |
}
|
120 |
}
|
- |
|
121 |
else if ($Language == 'ar'){
|
- |
|
122 |
$l_login1 = "نجاح المصادقة";
|
- |
|
123 |
$l_logout = "إغلاق الدورة";
|
- |
|
124 |
$l_logout_question = "هل تريد فعلاً قطع الاتصال؟";
|
- |
|
125 |
$l_loggedout = "دورتكَ مُغلَقة";
|
- |
|
126 |
$l_wait = "...إنتظر بعض اللحظات";
|
- |
|
127 |
$l_state_label = "وَضْع";
|
- |
|
128 |
$l_session_id_label = "معرف الدورة";
|
- |
|
129 |
$l_max_session_time_label = "الوقت المسموح للإتصال";
|
- |
|
130 |
$l_max_idle_time_label = "الحد الأقصى لعدم التنشيط";
|
- |
|
131 |
$l_start_time_label = "بداية الإتصال";
|
- |
|
132 |
$l_session_time_label = "مدة الإتصال";
|
- |
|
133 |
$l_idle_time_label = "انعدام التنشيط";
|
- |
|
134 |
$l_downloaded_label = "تم تحميل المعطيات";
|
- |
|
135 |
$l_uploaded_label = "تم إرسال المعطيات";
|
- |
|
136 |
$l_original_url_label = "تم طلب URL";
|
- |
|
137 |
$l_not_available = "غير متوفّر";
|
- |
|
138 |
$l_na = "N/D";
|
- |
|
139 |
$l_error = "خطأ";
|
- |
|
140 |
$l_welcome = "مرحباً بك";
|
- |
|
141 |
$l_conn_history = "($nb_connection_history) سِجِل اتصالاتك الاخيرة";
|
- |
|
142 |
$l_connected = "دورة ناشطة";
|
- |
|
143 |
$l_a_connection = "لديك";
|
- |
|
144 |
$l_a_connection_time = "اتصالات ناشطة على الشبكة";
|
- |
|
145 |
}
|
121 |
else if ($Language == 'pt'){
|
146 |
else if ($Language == 'pt'){
|
122 |
$l_login1 = "Autenticação bem sucedida.";
|
147 |
$l_login1 = "Autenticação bem sucedida.";
|
123 |
$l_logout = "Fechando a conexão";
|
148 |
$l_logout = "Fechando a conexão";
|
124 |
$l_logout_question = "Tem certeza de que deseja desconectar agora?";
|
149 |
$l_logout_question = "Tem certeza de que deseja desconectar agora?";
|
125 |
$l_loggedout = "Sua conexão será fechada";
|
150 |
$l_loggedout = "Sua conexão será fechada";
|
Line 140... |
Line 165... |
140 |
$l_conn_history = "Suas últimos conexões : $nb_connection_history";
|
165 |
$l_conn_history = "Suas últimos conexões : $nb_connection_history";
|
141 |
$l_connected = "Conectado";
|
166 |
$l_connected = "Conectado";
|
142 |
$l_a_connection = "Conexão ativa já detectada para essa LAN";
|
167 |
$l_a_connection = "Conexão ativa já detectada para essa LAN";
|
143 |
$l_a_connection_time = "Tempo (s)";
|
168 |
$l_a_connection_time = "Tempo (s)";
|
144 |
}
|
169 |
}
|
145 |
else if($Language == 'de'){
|
170 |
else if ($Language == 'de'){
|
146 |
$l_login1 = "Erfolgreiche Authentifizierung";
|
171 |
$l_login1 = "Erfolgreiche Authentifizierung";
|
147 |
$l_logout = "Beenden der Verbindung";
|
172 |
$l_logout = "Beenden der Verbindung";
|
148 |
$l_logout_question = "Möchten Sie die Verbindung jetzt wirklich trennen?";
|
173 |
$l_logout_question = "Möchten Sie die Verbindung jetzt wirklich trennen?";
|
149 |
$l_loggedout = "Ihre Sitzung ist geschlossen";
|
174 |
$l_loggedout = "Ihre Sitzung ist geschlossen";
|
150 |
$l_wait = "Bitte warten Sie einen Moment ...";
|
175 |
$l_wait = "Bitte warten Sie einen Moment ...";
|
Line 164... |
Line 189... |
164 |
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
|
189 |
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
|
165 |
$l_connected = "logged"; // to translate
|
190 |
$l_connected = "logged"; // to translate
|
166 |
$l_a_connection = "You have"; // to translate
|
191 |
$l_a_connection = "You have"; // to translate
|
167 |
$l_a_connection_time = "active connections on the network"; // to translate
|
192 |
$l_a_connection_time = "active connections on the network"; // to translate
|
168 |
}
|
193 |
}
|
169 |
else if($Language == 'nl'){
|
194 |
else if ($Language == 'nl'){
|
170 |
$l_login1 = "Succesvolle authenticatie";
|
195 |
$l_login1 = "Succesvolle authenticatie";
|
171 |
$l_logout = "Slotkoers verbinding";
|
196 |
$l_logout = "Slotkoers verbinding";
|
172 |
$l_logout_question = "Bent u zeker dat u wilt nu los te koppelen?";
|
197 |
$l_logout_question = "Bent u zeker dat u wilt nu los te koppelen?";
|
173 |
$l_loggedout = "Uw sessie is gesloten";
|
198 |
$l_loggedout = "Uw sessie is gesloten";
|
174 |
$l_wait = "Wacht een moment ...";
|
199 |
$l_wait = "Wacht een moment ...";
|
Line 188... |
Line 213... |
188 |
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
|
213 |
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
|
189 |
$l_connected = "logged"; // to translate
|
214 |
$l_connected = "logged"; // to translate
|
190 |
$l_a_connection = "You have"; // to translate
|
215 |
$l_a_connection = "You have"; // to translate
|
191 |
$l_a_connection_time = "active connections on the network"; // to translate
|
216 |
$l_a_connection_time = "active connections on the network"; // to translate
|
192 |
}
|
217 |
}
|
193 |
else if($Language == 'fr'){
|
218 |
else if ($Language == 'fr'){
|
194 |
$l_login1 = "Authentification réussie";
|
219 |
$l_login1 = "Authentification réussie";
|
195 |
$l_logout = "Fermeture de la session";
|
220 |
$l_logout = "Fermeture de la session";
|
196 |
$l_logout_question = "Êtes vous sûr de vouloir vous déconnecter?";
|
221 |
$l_logout_question = "Êtes vous sûr de vouloir vous déconnecter?";
|
197 |
$l_loggedout = "Votre session est fermée";
|
222 |
$l_loggedout = "Votre session est fermée";
|
198 |
$l_wait = "Patientez un instant ....";
|
223 |
$l_wait = "Patientez un instant ....";
|