summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@powarman.de>2008-05-03 22:18:00 +0200
committerAndreas Regel <andreas.regel@powarman.de>2008-05-03 22:18:00 +0200
commit15f8e9b463ac432693b114c9b9f40a2155ae9dfb (patch)
tree75d96af805439e525c3afcc3e6c5abc99dc84159 /i18n.c
parentcac6362d2207752926f9339c1c547d60d5c2a6a0 (diff)
downloadvdr-plugin-osdpip-15f8e9b463ac432693b114c9b9f40a2155ae9dfb.tar.gz
vdr-plugin-osdpip-15f8e9b463ac432693b114c9b9f40a2155ae9dfb.tar.bz2
Release version 0.0.10v0.0.10
- support swscale functions of recent FFMPEG versions. Have a look at README to see how to deactivate it for older FFPMEG versions. - support changed header file structure of recent FFMPEG versions. Have a look at README to see how to activate this. - added zapping through PiP channel based on a patch by pinky666 from vdr-portal. You can activate it via the green button.
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/i18n.c b/i18n.c
index 25bb047..ffe874a 100644
--- a/i18n.c
+++ b/i18n.c
@@ -655,6 +655,25 @@ const tI18nPhrase Phrases[] = {
"", // Russian
"", // Croatian
},
+ { "Zapping mode", // English
+ "Umschaltmodus", // Deutsch
+ "", // Slovenski
+ "", // Italiano
+ "", // Nederlands
+ "", // Português
+ "", // Français
+ "", // Norsk
+ "", // Suomi
+ "", // Polski
+ "", // Español
+ "", // Ellinika
+ "", // Svenska
+ "", // Romaneste
+ "", // Magyar
+ "", // Catala
+ "", // Russian
+ "", // Croatian
+ },
{ NULL }
};