[1/3] add language strings for SSH agent forwarding settings

Message ID 30e9ab83-d79f-fdb9-bd57-584ba14c0154@ipfire.org
State Accepted
Headers
Series [1/3] add language strings for SSH agent forwarding settings |

Commit Message

Peter Müller April 9, 2019, 2:34 a.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 langs/de/cgi-bin/de.pl | 1 +
 langs/en/cgi-bin/en.pl | 1 +
 2 files changed, 2 insertions(+)
  

Comments

Michael Tremer April 9, 2019, 5:58 a.m. UTC | #1
This is merged.

I do not really know why you are not submitting multiple patches as a patchset, but maybe look that up :)

Thanks for working on this. I was looking forward to it.

-Michael

> On 8 Apr 2019, at 17:34, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> 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 88b34d23b..d63ebe6e5 100644
> --- a/langs/de/cgi-bin/de.pl
> +++ b/langs/de/cgi-bin/de.pl
> @@ -2187,6 +2187,7 @@
> 'ssh access' => 'SSH-Zugriff',
> 'ssh access tip' => 'IPFire SSH läuft nicht auf dem Standardport 22!',
> 'ssh active sessions' => 'Aktive Benutzeranmeldungen',
> +'ssh agent forwarding' => 'Weiterleitung des SSH-Agenten (Agent Forwarding) zulassen',
> 'ssh fingerprint' => 'Fingerabdruck',
> 'ssh host keys' => 'SSH Host Schlüssel',
> 'ssh is disabled' => 'Secure Shell ist deaktiviert.  Halte an.',
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index af0d514af..a709604b0 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -2230,6 +2230,7 @@
> 'ssh access' => 'SSH Access',
> 'ssh access tip' => 'IPFire SSH is not using default port 22!',
> 'ssh active sessions' => 'Active logins',
> +'ssh agent forwarding' => 'Enable SSH agent forwarding',
> 'ssh fingerprint' => 'Fingerprint',
> 'ssh host keys' => 'SSH Host Keys',
> 'ssh is disabled' => 'SSH is disabled.  Stopping.',
> -- 
> 2.16.4
  
Peter Müller April 13, 2019, 3:08 a.m. UTC | #2
Hello Michael,

> This is merged.
thank you. :-)
> 
> I do not really know why you are not submitting multiple patches as a patchset, but maybe look that up :)
I did not?! Patchwork showed this as a complete patchset:
https://patchwork.ipfire.org/project/ipfire/list/?series=630

I am puzzled...
> 
> Thanks for working on this. I was looking forward to it.
Well, here you are. Sorry it took that long...
> 
> -Michael
>
Thanks, and best regards,
Peter Müller
  
Michael Tremer April 14, 2019, 2:20 a.m. UTC | #3
Hmm, it does. But it misses an In-Reply-To header…

> On 12 Apr 2019, at 18:08, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Hello Michael,
> 
>> This is merged.
> thank you. :-)
>> 
>> I do not really know why you are not submitting multiple patches as a patchset, but maybe look that up :)
> I did not?! Patchwork showed this as a complete patchset:
> https://patchwork.ipfire.org/project/ipfire/list/?series=630
> 
> I am puzzled...
>> 
>> Thanks for working on this. I was looking forward to it.
> Well, here you are. Sorry it took that long...
>> 
>> -Michael
>> 
> Thanks, and best regards,
> Peter Müller
> -- 
> The road to Hades is easy to travel.
> 	-- Bion of Borysthenes
  

Patch

diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
index 88b34d23b..d63ebe6e5 100644
--- a/langs/de/cgi-bin/de.pl
+++ b/langs/de/cgi-bin/de.pl
@@ -2187,6 +2187,7 @@ 
 'ssh access' => 'SSH-Zugriff',
 'ssh access tip' => 'IPFire SSH läuft nicht auf dem Standardport 22!',
 'ssh active sessions' => 'Aktive Benutzeranmeldungen',
+'ssh agent forwarding' => 'Weiterleitung des SSH-Agenten (Agent Forwarding) zulassen',
 'ssh fingerprint' => 'Fingerabdruck',
 'ssh host keys' => 'SSH Host Schlüssel',
 'ssh is disabled' => 'Secure Shell ist deaktiviert.  Halte an.',
diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index af0d514af..a709604b0 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -2230,6 +2230,7 @@ 
 'ssh access' => 'SSH Access',
 'ssh access tip' => 'IPFire SSH is not using default port 22!',
 'ssh active sessions' => 'Active logins',
+'ssh agent forwarding' => 'Enable SSH agent forwarding',
 'ssh fingerprint' => 'Fingerprint',
 'ssh host keys' => 'SSH Host Keys',
 'ssh is disabled' => 'SSH is disabled.  Stopping.',