diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-01 21:04:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-01 21:04:37 +0200 |
commit | fd3cd16158833e1c26bfaf90330292fb444146fe (patch) | |
tree | a913fd5f102dc322b95e5289bd5fda3f29e6dfc7 | |
parent | 98fe8d8f86ec77317242588206727e29678fe47f (diff) | |
download | vdr-fd3cd16158833e1c26bfaf90330292fb444146fe.tar.gz vdr-fd3cd16158833e1c26bfaf90330292fb444146fe.tar.bz2 |
Fixed missing ',' in the Italian and Polish OSD texts
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | i18n.c | 6 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 175c77c1..5a6733df 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1679,6 +1679,7 @@ Marko Mäkelä <marko.makela@hut.fi> for reporting that a menu was automatically closed when a replay ends for suggesting to ignore k_Repeat when deciding whether the same key has been pressed in string input fields + for fixing missing ',' in the Italian and Polish OSD texts Patrick Rother <krd-vdr@gulu.net> for reporting a bug in defining timers that only differ in the day of week @@ -4696,3 +4696,4 @@ Video Disk Recorder Revision History reporting that it still used DVBDIR). - Added 'eval' to the $VDRCMD call in 'runvdr' to avoid problems with quoting (suggested by Udo Richter). +- Fixed missing ',' in the Italian and Polish OSD texts (thanks to Marko Mäkelä). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.279 2006/04/30 08:51:10 kls Exp $ + * $Id: i18n.c 1.280 2006/05/01 21:01:37 kls Exp $ * * Translations provided by: * @@ -484,7 +484,7 @@ const tI18nPhrase Phrases[] = { { "This event - all channels", "Diese Sendung - alle Kanäle", "Ta oddaja - vsi kanali", - "Questo evento - tutti i canali" + "Questo evento - tutti i canali", "",//TODO "",//TODO "Cet événement - toutes les chaînes", @@ -1703,7 +1703,7 @@ const tI18nPhrase Phrases[] = { "Aucun cryptage", "",//TODO "vapaa", - "nieszyfrowany" + "nieszyfrowany", "en abierto", "",//TODO "Okodad", |