Index: branches/5.2.x/core/ckeditor/ckfinder/lang/fi.js =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/lang/fi.js (.../fi.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/fi.js (.../fi.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, @@ -76,16 +76,18 @@ FolderDelete : 'Haluatko varmasti poistaa kansion "%1"?', FolderRenaming : ' (Uudelleennimeää...)', FolderDeleting : ' (Poistaa...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Kirjoita uusi tiedostonimi: ', FileRenameExt : 'Haluatko varmasti muuttaa tiedostotarkennetta? Tiedosto voi muuttua käyttökelvottomaksi.', FileRenaming : 'Uudelleennimeää...', FileDelete : 'Haluatko varmasti poistaa tiedoston "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Lataa...', FilesEmpty : 'Tyhjä kansio.', - FilesMoved : 'Tiedosto %1 siirretty nimelle %2:%3.', - FilesCopied : 'Tiedosto %1 kopioitu nimelle %2:%3.', + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Kori', @@ -94,14 +96,22 @@ BasketOpenFolder : 'Avaa ylemmän tason kansio', BasketTruncateConfirm : 'Haluatko todella poistaa kaikki tiedostot korista?', BasketRemoveConfirm : 'Haluatko todella poistaa tiedoston "%1" korista?', + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'Korissa ei ole tiedostoja. Lisää raahaamalla.', BasketCopyFilesHere : 'Kopioi tiedostot korista.', BasketMoveFilesHere : 'Siirrä tiedostot korista.', - BasketPasteErrorOther : 'Tiedoston %s virhe: %e.', - BasketPasteMoveSuccess : 'Seuraavat tiedostot siirrettiin: %s', - BasketPasteCopySuccess : 'Seuraavat tiedostot kopioitiin: %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 : 'Lataa palvelimelle', UploadTip : 'Lataa uusi tiedosto palvelimelle', @@ -119,9 +129,10 @@ NewSubFolder : 'Uusi alikansio', Rename : 'Uudelleennimeä ', Delete : 'Poista', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Kopioi tiedosto tähän', - MoveDragDrop : 'Siirrä tiedosto tähän', + CopyDragDrop : 'Kopioi tähän', + MoveDragDrop : 'Siirrä tähän', // Dialogs RenameDlgTitle : 'Nimeä uudelleen', @@ -131,6 +142,7 @@ FileOverwrite : 'Ylikirjoita', FileAutorename : 'Nimeä uudelleen automaattisesti', + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'OK', @@ -202,6 +214,7 @@ 105 : 'Virheellinen tiedostotarkenne.', 109 : 'Virheellinen pyyntö.', 110 : 'Tuntematon virhe.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Samanniminen tiedosto tai kansio on jo olemassa.', 116 : 'Kansiota ei löydy. Yritä uudelleen kansiopäivityksen jälkeen.', 117 : 'Tiedostoa ei löydy. Yritä uudelleen kansiopäivityksen jälkeen.', @@ -225,6 +238,8 @@ FileEmpty : 'Tiedosto on nimettävä!', FileExists : 'Tiedosto %s on jo olemassa.', FolderEmpty : 'Kansio on nimettävä!', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'Tiedostonimi ei voi sisältää seuraavia merkkejä: \n\\ / : * ? " < > |', FolderInvChar : 'Kansionimi ei voi sisältää seuraavia merkkejä: \n\\ / : * ? " < > |', @@ -278,5 +293,16 @@ Gallery : { current : 'Kuva {current} / {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 } };