mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed a missing ',' in the Swedish OSD texts
This commit is contained in:
@@ -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<EFBFBD>wi<EFBFBD>k nie jest dost<73>pny!",
|
"D<EFBFBD>wi<EFBFBD>k nie jest dost<73>pny!",
|
||||||
"<EFBFBD>No hay audio disponible!",
|
"<EFBFBD>No hay audio disponible!",
|
||||||
"<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>",
|
"<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>",
|
||||||
"Ljud saknas!"
|
"Ljud saknas!",
|
||||||
"Lipse<EFBFBD>te sunetul!",
|
"Lipse<EFBFBD>te sunetul!",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
|
Reference in New Issue
Block a user