summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-06-03 09:50:54 +0000
committerphintuka <phintuka>2006-06-03 09:50:54 +0000
commit321eb114c9fe9abd954ce4270595d53df6cccbae (patch)
treebb552617e1de0fec778e4b3540c25024b1016139 /i18n.h
parenta984ea3661e35144f00c34895e67f87e3ed64894 (diff)
downloadxineliboutput-321eb114c9fe9abd954ce4270595d53df6cccbae.tar.gz
xineliboutput-321eb114c9fe9abd954ce4270595d53df6cccbae.tar.bz2
Initial import
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
new file mode 100644
index 00000000..90ec4929
--- /dev/null
+++ b/i18n.h
@@ -0,0 +1,18 @@
+/*
+ * i18n.h: Internationalization
+ *
+ * See the main source file 'xineliboutput.c' for copyright information and
+ * how to reach the author.
+ *
+ * $Id: i18n.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $
+ *
+ */
+
+#ifndef __XINELIBOUTPUT_I18N_H
+#define __XINELIBOUTPUT_I18N_H
+
+#include <vdr/i18n.h>
+
+extern const tI18nPhrase Phrases[];
+
+#endif //__XINELIBOUTPUT_I18N_H