aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/colordialog/lang/ko.js
blob: ccdfa36cca781806651a6b5d34172e3e53388c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'colordialog', 'ko', {
	clear: '비우기',
	highlight: '강조',
	options: '색상 옵션',
	selected: '선택된 색상',
	title: '색상 선택'
} );