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, 34 insertions, 0 deletions
diff --git a/i18n-template.c b/i18n-template.c
new file mode 100644
index 0000000..83f92e1
--- /dev/null
+++ b/i18n-template.c
@@ -0,0 +1,34 @@
+/*
+ * 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