File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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+ ?>
You can’t perform that action at this time.
0 commit comments