aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/lang
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/lang')
-rw-r--r--template/admin/lang/de.php5
-rw-r--r--template/admin/lang/en.php5
2 files changed, 10 insertions, 0 deletions
diff --git a/template/admin/lang/de.php b/template/admin/lang/de.php
index 1c5233c..7ab1faf 100644
--- a/template/admin/lang/de.php
+++ b/template/admin/lang/de.php
@@ -9,6 +9,11 @@
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
#===============================================================================
+# Date format
+#===============================================================================
+$LANGUAGE['date_format'] = '[D].[M].[Y]';
+
+#===============================================================================
# Item last text
#===============================================================================
$LANGUAGE['last_post'] = 'Letzter Post';
diff --git a/template/admin/lang/en.php b/template/admin/lang/en.php
index 5ac8066..a48ec5c 100644
--- a/template/admin/lang/en.php
+++ b/template/admin/lang/en.php
@@ -9,6 +9,11 @@
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
#===============================================================================
+# Date format
+#===============================================================================
+$LANGUAGE['date_format'] = '[Y]-[M]-[D]';
+
+#===============================================================================
# Item last text
#===============================================================================
$LANGUAGE['last_post'] = 'Last post';