Index: branches/5.2.x/core/ckeditor/ckfinder/lang/sl.js =================================================================== diff -u -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/lang/sl.js (.../sl.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/sl.js (.../sl.js) (revision 16404) @@ -1,8 +1,8 @@ /* * CKFinder * ======== - * http://ckfinder.com - * Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. + * http://cksource.com/ckfinder + * Copyright (C) 2007-2013, 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, @@ -75,16 +75,18 @@ FolderDelete : 'Ali ste prepričani, da želite zbrisati mapo "%1"?', FolderRenaming : ' (Preimenujem...)', FolderDeleting : ' (Brišem...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Vnesite novo ime datoteke: ', FileRenameExt : 'Ali ste prepričani, da želite spremeniti končnico datoteke? Možno je, da potem datoteka ne bo uporabna.', FileRenaming : 'Preimenujem...', FileDelete : 'Ali ste prepričani, da želite izbrisati datoteko "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Nalagam...', FilesEmpty : 'Prazna mapa', - FilesMoved : 'Datoteka %1 je bila premaknjena v %2:%3.', - FilesCopied : 'Datoteka %1 je bila kopirana v %2:%3.', + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Koš', @@ -93,14 +95,22 @@ BasketOpenFolder : 'Odpri izvorno mapo', BasketTruncateConfirm : 'Ali res želite odstraniti vse datoteke iz koša?', BasketRemoveConfirm : 'Ali res želite odstraniti datoteko "%1" iz koša?', + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'V košu ni datotek. Lahko jih povlečete in spustite.', BasketCopyFilesHere : 'Kopiraj datoteke iz koša', BasketMoveFilesHere : 'Premakni datoteke iz koša', - BasketPasteErrorOther : 'Napaka z datoteko %s: %e', - BasketPasteMoveSuccess : 'Seznam premaknjenih datotek: %s', - BasketPasteCopySuccess : 'Seznam kopiranih datotek: %s', + // Global messages + OperationCompletedSuccess : 'Operation completed successfully.', // MISSING + OperationCompletedErrors : 'Operation completed with errors.', // MISSING + FileError : '%s: %e', // MISSING + // Move and Copy files + MovedFilesNumber : 'Number of files moved: %s.', // MISSING + CopiedFilesNumber : 'Number of files copied: %s.', // MISSING + MoveFailedList : 'The following files could not be moved:
%s', // MISSING + CopyFailedList : 'The following files could not be copied:
%s', // MISSING + // Toolbar Buttons (some used elsewhere) Upload : 'Naloži na strežnik', UploadTip : 'Naloži novo datoteko na strežnik', @@ -118,9 +128,10 @@ NewSubFolder : 'Nova podmapa', Rename : 'Preimenuj', Delete : 'Zbriši', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Kopiraj datoteko', - MoveDragDrop : 'Premakni datoteko', + CopyDragDrop : 'Kopiraj', + MoveDragDrop : 'Premakni', // Dialogs RenameDlgTitle : 'Preimenuj', @@ -130,6 +141,7 @@ FileOverwrite : 'Prepiši', FileAutorename : 'Avtomatsko preimenuj', + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'Potrdi', @@ -201,6 +213,7 @@ 105 : 'Napačna končnica datoteke.', 109 : 'Napačna zahteva.', 110 : 'Neznana napaka.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Datoteka ali mapa s tem imenom že obstaja.', 116 : 'Mapa ni najdena. Prosimo osvežite okno in poskusite znova.', 117 : 'Datoteka ni najdena. Prosimo osvežite seznam datotek in poskusite znova.', @@ -224,6 +237,8 @@ FileEmpty : 'Ime datoteke ne more biti prazno.', FileExists : 'Datoteka %s že obstaja.', FolderEmpty : 'Mapa ne more biti prazna.', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'Ime datoteke ne sme vsebovati naslednjih znakov: \n\\ / : * ? " < > |', FolderInvChar : 'Ime mape ne sme vsebovati naslednjih znakov: \n\\ / : * ? " < > |', @@ -277,5 +292,16 @@ Gallery : { current : 'Slika {current} od {total}' + }, + + Zip : + { + extractHereLabel : 'Extract here', // MISSING + extractToLabel : 'Extract to...', // MISSING + downloadZipLabel : 'Download as zip', // MISSING + compressZipLabel : 'Compress to zip', // MISSING + removeAndExtract : 'Remove existing and extract', // MISSING + extractAndOverwrite : 'Extract overwriting existing files', // MISSING + extractSuccess : 'File extracted successfully.' // MISSING } };