mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a missing ',' in the Greek OSD texts
This commit is contained in:
parent
136c8b57a2
commit
533a3f26f9
@ -1323,6 +1323,7 @@ Kimmo Tykkala <tykkala@iki.fi>
|
|||||||
|
|
||||||
Arthur Konovalov <kasjas@hot.ee>
|
Arthur Konovalov <kasjas@hot.ee>
|
||||||
for translating OSD texts to the Estonian language
|
for translating OSD texts to the Estonian language
|
||||||
|
for fixing a missing ',' in the Greek OSD texts
|
||||||
|
|
||||||
Milos Kapoun <m.kapoun@cra.cz>
|
Milos Kapoun <m.kapoun@cra.cz>
|
||||||
for suggesting to skip code table info in SI data
|
for suggesting to skip code table info in SI data
|
||||||
|
1
HISTORY
1
HISTORY
@ -4237,3 +4237,4 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed a crash when pressing '0' in the "Schedule" menu on a channel that doesn't
|
- Fixed a crash when pressing '0' in the "Schedule" menu on a channel that doesn't
|
||||||
have any EPG data (reported ny Alexander Hans).
|
have any EPG data (reported ny Alexander Hans).
|
||||||
- Updated the Danish OSD texts (thanks to Mogens Elneff).
|
- Updated the Danish OSD texts (thanks to Mogens Elneff).
|
||||||
|
- Fixed a missing ',' in the Greek OSD texts (thanks to Arthur Konovalov).
|
||||||
|
4
i18n.c
4
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.241 2006/01/27 14:17:30 kls Exp $
|
* $Id: i18n.c 1.242 2006/01/27 14:21:28 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -2958,7 +2958,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"ei koskaan",
|
"ei koskaan",
|
||||||
"nigdy",
|
"nigdy",
|
||||||
"nunca",
|
"nunca",
|
||||||
"ÐïôÝ"
|
"ÐïôÝ",
|
||||||
"aldrig",
|
"aldrig",
|
||||||
"niciodatã",
|
"niciodatã",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user