summaryrefslogtreecommitdiff
path: root/template/i18n.pl
diff options
context:
space:
mode:
Diffstat (limited to 'template/i18n.pl')
-rw-r--r--template/i18n.pl24
1 files changed, 0 insertions, 24 deletions
diff --git a/template/i18n.pl b/template/i18n.pl
deleted file mode 100644
index e52a84f..0000000
--- a/template/i18n.pl
+++ /dev/null
@@ -1,24 +0,0 @@
-@LOGINPAGES_DESCRIPTION = (
- gettext("What's On Now?"),
- gettext("Playing Today?"),
- gettext("Timeline"),
- gettext("Channels"),
- gettext("Timers"),
- gettext("Recordings")
-);
-
-%ERROR_MESSAGE = (
- not_found => gettext("Not found"),
- notfound_long => gettext("The requested URL was not found on this server!"),
- notfound_file => gettext("The URL \"%s\" was not found on this server!"),
- forbidden => gettext("Forbidden"),
- forbidden_long => gettext("You don't have permission to access this function!"),
- forbidden_file => gettext("Access to file \"%s\" denied!"),
- cant_open => gettext("Can't open file \"%s\"!"),
- connect_failed => gettext("Can't connect to VDR at %s!"),
- send_command => gettext("Error while sending command to VDR at %s"),
-);
-
-%MESSAGE = (
- overview => gettext("Schedule"),
-);