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.
17 lines
565 B
JavaScript
17 lines
565 B
JavaScript
/*
|
|
Korean translation by Maxime Houdais
|
|
*/
|
|
CKEDITOR.plugins.setLang('wordcount', 'ko', {
|
|
WordCount: '단어:',
|
|
WordCountRemaining: '남은 단어',
|
|
CharCount: '글자:',
|
|
CharCountRemaining: '남은 글자',
|
|
CharCountWithHTML: '글자 와 HTML:',
|
|
CharCountWithHTMLRemaining: '남은 글자 와 HTML',
|
|
Paragraphs: '단락:',
|
|
ParagraphsRemaining: 'Paragraphs remaining',
|
|
pasteWarning: '허용 된 한도를 초과하여 콘텐츠를 붙여 넣을 수 없습니다.',
|
|
Selected: '선택:',
|
|
title: '통계'
|
|
});
|