# HG changeset patch
# User Aleksej Bobylev $(gettext 'Current locale settings:') $(gettext 'Locales that are currently installed on the machine:') $(gettext 'Available locales:')$(locale)
+
+$(locale -a)
+
+$(gettext 'System time')
-
@@ -220,19 +287,11 @@
eval_gettext "You must logout and login again to your current \
session to use \$new_locale locale."
else
- gettext 'Current system locales:'
- locale -a
+ gettext 'Current system locale:'; echo -n " "
+ locale | grep LANG | cut -d= -f2
fi
cat << EOT
-
+ $(gettext 'Time zome:') $(cat /etc/TZ) $(gettext 'Time zome:') $(cat /etc/TZ)
+ $(gettext 'Change') $(gettext 'System time:') $(date) $(gettext 'Hardware clock:') $(hwclock -r)