From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] optionsfw.cgi: Centered 'Save...' buttons - added missing lang strings Date: Mon, 28 Dec 2020 14:48:20 +0100 Message-ID: <20201228134820.2201-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4948796813520263265==" List-Id: --===============4948796813520263265== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I had these already used in my previous DNS/NTP-patch, that's why I missed them. Now added for 'next' and the 'centered buttons' patch. Signed-off-by: Matthias Fischer --- 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 87181c184..9d403b883 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1110,6 +1110,7 @@ 'fw settings dropdown' =3D> 'Alle Netzwerke auf Regelerstellungsseite anzeig= en', 'fw settings remark' =3D> 'Anmerkungen in Regeltabelle anzeigen', 'fw settings ruletable' =3D> 'Leere Regeltabellen anzeigen', +'fw settings save and restart' =3D> 'Speichern und Neustart', 'fwdfw ACCEPT' =3D> 'Akzeptieren (ACCEPT)', 'fwdfw DROP' =3D> 'Verwerfen (DROP)', 'fwdfw MODE1' =3D> 'Alle Pakete verwerfen', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 625c6899f..476d3304c 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1136,6 +1136,7 @@ 'fw settings dropdown' =3D> 'Show all networks on rulecreation site', 'fw settings remark' =3D> 'Show remarks in ruletable', 'fw settings ruletable' =3D> 'Show empty ruletables', +'fw settings save and restart' =3D> 'Save and Restart', 'fwdfw ACCEPT' =3D> 'ACCEPT', 'fwdfw DROP' =3D> 'DROP', 'fwdfw MODE1' =3D> 'Drop all packets', --=20 2.18.0 --===============4948796813520263265==--