forked from Studio-42/elFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[i18n:cs] Update elfinder.cs.js (Studio-42#3128)
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Czech translation | ||
* @author RobiNN <[email protected]> | ||
* @author Jay Gridley <[email protected]> | ||
* @version 2019-08-09 | ||
* @version 2020-03-15 | ||
*/ | ||
(function(root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
|
@@ -17,9 +17,9 @@ | |
translator : 'RobiNN <[email protected]>, Jay Gridley <[email protected]>', | ||
language : 'Čeština', | ||
direction : 'ltr', | ||
dateFormat : 'd. m. Y H:i', // will show like: 09. 08. 2019 14:18 | ||
fancyDateFormat : '$1 H:i', // will show like: Dnes 14:18 | ||
nonameDateFormat : 'ymd-His', // noname upload will show like: 190809-141840 | ||
dateFormat : 'd. m. Y H:i', // will show like: 15. 03. 2020 16:45 | ||
fancyDateFormat : '$1 H:i', // will show like: Dnes 16:45 | ||
nonameDateFormat : 'ymd-His', // noname upload will show like: 200315-164551 | ||
messages : { | ||
|
||
/********************************** errors **********************************/ | ||
|
@@ -443,6 +443,7 @@ | |
'clearBrowserData': 'Inicializujte nastavení uložená v tomto prohlížeči', // from v2.1.26 added 28.6.2017 | ||
'toolbarPref' : 'Nastavení panelu nástrojů', // from v2.1.27 added 2.8.2017 | ||
'charsLeft' : '...$1 znaků zbývá.', // from v2.1.29 added 30.8.2017 | ||
'linesLeft' : '...$1 řádků zůstává.', // from v2.1.52 added 16.1.2020 | ||
'sum' : 'Součet', // from v2.1.29 added 28.9.2017 | ||
'roughFileSize' : 'Hrubá velikost souboru', // from v2.1.30 added 2.11.2017 | ||
'autoFocusDialog' : 'Zaměření na prvek dialogu s mouseover', // from v2.1.30 added 2.11.2017 | ||
|