Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
b3829038
Commit
b3829038
authored
Jul 27, 2017
by
Marius Burkard
Browse files
- backported:
Fixed DATE Format issues for CZ language (#4732)
parent
ef84f4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/lang/cz.lng
View file @
b3829038
<?php
$wb
[
'conf_format_dateshort'
]
=
'
Y-d-m
'
;
$wb
[
'conf_format_dateshort'
]
=
'
d. m. Y
'
;
$wb
[
'conf_format_datelong'
]
=
'l dS of F Y'
;
$wb
[
'conf_format_timeshort'
]
=
'H:i'
;
$wb
[
'conf_format_timelong'
]
=
'H:i:s'
;
$wb
[
'conf_format_datetime'
]
=
'
Y-d-m
H:i'
;
$wb
[
'conf_format_datetime'
]
=
'
d. m. Y
H:i'
;
$wb
[
'number_format_decimals'
]
=
'4'
;
$wb
[
'number_format_decimals_client'
]
=
'2'
;
$wb
[
'number_format_dec_point'
]
=
'.'
;
...
...
@@ -69,7 +69,7 @@ $wb['monthnamesshort_dec'] = 'Pro';
$wb
[
'datepicker_nextText'
]
=
'Další'
;
$wb
[
'datepicker_prevText'
]
=
'Předchozí'
;
$wb
[
'logout_txt'
]
=
'Odhlášení'
;
$wb
[
'conf_format_dateshort_human_readable'
]
=
'
yyyy-mm-dd
'
;
$wb
[
'conf_format_dateshort_human_readable'
]
=
'
dd. mm. yyyy
'
;
$wb
[
'submit_confirmation'
]
=
'Opravdu chcete provést tuto akci ?'
;
$wb
[
'top_menu_mailuser'
]
=
'E-mail. uživ.'
;
$wb
[
'globalsearch_resultslimit_of_txt'
]
=
'z'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment