Skip to content

Commit

Permalink
[i18n:cs] Update elfinder.cs.js (Studio-42#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 authored Mar 16, 2020
1 parent bda4124 commit 9ac3b5d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/i18n/elfinder.cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -17,9 +17,9 @@
translator : 'RobiNN &lt;[email protected]&gt;, Jay Gridley &lt;[email protected]&gt;',
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 **********************************/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ac3b5d

Please sign in to comment.