mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed missing ',' in the Italian and Polish OSD texts
This commit is contained in:
parent
98fe8d8f86
commit
fd3cd16158
@ -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
|
||||||
|
1
HISTORY
1
HISTORY
@ -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
6
i18n.c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user