mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
Merge pull request #604 from fabianfrz/translation
translation fix in load_balancer_monitor.php
This commit is contained in:
commit
3cdee6e6ef
@ -79,7 +79,7 @@ $shortcut_section = 'relayd';
|
||||
include("head.inc");
|
||||
|
||||
$main_buttons = array(
|
||||
array('label'=>'Add', 'href'=>'load_balancer_monitor_edit.php'),
|
||||
array('label'=>gettext('Add'), 'href'=>'load_balancer_monitor_edit.php'),
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@ -277,10 +277,10 @@ include("head.inc");
|
||||
echo "<input name=\"server{$i}\" class=\"formfld unknown\" id=\"server{$i}\" size=\"30\" value=\"{$timeserverVal}\" type=\"text\" /> ";
|
||||
echo "\n<input name=\"servprefer{$i}\" class=\"formcheckbox\" id=\"servprefer{$i}\" onclick=\"CheckOffOther('servprefer{$i}', 'servselect{$i}')\" type=\"checkbox\"";
|
||||
if (!empty($config['ntpd']['prefer']) && !empty($timeserverVal) && substr_count($config['ntpd']['prefer'], $timeserverVal)) echo " checked=\"checked\"";
|
||||
echo " /> " . gettext('prefer') . " ";
|
||||
echo " /> " . gettext('prefer this server') . " ";
|
||||
echo "\n<input name=\"servselect{$i}\" class=\"formcheckbox\" id=\"servselect{$i}\" onclick=\"CheckOffOther('servselect{$i}', 'servprefer{$i}')\" type=\"checkbox\"";
|
||||
if (!empty($config['ntpd']['noselect']) && !empty($timeserverVal) && substr_count($config['ntpd']['noselect'], $timeserverVal)) echo " checked=\"checked\"";
|
||||
echo " /> " . gettext('noselect') . "\n<br />\n</div>\n";
|
||||
echo " /> " . gettext('do not use this server') . "\n<br />\n</div>\n";
|
||||
}
|
||||
?>
|
||||
<div id="addserver">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user