summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorRaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-23 15:17:50 +0000
committerRaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-23 15:17:50 +0000
commitda41cc77e5600aad1f37c8409cb112dbe071de67 (patch)
tree2c2eb72239541614464bac668f437dac1349c819 /i18n.h
parent53fbd7857faa6572e90b7ddaac17034ba7f0c486 (diff)
downloadvdr-plugin-muggle-da41cc77e5600aad1f37c8409cb112dbe071de67.tar.gz
vdr-plugin-muggle-da41cc77e5600aad1f37c8409cb112dbe071de67.tar.bz2
- first i18n attempt
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@42 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
new file mode 100644
index 0000000..e4e6993
--- /dev/null
+++ b/i18n.h
@@ -0,0 +1,16 @@
+/*
+ * i18n.h: Internationalization
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ * $Id: i18n.h,v 1.1 2004/02/23 15:41:21 RaK Exp $
+ */
+
+#ifndef _I18N__H
+#define _I18N__H
+
+#include <vdr/i18n.h>
+
+extern const tI18nPhrase Phrases[];
+
+#endif //_I18N__H