aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/font/lang/ka.js
blob: 3ec637535891462949f13f0a1595d023834cb44d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'font', 'ka', {
	fontSize: {
		label: 'ზომა',
		voiceLabel: 'ტექსტის ზომა',
		panelTitle: 'ტექსტის ზომა'
	},
	label: 'ფონტი',
	panelTitle: 'ფონტის სახელი',
	voiceLabel: 'ფონტი'
} );