From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH 1/4] BUG11559: Languagefiles Date: Wed, 02 May 2018 13:27:04 +0200 Message-ID: <1525260427-6695-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7644008805691119635==" List-Id: --===============7644008805691119635== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable When creating firewallrules or using firewall groups, it should be possible to select a single IpSec subnet if there is more than o= ne. This patch adds a new languagefileword "fwdfw all subnets" which is used in f= irewall.cgi and fwhosts.cgi --- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 07bef90..9cc345a 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1065,6 +1065,7 @@ 'fwdfw additional' =3D> 'Weitere Einstellungen', 'fwdfw addrule' =3D> 'Regel hinzuf=C3=BCgen/=C3=A4ndern:', 'fwdfw all icmp' =3D> 'Alle ICMP-Typen', +'fwdfw all subnets' =3D> 'Alle Subnetze', 'fwdfw change' =3D> 'Aktualisieren', 'fwdfw copy' =3D> 'Kopieren', 'fwdfw delete' =3D> 'L=C3=B6schen', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index a343b3b..60747f7 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1092,6 +1092,7 @@ 'fwdfw additional' =3D> 'Additional settings', 'fwdfw addrule' =3D> 'Add/Edit rule:', 'fwdfw all icmp' =3D> 'All ICMP types', +'fwdfw all subnets' =3D> 'All subnets', 'fwdfw change' =3D> 'Update', 'fwdfw copy' =3D> 'Copy', 'fwdfw delete' =3D> 'Delete', --=20 2.7.4 --===============7644008805691119635==--