tr.js 630 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'find', 'tr', {
  6. find: 'Bul',
  7. findOptions: 'Seçenekleri Bul',
  8. findWhat: 'Aranan:',
  9. matchCase: 'Büyük/küçük harf duyarlı',
  10. matchCyclic: 'Eşleşen döngü',
  11. matchWord: 'Kelimenin tamamı uysun',
  12. notFoundMsg: 'Belirtilen yazı bulunamadı.',
  13. replace: 'Değiştir',
  14. replaceAll: 'Tümünü Değiştir',
  15. replaceSuccessMsg: '%1 bulunanlardan değiştirildi.',
  16. replaceWith: 'Bununla değiştir:',
  17. title: 'Bul ve Değiştir'
  18. } );