Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Game Over!
ISPConfig 3
Commits
b3829038
Commit
b3829038
authored
Jul 27, 2017
by
Marius Burkard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- backported:
Fixed DATE Format issues for CZ language (#4732)
parent
ef84f4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
interface/lib/lang/cz.lng
interface/lib/lang/cz.lng
+3
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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