* [PATCH] graphs.pl: Standardize localization strings for hardware graphs (ACPI)
@ 2020-08-22 21:59 Matthias Fischer
2020-08-24 14:08 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2020-08-22 21:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 711 bytes --]
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/cfgroot/graphs.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl
index 9531a0e37..de306710e 100644
--- a/config/cfgroot/graphs.pl
+++ b/config/cfgroot/graphs.pl
@@ -1088,7 +1088,7 @@ sub updatethermaltempgraph {
"--start",
"-1".$period,
"-r",
- "-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"},
+ "-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
"-v Grad Celsius",
"--color=SHADEA".$color{"color19"},
"--color=SHADEB".$color{"color19"},
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] graphs.pl: Standardize localization strings for hardware graphs (ACPI)
2020-08-22 21:59 [PATCH] graphs.pl: Standardize localization strings for hardware graphs (ACPI) Matthias Fischer
@ 2020-08-24 14:08 ` Michael Tremer
2020-09-05 15:42 ` Matthias Fischer
2020-09-05 15:42 ` Matthias Fischer
0 siblings, 2 replies; 4+ messages in thread
From: Michael Tremer @ 2020-08-24 14:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 22 Aug 2020, at 22:59, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/cfgroot/graphs.pl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl
> index 9531a0e37..de306710e 100644
> --- a/config/cfgroot/graphs.pl
> +++ b/config/cfgroot/graphs.pl
> @@ -1088,7 +1088,7 @@ sub updatethermaltempgraph {
> "--start",
> "-1".$period,
> "-r",
> - "-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"},
> + "-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate patch?
-Michael
> "-v Grad Celsius",
> "--color=SHADEA".$color{"color19"},
> "--color=SHADEB".$color{"color19"},
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] graphs.pl: Standardize localization strings for hardware graphs (ACPI)
2020-08-24 14:08 ` Michael Tremer
@ 2020-09-05 15:42 ` Matthias Fischer
2020-09-05 15:42 ` Matthias Fischer
1 sibling, 0 replies; 4+ messages in thread
From: Matthias Fischer @ 2020-09-05 15:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2239 bytes --]
Hi,
On 24.08.2020 16:08, Michael Tremer wrote:
> Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
>
>> On 22 Aug 2020, at 22:59, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>>
>> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
>> ---
>> config/cfgroot/graphs.pl | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl
>> index 9531a0e37..de306710e 100644
>> --- a/config/cfgroot/graphs.pl
>> +++ b/config/cfgroot/graphs.pl
>> @@ -1088,7 +1088,7 @@ sub updatethermaltempgraph {
>> "--start",
>> "-1".$period,
>> "-r",
>> - "-t "."ACPI Thermal-Zone Temperature"." - ".$Lang::tr{$period."-graph"},
>> + "-t "."ACPI Thermal-Zone Temperature"." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period."-graph"},
>
> Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate patch?
No problem, done - but:
While working on this, I found a bunch of other glitches. Besides, the
following patches weren't merged yet. Just cosmetic ones, but they
contain patches for 'hardwaregraphs.cgi' and 'netother.cgi' - among some
others.
Removed unnecessary translation string for 'graph' from several cgis:
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=1851c3d59a6569a37aaf40af6ddee84d57f0d7bc
Removed obsolete translation string:
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=5ec038119c78a49d586afdaf3dee6b4b23f47f1c
graphs.pl: Standardize localization strings for disk access graphs:
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=9a3fba8661b76bc455e553cf9d39550d5ea919b2
graphs.pl: Standardize localization strings for hardware graphs (ACPI):
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=b996e44f4d49724a46d35c71554ab854c42b7e96
graphs.pl: Standardize localization strings for entropy graphs:
https://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=ae5cf4304940f4b4648ef0b8582f6ddb770ac3cf
I'll send some patches based on "ms_conntrack", but in this way, only
two CGIs from the above patches are taken into account.
Can this be merged this way?
Best,
Matthias
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] graphs.pl: Standardize localization strings for hardware graphs (ACPI)
2020-08-24 14:08 ` Michael Tremer
2020-09-05 15:42 ` Matthias Fischer
@ 2020-09-05 15:42 ` Matthias Fischer
1 sibling, 0 replies; 4+ messages in thread
From: Matthias Fischer @ 2020-09-05 15:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 183 bytes --]
Hi,
On 24.08.2020 16:08, Michael Tremer wrote:
> Can we have the ACPI Thermal Zone part translated, too? Maybe in a separate patch?
Done. and a few more...
Best,
Matthias
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-09-05 15:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 21:59 [PATCH] graphs.pl: Standardize localization strings for hardware graphs (ACPI) Matthias Fischer
2020-08-24 14:08 ` Michael Tremer
2020-09-05 15:42 ` Matthias Fischer
2020-09-05 15:42 ` Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox