blob: 2976fe888c4eec5595766bf483e73979e9eb7736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* i18n.h: Internationalization
*
* See the README file for copyright information and how to reach the author.
*
* $Id: i18n.h 1.1 2002/05/09 15:15:49 kls Exp $
*/
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
|