blob: cfb2124e2fe01e29696f3e8a383579fc2858a47a (
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', 'sr', {
fontSize: {
label: 'Величина фонта',
voiceLabel: 'Font Size',
panelTitle: 'Величина фонта'
},
label: 'Фонт',
panelTitle: 'Фонт',
voiceLabel: 'Фонт'
});
|