Index: branches/5.2.x/core/ckeditor/ckfinder/lang/sl.js =================================================================== diff -u -r15042 -r15316 --- branches/5.2.x/core/ckeditor/ckfinder/lang/sl.js (.../sl.js) (revision 15042) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/sl.js (.../sl.js) (revision 15316) @@ -2,7 +2,7 @@ * CKFinder * ======== * http://ckfinder.com - * Copyright (C) 2007-2011, CKSource - Frederico Knabben. All rights reserved. + * Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, @@ -150,16 +150,17 @@ UploadExtIncorrect : 'V tej mapi ta vrsta datoteke ni dovoljena.', // Flash Uploads - UploadLabel : 'Files to Upload', // MISSING - UploadTotalFiles : 'Total Files:', // MISSING - UploadTotalSize : 'Total Size:', // MISSING - UploadAddFiles : 'Add Files', // MISSING - UploadClearFiles : 'Clear Files', // MISSING - UploadCancel : 'Cancel Upload', // MISSING - UploadRemove : 'Remove', // MISSING - UploadRemoveTip : 'Remove !f', // MISSING - UploadUploaded : 'Uploaded !n%', // MISSING - UploadProcessing : 'Processing...', // MISSING + UploadLabel : 'Datoteke za prenos', + UploadTotalFiles : 'Skupaj datotek:', + UploadTotalSize : 'Skupaj velikost:', + UploadSend : 'Naloži na strežnik', + UploadAddFiles : 'Dodaj datoteke', + UploadClearFiles : 'Počisti datoteke', + UploadCancel : 'Prekliči prenos', + UploadRemove : 'Odstrani', + UploadRemoveTip : 'Odstrani !f', + UploadUploaded : 'Prenešeno !n%', + UploadProcessing : 'Delam...', // Settings Panel SetTitle : 'Nastavitve', @@ -174,15 +175,18 @@ SetSortName : 'po imenu datoteke', SetSortDate : 'po datumu', SetSortSize : 'po velikosti', + SetSortExtension : 'po končnici', // Status Bar FilesCountEmpty : '', FilesCountOne : '1 datoteka', FilesCountMany : '%1 datotek(e)', // Size and Speed - Kb : '%1 kB', - KbPerSecond : '%1 kB/sek', + Kb : '%1 KB', + Mb : '%1 MB', + Gb : '%1 GB', + SizePerSecond : '%1/s', // Connector Error Messages. ErrorUnknown : 'Prišlo je do napake. (Napaka %1)', @@ -225,9 +229,9 @@ FolderInvChar : 'Ime mape ne sme vsebovati naslednjih znakov: \n\\ / : * ? " < > |', PopupBlockView : 'Datoteke ni možno odpreti v novem oknu. Prosimo nastavite svoj brskalnik tako, da bo dopuščal odpiranje oken (popups) oz. izklopite filtre za blokado odpiranja oken.', - XmlError : 'It was not possible to properly load the XML response from the web server.', // MISSING - XmlEmpty : 'It was not possible to load the XML response from the web server. The server returned an empty response.', // MISSING - XmlRawResponse : 'Raw response from the server: %s' // MISSING + XmlError : 'Nalaganje XML odgovora iz strežnika ni uspelo.', + XmlEmpty : 'Nalaganje XML odgovora iz strežnika ni uspelo. Strežnik je vrnil prazno sporočilo.', + XmlRawResponse : 'Surov odgovor iz strežnika je: %s' }, // Imageresize plugin @@ -268,5 +272,10 @@ { maximize : 'Maksimiraj', minimize : 'Minimiraj' + }, + + Gallery : + { + current : 'Slika {current} od {total}' } };