tr.js 482 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( 'format', 'tr', {
  6. label: 'Biçim',
  7. panelTitle: 'Biçim',
  8. tag_address: 'Adres',
  9. tag_div: 'Paragraf (DIV)',
  10. tag_h1: 'Başlık 1',
  11. tag_h2: 'Başlık 2',
  12. tag_h3: 'Başlık 3',
  13. tag_h4: 'Başlık 4',
  14. tag_h5: 'Başlık 5',
  15. tag_h6: 'Başlık 6',
  16. tag_p: 'Normal',
  17. tag_pre: 'Biçimli'
  18. } );