Added Swedish language texts

This commit is contained in:
Klaus Schmidinger 2002-05-26 09:43:17 +02:00
parent 0161197360
commit 73c91b2672
4 changed files with 190 additions and 6 deletions

View File

@ -353,3 +353,6 @@ Gregoire Favre <greg@ulima.unil.ch>
Sven Grothklags <sven@uni-paderborn.de>
for fixing the cutting mechanism to make it re-sync in case a frame is larger
than the buffer
Tomas Prybil <tomas.prybil@copper.se>
for translating OSD texts to the Swedish language

View File

@ -1286,15 +1286,16 @@ Video Disk Recorder Revision History
- Improved the [eid]syslog() macros, so that the LOG_... macros don't need to be
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).
- Fixed some function headers to make them compile with gcc 3.x (thanks to
Gregoire Favre).
- Fixed the cutting mechanism to make it re-sync in case a frame is larger than the
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
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.
See PLUGINS.html for details.
- Moved the cEITScanner out of dvbapi.h/.c, into the new eitscan.h/.c.
- Added Swedish language texts (thanks to Tomas Prybil).

183
i18n.c

File diff suppressed because it is too large Load Diff

4
i18n.h
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* 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
@ -12,7 +12,7 @@
#include <stdio.h>
const int I18nNumLanguages = 12;
const int I18nNumLanguages = 13;
typedef const char *tI18nPhrase[I18nNumLanguages];