mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
17 lines
286 B
C
17 lines
286 B
C
/*
|
|
* i18n.h: Internationalization
|
|
*
|
|
* See the README file for copyright information and how to reach the author.
|
|
*
|
|
* $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $
|
|
*/
|
|
|
|
#ifndef _I18N__H
|
|
#define _I18N__H
|
|
|
|
#include <vdr/i18n.h>
|
|
|
|
extern const tI18nPhrase Phrases[];
|
|
|
|
#endif //_I18N__H
|