?>&id=<?=$cpent->sessionid;?>"onclick="return confirm('Do you really want to disconnect this client?')"><spanclass="glyphicon glyphicon-remove"></span></a></td>
?>&id=<?=$cpent->sessionid;?>"onclick="return confirm('<?=gettext('Do you really want to disconnect this client?');?>')"><spanclass="glyphicon glyphicon-remove"></span></a></td>
echo"<br /><b>NOTE:</b> You need to bind each OpenVPN client to enable its management daemon: use 'Local port' setting in the OpenVPN client screen";
echo"<br /><b>".gettext('NOTE:')."</b> ".gettext("You need to bind each OpenVPN client to enable its management daemon: use 'Local port' setting in the OpenVPN client screen");
@@ -44,9 +44,9 @@ if (isset($_REQUEST['getupdatestatus'])) {
}elseif($pkg_status["repository"]=="error"){
echo"<span class='text-danger'>".gettext("Repository Problem")."</span><br/><span class='btn-link' onclick='checkupdate()'>".gettext("Click to retry")."</span>";
}elseif($pkg_status["updates"]=="0"){
echo"<span class='text-info'>".gettext("Your system is up to date.")."</span><br/><span class='btn-link' onclick='checkupdate()'>Click to check for updates</span>";
echo"<span class='text-info'>".gettext("Your system is up to date.")."</span><br/><span class='btn-link' onclick='checkupdate()'>".gettext('Click to check for updates')."</span>";
}else{
echo"<span class='text-info'>".gettext("There are ").$pkg_status["updates"].gettext(" update(s) available.")."</span><br/><a href='/ui/core/firmware/#checkupdate'>".gettext("Click to upgrade")."</a> | <span class='btn-link' onclick='checkupdate()'>Re-check now</span>";
echo"<span class='text-info'>".gettext("There are ").$pkg_status["updates"].gettext(" update(s) available.")."</span><br/><a href='/ui/core/firmware/#checkupdate'>".gettext("Click to upgrade")."</a> | <span class='btn-link' onclick='checkupdate()'>".gettext('Re-check now')."</span>";
}
exit;
...
...
@@ -104,7 +104,7 @@ endif; ?>
</tr>
<tr>
<td>
Updates
<?=gettext('Updates')?>
</td>
<td>
<divid='updatestatus'><spanclass='btn-link'onclick='checkupdate()'><?=gettext("Click to check for updates");?></span></div>
...
...
@@ -229,7 +229,7 @@ endif; ?>
<spanclass="sr-only"></span>
</div>
</div>
<spanid="cpumeter">(Updating in 10 seconds)</span>
<spanid="cpumeter">(<?=gettext('Updating in 10 seconds')?>)</span>
@@ -111,7 +111,7 @@ if (isset($a_config["scale_type"])) {
<tr>
<td>
Default AutoScale:
<?=gettext('Default AutoScale:')?>
</td>
</tr>
<?php
...
...
@@ -145,12 +145,12 @@ if (isset($a_config["scale_type"])) {
}?>><?=$i?></option>
<?php
}?>
</select> Seconds<br/> <b>Note:</b> changing this setting will increase CPU utilization<br/><br/>
</select> <?=gettext('Seconds')?><br/> <b><?=gettext('Note:')?></b><?=gettext('changing this setting will increase CPU utilization')?><br/><br/>