blob: bc3f02bf6701afc19bbb4d940674c151be6e3643 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* ttxtsubsi18n.h: A plugin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
* $Id: ttxtsubsi18n.h,v 1.1 2004/03/02 01:08:45 ragge Exp $
*/
#ifndef __TTXTSUBS_I18N_H
#define __TTXTSUBS_I18N_H
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif //__TTXTSUBS_I18N_H
|