Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2085 → Rev 2086

/web/status.php
94,7 → 94,7
$l_a_connection = "You have"; // to translate
$l_a_connection_time = "active connections on the network"; // to translate
}
else if($Language == 'zh'){
else if ($Language == 'zh'){
$l_login1 = "验证通过";
$l_logout = "关闭连接";
$l_logout_question = "您确定需要断开连接吗?";
118,6 → 118,31
$l_a_connection = "您已经有";
$l_a_connection_time = "在线时间";
}
else if ($Language == 'ar'){
$l_login1 = "نجاح المصادقة";
$l_logout = "إغلاق الدورة";
$l_logout_question = "هل تريد فعلاً قطع الاتصال؟";
$l_loggedout = "دورتكَ مُغلَقة";
$l_wait = "...إنتظر بعض اللحظات";
$l_state_label = "وَضْع";
$l_session_id_label = "معرف الدورة";
$l_max_session_time_label = "الوقت المسموح للإتصال";
$l_max_idle_time_label = "الحد الأقصى لعدم التنشيط";
$l_start_time_label = "بداية الإتصال";
$l_session_time_label = "مدة الإتصال";
$l_idle_time_label = "انعدام التنشيط";
$l_downloaded_label = "تم تحميل المعطيات";
$l_uploaded_label = "تم إرسال المعطيات";
$l_original_url_label = "تم طلب URL";
$l_not_available = "غير متوفّر";
$l_na = "N/D";
$l_error = "خطأ";
$l_welcome = "مرحباً بك";
$l_conn_history = "($nb_connection_history) سِجِل اتصالاتك الاخيرة";
$l_connected = "دورة ناشطة";
$l_a_connection = "لديك";
$l_a_connection_time = "اتصالات ناشطة على الشبكة";
}
else if ($Language == 'pt'){
$l_login1 = "Autenticação bem sucedida.";
$l_logout = "Fechando a conexão";
142,7 → 167,7
$l_a_connection = "Conexão ativa já detectada para essa LAN";
$l_a_connection_time = "Tempo (s)";
}
else if($Language == 'de'){
else if ($Language == 'de'){
$l_login1 = "Erfolgreiche Authentifizierung";
$l_logout = "Beenden der Verbindung";
$l_logout_question = "Möchten Sie die Verbindung jetzt wirklich trennen?";
166,7 → 191,7
$l_a_connection = "You have"; // to translate
$l_a_connection_time = "active connections on the network"; // to translate
}
else if($Language == 'nl'){
else if ($Language == 'nl'){
$l_login1 = "Succesvolle authenticatie";
$l_logout = "Slotkoers verbinding";
$l_logout_question = "Bent u zeker dat u wilt nu los te koppelen?";
190,7 → 215,7
$l_a_connection = "You have"; // to translate
$l_a_connection_time = "active connections on the network"; // to translate
}
else if($Language == 'fr'){
else if ($Language == 'fr'){
$l_login1 = "Authentification réussie";
$l_logout = "Fermeture de la session";
$l_logout_question = "Êtes vous sûr de vouloir vous déconnecter?";