blob: bdef7532d2b8906b22468e2343b0459ad68a21e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* See the README file for copyright information and how to reach the author.
*/
#ifndef _I18N__H
#define _I18N__H
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif //_I18N__H
|