diff options
Diffstat (limited to 'ttxtsubsi18n.h')
| -rw-r--r-- | ttxtsubsi18n.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ttxtsubsi18n.h b/ttxtsubsi18n.h new file mode 100644 index 0000000..bc3f02b --- /dev/null +++ b/ttxtsubsi18n.h @@ -0,0 +1,17 @@ +/* + * ttxtsubsi18n.h: A plugin for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + * $Id: ttxtsubsi18n.h,v 1.1 2004/03/02 01:08:45 ragge Exp $ + */ + +#ifndef __TTXTSUBS_I18N_H +#define __TTXTSUBS_I18N_H + +#include <vdr/i18n.h> + + +extern const tI18nPhrase Phrases[]; + +#endif //__TTXTSUBS_I18N_H |
