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.
Merge pull request Studio-42#2878 from Chaffinch/patch-18
Update elfinder.pl.js
- 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 @@ | |
* 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) { | ||
|
@@ -17,9 +17,9 @@ | |
translator : 'Marcin Mikołajczyk <[email protected]>, Bogusław Zięba <[email protected]>', | ||
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 **********************************/ | ||
|
@@ -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', | ||
|