summaryrefslogtreecommitdiff
path: root/includes/sys_lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_lang.php')
-rw-r--r--includes/sys_lang.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/sys_lang.php b/includes/sys_lang.php
index 833d00b8..40abf754 100644
--- a/includes/sys_lang.php
+++ b/includes/sys_lang.php
@@ -1,4 +1,14 @@
<?php
+
+
+/**
+ * Liste verfügbarer Sprachen
+ */
+$languages = array (
+ 'DE' => "Deutsch",
+ 'EN' => "English"
+);
+
function Get_Text($TextID, $NoError = false) {
global $con, $error_messages, $debug;