summaryrefslogtreecommitdiff
path: root/ttxtsubsi18n.h
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:02:42 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:02:42 +0100
commite2bcda13cdbcaa85f8b7462977b946b095c8b24a (patch)
tree6ab1d92cd0a324481b2259d910e68bba707c1f2e /ttxtsubsi18n.h
parente5d1aacca2020e63dbaf320ba8b1de61746ad410 (diff)
downloadvdr-plugin-ttxtsubs-0.0.5pre2.tar.gz
vdr-plugin-ttxtsubs-0.0.5pre2.tar.bz2
- New featuresv0.0.5pre2
- Text colours can be set and row spacing can be adjusted. (The usual semitransparent "background" colour appearently doesn't work with the ElchiAIO patch, don't know why.) Thanks to Rolf Ahrenberg for the patch! - ttxtsubs menus can now be translated to different languages. Thanks to Rolf Ahrenberg for the patch! English, Finnish and Swedish now included, others are welcome! - Bugs fixed: - Information for channels with no teletext at all is now cached too, making channel switches to such channels faster. - Note: - The VDR 1.2.x patch "VDR.patch" is the same as in ttxtsubs 0.0.4b, and the 0.0.4 and 0.0.3d patch should work equally well - there is no need to repatch if you previously used any of those.
Diffstat (limited to 'ttxtsubsi18n.h')
-rw-r--r--ttxtsubsi18n.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/ttxtsubsi18n.h b/ttxtsubsi18n.h
new file mode 100644
index 0000000..bc3f02b
--- /dev/null
+++ b/ttxtsubsi18n.h
@@ -0,0 +1,17 @@
+/*
+ * ttxtsubsi18n.h: A plugin for the Video Disk Recorder
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ * $Id: ttxtsubsi18n.h,v 1.1 2004/03/02 01:08:45 ragge Exp $
+ */
+
+#ifndef __TTXTSUBS_I18N_H
+#define __TTXTSUBS_I18N_H
+
+#include <vdr/i18n.h>
+
+
+extern const tI18nPhrase Phrases[];
+
+#endif //__TTXTSUBS_I18N_H