diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-05 09:36:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-05 09:36:58 +0100 |
commit | 8f9ff2cfe00380bf0f6b40a67c65ce9c7385de53 (patch) | |
tree | 15cc638faed27c006b99db64526a603b44531ffe | |
parent | ea94337f96e101a65cfcd42150ddcfcf5da28291 (diff) | |
download | vdr-8f9ff2cfe00380bf0f6b40a67c65ce9c7385de53.tar.gz vdr-8f9ff2cfe00380bf0f6b40a67c65ce9c7385de53.tar.bz2 |
Fixed the German translations of "latitude" and "longitude" (they were swapped)
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | po/de_DE.po | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -8495,3 +8495,4 @@ Video Disk Recorder Revision History - The "Select folder" menu now adds the folder names of all existing recordings to any names that have been predefined in "folders.conf" (suggested by Sören Moch). - Updated the Italian OSD texts (thanks to Diego Pierotto). +- Fixed the German translations of "latitude" and "longitude" (they were swapped). diff --git a/po/de_DE.po b/po/de_DE.po index 69717a89..a5850f24 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1079,7 +1079,7 @@ msgid "Setup.LNB$Use dish positioner" msgstr "Antennen-Positionierer benutzen" msgid "Setup.LNB$Site latitude (degrees)" -msgstr "Standort Längengrad" +msgstr "Standort Breitengrad" msgid "South" msgstr "Süd" @@ -1088,7 +1088,7 @@ msgid "North" msgstr "Nord" msgid "Setup.LNB$Site longitude (degrees)" -msgstr "Standort Breitengrad" +msgstr "Standort Längengrad" msgid "West" msgstr "West" |