diff options
Diffstat (limited to 'PLUGINS/SRC/hello/i18n.h')
-rw-r--r-- | PLUGINS/SRC/hello/i18n.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/PLUGINS/SRC/hello/i18n.h b/PLUGINS/SRC/hello/i18n.h new file mode 100644 index 0000000..2976fe8 --- /dev/null +++ b/PLUGINS/SRC/hello/i18n.h @@ -0,0 +1,11 @@ +/* + * i18n.h: Internationalization + * + * See the README file for copyright information and how to reach the author. + * + * $Id: i18n.h 1.1 2002/05/09 15:15:49 kls Exp $ + */ + +#include <vdr/i18n.h> + +extern const tI18nPhrase Phrases[]; |