blob: 72830468b25ead6bdccacd38b06f214c68348907 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* 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 5 2005-05-15 18:40:40Z tom $
*/
#ifndef VDR_SPIDER_I18N_H
#define VDR_SPIDER_I18N_H
#include "spider.h"
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif // VDR_SPIDER_I18N_H
|