summaryrefslogtreecommitdiff
path: root/template/English/i18n.pl
diff options
context:
space:
mode:
Diffstat (limited to 'template/English/i18n.pl')
-rw-r--r--template/English/i18n.pl43
1 files changed, 43 insertions, 0 deletions
diff --git a/template/English/i18n.pl b/template/English/i18n.pl
new file mode 100644
index 0000000..ce556c2
--- /dev/null
+++ b/template/English/i18n.pl
@@ -0,0 +1,43 @@
+##
+# English
+##
+@I18N_Days = (
+ "Sunday",
+ "Monday",
+ "Tuesday",
+ "Wednesday",
+ "Thursday",
+ "Friday",
+ "Saturday"
+);
+
+@I18N_Month = (
+ "January",
+ "February",
+ "March",
+ "April",
+ "May",
+ "June",
+ "July",
+ "August",
+ "September",
+ "October",
+ "November",
+ "December"
+);
+
+@LOGINPAGES_DESCRIPTION = (
+ "Whats on?",
+ "Channels",
+ "Timers",
+ "Recordings"
+);
+
+%ERRORMESSAGE = (
+ CONNECT_FAILED => "Can't connect to %s!",
+ SEND_COMMAND => "Error while sending command to %s",
+);
+
+%COMMONMESSAGE = (
+ OVERVIEW => "Overview",
+);