Index: branches/5.2.x/core/ckeditor/ckfinder/lang/lt.js =================================================================== diff -u -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/lang/lt.js (.../lt.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/lt.js (.../lt.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 : 'Ar tikrai norite ištrinti "%1" segtuvą?', FolderRenaming : ' (Pervadinama...)', FolderDeleting : ' (Trinama...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Prašau įrašykite naujo failo pavadinimą: ', FileRenameExt : 'Ar tikrai norite pakeisti šio failo plėtinį? Failas gali būti nebepanaudojamas', FileRenaming : 'Pervadinama...', FileDelete : 'Ar tikrai norite ištrinti failą "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Prašau palaukite...', FilesEmpty : 'Tuščias segtuvas', - FilesMoved : 'Failas %1 perkeltas į %2:%3', - FilesCopied : 'Failas %1 nukopijuotas į %2:%3', + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Krepšelis', @@ -93,14 +95,22 @@ BasketOpenFolder : 'Atidaryti failo segtuvą', BasketTruncateConfirm : 'Ar tikrai norite ištrinti visus failus iš krepšelio?', BasketRemoveConfirm : 'Ar tikrai norite ištrinti failą "%1" iš krepšelio?', + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'Krepšelyje failų nėra, nuvilkite ir įmeskite juos į krepšelį.', BasketCopyFilesHere : 'Kopijuoti failus iš krepšelio', BasketMoveFilesHere : 'Perkelti failus iš krepšelio', - BasketPasteErrorOther : 'Failo %s klaida: %e', - BasketPasteMoveSuccess : 'Atitinkami failai buvo perkelti: %s', - BasketPasteCopySuccess : 'Atitinkami failai buvo nukopijuoti: %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 : 'Įkelti', UploadTip : 'Įkelti naują failą', @@ -118,9 +128,10 @@ NewSubFolder : 'Naujas segtuvas', Rename : 'Pervadinti', Delete : 'Ištrinti', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Nukopijuoti failą čia', - MoveDragDrop : 'Perkelti failą čia', + CopyDragDrop : 'Nukopijuoti čia', + MoveDragDrop : 'Perkelti čia', // Dialogs RenameDlgTitle : 'Pervadinti', @@ -130,6 +141,7 @@ FileOverwrite : 'Užrašyti ant viršaus', FileAutorename : 'Automatiškai pervadinti', + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'Gerai', @@ -201,6 +213,7 @@ 105 : 'Netinkamas failo plėtinys.', 109 : 'Netinkama užklausa.', 110 : 'Nežinoma klaida.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Failas arba segtuvas su tuo pačiu pavadinimu jau yra.', 116 : 'Segtuvas nerastas. Pabandykite atnaujinti.', 117 : 'Failas nerastas. Pabandykite atnaujinti failų sąrašą.', @@ -224,6 +237,8 @@ FileEmpty : 'Failo pavadinimas negali būti tuščias', FileExists : 'Failas %s jau egzistuoja', FolderEmpty : 'Segtuvo pavadinimas negali būti tuščias', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'Failo pavadinimas negali turėti bent vieno iš šių simbolių: \n\\ / : * ? " < > |', FolderInvChar : 'Segtuvo pavadinimas negali turėti bent vieno iš šių simbolių: \n\\ / : * ? " < > |', @@ -277,5 +292,16 @@ Gallery : { current : 'Nuotrauka {current} iš {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 } };