Revision 530c7ccf
Added by NOYB NOYB over 9 years ago
src/usr/local/www/index.php | ||
---|---|---|
510 | 510 |
// provide a warning message if the user tries to change page before saving |
511 | 511 |
$(window).bind('beforeunload', function(){ |
512 | 512 |
if (dirty) { |
513 |
return ("<?=gettext('You have moved one or more widgets but have not yet saved')?>");
|
|
513 |
return ("<?=gettext('One or more widgets have been moved but have not yet been saved')?>");
|
|
514 | 514 |
} else { |
515 | 515 |
return undefined; |
516 | 516 |
} |
src/usr/local/www/status_captiveportal.php | ||
---|---|---|
261 | 261 |
else: |
262 | 262 |
if (empty($a_cp)) { |
263 | 263 |
// If no zones have been defined |
264 |
print_info_box(sprintf(gettext('No Captive Portal zones have been configured. You may add new zones here: %1$sServices > Captive Portal%2$s.'), '<a href="services_captiveportal_zones.php">', '</a>'), 'warning', false);
|
|
264 |
print_info_box(sprintf(gettext('No Captive Portal zones have been configured. New zones may be added here: %1$sServices > Captive Portal%2$s.'), '<a href="services_captiveportal_zones.php">', '</a>'), 'warning', false);
|
|
265 | 265 |
} |
266 | 266 |
endif; |
267 | 267 |
?> |
src/usr/local/www/status_carp.php | ||
---|---|---|
161 | 161 |
if ($carpcount == 0) { |
162 | 162 |
print_info_box(gettext('No CARP interfaces have been defined.') . '<br />' . |
163 | 163 |
'<a href="system_hasync.php" class="alert-link">' . |
164 |
gettext("You can configure high availability sync settings here.") .
|
|
164 |
gettext("High availability sync settings can be configured here.") .
|
|
165 | 165 |
'</a>'); |
166 | 166 |
} else { |
167 | 167 |
?> |
src/usr/local/www/status_graph_cpu.php | ||
---|---|---|
77 | 77 |
|
78 | 78 |
<p class="text-center"> |
79 | 79 |
<strong><?=gettext("Note"); ?>:</strong> |
80 |
<?=sprintf(gettext('If you cannot see the graph, you may have to install the %1$sAdobe SVG viewer%2$s'), '<a href="http://www.adobe.com/svg/viewer/install/" target="_blank">', '</a>')?>
|
|
80 |
<?=sprintf(gettext('If the graph cannot be seen, the %1$sAdobe SVG viewer%2$s may need to be installed'), '<a href="http://www.adobe.com/svg/viewer/install/" target="_blank">', '</a>')?>
|
|
81 | 81 |
</p> |
82 | 82 |
</div> |
83 | 83 |
|
src/usr/local/www/status_interfaces.php | ||
---|---|---|
214 | 214 |
print_info_box(gettext("Using dial-on-demand will bring the connection up again if any packet ". |
215 | 215 |
"triggers it. To substantiate this point: disconnecting manually ". |
216 | 216 |
"will <strong>not</strong> prevent dial-on-demand from making connections ". |
217 |
"to the outside! Don't use dial-on-demand if you want to make sure that the line ".
|
|
218 |
"is kept disconnected."), 'warning', false); |
|
217 |
"to the outside! Don't use dial-on-demand if the line ". |
|
218 |
"is to be kept disconnected."), 'warning', false);
|
|
219 | 219 |
include("foot.inc"); |
220 | 220 |
?> |
src/usr/local/www/status_ipsec.php | ||
---|---|---|
533 | 533 |
<div class="infoblock blockopen"> |
534 | 534 |
<?php |
535 | 535 |
} |
536 |
print_info_box(sprintf(gettext('You can configure IPsec %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
536 |
print_info_box(sprintf(gettext('IPsec can be configured %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
537 | 537 |
?> |
538 | 538 |
</div> |
539 | 539 |
<?php |
src/usr/local/www/status_ipsec_leases.php | ||
---|---|---|
159 | 159 |
<div class="infoblock blockopen"> |
160 | 160 |
<?php |
161 | 161 |
} |
162 |
print_info_box(sprintf(gettext('You can configure IPsec %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
162 |
print_info_box(sprintf(gettext('IPsec can be configured %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
163 | 163 |
?> |
164 | 164 |
</div> |
165 | 165 |
<?php |
src/usr/local/www/status_ipsec_sad.php | ||
---|---|---|
158 | 158 |
<div class="infoblock blockopen"> |
159 | 159 |
<?php |
160 | 160 |
} |
161 |
print_info_box(sprintf(gettext('You can configure IPsec %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
161 |
print_info_box(sprintf(gettext('IPsec can be configured %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
162 | 162 |
?> |
163 | 163 |
</div> |
164 | 164 |
<?php |
src/usr/local/www/status_ipsec_spd.php | ||
---|---|---|
142 | 142 |
<div class="infoblock blockopen"> |
143 | 143 |
<?php |
144 | 144 |
} |
145 |
print_info_box(sprintf(gettext('You can configure IPsec %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
145 |
print_info_box(sprintf(gettext('IPsec can be configured %1$shere%2$s.'), '<a href="vpn_ipsec.php">', '</a>'), 'info', false);
|
|
146 | 146 |
?> |
147 | 147 |
</div> |
148 | 148 |
<?php |
src/usr/local/www/status_lb_pool.php | ||
---|---|---|
140 | 140 |
} |
141 | 141 |
|
142 | 142 |
if (is_subsystem_dirty('loadbalancer')) { |
143 |
print_apply_box(gettext("The load balancer configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
|
|
143 |
print_apply_box(gettext("The load balancer configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
|
|
144 | 144 |
} |
145 | 145 |
|
146 | 146 |
/* active tabs */ |
src/usr/local/www/status_logs_settings.php | ||
---|---|---|
211 | 211 |
|
212 | 212 |
$logfilesizeHelp = gettext("Logs are held in constant-size circular log files. This field controls how large each log file is, and thus how many entries may exist inside the log. By default this is approximately 500KB per log file, and there are nearly 20 such log files.") . |
213 | 213 |
'<br /><br />' . |
214 |
gettext("NOTE: Log sizes are changed the next time a log file is cleared or deleted. To immediately increase the size of the log files, you must first save the options to set the size, then clear all logs using the \"Reset Log Files\" option farther down this page. ") .
|
|
214 |
gettext("NOTE: Log sizes are changed the next time a log file is cleared or deleted. To immediately increase the size of the log files, first save the options to set the size, then clear all logs using the \"Reset Log Files\" option farther down this page. ") . |
|
215 | 215 |
gettext("Be aware that increasing this value increases every log file size, so disk usage will increase significantly.") . '<br /><br />' . |
216 | 216 |
gettext("Disk space currently used by log files is: ") . exec("/usr/bin/du -sh /var/log | /usr/bin/awk '{print $1;}'") . |
217 | 217 |
gettext(" Remaining disk space for log files: ") . exec("/bin/df -h /var/log | /usr/bin/awk '{print $4;}'"); |
218 | 218 |
|
219 | 219 |
$remoteloghelp = gettext("This option will allow the logging daemon to bind to a single IP address, rather than all IP addresses.") . |
220 |
gettext("If you pick a single IP, remote syslog servers must all be of that IP type. If you wish to mix IPv4 and IPv6 remote syslog servers, you must bind to all interfaces.") .
|
|
220 |
gettext("If a single IP is picked, remote syslog servers must all be of that IP type. To mix IPv4 and IPv6 remote syslog servers, bind to all interfaces.") .
|
|
221 | 221 |
"<br /><br />" . |
222 | 222 |
gettext("NOTE: If an IP address cannot be located on the chosen interface, the daemon will bind to all addresses."); |
223 | 223 |
|
... | ... | |
336 | 336 |
'Reset Log Files', |
337 | 337 |
null, |
338 | 338 |
'fa-trash' |
339 |
))->addClass('btn-danger btn-sm')->setHelp('Clears all local log files and reinitializes them as empty logs. This also restarts the DHCP daemon. Use the Save button first if you have made any setting changes.');
|
|
339 |
))->addClass('btn-danger btn-sm')->setHelp('Clears all local log files and reinitializes them as empty logs. This also restarts the DHCP daemon. Use the Save button first if any setting changes have been made.');
|
|
340 | 340 |
|
341 | 341 |
$form->add($section); |
342 | 342 |
$section = new Form_Section('Remote Logging Options'); |
src/usr/local/www/status_openvpn.php | ||
---|---|---|
356 | 356 |
} |
357 | 357 |
|
358 | 358 |
if ($DisplayNote) { |
359 |
print_info_box(gettext("If you have custom options that override the management features of OpenVPN on a client or server, they will cause that OpenVPN instance to not work correctly with this status page."));
|
|
359 |
print_info_box(gettext("If there are custom options that override the management features of OpenVPN on a client or server, they will cause that OpenVPN instance to not work correctly with this status page."));
|
|
360 | 360 |
} |
361 | 361 |
|
362 | 362 |
if ((empty($clients)) && (empty($servers)) && (empty($sk_servers))) { |
Also available in: Unified diff
Status - Remove Personalizations
Remove "you" personalizations.