mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a missing ',' in the Swedish OSD texts
This commit is contained in:
parent
116abbe05e
commit
dc4a1bca2e
@ -1337,6 +1337,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
|
for fixing a missing ',' in the Greek OSD texts
|
||||||
|
for fixing a missing ',' in the Swedish 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
@ -4296,3 +4296,4 @@ Video Disk Recorder Revision History
|
|||||||
- Improved cUnbufferedFile; USE_FADVISE is now defined in tools.c by default, so
|
- Improved cUnbufferedFile; USE_FADVISE is now defined in tools.c by default, so
|
||||||
if you don't want to use "fadvise" you need to comment out that line (thanks to
|
if you don't want to use "fadvise" you need to comment out that line (thanks to
|
||||||
Artur Skawina).
|
Artur Skawina).
|
||||||
|
- Fixed a missing ',' in the Swedish 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.246 2006/02/04 11:00:52 kls Exp $
|
* $Id: i18n.c 1.247 2006/02/04 14:17:54 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -2632,7 +2632,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"D¼wiêk nie jest dostêpny!",
|
"D¼wiêk nie jest dostêpny!",
|
||||||
"¡No hay audio disponible!",
|
"¡No hay audio disponible!",
|
||||||
"Ìç äéáèÝóéìïò Þ÷ïò",
|
"Ìç äéáèÝóéìïò Þ÷ïò",
|
||||||
"Ljud saknas!"
|
"Ljud saknas!",
|
||||||
"Lipseºte sunetul!",
|
"Lipseºte sunetul!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user