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
60341fc883
commit
b0069f3410
6
HISTORY
6
HISTORY
@ -2283,7 +2283,7 @@ Video Disk Recorder Revision History
|
||||
or Makefile.config as defaults (thanks to Steffen Barszus).
|
||||
- Added the usual menu timeout to the CAM menus.
|
||||
|
||||
2003-08-17: Version 1.2.3
|
||||
2003-08-17: Version 1.2.3 (not officially released)
|
||||
|
||||
- Fixed the TS to PES repacker so that it works with MPEG1 streams (thanks to
|
||||
Andreas Kool).
|
||||
@ -2314,4 +2314,8 @@ Video Disk Recorder Revision History
|
||||
(suggested by Helmut Auer).
|
||||
- Removing deleted recordings faster than normal when cutting, to avoid running
|
||||
out of disk space (thanks to Manfred Schmidt-Voigt for reporting this one).
|
||||
|
||||
2003-08-24: Version 1.2.4
|
||||
|
||||
- Fixed 'runvdr' to stay in the loop only if VDR returns an exit status of '1'.
|
||||
- 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
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 1.168 2003/08/17 08:46:34 kls Exp $
|
||||
* $Id: config.h 1.169 2003/08/24 10:52:20 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -19,8 +19,8 @@
|
||||
#include "device.h"
|
||||
#include "tools.h"
|
||||
|
||||
#define VDRVERSION "1.2.3"
|
||||
#define VDRVERSNUM 10203 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.2.4"
|
||||
#define VDRVERSNUM 10204 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
#define MAXPRIORITY 99
|
||||
#define MAXLIFETIME 99
|
||||
|
6
i18n.c
6
i18n.c
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: i18n.c 1.130 2003/08/17 08:53:24 kls Exp $
|
||||
* $Id: i18n.c 1.131 2003/08/24 10:52:08 kls Exp $
|
||||
*
|
||||
* Translations provided by:
|
||||
*
|
||||
@ -79,7 +79,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"Português",
|
||||
"Français",
|
||||
"Norsk",
|
||||
"suomi",
|
||||
"Suomi",
|
||||
"Polski",
|
||||
"Español",
|
||||
"Ellinika",
|
||||
@ -2671,7 +2671,7 @@ const tI18nPhrase Phrases[] = {
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"Kanavavalinnan odotusaika (s)",
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
"",// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user