aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/stylescombo/lang/sr-latn.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/stylescombo/lang/sr-latn.js')
-rw-r--r--sources/plugins/stylescombo/lang/sr-latn.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/sources/plugins/stylescombo/lang/sr-latn.js b/sources/plugins/stylescombo/lang/sr-latn.js
new file mode 100644
index 00000000..47272433
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/sr-latn.js
@@ -0,0 +1,11 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'stylescombo', 'sr-latn', {
6 label: 'Stil',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );