mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added Swedish language texts
This commit is contained in:
parent
0161197360
commit
73c91b2672
@ -353,3 +353,6 @@ Gregoire Favre <greg@ulima.unil.ch>
|
|||||||
Sven Grothklags <sven@uni-paderborn.de>
|
Sven Grothklags <sven@uni-paderborn.de>
|
||||||
for fixing the cutting mechanism to make it re-sync in case a frame is larger
|
for fixing the cutting mechanism to make it re-sync in case a frame is larger
|
||||||
than the buffer
|
than the buffer
|
||||||
|
|
||||||
|
Tomas Prybil <tomas.prybil@copper.se>
|
||||||
|
for translating OSD texts to the Swedish language
|
||||||
|
6
HISTORY
6
HISTORY
@ -1286,15 +1286,16 @@ Video Disk Recorder Revision History
|
|||||||
- Improved the [eid]syslog() macros, so that the LOG_... macros don't need to be
|
- Improved the [eid]syslog() macros, so that the LOG_... macros don't need to be
|
||||||
given any more.
|
given any more.
|
||||||
|
|
||||||
2002-05-18: Version 1.0.3
|
2002-05-26: Version 1.0.3
|
||||||
|
|
||||||
- Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer).
|
- Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer).
|
||||||
- Fixed some function headers to make them compile with gcc 3.x (thanks to
|
- Fixed some function headers to make them compile with gcc 3.x (thanks to
|
||||||
Gregoire Favre).
|
Gregoire Favre).
|
||||||
- Fixed the cutting mechanism to make it re-sync in case a frame is larger than the
|
- Fixed the cutting mechanism to make it re-sync in case a frame is larger than the
|
||||||
buffer (thanks to Sven Grothklags).
|
buffer (thanks to Sven Grothklags).
|
||||||
|
- Added Swedish language texts (thanks to Tomas Prybil).
|
||||||
|
|
||||||
2002-05-20: Version 1.1.3
|
2002-05-26: Version 1.1.3
|
||||||
|
|
||||||
- Improved the VDR Makefile to avoid a warning if the '.dependencies' file does
|
- Improved the VDR Makefile to avoid a warning if the '.dependencies' file does
|
||||||
not exist, and also using $(MAKE) to call recursive makes.
|
not exist, and also using $(MAKE) to call recursive makes.
|
||||||
@ -1315,3 +1316,4 @@ Video Disk Recorder Revision History
|
|||||||
- Implemented cStatusMonitor to allow plugins to set up a status monitor.
|
- Implemented cStatusMonitor to allow plugins to set up a status monitor.
|
||||||
See PLUGINS.html for details.
|
See PLUGINS.html for details.
|
||||||
- Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c.
|
- Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c.
|
||||||
|
- Added Swedish language texts (thanks to Tomas Prybil).
|
||||||
|
4
i18n.h
4
i18n.h
@ -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.h 1.2 2002/05/05 13:42:31 kls Exp $
|
* $Id: i18n.h 1.3 2002/05/26 09:43:17 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __I18N_H
|
#ifndef __I18N_H
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
const int I18nNumLanguages = 12;
|
const int I18nNumLanguages = 13;
|
||||||
|
|
||||||
typedef const char *tI18nPhrase[I18nNumLanguages];
|
typedef const char *tI18nPhrase[I18nNumLanguages];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user