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 2/2] update language files Date: Sat, 20 Jan 2018 18:25:47 +0100 Message-ID: <20180120182547.5f75e938.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0766844463385256570==" List-Id: --===============0766844463385256570== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Add new language strings to the language files. Signed-off-by: Peter M=C3=BCller --- langs/de/cgi-bin/de.pl | 4 ++++ langs/en/cgi-bin/en.pl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 07bef906b..68dce535f 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2148,6 +2148,7 @@ 'ssh' =3D> 'SSH', 'ssh access' =3D> 'SSH-Zugriff', 'ssh access tip' =3D> 'IPFire SSH l=C3=A4uft auf dem nicht-standard Port 222= !', +'ssh active sesstions' =3D> 'Aktive Benutzeranmeldungen', 'ssh fingerprint' =3D> 'Fingerabdruck', 'ssh host keys' =3D> 'SSH Host Schl=C3=BCssel', 'ssh is disabled' =3D> 'Secure Shell ist deaktiviert. Halte an.', @@ -2155,12 +2156,15 @@ 'ssh key' =3D> 'Schl=C3=BCssel', 'ssh key size' =3D> 'L=C3=A4nge (bits)', 'ssh keys' =3D> 'Authentifizierung auf Basis =C3=B6ffentlicher Schl=C3=BCsse= l zulassen', +'ssh login time' =3D> 'Angemeldet seit', +'ssh no active logins' =3D> 'Keine aktiven Benutzeranmeldungen', 'ssh no auth' =3D> 'Sie haben keinerlei Authentifizierungverfahren zugelasse= n; dies wird Ihre Anmeldung verhindern', 'ssh passwords' =3D> 'Passwortbasierte Authentifizierung zulassen', 'ssh port' =3D> 'SSH Port auf 22 setzen (Standard ist 222)', 'ssh portfw' =3D> 'TCP-Weiterleitung zulassen', 'ssh tempstart15' =3D> 'SSH-Deamon in 15 Minuten beenden', 'ssh tempstart30' =3D> 'SSH-Deamon in 30 Minuten beenden', +'ssh username' =3D> 'Benutzername', 'ssh1 disabled' =3D> 'SSHv1 ist deaktiviert, ein Client der Version 2 wird b= en=C3=B6tigt.', 'ssh1 enabled' =3D> 'SSHv1 ist aktiviert, Clients mit alten Versionen werden= unterst=C3=BCtzt.', 'ssh1 support' =3D> 'Unterst=C3=BCtzung f=C3=BCr Version 1 des SSH-Protokoll= s (wird nur f=C3=BCr alte Clients ben=C3=B6tigt)', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index a22c4b566..bb996cb57 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2186,6 +2186,7 @@ 'ssh' =3D> 'SSH', 'ssh access' =3D> 'SSH Access', 'ssh access tip' =3D> 'IPFire SSH is not using default port 222!', +'ssh active sesstions' =3D> 'Active logins', 'ssh fingerprint' =3D> 'Fingerprint', 'ssh host keys' =3D> 'SSH Host Keys', 'ssh is disabled' =3D> 'SSH is disabled. Stopping.', @@ -2193,12 +2194,15 @@ 'ssh key' =3D> 'Key', 'ssh key size' =3D> 'Size (bits)', 'ssh keys' =3D> 'Allow public key based authentication', +'ssh login time' =3D> 'Logged in since', +'ssh no active logins' =3D> 'No active logins', 'ssh no auth' =3D> 'You have not allowed any authentication methods; this wi= ll stop you logging in', 'ssh passwords' =3D> 'Allow password based authentication', 'ssh port' =3D> 'SSH port set to 22 (default is 222)', 'ssh portfw' =3D> 'Allow TCP forwarding', 'ssh tempstart15' =3D> 'Stop SSH demon in 15 minutes', 'ssh tempstart30' =3D> 'Stop SSH demon in 30 minutes', +'ssh username' =3D> 'Username', 'ssh1 disabled' =3D> 'SSHv1 is disabled, a version 2 client will be required= .', 'ssh1 enabled' =3D> 'SSHv1 is enabled, old clients will be supported.', 'ssh1 support' =3D> 'Support SSH protocol version 1 (required only for old c= lients)', --=20 2.13.6 --===============0766844463385256570==--