Index: branches/5.3.x/core/ckeditor/ckfinder/lang/eo.js =================================================================== diff -u -r15483 -r15908 --- branches/5.3.x/core/ckeditor/ckfinder/lang/eo.js (.../eo.js) (revision 15483) +++ branches/5.3.x/core/ckeditor/ckfinder/lang/eo.js (.../eo.js) (revision 15908) @@ -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 : 'Ĉu vi certas, ke vi volas forigi la "%1"dosierujon?', FolderRenaming : ' (Estas renomata...)', FolderDeleting : ' (Estas forigata...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Entajpu la novan nomon de la dosiero: ', FileRenameExt : 'Ĉu vi certas, ke vi volas ŝanĝi la dosiernoman finaĵon? La dosiero povus fariĝi neuzebla.', FileRenaming : 'Estas renomata...', FileDelete : 'Ĉu vi certas, ke vi volas forigi la dosieron "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Estas ŝargata...', FilesEmpty : 'La dosierujo estas malplena', - FilesMoved : 'Dosiero %1 movita al %2:%3.', - FilesCopied : 'Dosiero %1 kopiita al %2:%3.', + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Rubujo', @@ -93,14 +95,22 @@ BasketOpenFolder : 'Malfermi la patran dosierujon', BasketTruncateConfirm : 'Ĉu vi certas, ke vi volas forigi ĉiujn dosierojn el la rubujo?', BasketRemoveConfirm : 'Ĉu vi certas, ke vi volas forigi la dosieron "%1" el la rubujo?', + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'Neniu dosiero en la rubujo, demetu kelkajn.', BasketCopyFilesHere : 'Kopii dosierojn el la rubujo', BasketMoveFilesHere : 'Movi dosierojn el la rubujo', - BasketPasteErrorOther : 'Dosiero %s eraro: %e.', - BasketPasteMoveSuccess : 'La sekvaj dosieroj estas movitaj: %s', - BasketPasteCopySuccess : 'La sekvaj dosieroj estas kopiitaj: %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 : 'Alŝuti', UploadTip : 'Alŝuti novan dosieron', @@ -118,9 +128,10 @@ NewSubFolder : 'Nova subdosierujo', Rename : 'Renomi', Delete : 'Forigi', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Kopii la dosierojn tien', - MoveDragDrop : 'Movi la dosierojn tien', + CopyDragDrop : 'Kopii tien ĉi', + MoveDragDrop : 'Movi tien ĉi', // Dialogs RenameDlgTitle : 'Renomi', @@ -130,6 +141,7 @@ FileOverwrite : 'Anstataŭigi', FileAutorename : 'Aŭtomata renomo', + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'Bone', @@ -201,6 +213,7 @@ 105 : 'Nevalida dosiernoma finaĵo.', 109 : 'Nevalida peto.', 110 : 'Nekonata eraro.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Dosiero aŭ dosierujo kun tiu nomo jam ekzistas.', 116 : 'Tiu dosierujo ne ekzistas. Bonvolu aktualigi kaj reprovi.', 117 : 'Tiu dosiero ne ekzistas. Bonvolu aktualigi kaj reprovi.', @@ -224,6 +237,8 @@ FileEmpty : 'La dosiernomo ne povas esti malplena.', FileExists : 'La dosiero %s jam ekzistas.', FolderEmpty : 'La dosierujnomo ne povas esti malplena.', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'La dosiernomo ne povas enhavi la sekvajn signojn : \n\\ / : * ? " < > |', FolderInvChar : 'La dosierujnomo ne povas enhavi la sekvajn signojn : \n\\ / : * ? " < > |', @@ -277,5 +292,16 @@ Gallery : { current : 'Bildo {current} el {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 } };