summaryrefslogtreecommitdiff
path: root/i18n-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'i18n-template.c')
-rw-r--r--i18n-template.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/i18n-template.c b/i18n-template.c
deleted file mode 100644
index 83f92e1..0000000
--- a/i18n-template.c
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * i18n.c: 'EnigmaNG' skin for the Video Disk Recorder
- *
- * See the README file for copyright information and how to reach the author.
- *
- *
- * Translations submitted by:
- * - English: Andreas Mair <andreas _@_ vdr-developer.org>
- * - Deutsch: Andreas Mair <andreas _@_ vdr-developer.org>
- * - Italiano: Gringo <vdr-italian _@_ tiscali.it>
- * - Nederlands: Johan Schuring <dorpsgek @vdr-portal.de>
- * - Français: Patrice Staudt <pat @vdr-portal.de>
- * - Finnish: Rolf Ahrenberg <rofafor @vdr-portal.de>
- * - Polski: ???
- * - Español: bittor from open7x0.org <bittor7x0 _at_ gmail.com>
- * - Svenska: ???
- * - Russian: SergArb @vdr-portal.de / neptunvasja @vdr-portal.de
- * - Eesti: ???
- * - Dansk: ???
- * - Czech: ???
- * - Türkçe: n/a
- *
- */
-
-#include "common.h"
-#include "i18n.h"
-
-#if VDRVERSNUM < 10507
-const tI18nPhrase Phrases[] = {
-// START I18N
-// END I18N
- { NULL }
- };
-#endif