From 37bb37f5a96dffa898b341c5ecf1231f1874fef1 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 30 Apr 2017 19:06:11 +0200 Subject: The date of publication is now displayed in the lists. --- template/admin/lang/de.php | 5 +++++ template/admin/lang/en.php | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'template/admin/lang') 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 @@ -8,6 +8,11 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +#=============================================================================== +# Date format +#=============================================================================== +$LANGUAGE['date_format'] = '[D].[M].[Y]'; + #=============================================================================== # Item last text #=============================================================================== 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 @@ -8,6 +8,11 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +#=============================================================================== +# Date format +#=============================================================================== +$LANGUAGE['date_format'] = '[Y]-[M]-[D]'; + #=============================================================================== # Item last text #=============================================================================== -- cgit v1.2.3