summaryrefslogtreecommitdiff
path: root/plugins/font/lang/en-gb.js
blob: fe6bf0408657618a3c07544e4f08b7dcd5d8b430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'font', 'en-gb', {
	fontSize: {
		label: 'Size',
		voiceLabel: 'Font Size',
		panelTitle: 'Font Size'
	},
	label: 'Font',
	panelTitle: 'Font Name',
	voiceLabel: 'Font'
});