From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 3/4] update translation files for changed Tor CGI strings Date: Wed, 04 Nov 2020 22:29:14 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2364177574645186355==" List-Id: --===============2364177574645186355== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- langs/de/cgi-bin/de.pl | 6 +++++- langs/en/cgi-bin/en.pl | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 6ad0e02c5..6988aa0ba 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2406,6 +2406,9 @@ 'tor exit country' =3D> 'Exit-Land', 'tor exit country any' =3D> 'Beliebig', 'tor exit nodes' =3D> 'Exitknoten', +'tor guard country' =3D> 'Guard-Land', +'tor guard country any' =3D> 'Beliebig', +'tor guard nodes' =3D> 'Guardknoten', 'tor relay address' =3D> 'Relais-Adresse', 'tor relay configuration' =3D> 'Tor-Relais-Konfiguration', 'tor relay enabled' =3D> 'Tor-Relais einschalten', @@ -2424,7 +2427,8 @@ 'tor traffic limit hard' =3D> 'Das =C3=9Cbertragungslimit wurde erreicht.', 'tor traffic limit soft' =3D> 'Das =C3=9Cbertragungslimit wurde fast erreich= t. Es werden keine neuen Verbindungen akzeptiert.', 'tor traffic read written' =3D> 'Gesamter Traffic (empfangen/gesendet)', -'tor use exit nodes' =3D> 'Nur diese Exitknoten benutzen (einer pro Zeile)', +'tor use exit nodes' =3D> 'Nur diese Exitknoten benutzen (ein Fingerabdruck = pro Zeile)', +'tor use guard nodes' =3D> 'Nur diese Guardknoten benutzen (ein Fingerabdruc= k pro Zeile)', 'total connection time' =3D> 'Gesammte Verbindungszeit', 'total hits for log section' =3D> 'Gesamte Treffer f=C3=BCr Protokollsektion= ', 'traffic back' =3D> 'Zur=C3=BCck', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index d00de3d03..275f78207 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2446,6 +2446,9 @@ 'tor exit country' =3D> 'Exit country', 'tor exit country any' =3D> 'Any country', 'tor exit nodes' =3D> 'Exit Nodes', +'tor guard country' =3D> 'Guard country', +'tor guard country any' =3D> 'Any country', +'tor guard nodes' =3D> 'Guard Nodes', 'tor relay address' =3D> 'Relay address', 'tor relay configuration' =3D> 'Tor Relay Configuration', 'tor relay enabled' =3D> 'Enable Tor Relay', @@ -2464,7 +2467,8 @@ 'tor traffic limit hard' =3D> 'Traffic limit has been reached.', 'tor traffic limit soft' =3D> 'Traffic limit almost reached. Not accepting a= ny new connections.', 'tor traffic read written' =3D> 'Total traffic (read/written)', -'tor use exit nodes' =3D> 'Use only these exit nodes (one per line)', +'tor use exit nodes' =3D> 'Use only these exit nodes (one fingerprint per li= ne)', +'tor use guard nodes' =3D> 'Use only these guard nodes (one fingerprint per = line)', 'total connection time' =3D> 'Total Connection Time', 'total hits for log section' =3D> 'Total hits for log section', 'traffic back' =3D> 'Back', --=20 2.26.2 --===============2364177574645186355==--