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#1764 from RobiNN1/patch-11
[i18m:sk] Update elfinder.sk.js
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 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 @@ | |
* Slovak translation | ||
* @author Jakub Ďuraš <[email protected]> | ||
* @author RobiNN <[email protected]> | ||
* @version 2016-10-22 | ||
* @version 2016-11-21 | ||
*/ | ||
if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { | ||
elFinder.prototype.i18.sk = { | ||
|
@@ -187,6 +187,8 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'ntfchmod' : 'Zmena súboru', // from v2.1 added 20.6.2015 | ||
'ntfpreupload': 'Overenie názvu nahravaného súboru', // from v2.1 added 31.11.2015 | ||
'ntfzipdl' : 'Vytvorenie súboru na stiahnutie', // from v2.1.7 added 23.1.2016 | ||
'ntfparents' : 'Získanie informácie o ceste', // from v2.1.17 added 2.11.2016 | ||
'ntfchunkmerge': 'Spracovanie nahraného súboru', // from v2.1.17 added 2.11.2016 | ||
|
||
/************************************ dates **********************************/ | ||
'dateUnknown' : 'neznámy', | ||
|
@@ -367,11 +369,12 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'reset' : 'Reset', // from v2.1.16 added 1.10.2016 | ||
'bgcolor' : 'Farba pozadia', // from v2.1.16 added 1.10.2016 | ||
'colorPicker' : 'Výber farby', // from v2.1.16 added 1.10.2016 | ||
'8pxgrid' : '8px Grid', // from v2.1.16 added 4.10.2016 | ||
'8pxgrid' : '8px mriežka', // from v2.1.16 added 4.10.2016 | ||
'enabled' : 'Povolené', // from v2.1.16 added 4.10.2016 | ||
'disabled' : 'Zakázané', // from v2.1.16 added 4.10.2016 | ||
'emptyIncSearch' : 'Výsledky vyhľadávania sú prázdne v aktuálnom zobrazení.\\Stlačením tlačidla [Enter] rozšírite vyhľadávanie cieľa.', // from v2.1.16 added 5.10.2016 | ||
'textLabel' : 'Nápis textu', // from v2.1.17 added 13.10.2016 | ||
'minsLeft' : '$1 minút ostáva', // from v2.1.17 added 13.11.2016 | ||
|
||
/********************************** mimetypes **********************************/ | ||
'kindUnknown' : 'Neznámy', | ||
|
@@ -402,7 +405,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'kindOTF' : 'Open Type font', | ||
'kindRPM' : 'RPM balík', | ||
// texts | ||
'kindText' : 'Textový document', | ||
'kindText' : 'Textový document', | ||
'kindTextPlain' : 'Obyčajný text', | ||
'kindPHP' : 'PHP zdrojový kód', | ||
'kindCSS' : 'Cascading style sheet (CSS)', | ||
|