aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/stylescombo
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/stylescombo')
-rw-r--r--sources/plugins/stylescombo/lang/af.js11
-rw-r--r--sources/plugins/stylescombo/lang/ar.js11
-rw-r--r--sources/plugins/stylescombo/lang/bg.js11
-rw-r--r--sources/plugins/stylescombo/lang/bn.js11
-rw-r--r--sources/plugins/stylescombo/lang/bs.js11
-rw-r--r--sources/plugins/stylescombo/lang/ca.js11
-rw-r--r--sources/plugins/stylescombo/lang/cs.js11
-rw-r--r--sources/plugins/stylescombo/lang/cy.js11
-rw-r--r--sources/plugins/stylescombo/lang/da.js11
-rw-r--r--sources/plugins/stylescombo/lang/de.js11
-rw-r--r--sources/plugins/stylescombo/lang/el.js11
-rw-r--r--sources/plugins/stylescombo/lang/en-au.js11
-rw-r--r--sources/plugins/stylescombo/lang/en-ca.js11
-rw-r--r--sources/plugins/stylescombo/lang/en-gb.js11
-rw-r--r--sources/plugins/stylescombo/lang/en.js11
-rw-r--r--sources/plugins/stylescombo/lang/eo.js11
-rw-r--r--sources/plugins/stylescombo/lang/es.js11
-rw-r--r--sources/plugins/stylescombo/lang/et.js11
-rw-r--r--sources/plugins/stylescombo/lang/eu.js11
-rw-r--r--sources/plugins/stylescombo/lang/fa.js11
-rw-r--r--sources/plugins/stylescombo/lang/fi.js11
-rw-r--r--sources/plugins/stylescombo/lang/fo.js11
-rw-r--r--sources/plugins/stylescombo/lang/fr-ca.js11
-rw-r--r--sources/plugins/stylescombo/lang/fr.js11
-rw-r--r--sources/plugins/stylescombo/lang/gl.js11
-rw-r--r--sources/plugins/stylescombo/lang/gu.js11
-rw-r--r--sources/plugins/stylescombo/lang/he.js11
-rw-r--r--sources/plugins/stylescombo/lang/hi.js11
-rw-r--r--sources/plugins/stylescombo/lang/hr.js11
-rw-r--r--sources/plugins/stylescombo/lang/hu.js11
-rw-r--r--sources/plugins/stylescombo/lang/id.js11
-rw-r--r--sources/plugins/stylescombo/lang/is.js11
-rw-r--r--sources/plugins/stylescombo/lang/it.js11
-rw-r--r--sources/plugins/stylescombo/lang/ja.js11
-rw-r--r--sources/plugins/stylescombo/lang/ka.js11
-rw-r--r--sources/plugins/stylescombo/lang/km.js11
-rw-r--r--sources/plugins/stylescombo/lang/ko.js11
-rw-r--r--sources/plugins/stylescombo/lang/ku.js11
-rw-r--r--sources/plugins/stylescombo/lang/lt.js11
-rw-r--r--sources/plugins/stylescombo/lang/lv.js11
-rw-r--r--sources/plugins/stylescombo/lang/mk.js11
-rw-r--r--sources/plugins/stylescombo/lang/mn.js11
-rw-r--r--sources/plugins/stylescombo/lang/ms.js11
-rw-r--r--sources/plugins/stylescombo/lang/nb.js11
-rw-r--r--sources/plugins/stylescombo/lang/nl.js11
-rw-r--r--sources/plugins/stylescombo/lang/no.js11
-rw-r--r--sources/plugins/stylescombo/lang/pl.js11
-rw-r--r--sources/plugins/stylescombo/lang/pt-br.js11
-rw-r--r--sources/plugins/stylescombo/lang/pt.js11
-rw-r--r--sources/plugins/stylescombo/lang/ro.js11
-rw-r--r--sources/plugins/stylescombo/lang/ru.js11
-rw-r--r--sources/plugins/stylescombo/lang/si.js11
-rw-r--r--sources/plugins/stylescombo/lang/sk.js11
-rw-r--r--sources/plugins/stylescombo/lang/sl.js11
-rw-r--r--sources/plugins/stylescombo/lang/sq.js11
-rw-r--r--sources/plugins/stylescombo/lang/sr-latn.js11
-rw-r--r--sources/plugins/stylescombo/lang/sr.js11
-rw-r--r--sources/plugins/stylescombo/lang/sv.js11
-rw-r--r--sources/plugins/stylescombo/lang/th.js11
-rw-r--r--sources/plugins/stylescombo/lang/tr.js11
-rw-r--r--sources/plugins/stylescombo/lang/tt.js11
-rw-r--r--sources/plugins/stylescombo/lang/ug.js11
-rw-r--r--sources/plugins/stylescombo/lang/uk.js11
-rw-r--r--sources/plugins/stylescombo/lang/vi.js11
-rw-r--r--sources/plugins/stylescombo/lang/zh-cn.js11
-rw-r--r--sources/plugins/stylescombo/lang/zh.js11
-rw-r--r--sources/plugins/stylescombo/plugin.js193
67 files changed, 919 insertions, 0 deletions
diff --git a/sources/plugins/stylescombo/lang/af.js b/sources/plugins/stylescombo/lang/af.js
new file mode 100644
index 00000000..a3857568
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/af.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', 'af', {
6 label: 'Styl',
7 panelTitle: 'Vormaat style',
8 panelTitle1: 'Blok style',
9 panelTitle2: 'Inlyn style',
10 panelTitle3: 'Objek style'
11} );
diff --git a/sources/plugins/stylescombo/lang/ar.js b/sources/plugins/stylescombo/lang/ar.js
new file mode 100644
index 00000000..e9bcb405
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ar.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', 'ar', {
6 label: 'أنماط',
7 panelTitle: 'أنماط التنسيق',
8 panelTitle1: 'أنماط الفقرة',
9 panelTitle2: 'أنماط مضمنة',
10 panelTitle3: 'أنماط الكائن'
11} );
diff --git a/sources/plugins/stylescombo/lang/bg.js b/sources/plugins/stylescombo/lang/bg.js
new file mode 100644
index 00000000..a569248f
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/bg.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', 'bg', {
6 label: 'Стилове',
7 panelTitle: 'Стилове за форматиране',
8 panelTitle1: 'Блокови стилове',
9 panelTitle2: 'Вътрешни стилове',
10 panelTitle3: 'Обектни стилове'
11} );
diff --git a/sources/plugins/stylescombo/lang/bn.js b/sources/plugins/stylescombo/lang/bn.js
new file mode 100644
index 00000000..1a687006
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/bn.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', 'bn', {
6 label: 'স্টাইল',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/bs.js b/sources/plugins/stylescombo/lang/bs.js
new file mode 100644
index 00000000..edde2cac
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/bs.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', 'bs', {
6 label: 'Stil',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/ca.js b/sources/plugins/stylescombo/lang/ca.js
new file mode 100644
index 00000000..d1184a73
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ca.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', 'ca', {
6 label: 'Estil',
7 panelTitle: 'Estils de format',
8 panelTitle1: 'Estils de bloc',
9 panelTitle2: 'Estils incrustats',
10 panelTitle3: 'Estils d\'objecte'
11} );
diff --git a/sources/plugins/stylescombo/lang/cs.js b/sources/plugins/stylescombo/lang/cs.js
new file mode 100644
index 00000000..62686cd0
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/cs.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', 'cs', {
6 label: 'Styl',
7 panelTitle: 'Formátovací styly',
8 panelTitle1: 'Blokové styly',
9 panelTitle2: 'Řádkové styly',
10 panelTitle3: 'Objektové styly'
11} );
diff --git a/sources/plugins/stylescombo/lang/cy.js b/sources/plugins/stylescombo/lang/cy.js
new file mode 100644
index 00000000..60fd8dad
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/cy.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', 'cy', {
6 label: 'Arddulliau',
7 panelTitle: 'Arddulliau Fformatio',
8 panelTitle1: 'Arddulliau Bloc',
9 panelTitle2: 'Arddulliau Mewnol',
10 panelTitle3: 'Arddulliau Gwrthrych'
11} );
diff --git a/sources/plugins/stylescombo/lang/da.js b/sources/plugins/stylescombo/lang/da.js
new file mode 100644
index 00000000..57b63f97
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/da.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', 'da', {
6 label: 'Typografi',
7 panelTitle: 'Formattering på stylesheet',
8 panelTitle1: 'Block typografi',
9 panelTitle2: 'Inline typografi',
10 panelTitle3: 'Object typografi'
11} );
diff --git a/sources/plugins/stylescombo/lang/de.js b/sources/plugins/stylescombo/lang/de.js
new file mode 100644
index 00000000..8c8777f5
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/de.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', 'de', {
6 label: 'Stil',
7 panelTitle: 'Formatierungsstile',
8 panelTitle1: 'Blockstile',
9 panelTitle2: 'Inline Stilart',
10 panelTitle3: 'Objektstile'
11} );
diff --git a/sources/plugins/stylescombo/lang/el.js b/sources/plugins/stylescombo/lang/el.js
new file mode 100644
index 00000000..7359ca94
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/el.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', 'el', {
6 label: 'Μορφές',
7 panelTitle: 'Στυλ Μορφοποίησης',
8 panelTitle1: 'Στυλ Τμημάτων',
9 panelTitle2: 'Στυλ Εν Σειρά',
10 panelTitle3: 'Στυλ Αντικειμένων'
11} );
diff --git a/sources/plugins/stylescombo/lang/en-au.js b/sources/plugins/stylescombo/lang/en-au.js
new file mode 100644
index 00000000..031ab782
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/en-au.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', 'en-au', {
6 label: 'Styles',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles',
9 panelTitle2: 'Inline Styles',
10 panelTitle3: 'Object Styles'
11} );
diff --git a/sources/plugins/stylescombo/lang/en-ca.js b/sources/plugins/stylescombo/lang/en-ca.js
new file mode 100644
index 00000000..cd68d244
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/en-ca.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', 'en-ca', {
6 label: 'Styles',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles',
9 panelTitle2: 'Inline Styles',
10 panelTitle3: 'Object Styles'
11} );
diff --git a/sources/plugins/stylescombo/lang/en-gb.js b/sources/plugins/stylescombo/lang/en-gb.js
new file mode 100644
index 00000000..1225ca8d
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/en-gb.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', 'en-gb', {
6 label: 'Styles',
7 panelTitle: 'Formatting Styles',
8 panelTitle1: 'Block Styles',
9 panelTitle2: 'Inline Styles',
10 panelTitle3: 'Object Styles'
11} );
diff --git a/sources/plugins/stylescombo/lang/en.js b/sources/plugins/stylescombo/lang/en.js
new file mode 100644
index 00000000..a0c1f6c7
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/en.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', 'en', {
6 label: 'Styles',
7 panelTitle: 'Formatting Styles',
8 panelTitle1: 'Block Styles',
9 panelTitle2: 'Inline Styles',
10 panelTitle3: 'Object Styles'
11} );
diff --git a/sources/plugins/stylescombo/lang/eo.js b/sources/plugins/stylescombo/lang/eo.js
new file mode 100644
index 00000000..c96103da
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/eo.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', 'eo', {
6 label: 'Stiloj',
7 panelTitle: 'Stiloj pri enpaĝigo',
8 panelTitle1: 'Stiloj de blokoj',
9 panelTitle2: 'Enliniaj Stiloj',
10 panelTitle3: 'Stiloj de objektoj'
11} );
diff --git a/sources/plugins/stylescombo/lang/es.js b/sources/plugins/stylescombo/lang/es.js
new file mode 100644
index 00000000..30938393
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/es.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', 'es', {
6 label: 'Estilo',
7 panelTitle: 'Estilos para formatear',
8 panelTitle1: 'Estilos de párrafo',
9 panelTitle2: 'Estilos de carácter',
10 panelTitle3: 'Estilos de objeto'
11} );
diff --git a/sources/plugins/stylescombo/lang/et.js b/sources/plugins/stylescombo/lang/et.js
new file mode 100644
index 00000000..aa73ef5e
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/et.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', 'et', {
6 label: 'Stiil',
7 panelTitle: 'Vormindusstiilid',
8 panelTitle1: 'Blokkstiilid',
9 panelTitle2: 'Reasisesed stiilid',
10 panelTitle3: 'Objektistiilid'
11} );
diff --git a/sources/plugins/stylescombo/lang/eu.js b/sources/plugins/stylescombo/lang/eu.js
new file mode 100644
index 00000000..f747066e
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/eu.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', 'eu', {
6 label: 'Estiloak',
7 panelTitle: 'Formatu estiloak',
8 panelTitle1: 'Bloke estiloak',
9 panelTitle2: 'Lineako estiloak',
10 panelTitle3: 'Objektu estiloak'
11} );
diff --git a/sources/plugins/stylescombo/lang/fa.js b/sources/plugins/stylescombo/lang/fa.js
new file mode 100644
index 00000000..2784f281
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/fa.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', 'fa', {
6 label: 'سبک',
7 panelTitle: 'سبکهای قالببندی',
8 panelTitle1: 'سبکهای بلوک',
9 panelTitle2: 'سبکهای درونخطی',
10 panelTitle3: 'سبکهای شیء'
11} );
diff --git a/sources/plugins/stylescombo/lang/fi.js b/sources/plugins/stylescombo/lang/fi.js
new file mode 100644
index 00000000..bf230f22
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/fi.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', 'fi', {
6 label: 'Tyyli',
7 panelTitle: 'Muotoilujen tyylit',
8 panelTitle1: 'Lohkojen tyylit',
9 panelTitle2: 'Rivinsisäiset tyylit',
10 panelTitle3: 'Objektien tyylit'
11} );
diff --git a/sources/plugins/stylescombo/lang/fo.js b/sources/plugins/stylescombo/lang/fo.js
new file mode 100644
index 00000000..9c5cfe93
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/fo.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', 'fo', {
6 label: 'Typografi',
7 panelTitle: 'Formatterings stílir',
8 panelTitle1: 'Blokk stílir',
9 panelTitle2: 'Inline stílir',
10 panelTitle3: 'Object stílir'
11} );
diff --git a/sources/plugins/stylescombo/lang/fr-ca.js b/sources/plugins/stylescombo/lang/fr-ca.js
new file mode 100644
index 00000000..38a12ac4
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/fr-ca.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', 'fr-ca', {
6 label: 'Styles',
7 panelTitle: 'Styles de formattage',
8 panelTitle1: 'Styles de block',
9 panelTitle2: 'Styles en ligne',
10 panelTitle3: 'Styles d\'objet'
11} );
diff --git a/sources/plugins/stylescombo/lang/fr.js b/sources/plugins/stylescombo/lang/fr.js
new file mode 100644
index 00000000..8d215acb
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/fr.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', 'fr', {
6 label: 'Styles',
7 panelTitle: 'Styles de mise en page',
8 panelTitle1: 'Styles de blocs',
9 panelTitle2: 'Styles en ligne',
10 panelTitle3: 'Styles d\'objet'
11} );
diff --git a/sources/plugins/stylescombo/lang/gl.js b/sources/plugins/stylescombo/lang/gl.js
new file mode 100644
index 00000000..344bb9e0
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/gl.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', 'gl', {
6 label: 'Estilos',
7 panelTitle: 'Estilos de formatando',
8 panelTitle1: 'Estilos de bloque',
9 panelTitle2: 'Estilos de liña',
10 panelTitle3: 'Estilos de obxecto'
11} );
diff --git a/sources/plugins/stylescombo/lang/gu.js b/sources/plugins/stylescombo/lang/gu.js
new file mode 100644
index 00000000..244db3ad
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/gu.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', 'gu', {
6 label: 'શૈલી/રીત',
7 panelTitle: 'ફોર્મેટ ',
8 panelTitle1: 'બ્લોક ',
9 panelTitle2: 'ઈનલાઈન ',
10 panelTitle3: 'ઓબ્જેક્ટ પદ્ધતિ'
11} );
diff --git a/sources/plugins/stylescombo/lang/he.js b/sources/plugins/stylescombo/lang/he.js
new file mode 100644
index 00000000..6910e0a2
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/he.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', 'he', {
6 label: 'סגנון',
7 panelTitle: 'סגנונות פורמט',
8 panelTitle1: 'סגנונות בלוק',
9 panelTitle2: 'סגנונות רצף',
10 panelTitle3: 'סגנונות אובייקט'
11} );
diff --git a/sources/plugins/stylescombo/lang/hi.js b/sources/plugins/stylescombo/lang/hi.js
new file mode 100644
index 00000000..794dd74b
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/hi.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', 'hi', {
6 label: 'स्टाइल',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/hr.js b/sources/plugins/stylescombo/lang/hr.js
new file mode 100644
index 00000000..b44f2ae1
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/hr.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', 'hr', {
6 label: 'Stil',
7 panelTitle: 'Stilovi formatiranja',
8 panelTitle1: 'Block stilovi',
9 panelTitle2: 'Inline stilovi',
10 panelTitle3: 'Object stilovi'
11} );
diff --git a/sources/plugins/stylescombo/lang/hu.js b/sources/plugins/stylescombo/lang/hu.js
new file mode 100644
index 00000000..486bfa26
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/hu.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', 'hu', {
6 label: 'Stílus',
7 panelTitle: 'Formázási stílusok',
8 panelTitle1: 'Blokk stílusok',
9 panelTitle2: 'Inline stílusok',
10 panelTitle3: 'Objektum stílusok'
11} );
diff --git a/sources/plugins/stylescombo/lang/id.js b/sources/plugins/stylescombo/lang/id.js
new file mode 100644
index 00000000..6650ea89
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/id.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', 'id', {
6 label: 'Gaya',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/is.js b/sources/plugins/stylescombo/lang/is.js
new file mode 100644
index 00000000..b15c696e
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/is.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', 'is', {
6 label: 'Stílflokkur',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/it.js b/sources/plugins/stylescombo/lang/it.js
new file mode 100644
index 00000000..a6b7696c
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/it.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', 'it', {
6 label: 'Stili',
7 panelTitle: 'Stili di formattazione',
8 panelTitle1: 'Stili per blocchi',
9 panelTitle2: 'Stili in linea',
10 panelTitle3: 'Stili per oggetti'
11} );
diff --git a/sources/plugins/stylescombo/lang/ja.js b/sources/plugins/stylescombo/lang/ja.js
new file mode 100644
index 00000000..3777616f
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ja.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', 'ja', {
6 label: 'スタイル',
7 panelTitle: 'スタイル',
8 panelTitle1: 'ブロックスタイル',
9 panelTitle2: 'インラインスタイル',
10 panelTitle3: 'オブジェクトスタイル'
11} );
diff --git a/sources/plugins/stylescombo/lang/ka.js b/sources/plugins/stylescombo/lang/ka.js
new file mode 100644
index 00000000..4c40359f
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ka.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', 'ka', {
6 label: 'სტილები',
7 panelTitle: 'ფორმატირების სტილები',
8 panelTitle1: 'არის სტილები',
9 panelTitle2: 'თანდართული სტილები',
10 panelTitle3: 'ობიექტის სტილები'
11} );
diff --git a/sources/plugins/stylescombo/lang/km.js b/sources/plugins/stylescombo/lang/km.js
new file mode 100644
index 00000000..36acc65a
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/km.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', 'km', {
6 label: 'រចនាបថ',
7 panelTitle: 'ទ្រង់ទ្រាយ​រចនាបថ',
8 panelTitle1: 'រចនាបថ​ប្លក់',
9 panelTitle2: 'រចនាបថ​ក្នុង​ជួរ',
10 panelTitle3: 'រចនាបថ​វត្ថុ'
11} );
diff --git a/sources/plugins/stylescombo/lang/ko.js b/sources/plugins/stylescombo/lang/ko.js
new file mode 100644
index 00000000..65afa9f3
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ko.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', 'ko', {
6 label: '스타일',
7 panelTitle: '전체 구성 스타일',
8 panelTitle1: '블록 스타일',
9 panelTitle2: '인라인 스타일',
10 panelTitle3: '객체 스타일'
11} );
diff --git a/sources/plugins/stylescombo/lang/ku.js b/sources/plugins/stylescombo/lang/ku.js
new file mode 100644
index 00000000..b975abcd
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ku.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', 'ku', {
6 label: 'شێواز',
7 panelTitle: 'شێوازی ڕازاندنەوە',
8 panelTitle1: 'شێوازی خشت',
9 panelTitle2: 'شێوازی ناوهێڵ',
10 panelTitle3: 'شێوازی بەرکار'
11} );
diff --git a/sources/plugins/stylescombo/lang/lt.js b/sources/plugins/stylescombo/lang/lt.js
new file mode 100644
index 00000000..36ea9f5f
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/lt.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', 'lt', {
6 label: 'Stilius',
7 panelTitle: 'Stilių formatavimas',
8 panelTitle1: 'Blokų stiliai',
9 panelTitle2: 'Vidiniai stiliai',
10 panelTitle3: 'Objektų stiliai'
11} );
diff --git a/sources/plugins/stylescombo/lang/lv.js b/sources/plugins/stylescombo/lang/lv.js
new file mode 100644
index 00000000..d7d14955
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/lv.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', 'lv', {
6 label: 'Stils',
7 panelTitle: 'Formatēšanas stili',
8 panelTitle1: 'Bloka stili',
9 panelTitle2: 'iekļautie stili',
10 panelTitle3: 'Objekta stili'
11} );
diff --git a/sources/plugins/stylescombo/lang/mk.js b/sources/plugins/stylescombo/lang/mk.js
new file mode 100644
index 00000000..83b4db44
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/mk.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', 'mk', {
6 label: 'Styles',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/mn.js b/sources/plugins/stylescombo/lang/mn.js
new file mode 100644
index 00000000..16df60df
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/mn.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', 'mn', {
6 label: 'Загвар',
7 panelTitle: 'Загвар хэлбэржүүлэх',
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/ms.js b/sources/plugins/stylescombo/lang/ms.js
new file mode 100644
index 00000000..b04e615f
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ms.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', 'ms', {
6 label: 'Stail',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/nb.js b/sources/plugins/stylescombo/lang/nb.js
new file mode 100644
index 00000000..0738a4e0
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/nb.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', 'nb', {
6 label: 'Stil',
7 panelTitle: 'Stilformater',
8 panelTitle1: 'Blokkstiler',
9 panelTitle2: 'Inlinestiler',
10 panelTitle3: 'Objektstiler'
11} );
diff --git a/sources/plugins/stylescombo/lang/nl.js b/sources/plugins/stylescombo/lang/nl.js
new file mode 100644
index 00000000..c24b181e
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/nl.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', 'nl', {
6 label: 'Stijl',
7 panelTitle: 'Opmaakstijlen',
8 panelTitle1: 'Blok stijlen',
9 panelTitle2: 'Inline stijlen',
10 panelTitle3: 'Object stijlen'
11} );
diff --git a/sources/plugins/stylescombo/lang/no.js b/sources/plugins/stylescombo/lang/no.js
new file mode 100644
index 00000000..7b29d03e
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/no.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', 'no', {
6 label: 'Stil',
7 panelTitle: 'Stilformater',
8 panelTitle1: 'Blokkstiler',
9 panelTitle2: 'Inlinestiler',
10 panelTitle3: 'Objektstiler'
11} );
diff --git a/sources/plugins/stylescombo/lang/pl.js b/sources/plugins/stylescombo/lang/pl.js
new file mode 100644
index 00000000..21fc50da
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/pl.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', 'pl', {
6 label: 'Styl',
7 panelTitle: 'Style formatujące',
8 panelTitle1: 'Style blokowe',
9 panelTitle2: 'Style liniowe',
10 panelTitle3: 'Style obiektowe'
11} );
diff --git a/sources/plugins/stylescombo/lang/pt-br.js b/sources/plugins/stylescombo/lang/pt-br.js
new file mode 100644
index 00000000..ca241162
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/pt-br.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', 'pt-br', {
6 label: 'Estilo',
7 panelTitle: 'Estilos de Formatação',
8 panelTitle1: 'Estilos de bloco',
9 panelTitle2: 'Estilos de texto corrido',
10 panelTitle3: 'Estilos de objeto'
11} );
diff --git a/sources/plugins/stylescombo/lang/pt.js b/sources/plugins/stylescombo/lang/pt.js
new file mode 100644
index 00000000..9d2e20ae
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/pt.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', 'pt', {
6 label: 'Estilos',
7 panelTitle: 'Estilos de Formatação',
8 panelTitle1: 'Estilos de bloco',
9 panelTitle2: 'Estilos de Linha',
10 panelTitle3: 'Estilos de Objeto'
11} );
diff --git a/sources/plugins/stylescombo/lang/ro.js b/sources/plugins/stylescombo/lang/ro.js
new file mode 100644
index 00000000..ecf004d3
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ro.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', 'ro', {
6 label: 'Stil',
7 panelTitle: 'Formatarea stilurilor',
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/ru.js b/sources/plugins/stylescombo/lang/ru.js
new file mode 100644
index 00000000..56330319
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ru.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', 'ru', {
6 label: 'Стили',
7 panelTitle: 'Стили форматирования',
8 panelTitle1: 'Стили блока',
9 panelTitle2: 'Стили элемента',
10 panelTitle3: 'Стили объекта'
11} );
diff --git a/sources/plugins/stylescombo/lang/si.js b/sources/plugins/stylescombo/lang/si.js
new file mode 100644
index 00000000..b37bdaa0
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/si.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', 'si', {
6 label: 'විලාසය',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/sk.js b/sources/plugins/stylescombo/lang/sk.js
new file mode 100644
index 00000000..573c7da5
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/sk.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', 'sk', {
6 label: 'Štýly',
7 panelTitle: 'Formátovanie štýlov',
8 panelTitle1: 'Štýly bloku',
9 panelTitle2: 'Vnútroriadkové (inline) štýly',
10 panelTitle3: 'Štýly objeku'
11} );
diff --git a/sources/plugins/stylescombo/lang/sl.js b/sources/plugins/stylescombo/lang/sl.js
new file mode 100644
index 00000000..80dafcda
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/sl.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', 'sl', {
6 label: 'Slog',
7 panelTitle: 'Oblikovalni Stili',
8 panelTitle1: 'Slogi odstavkov',
9 panelTitle2: 'Slogi besedila',
10 panelTitle3: 'Slogi objektov'
11} );
diff --git a/sources/plugins/stylescombo/lang/sq.js b/sources/plugins/stylescombo/lang/sq.js
new file mode 100644
index 00000000..098e3290
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/sq.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', 'sq', {
6 label: 'Stil',
7 panelTitle: 'Stilet e Formatimit',
8 panelTitle1: 'Stilet e Bllokut',
9 panelTitle2: 'Stili i Brendshëm',
10 panelTitle3: 'Stilet e Objektit'
11} );
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} );
diff --git a/sources/plugins/stylescombo/lang/sr.js b/sources/plugins/stylescombo/lang/sr.js
new file mode 100644
index 00000000..ff5aac1e
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/sr.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', {
6 label: 'Стил',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/sv.js b/sources/plugins/stylescombo/lang/sv.js
new file mode 100644
index 00000000..1babaff5
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/sv.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', 'sv', {
6 label: 'Anpassad stil',
7 panelTitle: 'Formatmallar',
8 panelTitle1: 'Blockstil',
9 panelTitle2: 'Inbäddad stil',
10 panelTitle3: 'Objektets stil'
11} );
diff --git a/sources/plugins/stylescombo/lang/th.js b/sources/plugins/stylescombo/lang/th.js
new file mode 100644
index 00000000..fd780050
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/th.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', 'th', {
6 label: 'ลักษณะ',
7 panelTitle: 'Formatting Styles', // MISSING
8 panelTitle1: 'Block Styles', // MISSING
9 panelTitle2: 'Inline Styles', // MISSING
10 panelTitle3: 'Object Styles' // MISSING
11} );
diff --git a/sources/plugins/stylescombo/lang/tr.js b/sources/plugins/stylescombo/lang/tr.js
new file mode 100644
index 00000000..369ec3dd
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/tr.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', 'tr', {
6 label: 'Biçem',
7 panelTitle: 'Stilleri Düzenliyor',
8 panelTitle1: 'Blok Stilleri',
9 panelTitle2: 'Inline Stilleri',
10 panelTitle3: 'Nesne Stilleri'
11} );
diff --git a/sources/plugins/stylescombo/lang/tt.js b/sources/plugins/stylescombo/lang/tt.js
new file mode 100644
index 00000000..c1f50d23
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/tt.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', 'tt', {
6 label: 'Стильләр',
7 panelTitle: 'Форматлау стильләре',
8 panelTitle1: 'Блоклар стильләре',
9 panelTitle2: 'Эчке стильләр',
10 panelTitle3: 'Объектлар стильләре'
11} );
diff --git a/sources/plugins/stylescombo/lang/ug.js b/sources/plugins/stylescombo/lang/ug.js
new file mode 100644
index 00000000..a196ccfa
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/ug.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', 'ug', {
6 label: 'ئۇسلۇب',
7 panelTitle: 'ئۇسلۇب',
8 panelTitle1: 'بۆلەك دەرىجىسىدىكى ئېلېمېنت ئۇسلۇبى',
9 panelTitle2: 'ئىچكى باغلانما ئېلېمېنت ئۇسلۇبى',
10 panelTitle3: 'نەڭ (Object) ئېلېمېنت ئۇسلۇبى'
11} );
diff --git a/sources/plugins/stylescombo/lang/uk.js b/sources/plugins/stylescombo/lang/uk.js
new file mode 100644
index 00000000..0d670543
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/uk.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', 'uk', {
6 label: 'Стиль',
7 panelTitle: 'Стилі форматування',
8 panelTitle1: 'Блочні стилі',
9 panelTitle2: 'Рядкові стилі',
10 panelTitle3: 'Об\'єктні стилі'
11} );
diff --git a/sources/plugins/stylescombo/lang/vi.js b/sources/plugins/stylescombo/lang/vi.js
new file mode 100644
index 00000000..790c6951
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/vi.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', 'vi', {
6 label: 'Kiểu',
7 panelTitle: 'Phong cách định dạng',
8 panelTitle1: 'Kiểu khối',
9 panelTitle2: 'Kiểu trực tiếp',
10 panelTitle3: 'Kiểu đối tượng'
11} );
diff --git a/sources/plugins/stylescombo/lang/zh-cn.js b/sources/plugins/stylescombo/lang/zh-cn.js
new file mode 100644
index 00000000..c6dc3332
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/zh-cn.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', 'zh-cn', {
6 label: '样式',
7 panelTitle: '样式',
8 panelTitle1: '块级元素样式',
9 panelTitle2: '内联元素样式',
10 panelTitle3: '对象元素样式'
11} );
diff --git a/sources/plugins/stylescombo/lang/zh.js b/sources/plugins/stylescombo/lang/zh.js
new file mode 100644
index 00000000..30f689a8
--- /dev/null
+++ b/sources/plugins/stylescombo/lang/zh.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', 'zh', {
6 label: '樣式',
7 panelTitle: '格式化樣式',
8 panelTitle1: '區塊樣式',
9 panelTitle2: '內嵌樣式',
10 panelTitle3: '物件樣式'
11} );
diff --git a/sources/plugins/stylescombo/plugin.js b/sources/plugins/stylescombo/plugin.js
new file mode 100644
index 00000000..df36ddad
--- /dev/null
+++ b/sources/plugins/stylescombo/plugin.js
@@ -0,0 +1,193 @@
1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6( function() {
7 'use strict';
8
9 CKEDITOR.plugins.add( 'stylescombo', {
10 requires: 'richcombo',
11 // jscs:disable maximumLineLength
12 lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
13 // jscs:enable maximumLineLength
14
15 init: function( editor ) {
16 var config = editor.config,
17 lang = editor.lang.stylescombo,
18 styles = {},
19 stylesList = [],
20 combo,
21 allowedContent = [];
22
23 editor.on( 'stylesSet', function( evt ) {
24 var stylesDefinitions = evt.data.styles;
25
26 if ( !stylesDefinitions )
27 return;
28
29 var style, styleName, styleType;
30
31 // Put all styles into an Array.
32 for ( var i = 0, count = stylesDefinitions.length; i < count; i++ ) {
33 var styleDefinition = stylesDefinitions[ i ];
34
35 if ( editor.blockless && ( styleDefinition.element in CKEDITOR.dtd.$block ) )
36 continue;
37
38 styleName = styleDefinition.name;
39 style = new CKEDITOR.style( styleDefinition );
40
41 if ( !editor.filter.customConfig || editor.filter.check( style ) ) {
42 style._name = styleName;
43 style._.enterMode = config.enterMode;
44 // Get the type (which will be used to assign style to one of 3 groups) from assignedTo if it's defined.
45 style._.type = styleType = style.assignedTo || style.type;
46
47 // Weight is used to sort styles (#9029).
48 style._.weight = i + ( styleType == CKEDITOR.STYLE_OBJECT ? 1 : styleType == CKEDITOR.STYLE_BLOCK ? 2 : 3 ) * 1000;
49
50 styles[ styleName ] = style;
51 stylesList.push( style );
52 allowedContent.push( style );
53 }
54 }
55
56 // Sorts the Array, so the styles get grouped by type in proper order (#9029).
57 stylesList.sort( function( styleA, styleB ) {
58 return styleA._.weight - styleB._.weight;
59 } );
60 } );
61
62 editor.ui.addRichCombo( 'Styles', {
63 label: lang.label,
64 title: lang.panelTitle,
65 toolbar: 'styles,10',
66 allowedContent: allowedContent,
67
68 panel: {
69 css: [ CKEDITOR.skin.getPath( 'editor' ) ].concat( config.contentsCss ),
70 multiSelect: true,
71 attributes: { 'aria-label': lang.panelTitle }
72 },
73
74 init: function() {
75 var style, styleName, lastType, type, i, count;
76
77 // Loop over the Array, adding all items to the
78 // combo.
79 for ( i = 0, count = stylesList.length; i < count; i++ ) {
80 style = stylesList[ i ];
81 styleName = style._name;
82 type = style._.type;
83
84 if ( type != lastType ) {
85 this.startGroup( lang[ 'panelTitle' + String( type ) ] );
86 lastType = type;
87 }
88
89 this.add( styleName, style.type == CKEDITOR.STYLE_OBJECT ? styleName : style.buildPreview(), styleName );
90 }
91
92 this.commit();
93 },
94
95 onClick: function( value ) {
96 editor.focus();
97 editor.fire( 'saveSnapshot' );
98
99 var style = styles[ value ],
100 elementPath = editor.elementPath();
101
102 editor[ style.checkActive( elementPath, editor ) ? 'removeStyle' : 'applyStyle' ]( style );
103 editor.fire( 'saveSnapshot' );
104 },
105
106 onRender: function() {
107 editor.on( 'selectionChange', function( ev ) {
108 var currentValue = this.getValue(),
109 elementPath = ev.data.path,
110 elements = elementPath.elements;
111
112 // For each element into the elements path.
113 for ( var i = 0, count = elements.length, element; i < count; i++ ) {
114 element = elements[ i ];
115
116 // Check if the element is removable by any of
117 // the styles.
118 for ( var value in styles ) {
119 if ( styles[ value ].checkElementRemovable( element, true, editor ) ) {
120 if ( value != currentValue )
121 this.setValue( value );
122 return;
123 }
124 }
125 }
126
127 // If no styles match, just empty it.
128 this.setValue( '' );
129 }, this );
130 },
131
132 onOpen: function() {
133 var selection = editor.getSelection(),
134 element = selection.getSelectedElement(),
135 elementPath = editor.elementPath( element ),
136 counter = [ 0, 0, 0, 0 ];
137
138 this.showAll();
139 this.unmarkAll();
140 for ( var name in styles ) {
141 var style = styles[ name ],
142 type = style._.type;
143
144 if ( style.checkApplicable( elementPath, editor, editor.activeFilter ) )
145 counter[ type ]++;
146 else
147 this.hideItem( name );
148
149 if ( style.checkActive( elementPath, editor ) )
150 this.mark( name );
151 }
152
153 if ( !counter[ CKEDITOR.STYLE_BLOCK ] )
154 this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_BLOCK ) ] );
155
156 if ( !counter[ CKEDITOR.STYLE_INLINE ] )
157 this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_INLINE ) ] );
158
159 if ( !counter[ CKEDITOR.STYLE_OBJECT ] )
160 this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_OBJECT ) ] );
161 },
162
163 refresh: function() {
164 var elementPath = editor.elementPath();
165
166 if ( !elementPath )
167 return;
168
169 for ( var name in styles ) {
170 var style = styles[ name ];
171
172 if ( style.checkApplicable( elementPath, editor, editor.activeFilter ) )
173 return;
174 }
175 this.setState( CKEDITOR.TRISTATE_DISABLED );
176 },
177
178 // Force a reload of the data
179 reset: function() {
180 if ( combo ) {
181 delete combo._.panel;
182 delete combo._.list;
183 combo._.committed = 0;
184 combo._.items = {};
185 combo._.state = CKEDITOR.TRISTATE_OFF;
186 }
187 styles = {};
188 stylesList = [];
189 }
190 } );
191 }
192 } );
193} )();