diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-06-01 14:18:40 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-06-01 14:18:40 +0000 |
commit | f424927a325a63ab54ab98c39174479702576350 (patch) | |
tree | b52ca8ee79ce408c072f0a3e4259b36235bad8e7 | |
parent | 062136f838f250956c3bfc176574c134cb5960c3 (diff) | |
download | vdr-plugin-live-f424927a325a63ab54ab98c39174479702576350.tar.gz vdr-plugin-live-f424927a325a63ab54ab98c39174479702576350.tar.bz2 |
- fixed german translation of "Live Interactive VDR Enviroment" and
"List view".
-rw-r--r-- | i18n.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ namespace vdrlive { const tI18nPhrase Phrases[] = { - { "Live Integrated VDR Environment", - "Live Integrated VDR Environment", + { "Live Interactive VDR Environment", + "Live Interactive VDR Environment", "", // Slovenski "", // Italiono "", // Nederlands @@ -3989,7 +3989,7 @@ const tI18nPhrase Phrases[] = { "", // Dansk "", // Czech }, - { "Listview", // English + { "List view", // English "Listenansicht", // Deutsch "", // Slovenski "", // Italiano |