vdr/PLUGINS/src/hello/i18n.h

17 lines
286 B
C
Raw Normal View History

2002-05-09 16:26:56 +02:00
/*
* i18n.h: Internationalization
*
* See the README file for copyright information and how to reach the author.
*
2002-05-11 14:48:16 +02:00
* $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $
2002-05-09 16:26:56 +02:00
*/
2002-05-11 14:48:16 +02:00
#ifndef _I18N__H
#define _I18N__H
2002-05-09 16:26:56 +02:00
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
2002-05-11 14:48:16 +02:00
#endif //_I18N__H