From 1b80a09e835a6cd68d4160f9799a7268e54a5b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= <tom@toms-cafe.de> Date: Sun, 15 May 2005 00:18:18 +0200 Subject: Initial version --- i18n.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n.h (limited to 'i18n.h') diff --git a/i18n.h b/i18n.h new file mode 100644 index 0000000..cf18553 --- /dev/null +++ b/i18n.h @@ -0,0 +1,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 -- cgit v1.2.3