blob: 6dd223a24c75b1a11b30ed3f5d4df246c1fce90b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*
* pvrinput: A plugin for the Video Disk Recorder
* Copyright (C) 2007 Andreas Regel, Martin Dauskardt, Winfried Koehler
* Licence GPL
*
* See the README file for copyright information and how to reach the author.
*
* THIS IS A GENERATED FILE; CHANGE LANGUAGE TEXT INSIDE po/ll_LL.po INSTEAD
* AND SEND A COPY OF THE FILE TO PLUGINS AUTHOR.
*
* $Id$
*/
#include "i18n.h"
#if VDRVERSNUM < 10507
const tI18nPhrase pvrinput_Phrases[] = {
// START I18N
// END I18N
{ NULL }
};
#endif
|