Skip to content

Commit cf9c6c9

Browse files
author
Till Brehm
committed
Merge branch '621-dev' into 'develop'
Change date format (Ported from !621) See merge request ispconfig/ispconfig3!1140
2 parents 2003c7c + 8cb465c commit cf9c6c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

interface/lib/lang/cz.lng

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2-
$wb['conf_format_dateshort'] = 'Y-d-m';
2+
$wb['conf_format_dateshort'] = 'd. m. Y';
33
$wb['conf_format_datelong'] = 'l dS of F Y';
44
$wb['conf_format_timeshort'] = 'H:i';
55
$wb['conf_format_timelong'] = 'H:i:s';
6-
$wb['conf_format_datetime'] = 'Y-d-m H:i';
6+
$wb['conf_format_datetime'] = 'd. m. Y H:i';
77
$wb['number_format_decimals'] = '4';
88
$wb['number_format_decimals_client'] = '2';
99
$wb['number_format_dec_point'] = '.';
@@ -69,7 +69,7 @@ $wb['monthnamesshort_dec'] = 'Pro';
6969
$wb['datepicker_nextText'] = 'Další';
7070
$wb['datepicker_prevText'] = 'Předchozí';
7171
$wb['logout_txt'] = 'Odhlášení';
72-
$wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
72+
$wb['conf_format_dateshort_human_readable'] = 'dd. mm. yyyy';
7373
$wb['submit_confirmation'] = 'Opravdu chcete provést tuto akci ?';
7474
$wb['top_menu_mailuser'] = 'E-mail. uživ.';
7575
$wb['globalsearch_resultslimit_of_txt'] = 'z';
@@ -161,4 +161,4 @@ $wb['datalog_status_d_xmpp_user'] = 'Smazat XMPP uživatele';
161161
$wb['unlimited_txt'] = 'neomezeno';
162162
$wb['server_id_0_error_txt'] = 'Please select a valid Server. Server ID must be > 0.';
163163
$wb['datalog_changes_close_txt'] = 'Close';
164-
?>
164+
?>

0 commit comments

Comments
 (0)