Skip to content

Commit

Permalink
Merge pull request Studio-42#2878 from Chaffinch/patch-18
Browse files Browse the repository at this point in the history
Update elfinder.pl.js
  • Loading branch information
667bdrm authored Apr 10, 2019
2 parents 10b929d + d29f989 commit 99e897e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/i18n/elfinder.pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Polski translation
* @author Marcin Mikołajczyk <[email protected]>
* @author Bogusław Zięba <[email protected]>
* @version 2019-01-31
* @version 2019-03-24
*/
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand All @@ -17,9 +17,9 @@
translator : 'Marcin Mikołajczyk &lt;[email protected]&gt;, Bogusław Zięba &lt;[email protected]&gt;',
language : 'Polski',
direction : 'ltr',
dateFormat : 'd.m.Y H:i', // will show like: 31.01.2019 05:20
fancyDateFormat : '$1 H:i', // will show like: Dzisiaj 05:20
nonameDateFormat : 'ymd-His', // noname upload will show like: 190131-052020
dateFormat : 'd.m.Y H:i', // will show like: 24.03.2019 08:58
fancyDateFormat : '$1 H:i', // will show like: Dzisiaj 08:58
nonameDateFormat : 'ymd-His', // noname upload will show like: 190324-085845
messages : {

/********************************** errors **********************************/
Expand Down Expand Up @@ -489,6 +489,7 @@
'license' : 'Licencja', // from v2.1.43 added 19.10.2018
'exportToSave' : 'Tego elementu nie można zapisać. Aby uniknąć utraty zmian, musisz wyeksportować go na swój komputer.', // from v2.1.44 added 1.12.2018
'dblclickToSelect': 'Kliknij dwukrotnie plik, aby go wybrać.', // from v2.1.47 added 22.1.2019
'useFullscreen' : 'Użyj trybu pełnoekranowego', // from v2.1.47 added 19.2.2019

/********************************** mimetypes **********************************/
'kindUnknown' : 'Nieznany',
Expand Down

0 comments on commit 99e897e

Please sign in to comment.