mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
firewall: natural language translation for previous
It's ok to use breaking spaces, comma-separated values read ok.
This commit is contained in:
parent
3109b519e5
commit
fd7d59c856
@ -492,7 +492,7 @@ include("head.inc");
|
||||
$intfnatv4 = array();
|
||||
foreach ($fw->getInterfaceMapping() as $intf => $intfcf) {
|
||||
if (!empty($intfcf['ifconfig']['ipv4']) && empty($intfcf['gateway'])) {
|
||||
$intfv4[] = $intfcf['descr'] . " " . gettext("Networks");
|
||||
$intfv4[] = sprintf(gettext('%s networks'), $intfcf['descr']);
|
||||
} elseif (substr($intfcf['if'], 0, 4) != 'ovpn' && !empty($intfcf['gateway'])) {
|
||||
$intfnatv4[] = $intfcf;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user