Skip to content

Commit

Permalink
Merge pull request Studio-42#1764 from RobiNN1/patch-11
Browse files Browse the repository at this point in the history
[i18m:sk] Update elfinder.sk.js
  • Loading branch information
nao-pon authored Nov 22, 2016
2 parents 6201310 + f7c07e6 commit 1f026c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions js/i18n/elfinder.sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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)',
Expand Down

0 comments on commit 1f026c3

Please sign in to comment.