Index: branches/5.2.x/core/ckeditor/ckfinder/lang/lv.js =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/lang/lv.js (.../lv.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/lv.js (.../lv.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 : 'Vai tiešām vēlaties neatgriezeniski dzēst mapi "%1"?', FolderRenaming : ' (Pārsauc...)', FolderDeleting : ' (Dzēš...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Lūdzu ierakstiet jauno faila nosaukumu: ', FileRenameExt : 'Vai tiešām vēlaties mainīt faila paplašinājumu? Fails var palikt nelietojams.', FileRenaming : 'Pārsauc...', FileDelete : 'Vai tiešām vēlaties neatgriezeniski dzēst failu "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Ielādē...', FilesEmpty : 'The folder is empty.', // MISSING - FilesMoved : 'File %1 moved to %2:%3.', // MISSING - FilesCopied : 'File %1 copied to %2:%3.', // MISSING + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Basket', // MISSING @@ -93,14 +95,22 @@ BasketOpenFolder : 'Open Parent Folder', // MISSING BasketTruncateConfirm : 'Do you really want to remove all files from the basket?', // MISSING BasketRemoveConfirm : 'Do you really want to remove the file "%1" from the basket?', // MISSING + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'No files in the basket, drag and drop some.', // MISSING BasketCopyFilesHere : 'Copy Files from Basket', // MISSING BasketMoveFilesHere : 'Move Files from Basket', // MISSING - BasketPasteErrorOther : 'File %s error: %e', // MISSING - BasketPasteMoveSuccess : 'The following files were moved: %s', // MISSING - BasketPasteCopySuccess : 'The following files were copied: %s', // MISSING + // 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 : 'Augšupielādēt', UploadTip : 'Augšupielādēt jaunu failu', @@ -118,9 +128,10 @@ NewSubFolder : 'Jauna apakšmape', Rename : 'Pārsaukt', Delete : 'Dzēst', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Copy File Here', // MISSING - MoveDragDrop : 'Move File Here', // MISSING + CopyDragDrop : 'Copy Here', // MISSING + MoveDragDrop : 'Move Here', // MISSING // Dialogs RenameDlgTitle : 'Rename', // MISSING @@ -130,6 +141,7 @@ FileOverwrite : 'Overwrite', // MISSING FileAutorename : 'Auto-rename', // MISSING + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'Labi', @@ -201,6 +213,7 @@ 105 : 'Neatļauts faila paplašinājums.', 109 : 'Nederīgs pieprasījums.', 110 : 'Nezināma kļūda.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Fails vai mape ar šādu nosaukumu jau pastāv.', 116 : 'Mape nav atrasta. Lūdzu pārlādējiet šo logu un mēģiniet vēlreiz.', 117 : 'Fails nav atrasts. Lūdzu pārlādējiet failu sarakstu un mēģiniet vēlreiz.', @@ -224,6 +237,8 @@ FileEmpty : 'Faila nosaukumā nevar būt tukšums.', FileExists : 'File %s already exists.', // MISSING FolderEmpty : 'Mapes nosaukumā nevar būt tukšums.', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'Faila nosaukums nedrīkst saturēt nevienu no sekojošajām zīmēm: \n\\ / : * ? " < > |', FolderInvChar : 'Mapes nosaukums nedrīkst saturēt nevienu no sekojošajām zīmēm: \n\\ / : * ? " < > |', @@ -277,5 +292,16 @@ Gallery : { current : 'Image {current} of {total}' // MISSING + }, + + 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 } };