Index: branches/5.2.x/core/ckeditor/ckfinder/lang/tr.js =================================================================== diff -u -N -r15316 -r16404 --- branches/5.2.x/core/ckeditor/ckfinder/lang/tr.js (.../tr.js) (revision 15316) +++ branches/5.2.x/core/ckeditor/ckfinder/lang/tr.js (.../tr.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, @@ -77,16 +77,18 @@ FolderDelete : '"%1" klasörünü silmek istediğinizden emin misiniz?', FolderRenaming : ' (Yeniden adlandırılıyor...)', FolderDeleting : ' (Siliniyor...)', + DestinationFolder : 'Destination Folder', // MISSING // Files FileRename : 'Lütfen yeni dosyanın adını yazın: ', FileRenameExt : 'Dosya uzantısını değiştirmek istiyor musunuz? Bu, dosyayı kullanılamaz hale getirebilir.', FileRenaming : 'Yeniden adlandırılıyor...', FileDelete : '"%1" dosyasını silmek istediğinizden emin misiniz?', + FilesDelete : 'Are you sure you want to delete %1 files?', // MISSING FilesLoading : 'Yükleniyor...', FilesEmpty : 'Klasör boş', - FilesMoved : '%1 dosyası, %2:%3 içerisine taşındı', - FilesCopied : '%1 dosyası, %2:%3 içerisine kopyalandı', + DestinationFile : 'Destination File', // MISSING + SkippedFiles : 'List of skipped files:', // MISSING // Basket BasketFolder : 'Sepet', @@ -95,14 +97,22 @@ BasketOpenFolder : 'Üst klasörü aç', BasketTruncateConfirm : 'Sepetteki tüm dosyaları silmek istediğinizden emin misiniz?', BasketRemoveConfirm : 'Sepetteki %1% dosyasını silmek istediğinizden emin misiniz?', + BasketRemoveConfirmMultiple : 'Do you really want to remove %1 files from the basket?', // MISSING BasketEmpty : 'Sepette hiç dosya yok, birkaç tane sürükleyip bırakabilirsiniz', BasketCopyFilesHere : 'Sepetten Dosya Kopyala', BasketMoveFilesHere : 'Sepetten Dosya Taşı', - BasketPasteErrorOther : '%s Dosya Hatası: %e', - BasketPasteMoveSuccess : 'Taşınan dosya: %s', - BasketPasteCopySuccess : 'Kopyalanan dosya: %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 : 'Yükle', UploadTip : 'Yeni Dosya Yükle', @@ -120,9 +130,10 @@ NewSubFolder : 'Yeni Altklasör', Rename : 'Yeniden Adlandır', Delete : 'Sil', + DeleteFiles : 'Delete Files', // MISSING - CopyDragDrop : 'Dosyayı buraya kopyala', - MoveDragDrop : 'Dosyayı buraya taşı', + CopyDragDrop : 'Buraya kopyala', + MoveDragDrop : 'Buraya taşı', // Dialogs RenameDlgTitle : 'Yeniden Adlandır', @@ -132,6 +143,7 @@ FileOverwrite : 'Üzerine yaz', FileAutorename : 'Oto-Yeniden Adlandır', + ManuallyRename : 'Manually rename', // MISSING // Generic OkBtn : 'Tamam', @@ -203,6 +215,7 @@ 105 : 'Geçersiz dosya uzantısı.', 109 : 'Geçersiz istek.', 110 : 'Bilinmeyen hata.', + 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING 115 : 'Aynı isimde bir dosya ya da klasör zaten var.', 116 : 'Klasör bulunamadı. Lütfen yenileyin ve tekrar deneyin.', 117 : 'Dosya bulunamadı. Lütfen dosya listesini yenileyin ve tekrar deneyin.', @@ -226,6 +239,8 @@ FileEmpty : 'Dosya adı boş olamaz', FileExists : '%s dosyası zaten var', FolderEmpty : 'Klasör adı boş olamaz', + FolderExists : 'Folder %s already exists.', // MISSING + FolderNameExists : 'Folder already exists.', // MISSING FileInvChar : 'Dosya adının içermesi mümkün olmayan karakterler: \n\\ / : * ? " < > |', FolderInvChar : 'Klasör adının içermesi mümkün olmayan karakterler: \n\\ / : * ? " < > |', @@ -279,5 +294,16 @@ Gallery : { current : '{current} / {total} resim' + }, + + 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 } };