diff options
author | phintuka <phintuka> | 2006-06-03 09:50:54 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-06-03 09:50:54 +0000 |
commit | 321eb114c9fe9abd954ce4270595d53df6cccbae (patch) | |
tree | bb552617e1de0fec778e4b3540c25024b1016139 /i18n.h | |
parent | a984ea3661e35144f00c34895e67f87e3ed64894 (diff) | |
download | xineliboutput-321eb114c9fe9abd954ce4270595d53df6cccbae.tar.gz xineliboutput-321eb114c9fe9abd954ce4270595d53df6cccbae.tar.bz2 |
Initial import
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |