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
860786f809
commit
5cf69d18ba
4
HISTORY
4
HISTORY
@ -7009,3 +7009,7 @@ Video Disk Recorder Revision History
|
||||
+ The default table id for a newly created cEvent has been changed to 0xFF,
|
||||
which is higher than any normal table id that is broadcast in the EIT data.
|
||||
See PLUGINS.html, section "Electronic Program Guide" for more information.
|
||||
|
||||
2012-03-11: Version 1.7.27
|
||||
|
||||
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||
|
10
config.h
10
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 2.44 2012/03/03 13:25:22 kls Exp $
|
||||
* $Id: config.h 2.45 2012/03/11 10:41:44 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "1.7.26"
|
||||
#define VDRVERSNUM 10726 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.7.27"
|
||||
#define VDRVERSNUM 10727 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "1.7.26"
|
||||
#define APIVERSNUM 10726 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "1.7.27"
|
||||
#define APIVERSNUM 10727 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// When loading plugins, VDR searches them by their APIVERSION, which
|
||||
// may be smaller than VDRVERSION in case there have been no changes to
|
||||
|
@ -652,10 +652,10 @@ msgid "Button$Folder"
|
||||
msgstr "Kansio"
|
||||
|
||||
msgid "Button$Once"
|
||||
msgstr ""
|
||||
msgstr "Yksittäinen"
|
||||
|
||||
msgid "Button$Repeating"
|
||||
msgstr ""
|
||||
msgstr "Toistuva"
|
||||
|
||||
msgid "First day"
|
||||
msgstr "1. päivä"
|
||||
|
Loading…
Reference in New Issue
Block a user