mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added Danish language texts
This commit is contained in:
parent
7fbd1c5675
commit
042523bf2b
@ -1134,3 +1134,6 @@ Mattias Gr
|
||||
|
||||
Uwe Hanke <uhanke@gmx.de>
|
||||
for fixing some typos in the Makefile's 'font' target
|
||||
|
||||
Mogens Elneff <mogens@elneff.dk>
|
||||
for translating OSD texts to the Danish language
|
||||
|
5
HISTORY
5
HISTORY
@ -359,7 +359,7 @@ Video Disk Recorder Revision History
|
||||
the EPG scanner).
|
||||
- The EPG scanner now starts with the first channel (it used to start with the
|
||||
second channel).
|
||||
- Reacitvated setting the PNR.
|
||||
- Reactivated setting the PNR.
|
||||
- Adapted the frame scanning to the new muxing of the driver.
|
||||
- The new compile time option REMOTE=NONE can be used to compile VDR without
|
||||
any remote control support (for applications where it shall be controlled
|
||||
@ -3117,7 +3117,8 @@ Video Disk Recorder Revision History
|
||||
learned inside the menu to avoid overwriting the date/time in the 'classic'
|
||||
skin (thanks to Oliver Endriss for reporting this one).
|
||||
|
||||
2004-11-02: Version 1.3.16
|
||||
2004-11-06: Version 1.3.16
|
||||
|
||||
- Fixed cChannel::SetName() in case only the ShortName or Provider has changed
|
||||
(thanks to Sascha Volkenandt for reporting this one).
|
||||
- Added Danish language texts (thanks to Mogens Elneff).
|
||||
|
4
i18n.h
4
i18n.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: i18n.h 1.13 2004/10/16 11:50:41 kls Exp $
|
||||
* $Id: i18n.h 1.14 2004/11/06 10:26:52 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __I18N_H
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
const int I18nNumLanguages = 19;
|
||||
const int I18nNumLanguages = 20;
|
||||
|
||||
typedef const char *tI18nPhrase[I18nNumLanguages];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user