Index: branches/5.3.x/core/ckeditor/ckfinder/lang/cy.js =================================================================== diff -u -r15483 -r15908 --- branches/5.3.x/core/ckeditor/ckfinder/lang/cy.js (.../cy.js) (revision 15483) +++ branches/5.3.x/core/ckeditor/ckfinder/lang/cy.js (.../cy.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 : 'Ydych chi wir am ddileu\'r ffolder "%1"?', FolderRenaming : ' (Yn ailenwi...)', FolderDeleting : ' (Yn dileu...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Rhowch enw newydd y ffeil: ', FileRenameExt : 'Ydych chi wir am newid estyniad y ffeil? Gall hwn atal y ffeil rhag gweithio.', FileRenaming : 'Yn ailenwi...', FileDelete : 'Ydych chi wir am ddileu\'r ffeil "%1"?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Yn llwytho...', FilesEmpty : 'Mae\'r ffolder yn wag.', - FilesMoved : 'Symudwyd y ffeil %1 i %2:%3.', - FilesCopied : 'Copïwyd y ffeil %1 i %2:%3.', + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Basged', @@ -93,14 +95,22 @@ BasketOpenFolder : 'Agor yr Uwch Ffolder', BasketTruncateConfirm : 'Ydych chi wir am dynnu\'r holl ffeiliau o\'r fasged?', BasketRemoveConfirm : 'Ydych chi wir am dynnu\'r ffeil "%1" o\'r fasged?', + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'Dim ffeiliau yn y fasged, llusgwch a\'m gollwng.', BasketCopyFilesHere : 'Copïo Ffeiliau o\'r Fasged', BasketMoveFilesHere : 'Symud Ffeiliau o\'r Fasged', - BasketPasteErrorOther : 'Gwall ffeil %s: %e', - BasketPasteMoveSuccess : 'Cafodd y ffeiliau canlynol eu symud: %s', - BasketPasteCopySuccess : 'Cafodd y ffeiliau canlynol eu copïo: %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 : 'Lanlwytho', UploadTip : 'Lanlwytho Ffeil Newydd', @@ -118,9 +128,10 @@ NewSubFolder : 'Is-ffolder Newydd', Rename : 'Ailenwi', Delete : 'Dileu', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Copïo Ffeil Yma', - MoveDragDrop : 'Symud Ffeil Yma', + CopyDragDrop : 'Copïo Yma', + MoveDragDrop : 'Symud Yma', // Dialogs RenameDlgTitle : 'Ailenwi', @@ -130,6 +141,7 @@ FileOverwrite : 'Trosysgrifo', FileAutorename : 'Awto-ailenwi', + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'Iawn', @@ -201,6 +213,7 @@ 105 : 'Estyniad ffeil annilys.', 109 : 'Cais annilys.', 110 : 'Gwall anhysbys.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Mae ffeil neu ffolder gyda\'r un enw yn bodoli yn barod.', 116 : 'Methu â darganfod y ffolder. Adfywiwch a cheisio eto.', 117 : 'Methu â darganfod y ffeil. Adfywiwch y rhestr ffeiliau a cheisio eto.', @@ -224,6 +237,8 @@ FileEmpty : 'Does dim modd i enw\'r ffeil fod yn wag.', FileExists : 'Mae\'r ffeil %s yn bodoli yn barod.', FolderEmpty : 'Does dim modd i\'r ffolder fod yn wag.', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'Does dim hawl defnyddio\'r nodau canlynol i enwi ffeil: \n\\ / : * ? " < > |', FolderInvChar : 'Does dim hawl defnyddio\'r nodau canlynol i enwi ffolder: \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 } };