mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Updated the Finnish OSD texts
This commit is contained in:
parent
16fe4d783f
commit
6bb8b86ff4
4
HISTORY
4
HISTORY
@ -5134,3 +5134,7 @@ Video Disk Recorder Revision History
|
|||||||
complete, and the channel is switched (suggested by Helmut Auer). Setting this
|
complete, and the channel is switched (suggested by Helmut Auer). Setting this
|
||||||
parameter to 0 turns off the automatic channel switching, and the user will
|
parameter to 0 turns off the automatic channel switching, and the user will
|
||||||
have to confirm the entry by pressing the "Ok" key.
|
have to confirm the entry by pressing the "Ok" key.
|
||||||
|
|
||||||
|
2007-03-03: Version 1.5.2
|
||||||
|
|
||||||
|
- Updated 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.287 2007/02/25 13:58:59 kls Exp $
|
* $Id: config.h 1.288 2007/03/03 15:39:05 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
// VDR's own version number:
|
// VDR's own version number:
|
||||||
|
|
||||||
#define VDRVERSION "1.5.1"
|
#define VDRVERSION "1.5.2"
|
||||||
#define VDRVERSNUM 10501 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 10502 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
|
12
i18n.c
12
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.291 2007/02/25 13:59:28 kls Exp $
|
* $Id: i18n.c 1.292 2007/03/03 15:38:18 kls Exp $
|
||||||
*
|
*
|
||||||
* Translations provided by:
|
* Translations provided by:
|
||||||
*
|
*
|
||||||
@ -1349,7 +1349,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Muokkaus kesken - käynnistetäänkö uudelleen?",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@ -1437,7 +1437,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"Peru uudelleenkäynnistys painamalla mitä tahansa näppäintä",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@ -1459,7 +1459,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"VDR sammuu myöhemmin - pakota virtakytkimellä",
|
"VDR sammuu myöhemmin - pakota virtanäppäimellä",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@ -1503,7 +1503,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"Leikkaus kesken - sammutetaanko?",
|
"Muokkaus kesken - sammutetaanko?",
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
"",//TODO
|
"",//TODO
|
||||||
@ -4654,7 +4654,7 @@ const tI18nPhrase Phrases[] = {
|
|||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"Kanavasyötteen odotusaika (ms)",
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
"",// TODO
|
"",// TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user