mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
[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.
This commit is contained in:
parent
be2518704e
commit
9a0246ef65
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ BEGIN
|
||||||
IDS_PETABYTE "PB RAM"
|
IDS_PETABYTE "PB RAM"
|
||||||
IDS_MEGAHERTZ "MHz"
|
IDS_MEGAHERTZ "MHz"
|
||||||
IDS_GIGAHERTZ "GHz"
|
IDS_GIGAHERTZ "GHz"
|
||||||
IDS_UPTIME_FORMAT "%u Days, %02u:%02u:%02u"
|
IDS_UPTIME_FORMAT "%u Tage, %02u:%02u:%02u"
|
||||||
IDS_VARIABLE "Variable"
|
IDS_VARIABLE "Variable"
|
||||||
IDS_VALUE "Wert"
|
IDS_VALUE "Wert"
|
||||||
IDS_NO_DUMP "(Keine)"
|
IDS_NO_DUMP "(Keine)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue