1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Updated for vdr-1.4.0.

Modified APIVERSION code in Makefile.
Updated german translation (Thanks to Andreas Brachold).
This commit is contained in:
Rolf Ahrenberg
2006-04-30 04:20:00 +03:00
parent bf85e32d0d
commit 74a2a1bbe7
6 changed files with 18 additions and 12 deletions

View File

@@ -222,3 +222,9 @@ VDR Plugin 'femon' Revision History
- Added STRIP option for Makefile (Thanks to Ville Skytt<74>). - Added STRIP option for Makefile (Thanks to Ville Skytt<74>).
- Modified APIVERSION code in Makefile. - Modified APIVERSION code in Makefile.
2006-04-30: Version 1.0.0
- Updated for vdr-1.4.0.
- Modified APIVERSION code in Makefile.
- Updated german translation (Thanks to Andreas Brachold).

View File

@@ -39,7 +39,7 @@ TMPDIR = /tmp
### The version number of VDR's plugin API (taken from VDR's "config.h"): ### The version number of VDR's plugin API (taken from VDR's "config.h"):
APIVERSION = $(shell sed -ne '/define APIVERSION/ { s/^.*"\(.*\)".*$$/\1/; p }' $(VDRDIR)/config.h) APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
### The name of the distribution archive: ### The name of the distribution archive:

View File

@@ -15,8 +15,8 @@
#include "femontools.h" #include "femontools.h"
#include "femon.h" #include "femon.h"
#if defined(APIVERSNUM) && APIVERSNUM < 10347 #if defined(APIVERSNUM) && APIVERSNUM < 10400
#error "VDR API version 10347 or greater is required!" #error "VDR-1.4.0 API version or greater is required!"
#endif #endif
cPluginFemon::cPluginFemon() cPluginFemon::cPluginFemon()

View File

@@ -11,7 +11,7 @@
#include <vdr/plugin.h> #include <vdr/plugin.h>
static const char VERSION[] = "0.9.10"; static const char VERSION[] = "1.0.0";
static const char DESCRIPTION[] = "DVB Signal Information Monitor (OSD)"; static const char DESCRIPTION[] = "DVB Signal Information Monitor (OSD)";
static const char MAINMENUENTRY[] = "Signal Information"; static const char MAINMENUENTRY[] = "Signal Information";

View File

@@ -30,7 +30,7 @@ TMPDIR = /tmp
### The version number of VDR's plugin API (taken from VDR's "config.h"): ### The version number of VDR's plugin API (taken from VDR's "config.h"):
APIVERSION = $(shell sed -ne '/define APIVERSION/ { s/^.*"\(.*\)".*$$/\1/; p }' $(VDRDIR)/config.h) APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h)
### The name of the distribution archive: ### The name of the distribution archive:

View File

@@ -736,7 +736,7 @@ const tI18nPhrase Phrases[] = {
"Auto", // <20>esky (Czech) "Auto", // <20>esky (Czech)
}, },
{ "None", // English { "None", // English
"None", // Deutsch "Nichts", // Deutsch
"None", // Slovenski "None", // Slovenski
"None", // Italiano "None", // Italiano
"None", // Nederlands "None", // Nederlands
@@ -758,7 +758,7 @@ const tI18nPhrase Phrases[] = {
"None", // <20>esky (Czech) "None", // <20>esky (Czech)
}, },
{ "Off", // English { "Off", // English
"Off", // Deutsch "Aus", // Deutsch
"Off", // Slovenski "Off", // Slovenski
"Off", // Italiano "Off", // Italiano
"Off", // Nederlands "Off", // Nederlands
@@ -780,7 +780,7 @@ const tI18nPhrase Phrases[] = {
"Off", // <20>esky (Czech) "Off", // <20>esky (Czech)
}, },
{ "On", // English { "On", // English
"On", // Deutsch "Ein", // Deutsch
"On", // Slovenski "On", // Slovenski
"On", // Italiano "On", // Italiano
"On", // Nederlands "On", // Nederlands
@@ -1506,7 +1506,7 @@ const tI18nPhrase Phrases[] = {
"", // <20>esky (Czech) "", // <20>esky (Czech)
}, },
{ "Audio Coding Mode", // English { "Audio Coding Mode", // English
"Audio Coding Modus", // Deutsch "Audiokodierung", // Deutsch
"", // Slovenski "", // Slovenski
"", // Italiano "", // Italiano
"", // Nederlands "", // Nederlands
@@ -1792,7 +1792,7 @@ const tI18nPhrase Phrases[] = {
"", // <20>esky (Czech) "", // <20>esky (Czech)
}, },
{ "Voice Over (VO)", // English { "Voice Over (VO)", // English
"<EFBFBD>berlagerte Stimme (VO)", // Deutsch "<EFBFBD>berlagerte Stimme (VO)", // Deutsch
"", // Slovenski "", // Slovenski
"", // Italiano "", // Italiano
"", // Nederlands "", // Nederlands
@@ -2056,7 +2056,7 @@ const tI18nPhrase Phrases[] = {
"", // <20>esky (Czech) "", // <20>esky (Czech)
}, },
{ "Analog", // English { "Analog", // English
"", // Deutsch "Analog", // Deutsch
"", // Slovenski "", // Slovenski
"", // Italiano "", // Italiano
"", // Nederlands "", // Nederlands
@@ -2078,7 +2078,7 @@ const tI18nPhrase Phrases[] = {
"", // <20>esky (Czech) "", // <20>esky (Czech)
}, },
{ "Free to Air", // English { "Free to Air", // English
"Free to Air", // Deutsch "Frei empfangbar", // Deutsch
"", // Slovenski "", // Slovenski
"", // Italiano "", // Italiano
"", // Nederlands "", // Nederlands