Fixed missing ',' in the Italian and Polish OSD texts

This commit is contained in:
Klaus Schmidinger 2006-05-01 21:04:37 +02:00
parent 98fe8d8f86
commit fd3cd16158
3 changed files with 5 additions and 3 deletions

View File

@ -1679,6 +1679,7 @@ Marko M
for reporting that a menu was automatically closed when a replay ends 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 for suggesting to ignore k_Repeat when deciding whether the same key has been
pressed in string input fields pressed in string input fields
for fixing missing ',' in the Italian and Polish OSD texts
Patrick Rother <krd-vdr@gulu.net> Patrick Rother <krd-vdr@gulu.net>
for reporting a bug in defining timers that only differ in the day of week for reporting a bug in defining timers that only differ in the day of week

View File

@ -4696,3 +4696,4 @@ Video Disk Recorder Revision History
reporting that it still used DVBDIR). reporting that it still used DVBDIR).
- Added 'eval' to the $VDRCMD call in 'runvdr' to avoid problems with quoting - Added 'eval' to the $VDRCMD call in 'runvdr' to avoid problems with quoting
(suggested by Udo Richter). (suggested by Udo Richter).
- Fixed missing ',' in the Italian and Polish OSD texts (thanks to Marko Mäkelä).

6
i18n.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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: * Translations provided by:
* *
@ -484,7 +484,7 @@ const tI18nPhrase Phrases[] = {
{ "This event - all channels", { "This event - all channels",
"Diese Sendung - alle Kanäle", "Diese Sendung - alle Kanäle",
"Ta oddaja - vsi kanali", "Ta oddaja - vsi kanali",
"Questo evento - tutti i canali" "Questo evento - tutti i canali",
"",//TODO "",//TODO
"",//TODO "",//TODO
"Cet événement - toutes les chaînes", "Cet événement - toutes les chaînes",
@ -1703,7 +1703,7 @@ const tI18nPhrase Phrases[] = {
"Aucun cryptage", "Aucun cryptage",
"",//TODO "",//TODO
"vapaa", "vapaa",
"nieszyfrowany" "nieszyfrowany",
"en abierto", "en abierto",
"",//TODO "",//TODO
"Okodad", "Okodad",