diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-27 14:23:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-27 14:23:27 +0100 |
commit | 533a3f26f9767d005a9016f82cd6c86c260abd35 (patch) | |
tree | d966ee1bac1f17fc734bb1cfb869b25b1fa0ae8f | |
parent | 136c8b57a2c220f25b7ed21121cdc7216e8e7990 (diff) | |
download | vdr-533a3f26f9767d005a9016f82cd6c86c260abd35.tar.gz vdr-533a3f26f9767d005a9016f82cd6c86c260abd35.tar.bz2 |
Fixed a missing ',' in the Greek OSD texts
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | i18n.c | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0b4dc12a..13b96bb2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1323,6 +1323,7 @@ Kimmo Tykkala <tykkala@iki.fi> Arthur Konovalov <kasjas@hot.ee> for translating OSD texts to the Estonian language + for fixing a missing ',' in the Greek OSD texts Milos Kapoun <m.kapoun@cra.cz> for suggesting to skip code table info in SI data @@ -4237,3 +4237,4 @@ Video Disk Recorder Revision History - Fixed a crash when pressing '0' in the "Schedule" menu on a channel that doesn't have any EPG data (reported ny Alexander Hans). - Updated the Danish OSD texts (thanks to Mogens Elneff). +- Fixed a missing ',' in the Greek OSD texts (thanks to Arthur Konovalov). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.241 2006/01/27 14:17:30 kls Exp $ + * $Id: i18n.c 1.242 2006/01/27 14:21:28 kls Exp $ * * Translations provided by: * @@ -2958,7 +2958,7 @@ const tI18nPhrase Phrases[] = { "ei koskaan", "nigdy", "nunca", - "ÐïôÝ" + "ÐïôÝ", "aldrig", "niciodatã", "",// TODO |