https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9a0246ef650fb3dce0982…
commit 9a0246ef650fb3dce09829a3f1201ca7f403b1f9
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Wed Jan 20 03:16:07 2021 +0100
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Wed Jan 20 03:16:07 2021 +0100
[SYSDM] Improve de-DE Uptime format translation
I tried initially to use Tag(e) but that does look too
crowded with the stuff after it. Since Windows is also not
consistent with the () for singular vs plural, I did chose
always plural "Tage".
Most often people will see "0 Tage" anyway, and that fits well.
---
dll/cpl/sysdm/lang/de-DE.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/cpl/sysdm/lang/de-DE.rc b/dll/cpl/sysdm/lang/de-DE.rc
index aad3fc771e4..ec635f2e81e 100644
--- a/dll/cpl/sysdm/lang/de-DE.rc
+++ b/dll/cpl/sysdm/lang/de-DE.rc
@@ -319,7 +319,7 @@ BEGIN
IDS_PETABYTE "PB RAM"
IDS_MEGAHERTZ "MHz"
IDS_GIGAHERTZ "GHz"
- IDS_UPTIME_FORMAT "%u Days, %02u:%02u:%02u"
+ IDS_UPTIME_FORMAT "%u Tage, %02u:%02u:%02u"
IDS_VARIABLE "Variable"
IDS_VALUE "Wert"
IDS_NO_DUMP "(Keine)"