Revision 7fdca5ff
Added by NOYB NOYB about 9 years ago
src/usr/local/www/system_gateways.php | ||
---|---|---|
255 | 255 |
} |
256 | 256 |
|
257 | 257 |
if (is_subsystem_dirty('staticroutes')) { |
258 |
print_apply_box(gettext("The gateway configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
|
|
258 |
print_apply_box(gettext("The gateway configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
|
|
259 | 259 |
} |
260 | 260 |
|
261 | 261 |
$tab_array = array(); |
src/usr/local/www/system_gateways_edit.php | ||
---|---|---|
302 | 302 |
} |
303 | 303 |
if (is_ipaddr($_POST['monitor'])) { |
304 | 304 |
if (($gateway['monitor'] <> "") && ($_POST['monitor'] == $gateway['monitor']) && ($gateway['attribute'] !== "system")) { |
305 |
$input_errors[] = sprintf(gettext('The monitor IP address "%s" is already in use. You must choose a different monitor IP.'), $_POST['monitor']);
|
|
305 |
$input_errors[] = sprintf(gettext('The monitor IP address "%s" is already in use. A different monitor IP must be chosen.'), $_POST['monitor']);
|
|
306 | 306 |
break; |
307 | 307 |
} |
308 | 308 |
} |
... | ... | |
698 | 698 |
'Description', |
699 | 699 |
'text', |
700 | 700 |
$pconfig['descr'] |
701 |
))->setHelp('You may enter a description here for your reference (not parsed).');
|
|
701 |
))->setHelp('A description may be entered here for reference (not parsed).');
|
|
702 | 702 |
|
703 | 703 |
// Add a button to provide access to the advanced fields |
704 | 704 |
$btnadv = new Form_Button( |
... | ... | |
845 | 845 |
gettext('Rounding up to the nearest whole number will yield the resolution of loss ' . |
846 | 846 |
'reporting in percent. The default values provide a resolution of 1%.') . |
847 | 847 |
'<br/><br/>' . |
848 |
gettext('The default settings are recommended for most use cases. However if you ' .
|
|
849 |
'change the settings, please observe the following restrictions:') .
|
|
848 |
gettext('The default settings are recommended for most use cases. However if ' . |
|
849 |
'changing the settings, please observe the following restrictions:') .
|
|
850 | 850 |
'<br/><br/>' . |
851 | 851 |
gettext('- The time period must be greater than twice the probe interval plus the loss ' . |
852 | 852 |
'interval. This guarantees there is at least one completed probe at all times. ') . |
Also available in: Unified diff
System / Routing / Gateways - Remove Personalizations
Remove "you" personalizations.