mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Completed the Finnish OSD texts
This commit is contained in:
parent
a3d995547f
commit
a4b743b355
4
HISTORY
4
HISTORY
@ -2610,3 +2610,7 @@ Video Disk Recorder Revision History
|
|||||||
broadcast on.
|
broadcast on.
|
||||||
- Fixed setting the source type for newly detected terrestrial transponders
|
- Fixed setting the source type for newly detected terrestrial transponders
|
||||||
(thanks to Christian Tramnitz for his support in debugging this).
|
(thanks to Christian Tramnitz for his support in debugging this).
|
||||||
|
|
||||||
|
2004-01-24: Version 1.3.3
|
||||||
|
|
||||||
|
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||||
|
6
config.h
6
config.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: config.h 1.183 2004/01/11 21:42:23 kls Exp $
|
* $Id: config.h 1.184 2004/01/24 10:03:55 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -20,8 +20,8 @@
|
|||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|
||||||
#define VDRVERSION "1.3.2"
|
#define VDRVERSION "1.3.3"
|
||||||
#define VDRVERSNUM 10302 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 10303 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
#define MAXPRIORITY 99
|
#define MAXPRIORITY 99
|
||||||
#define MAXLIFETIME 99
|
#define MAXLIFETIME 99
|
||||||
|
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.143 2004/01/17 14:39:38 kls Exp $
|
* $Id: i18n.c 1.144 2004/01/24 10:02:37 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -827,7 +827,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Päivitä",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user