You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
432 B
JavaScript
15 lines
432 B
JavaScript
/*
|
|
Mesut ÇAKIR
|
|
mesut.cakir@hotmail.com.tr
|
|
*/
|
|
CKEDITOR.plugins.setLang('wordcount', 'tr', {
|
|
WordCount: 'Kelime:',
|
|
CharCount: 'Karakter:',
|
|
CharCountWithHTML: 'Karakter (HTML dahil):',
|
|
Paragraphs: 'Paragraf:',
|
|
ParagraphsRemaining: 'Paragraphs remaining',
|
|
pasteWarning: 'Content can not be pasted because it is above the allowed limit',
|
|
Selected: 'Selected: ',
|
|
title: 'İstatistik'
|
|
});
|