blob: 90ec4929c68aaa920ee9d19abe594fbe5ef15991 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* i18n.h: Internationalization
*
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
* $Id: i18n.h,v 1.1 2006-06-03 09:50:54 phintuka Exp $
*
*/
#ifndef __XINELIBOUTPUT_I18N_H
#define __XINELIBOUTPUT_I18N_H
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif //__XINELIBOUTPUT_I18N_H
|