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