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 /i18n.c | |
parent | 98fe8d8f86ec77317242588206727e29678fe47f (diff) | |
download | vdr-fd3cd16158833e1c26bfaf90330292fb444146fe.tar.gz vdr-fd3cd16158833e1c26bfaf90330292fb444146fe.tar.bz2 |
Fixed missing ',' in the Italian and Polish OSD texts
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", |