Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2089 → Rev 2090

/web/index.php
185,13 → 185,9
$l_acc_sms = "Auto enregistrement par SMS";
$l_explain_warn = "L'administrateur a créé une archive contenant vos journaux de connexion dans le cadre d'une affaire judiciaire.";
if(isset($_GET['url']))
{
$l_continue_link = "<a href='index.php?redirect=1&url=$_GET[url]' class='button'>Je comprends et je souhaite continuer ma navigation.</a>";
}
else
{
$l_continue_link = "<a href='index.php' class='button'>Je comprends et je souhaite continuer ma navigation.</a>";
}
$l_title_warn="Cher utilisateur, ";
$l_explain_warn_name="Une personne sous le nom de ";
$l_explain_warn_ip="sous cette IP : ";
240,13 → 236,9
$l_acc_sms = "Auto registration by SMS";
$l_explain_warn = "El administrador ha creado un archivo que contiene los periódicos de inicio de sesión como parte de un proceso judicial.";
if(isset($_GET['url']))
{
$l_continue_link = "<a href='index.php?redirect=1&url=$_GET[url]' class='button'>Lo comprendo y deseo continuar mi navegación.</a>";
}
else
{
$l_continue_link = "<a href='index.php' class='button'>Lo comprendo y deseo continuar mi navegación.</a>";
}
$l_title_warn="Estimado usuario,";
$l_explain_warn_name="El usario ";
$l_explain_warn_ip="con este IP : ";
253,7 → 245,58
$l_explain_warn_date="consultó a sus registros de conexión el ";
$l_explain_warn_reason="con la siguiente razón : ";
}
else if($Language == 'zn'){
$l_access_denied = "访问控制";
$l_access_welcome = "欢迎来到ALCASAR";
$l_access_unavailable = "不可访问";
$l_required_domain = "访问的网站";
$l_explain_acc_access = "管理中心能管理门户,您必须通过超级用户或者管理用户来访问。";
$l_explain_access_deny = "您试图访问一个含有不当信息的资源。";
$l_explain_net_pb = "您的门户检测因特网不可用。";
$l_contact_access_deny = "如果您认为该过滤不当,请联系安全负责人(OSSI/RSSI)。";
$l_contact_net_pb = "请联系IT负责人或网络服务商来了解更多信息。";
$l_welcome = "强制门户主页";
$l_sms_access = "<a href=\"https://$hostname/autoregistrationinfo.php\">短信自动登录 </a>";
$l_install_certif = "<a href=\"$cert_add/certificat_alcasar_ca.der\">安装根证书 </a>";
$l_install_certif_more = "<a href=\"$cert_add/certificat_alcasar_ca.der\">安装根证书 </a>";
$l_certif_explain = "允许您的计算机与ALCASAR门户进行安全数据交换。<BR>如果该证书未包含在您的计算机中,您的浏览器将出现一些安全提醒。<br><br>";
$l_certif_explain_help = "<a href=\"alcasar-certificat.pdf\" target=\"_blank\">额外帮助</a>";
$l_category = "类别 :";
if ((isset ($user[4])) && ($user[4] == "0")) {
$l_logout_explain = "您的系统目前没有打开任何网络咨询进程。";
$l_logout = "<a href=\"http://$hostname/index.php?url=$redirect_link\">打开一个网络进程</a>";
}
else {
if ($user[5] != $user[0]) // authentication exception or not
{
$l_logout_explain = "关闭当前连接进程。<br> 已连接用户:<a href=\"http://$hostname:3990/logoff\" title=\" $user[5]\"><b>$user[5]</b></a><br><br>$nb_connection_history 最后连接 :$connection_history";
$l_logout = "<a href=\"http://$hostname:3990/logoff\">断开网络</a>";
}
else
{
$l_logout_explain = "您的系统($user[5])验证例外<br><br>$nb_connection_history 最后连接: $connection_history";
$l_logout = "连接信息";
}
}
$l_password_change = "<a href=\"https://$hostname/pass\">更改您的密码</a>";
$l_password_change_explain = "重新指向密码修改页面。<br><br> 您需要一个可用的网络账户。";
$l_sms_explain = "重新指向短信登录页面。<br><br><strong>用户名:</strong>您的电话号码<br><strong>密码:</strong>您的信息";
$l_back_page = "<a href=\"javascript:history.back()\">上一页</a>";
$l_service_sms = "短信服务可用";
$l_service_sms_n = "短信服务禁用";
$l_acc_sms = "短信自动注册";
$l_explain_warn = "管理员创建了一份可用于司法调查的连接日志文档。";
if(isset($_GET['url']))
$l_continue_link = "<a href='index.php?redirect=1&url=$_GET[url]' class='button'>我明白并希望继续浏览。</a>";
else
$l_continue_link = "<a href='index.php' class='button'>我明白并希望继续浏览。</a>";
$l_title_warn="亲爱的用户,";
$l_explain_warn_name="一人名为";
$l_explain_warn_ip="在此IP:";
$l_explain_warn_date="查看您的连接日志于";
$l_explain_warn_reason=" 如下原因:";
}
else {
$l_access_denied = "Access control";
$l_access_welcome = "Welcome on ALCASAR";
$l_access_unavailable = "ACCESS UNAVAILABLE";
295,13 → 338,9
$l_acc_sms = "Auto registration by SMS";
$l_explain_warn = "The administrator created an archive which contains your imputabilities logs for a judicial investigation.";
if(isset($_GET['url']))
{
$l_continue_link = "<a href='index.php?redirect=1&url=$_GET[url]' class='button'>I understand and I wish to continue.</a>";
}
else
{
$l_continue_link = "<a href='index.php' class='button'>I understand and I wish to continue.</a>";
}
$l_title_warn="Dear user,";
$l_explain_warn_name="Someone called ";
$l_explain_warn_ip="with this IP : ";