Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2072 → Rev 2073

/web/status.php
87,7 → 87,6
$l_uploaded_label = "Uploaded"; // to translate
$l_original_url_label = "Original URL"; // to translate
$l_not_available = "Not available"; // to translate
$l_na = "N/A"; // to translate
$l_error = "error"; // to translate
$l_welcome = "Welcome"; // to translate
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
112,7 → 111,6
$l_uploaded_label = "数据上传";
$l_original_url_label = "初始网址";
$l_not_available = "不可用";
$l_na = "N/A";
$l_error = "出错";
$l_welcome = "欢迎";
$l_conn_history = "您最近的$nb_connection_history次连接";
137,7 → 135,6
$l_uploaded_label = "Enviados";
$l_original_url_label = "URL Original";
$l_not_available = "Não disponível";
$l_na = "N/A";
$l_error = "Erro";
$l_welcome = "Bem-vindo(a)";
$l_conn_history = "Suas últimos conexões : $nb_connection_history";
148,7 → 145,7
else if($Language == 'de'){
$l_login1 = "Erfolgreiche Authentifizierung";
$l_logout = "Beenden der Verbindung";
$l_logout_question = "Are you sure you want to disconnect now?"; // to translate
$l_logout_question = "Möchten Sie die Verbindung jetzt wirklich trennen?"
$l_loggedout = "Ihre Sitzung ist geschlossen";
$l_wait = "Bitte warten Sie einen Moment ...";
$l_state_label = "State"; // to translate
162,7 → 159,6
$l_uploaded_label = "Uploaded"; // to translate
$l_original_url_label = "Original URL"; // to translate
$l_not_available = "Not available"; // to translate
$l_na = "N/A"; // to translate
$l_error = "error"; // to translate
$l_welcome = "Welcome"; // to translate
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
173,7 → 169,7
else if($Language == 'nl'){
$l_login1 = "Succesvolle authenticatie";
$l_logout = "Slotkoers verbinding";
$l_logout_question = "Are you sure you want to disconnect now?"; // to translate
$l_logout_question = "Bent u zeker dat u wilt nu los te koppelen?";
$l_loggedout = "Uw sessie is gesloten";
$l_wait = "Wacht een moment ...";
$l_state_label = "State"; // to translate
187,7 → 183,6
$l_uploaded_label = "Uploaded"; // to translate
$l_original_url_label = "Original URL"; // to translate
$l_not_available = "Not available"; // to translate
$l_na = "N/A"; // to translate
$l_error = "error"; // to translate
$l_welcome = "Welcome"; // to translate
$l_conn_history = "Your last $nb_connection_history connections"; // to translate
212,7 → 207,6
$l_uploaded_label = "Données envoyées";
$l_original_url_label = "URL demandée";
$l_not_available = "Non disponible";
$l_na = "N/D"; // to translate
$l_error = "erreur";
$l_welcome = "Bienvenue";
$l_conn_history = "Vos $nb_connection_history dernières connexions";
237,7 → 231,6
$l_uploaded_label = "Uploaded";
$l_original_url_label = "Original URL";
$l_not_available = "Not available";
$l_na = "N/A";
$l_error = "error";
$l_welcome = "Welcome";
$l_conn_history = "Your last $nb_connection_history connections";
409,15 → 402,15
</tr>
<tr id="inputOctetsRow">
<td id="inputOctetsLabel" class="chilliLabel"><?php echo $l_downloaded_label; ?></td>
<td id="inputOctets" class="chilliValue"><?php echo $l_na; ?></td>
<td id="inputOctets" class="chilliValue"><?php echo $l_not_available; ?></td>
</tr>
<tr id="outputOctetsRow">
<td id="outputOctetsLabel" class="chilliLabel"><?php echo $l_uploaded_label; ?></td>
<td id="outputOctets" class="chilliValue"><?php echo $l_na; ?></td>
<td id="outputOctets" class="chilliValue"><?php echo $l_not_available; ?></td>
</tr>
<!--tr id="originalURLRow">
<td id="originalURLLabel" class="chilliLabel"><?php echo $l_original_url_label; ?></td>
<td id="originalURL" class="chilliValue"><?php echo $l_na; ?></td>
<td id="originalURL" class="chilliValue"><?php echo $l_not_available; ?></td>
</tr-->
<tr>
<td colspan=2 id="conHistoryLabel" class="chilliLabel"><?php echo $l_conn_history; ?></td>