diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +/* + * i18n.h: The 'EnigmaNG' VDR skin + * + * See the README file for copyright information and how to reach the author. + * + */ + +#ifndef __ENIGMA_I18N_H +#define __ENIGMA_I18N_H + +#include <vdr/i18n.h> + +extern const tI18nPhrase Phrases[]; + +#endif // __ENIGMA_I18N_H |