blob: cf185536993e59c1de53bf6a05815c4cfe6e9315 (
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$
*/
#ifndef VDR_SPIDER_I18N_H
#define VDR_SPIDER_I18N_H
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif // VDR_SPIDER_I18N_H
|