blob: 5068d5bc6e841466fb7294d683459aefd79baf5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|