From 9a0246ef650fb3dce09829a3f1201ca7f403b1f9 Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Wed, 20 Jan 2021 03:16:07 +0100 Subject: [PATCH] [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)" -- 2.17.1