summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c60
1 files changed, 0 insertions, 60 deletions
diff --git a/i18n.c b/i18n.c
deleted file mode 100644
index 7af8c48..0000000
--- a/i18n.c
+++ /dev/null
@@ -1,60 +0,0 @@
-/*
- * i18n.c: Internationalization
- *
- * See the README file for copyright information and how to reach the author.
- *
- */
-
-#include "i18n.h"
-
-const tI18nPhrase Phrases[] = {
- { "Full Featured Network Device for Streaming",
- "Full Featured Network Device for Streaming",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- },
- { "auto set as primary device",
- "auto set as primary device",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- },
- { "ffnetdev is running",
- "ffnetdev läuft gerade",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- },
- { NULL }
- };