tr.js 382 B

12345678910111213
  1. /*
  2. Mesut ÇAKIR
  3. mesut.cakir@hotmail.com.tr
  4. */
  5. CKEDITOR.plugins.setLang('wordcount', 'tr', {
  6. WordCount: 'Kelime:',
  7. CharCount: 'Karakter:',
  8. CharCountWithHTML: 'Karakter (HTML dahil):',
  9. Paragraphs: 'Paragraf:',
  10. pasteWarning: 'Content can not be pasted because it is above the allowed limit',
  11. Selected: 'Selected: ',
  12. title: 'İstatistik'
  13. });