From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/lib/lang/en.lng | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/en.lng b/interface/lib/lang/en.lng index 302b3e8..a6b6f1f 100644 --- a/interface/lib/lang/en.lng +++ b/interface/lib/lang/en.lng @@ -1,5 +1,6 @@ <?php $wb['conf_format_dateshort'] = "Y-m-d"; +$wb['conf_format_dateshort_human_readable'] = "yyyy-mm-dd"; $wb['conf_format_datelong'] = "l dS of F Y"; $wb['conf_format_timeshort'] = "H:i"; $wb['conf_format_timelong'] = "H:i:s"; @@ -68,4 +69,5 @@ $wb['monthnamesshort_dec'] = "Dec"; $wb['datepicker_nextText'] = "Next"; $wb['datepicker_prevText'] = "Prev"; +$wb['submit_confirmation'] = "Do you really want to perform this action?"; ?> -- Gitblit v1.9.1