public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] header.pl: Add translation to DHCP leases table
Date: Wed, 06 Apr 2022 17:06:37 +0000	[thread overview]
Message-ID: <8672dada-ac92-a256-acff-56df5cb7b849@ipfire.org> (raw)
In-Reply-To: <20220406134357.130-1-hofmann@leo-andres.de>

[-- Attachment #1: Type: text/plain, Size: 3122 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
>  config/cfgroot/header.pl | 12 ++++++------
>  langs/de/cgi-bin/de.pl   |  1 +
>  langs/en/cgi-bin/en.pl   |  1 +
>  3 files changed, 8 insertions(+), 6 deletions(-)
> 
> diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl
> index e97f90d67..5ddea348e 100644
> --- a/config/cfgroot/header.pl
> +++ b/config/cfgroot/header.pl
> @@ -381,15 +381,15 @@ sub CheckSortOrder {
>  
>  sub PrintActualLeases
>  {
> -    &openbox('100%', 'left', $tr{'current dynamic leases'});
> +    &openbox('100%', 'left', $Lang::tr{'current dynamic leases'});
>      print <<END
>  <table width='100%' class='tbl'>
>  <tr>
> -<th width='25%' align='center'><a href='$ENV{'SCRIPT_NAME'}?IPADDR'><b>$tr{'ip address'}</b></a></th>
> -<th width='25%' align='center'><a href='$ENV{'SCRIPT_NAME'}?ETHER'><b>$tr{'mac address'}</b></a></th>
> -<th width='20%' align='center'><a href='$ENV{'SCRIPT_NAME'}?HOSTNAME'><b>$tr{'hostname'}</b></a></th>
> -<th width='25%' align='center'><a href='$ENV{'SCRIPT_NAME'}?ENDTIME'><b>$tr{'lease expires'} (local time d/m/y)</b></a></th>
> -<th width='5%' align='center'><b>Add to fix leases</b></th>
> +<th width='25%' align='center'><a href='$ENV{'SCRIPT_NAME'}?IPADDR'><b>$Lang::tr{'ip address'}</b></a></th>
> +<th width='25%' align='center'><a href='$ENV{'SCRIPT_NAME'}?ETHER'><b>$Lang::tr{'mac address'}</b></a></th>
> +<th width='20%' align='center'><a href='$ENV{'SCRIPT_NAME'}?HOSTNAME'><b>$Lang::tr{'hostname'}</b></a></th>
> +<th width='25%' align='center'><a href='$ENV{'SCRIPT_NAME'}?ENDTIME'><b>$Lang::tr{'lease expires'} (local time d/m/y)</b></a></th>
> +<th width='5%' align='center'><b>$Lang::tr{'dhcp make fixed lease'}</b></th>
>  </tr>
>  END
>  ;
> diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
> index 0be097609..fb725acc7 100644
> --- a/langs/de/cgi-bin/de.pl
> +++ b/langs/de/cgi-bin/de.pl
> @@ -793,6 +793,7 @@
>  'dhcp dns update secret' => 'Schlüssel',
>  'dhcp fixed lease err1' => 'Für eine feste Zuordnung müssen entweder die Hardware Adresse (MAC-Adresse) oder der Hostname oder beide eingetragen werden.',
>  'dhcp fixed lease help1' => 'IP Adressen können als FQDN angegeben werden.',
> +'dhcp make fixed lease' => 'Feste Zuordnung erzeugen',
>  'dhcp mode' => 'DHCP',
>  'dhcp server' => 'DHCP-Server',
>  'dhcp server disabled' => 'DHCP-Server deaktiviert. Angehalten.',
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index d98422621..0c54a8ecc 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -827,6 +827,7 @@
>  'dhcp dns update secret' => 'Secret',
>  'dhcp fixed lease err1' => 'For a fix lease you have to enter the MAC address or the hostname, or you enter both.',
>  'dhcp fixed lease help1' => 'IP Addresses might be entered as FQDN',
> +'dhcp make fixed lease' => 'Add to fix leases',
>  'dhcp mode' => 'DHCP',
>  'dhcp server' => 'DHCP Server',
>  'dhcp server disabled' => 'DHCP server disabled.  Stopped.',

      reply	other threads:[~2022-04-06 17:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 13:43 Leo-Andres Hofmann
2022-04-06 17:06 ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8672dada-ac92-a256-acff-56df5cb7b849@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox