mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
19 lines
385 B
C
19 lines
385 B
C
/*
|
|
* i18n.h: IPTV plugin for the Video Disk Recorder
|
|
*
|
|
* See the README file for copyright information and how to reach the author.
|
|
*
|
|
* $Id: i18n.h,v 1.1 2007/10/28 16:22:44 rahrenbe Exp $
|
|
*/
|
|
|
|
#ifndef __IPTV_I18N_H
|
|
#define __IPTV_I18N_H
|
|
|
|
#include <vdr/i18n.h>
|
|
|
|
#if defined(APIVERSNUM) && APIVERSNUM < 10507
|
|
extern const tI18nPhrase IptvPhrases[];
|
|
#endif
|
|
|
|
#endif // __IPTV_I18N_H
|