aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/font/lang/sr.js
blob: b0287ef5dd1a2e560b01cf24430041332dfee0a9 (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', 'sr', {
	fontSize: {
		label: 'Величина фонта',
		voiceLabel: 'Font Size',
		panelTitle: 'Величина фонта'
	},
	label: 'Фонт',
	panelTitle: 'Фонт',
	voiceLabel: 'Фонт'
} );