Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2065 → Rev 2066

/web/status.php
73,13 → 73,13
if($Language == 'es'){
$l_login1 = "El éxito de la autenticación";
$l_logout = "Conexión de cierre";
$l_logout_question = "Are you sure you want to disconnect now?"; // to translate
$l_logout_question = "¿Seguro que desea desconectar?";
$l_loggedout = "Su sesión se cierra";
$l_wait = "Por favor, espere un momento ...";
$l_state_label = "State"; // to translate
$l_session_id_label = "Session ID"; // to translate
$l_max_session_time_label = "Max Session Time"; // to translate
$l_max_idle_time_label = "Max Idle Time"; // to translate
$l_state_label = "Estado";
$l_session_id_label = "Sesión ID";
$l_max_session_time_label = "Tiempo máximo de sesión";
$l_max_idle_time_label = "Tiempo de inactividad autorizado";
$l_start_time_label = "Start Time"; // to translate
$l_session_time_label = "Tiempo de conexión";
$l_idle_time_label = "Idle Time"; // to translate
95,6 → 95,31
$l_a_connection = "You have"; // to translate
$l_a_connection_time = "active connections on the network"; // to translate
}
else if($language == 'cn'){
$l_login1 = "验证通过";
$l_logout = "关闭连接";
$l_logout_question = "您确定需要断开连接吗?";
$l_loggedout = "您已登出";
$l_wait = "请等待 ...";
$l_state_label = "连接状态";
$l_session_id_label = "连接ID";
$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 = "初始网址";
$l_not_available = "不可用";
$l_na = "N/A";
$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";
173,13 → 198,13
else if($Language == 'fr'){
$l_login1 = "Authentification réussie";
$l_logout = "Fermeture de la session";
$l_logout_question = "Etes vous sûr de vouloir vous déconnecter?";
$l_logout_question = "Êtes vous sûr de vouloir vous déconnecter?";
$l_loggedout = "Votre session est fermée";
$l_wait = "Patientez un instant ....";
$l_state_label = "Etat";
$l_state_label = "État";
$l_session_id_label = "Session ID";
$l_max_session_time_label = "Temps de connexion autorisé";
$l_max_idle_time_label = "Inactivité max. autorisée";
$l_max_idle_time_label = "Temps d'inactivité autorisé";
$l_start_time_label = "Début de connexion";
$l_session_time_label = "Durée de connexion";
$l_idle_time_label = "Inactivité";