summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorTimo Eskola <timo@tolleri.net>2015-09-08 13:51:02 +0300
committerTimo Eskola <timo@tolleri.net>2015-09-08 13:51:02 +0300
commitb6ae0f75d77ac5025bf068993ecdc763631d32a9 (patch)
tree0c29c5a04d3c94834ba8ff035d61141390768e02 /i18n.c
parenta29e83f54bbae14ee29f958d3640be9073e25a0c (diff)
downloadvdr-plugin-useractivity-b6ae0f75d77ac5025bf068993ecdc763631d32a9.tar.gz
vdr-plugin-useractivity-b6ae0f75d77ac5025bf068993ecdc763631d32a9.tar.bz2
Version 0.1.0:
- Italian translations by Diego Pierotto - Converted translation files to UTF-8 - Check for automatic start added - Support for VDR < 1.6.0 dropped
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c79
1 files changed, 0 insertions, 79 deletions
diff --git a/i18n.c b/i18n.c
deleted file mode 100644
index 1e401e1..0000000
--- a/i18n.c
+++ /dev/null
@@ -1,79 +0,0 @@
-/*
- * i18n.c: Internationalization
- *
- * See the README file for copyright information and how to reach the author.
- *
- * $Id:$
- */
-
-#include "i18n.h"
-
-const tI18nPhrase Phrases[] = {
- { "Active users",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "Aktiiviset käyttäjät",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- },
- { "Prevents shutdown if there are active users",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "Estää sammutuksen, jos järjestelmässä on aktiivisia käyttäjiä",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- },
- { "There are active users in the system",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "Järjestelmässä on aktiivisia käyttäjiä",
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- "",// TODO
- },
- { NULL }
- };