mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed missing ',' in the Italian and Polish OSD texts
This commit is contained in:
6
i18n.c
6
i18n.c
@@ -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<61>le",
|
||||
"Ta oddaja - vsi kanali",
|
||||
"Questo evento - tutti i canali"
|
||||
"Questo evento - tutti i canali",
|
||||
"",//TODO
|
||||
"",//TODO
|
||||
"Cet <20>v<EFBFBD>nement - toutes les cha<68>nes",
|
||||
@@ -1703,7 +1703,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"Aucun cryptage",
|
||||
"",//TODO
|
||||
"vapaa",
|
||||
"nieszyfrowany"
|
||||
"nieszyfrowany",
|
||||
"en abierto",
|
||||
"",//TODO
|
||||
"Okodad",
|
||||
|
Reference in New Issue
Block a user