Subversion Repositories ALCASAR

Rev

Rev 2074 | Rev 2097 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 2074 Rev 2086
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 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";