diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-13 10:01:50 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-13 10:01:50 +0100 |
commit | 14e37ed124a5860067f545e223aca9508871e54e (patch) | |
tree | 9284bd39971eb7ae042399141ec995daaf2803db | |
parent | cee82d865963bfeed3a6db9b585287a8a6729685 (diff) | |
download | vdr-14e37ed124a5860067f545e223aca9508871e54e.tar.gz vdr-14e37ed124a5860067f545e223aca9508871e54e.tar.bz2 |
Changed the German weekday names from "MonDieMitDonFreSamSon" to "Mo.Di.Mi.Do.Fr.Sa.So."
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | po/de_DE.po | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b8c54ea4..04dd82dc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3175,6 +3175,7 @@ Stefan Blochberger <Stefan.Blochberger@gmx.de> recording is started for suggesting that floating point numbers presented to the user shall be displayed in the way defined by the current locale + for changing the German weekday names from "MonDieMitDonFreSamSon" to "Mo.Di.Mi.Do.Fr.Sa.So." Cedric Dewijs <cedric.dewijs@telfort.nl> for adding maximum SNR value for PCTV Systems PCTV 73ESE @@ -8355,3 +8355,5 @@ Video Disk Recorder Revision History ".../Volume linearize" (thanks to Claus Muus). See the MANUAL for details. - Fixed jumping to an absolute position via the Red key in case replay was paused (reported by Dieter Ferdinand). +- Changed the German weekday names from "MonDieMitDonFreSamSon" to + "Mo.Di.Mi.Do.Fr.Sa.So." (thanks to Stefan Blochberger). diff --git a/po/de_DE.po b/po/de_DE.po index 2f15c121..4512b446 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1455,7 +1455,7 @@ msgstr "MDMDFSS" #. TRANSLATORS: abbreviated weekdays, beginning with monday (must all be 3 letters!) msgid "MonTueWedThuFriSatSun" -msgstr "MonDieMitDonFreSamSon" +msgstr "Mo.Di.Mi.Do.Fr.Sa.So." msgid "Monday" msgstr "Montag" |