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