phodal/congee

View on GitHub
ckeditor/plugins/wordcount/lang/tr.js

Summary

Maintainability
A
1 hr
Test Coverage
/*
Mesut ÇAKIR
mesut.cakir@hotmail.com.tr
*/
CKEDITOR.plugins.setLang('wordcount', 'tr', {
    WordCount: 'Kelime:',
    CharCount: 'Karakter:',
    CharCountWithHTML: 'Karakter (HTML dahil):',
    Paragraphs: 'Paragraf:',
    pasteWarning: 'Content can not be pasted because it is above the allowed limit',
    Selected: 'Selected: ',
    title: 'İstatistik'
});