blob: 61fd3612577b17f23b7617fd8710a82c38b5bfe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* i18n.h: Internationalization
*
* See the README file for copyright information and how to reach the author.
*
* $Id: i18n.h,v 1.2 2004/11/23 21:42:55 schmitzj Exp $
*
*/
#ifndef _I18N__H
#define _I18N__H
#include <vdr/i18n.h>
#include <vdr/config.h> // for VDRVERSNUM define only
extern const tI18nPhrase tvoPhrases[];
#endif //_I18N__H
|