This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 7f90513e611040a99422b951884062e14271adc4 (commit) via 1183d50b731d6b276b26fc4d8fc680c483cb6b70 (commit) from 2aff684f37afc08d6fa4520188e460e888cee2d8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7f90513e611040a99422b951884062e14271adc4 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jan 3 16:28:00 2019 +0000
Update translations
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1183d50b731d6b276b26fc4d8fc680c483cb6b70 Author: Peter Müller peter.mueller@link38.eu Date: Thu Jan 3 17:57:32 2019 +0100
fix SSH port description in WebUI again
Fixes #11881.
Signed-off-by: Peter Müller peter.mueller@link38.eu Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: doc/language_issues.en | 2 +- langs/de/cgi-bin/de.pl | 2 +- langs/en/cgi-bin/en.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/doc/language_issues.en b/doc/language_issues.en index d0390c66d..458300d84 100644 --- a/doc/language_issues.en +++ b/doc/language_issues.en @@ -1639,7 +1639,7 @@ WARNING: untranslated string: ssh login time = Logged in since WARNING: untranslated string: ssh no active logins = No active logins WARNING: untranslated string: ssh no auth = You have not allowed any authentication methods; this will stop you logging in WARNING: untranslated string: ssh passwords = Allow password based authentication -WARNING: untranslated string: ssh port = SSH port set to 222 (default is 22) +WARNING: untranslated string: ssh port = Set SSH port to default 22 (222 is used otherwise) WARNING: untranslated string: ssh portfw = Allow TCP forwarding WARNING: untranslated string: ssh tempstart15 = Stop SSH demon in 15 minutes WARNING: untranslated string: ssh tempstart30 = Stop SSH demon in 30 minutes diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0ca760f52..2f3ed41bc 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2167,7 +2167,7 @@ 'ssh no active logins' => 'Keine aktiven Benutzeranmeldungen', 'ssh no auth' => 'Sie haben keinerlei Authentifizierungverfahren zugelassen; dies wird Ihre Anmeldung verhindern', 'ssh passwords' => 'Passwortbasierte Authentifizierung zulassen', -'ssh port' => 'SSH-Port auf 222 setzen (Standard ist 22)', +'ssh port' => 'SSH-Port auf Standardport 22 setzen (andernfalls 222)', 'ssh portfw' => 'TCP-Weiterleitung zulassen', 'ssh tempstart15' => 'SSH-Deamon in 15 Minuten beenden', 'ssh tempstart30' => 'SSH-Deamon in 30 Minuten beenden', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 465738b96..258176970 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2205,7 +2205,7 @@ 'ssh no active logins' => 'No active logins', 'ssh no auth' => 'You have not allowed any authentication methods; this will stop you logging in', 'ssh passwords' => 'Allow password based authentication', -'ssh port' => 'SSH port set to 222 (default is 22)', +'ssh port' => 'Set SSH port to default 22 (222 is used otherwise)', 'ssh portfw' => 'Allow TCP forwarding', 'ssh tempstart15' => 'Stop SSH demon in 15 minutes', 'ssh tempstart30' => 'Stop SSH demon in 30 minutes',
hooks/post-receive -- IPFire 2.x development tree