public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] header.pl: Add translation to DHCP leases table
@ 2022-04-06 13:43 Leo-Andres Hofmann
  2022-04-06 17:06 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2022-04-06 13:43 UTC (permalink / raw)
  To: development

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

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.',
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] header.pl: Add translation to DHCP leases table
  2022-04-06 13:43 [PATCH] header.pl: Add translation to DHCP leases table Leo-Andres Hofmann
@ 2022-04-06 17:06 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-04-06 17:06 UTC (permalink / raw)
  To: development

[-- 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.',

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-06 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 13:43 [PATCH] header.pl: Add translation to DHCP leases table Leo-Andres Hofmann
2022-04-06 17:06 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox