blob: 92c179b60bbbeb84acbe104ab9eb969597918c30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Spider-Arachnid: A plugin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
* $Id: i18n.h 2 2005-05-14 22:25:56Z tom $
*/
#ifndef VDR_SPIDER_I18N_H
#define VDR_SPIDER_I18N_H
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif // VDR_SPIDER_I18N_H
|