summaryrefslogtreecommitdiff
path: root/plugins/format
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/format')
-rw-r--r--plugins/format/lang/af.js18
-rw-r--r--plugins/format/lang/ar.js18
-rw-r--r--plugins/format/lang/bg.js18
-rw-r--r--plugins/format/lang/bn.js18
-rw-r--r--plugins/format/lang/bs.js18
-rw-r--r--plugins/format/lang/ca.js18
-rw-r--r--plugins/format/lang/cs.js18
-rw-r--r--plugins/format/lang/cy.js18
-rw-r--r--plugins/format/lang/da.js18
-rw-r--r--plugins/format/lang/de.js18
-rw-r--r--plugins/format/lang/el.js18
-rw-r--r--plugins/format/lang/en-au.js18
-rw-r--r--plugins/format/lang/en-ca.js18
-rw-r--r--plugins/format/lang/en-gb.js18
-rw-r--r--plugins/format/lang/en.js18
-rw-r--r--plugins/format/lang/eo.js18
-rw-r--r--plugins/format/lang/es.js18
-rw-r--r--plugins/format/lang/et.js18
-rw-r--r--plugins/format/lang/eu.js18
-rw-r--r--plugins/format/lang/fa.js18
-rw-r--r--plugins/format/lang/fi.js18
-rw-r--r--plugins/format/lang/fo.js18
-rw-r--r--plugins/format/lang/fr-ca.js18
-rw-r--r--plugins/format/lang/fr.js18
-rw-r--r--plugins/format/lang/gl.js18
-rw-r--r--plugins/format/lang/gu.js18
-rw-r--r--plugins/format/lang/he.js18
-rw-r--r--plugins/format/lang/hi.js18
-rw-r--r--plugins/format/lang/hr.js18
-rw-r--r--plugins/format/lang/hu.js18
-rw-r--r--plugins/format/lang/is.js18
-rw-r--r--plugins/format/lang/it.js18
-rw-r--r--plugins/format/lang/ja.js18
-rw-r--r--plugins/format/lang/ka.js18
-rw-r--r--plugins/format/lang/km.js18
-rw-r--r--plugins/format/lang/ko.js18
-rw-r--r--plugins/format/lang/ku.js18
-rw-r--r--plugins/format/lang/lt.js18
-rw-r--r--plugins/format/lang/lv.js18
-rw-r--r--plugins/format/lang/mk.js18
-rw-r--r--plugins/format/lang/mn.js18
-rw-r--r--plugins/format/lang/ms.js18
-rw-r--r--plugins/format/lang/nb.js18
-rw-r--r--plugins/format/lang/nl.js18
-rw-r--r--plugins/format/lang/no.js18
-rw-r--r--plugins/format/lang/pl.js18
-rw-r--r--plugins/format/lang/pt-br.js18
-rw-r--r--plugins/format/lang/pt.js18
-rw-r--r--plugins/format/lang/ro.js18
-rw-r--r--plugins/format/lang/ru.js18
-rw-r--r--plugins/format/lang/si.js18
-rw-r--r--plugins/format/lang/sk.js18
-rw-r--r--plugins/format/lang/sl.js18
-rw-r--r--plugins/format/lang/sq.js18
-rw-r--r--plugins/format/lang/sr-latn.js18
-rw-r--r--plugins/format/lang/sr.js18
-rw-r--r--plugins/format/lang/sv.js18
-rw-r--r--plugins/format/lang/th.js18
-rw-r--r--plugins/format/lang/tr.js18
-rw-r--r--plugins/format/lang/ug.js18
-rw-r--r--plugins/format/lang/uk.js18
-rw-r--r--plugins/format/lang/vi.js18
-rw-r--r--plugins/format/lang/zh-cn.js18
-rw-r--r--plugins/format/lang/zh.js18
-rw-r--r--plugins/format/plugin.js217
65 files changed, 1369 insertions, 0 deletions
diff --git a/plugins/format/lang/af.js b/plugins/format/lang/af.js
new file mode 100644
index 0000000..b15cf9c
--- /dev/null
+++ b/plugins/format/lang/af.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'af', {
+ label: 'Opmaak',
+ panelTitle: 'Opmaak',
+ tag_address: 'Adres',
+ tag_div: 'Normaal (DIV)',
+ tag_h1: 'Opskrif 1',
+ tag_h2: 'Opskrif 2',
+ tag_h3: 'Opskrif 3',
+ tag_h4: 'Opskrif 4',
+ tag_h5: 'Opskrif 5',
+ tag_h6: 'Opskrif 6',
+ tag_p: 'Normaal',
+ tag_pre: 'Opgemaak'
+});
diff --git a/plugins/format/lang/ar.js b/plugins/format/lang/ar.js
new file mode 100644
index 0000000..e2c3a34
--- /dev/null
+++ b/plugins/format/lang/ar.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ar', {
+ label: 'تنسيق',
+ panelTitle: 'تنسيق الفقرة',
+ tag_address: 'عنوان',
+ tag_div: 'عادي (DIV)',
+ tag_h1: 'العنوان 1',
+ tag_h2: 'العنوان 2',
+ tag_h3: 'العنوان 3',
+ tag_h4: 'العنوان 4',
+ tag_h5: 'العنوان 5',
+ tag_h6: 'العنوان 6',
+ tag_p: 'عادي',
+ tag_pre: 'منسّق'
+});
diff --git a/plugins/format/lang/bg.js b/plugins/format/lang/bg.js
new file mode 100644
index 0000000..ed5e1f4
--- /dev/null
+++ b/plugins/format/lang/bg.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'bg', {
+ label: 'Формат',
+ panelTitle: 'Формат',
+ tag_address: 'Адрес',
+ tag_div: 'Параграф (DIV)',
+ tag_h1: 'Заглавие 1',
+ tag_h2: 'Заглавие 2',
+ tag_h3: 'Заглавие 3',
+ tag_h4: 'Заглавие 4',
+ tag_h5: 'Заглавие 5',
+ tag_h6: 'Заглавие 6',
+ tag_p: 'Нормален',
+ tag_pre: 'Форматиран'
+});
diff --git a/plugins/format/lang/bn.js b/plugins/format/lang/bn.js
new file mode 100644
index 0000000..6001b08
--- /dev/null
+++ b/plugins/format/lang/bn.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'bn', {
+ label: 'ফন্ট ফরমেট',
+ panelTitle: 'ফন্ট ফরমেট',
+ tag_address: 'ঠিকানা',
+ tag_div: 'শীর্ষক (DIV)',
+ tag_h1: 'শীর্ষক ১',
+ tag_h2: 'শীর্ষক ২',
+ tag_h3: 'শীর্ষক ৩',
+ tag_h4: 'শীর্ষক ৪',
+ tag_h5: 'শীর্ষক ৫',
+ tag_h6: 'শীর্ষক ৬',
+ tag_p: 'সাধারণ',
+ tag_pre: 'ফর্মেটেড'
+});
diff --git a/plugins/format/lang/bs.js b/plugins/format/lang/bs.js
new file mode 100644
index 0000000..7defa12
--- /dev/null
+++ b/plugins/format/lang/bs.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'bs', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)', // MISSING
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/ca.js b/plugins/format/lang/ca.js
new file mode 100644
index 0000000..f2ae95b
--- /dev/null
+++ b/plugins/format/lang/ca.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ca', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Adreça',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Encapçalament 1',
+ tag_h2: 'Encapçalament 2',
+ tag_h3: 'Encapçalament 3',
+ tag_h4: 'Encapçalament 4',
+ tag_h5: 'Encapçalament 5',
+ tag_h6: 'Encapçalament 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatejat'
+});
diff --git a/plugins/format/lang/cs.js b/plugins/format/lang/cs.js
new file mode 100644
index 0000000..906f907
--- /dev/null
+++ b/plugins/format/lang/cs.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'cs', {
+ label: 'Formát',
+ panelTitle: 'Formát',
+ tag_address: 'Adresa',
+ tag_div: 'Normální (DIV)',
+ tag_h1: 'Nadpis 1',
+ tag_h2: 'Nadpis 2',
+ tag_h3: 'Nadpis 3',
+ tag_h4: 'Nadpis 4',
+ tag_h5: 'Nadpis 5',
+ tag_h6: 'Nadpis 6',
+ tag_p: 'Normální',
+ tag_pre: 'Naformátováno'
+});
diff --git a/plugins/format/lang/cy.js b/plugins/format/lang/cy.js
new file mode 100644
index 0000000..40913e0
--- /dev/null
+++ b/plugins/format/lang/cy.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'cy', {
+ label: 'Fformat',
+ panelTitle: 'Fformat Paragraff',
+ tag_address: 'Cyfeiriad',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Pennawd 1',
+ tag_h2: 'Pennawd 2',
+ tag_h3: 'Pennawd 3',
+ tag_h4: 'Pennawd 4',
+ tag_h5: 'Pennawd 5',
+ tag_h6: 'Pennawd 6',
+ tag_p: 'Normal',
+ tag_pre: 'Wedi\'i Fformatio'
+});
diff --git a/plugins/format/lang/da.js b/plugins/format/lang/da.js
new file mode 100644
index 0000000..e2b116d
--- /dev/null
+++ b/plugins/format/lang/da.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'da', {
+ label: 'Formatering',
+ panelTitle: 'Formatering',
+ tag_address: 'Adresse',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Overskrift 1',
+ tag_h2: 'Overskrift 2',
+ tag_h3: 'Overskrift 3',
+ tag_h4: 'Overskrift 4',
+ tag_h5: 'Overskrift 5',
+ tag_h6: 'Overskrift 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formateret'
+});
diff --git a/plugins/format/lang/de.js b/plugins/format/lang/de.js
new file mode 100644
index 0000000..f62b84f
--- /dev/null
+++ b/plugins/format/lang/de.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'de', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Addresse',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Überschrift 1',
+ tag_h2: 'Überschrift 2',
+ tag_h3: 'Überschrift 3',
+ tag_h4: 'Überschrift 4',
+ tag_h5: 'Überschrift 5',
+ tag_h6: 'Überschrift 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatiert'
+});
diff --git a/plugins/format/lang/el.js b/plugins/format/lang/el.js
new file mode 100644
index 0000000..8e063b9
--- /dev/null
+++ b/plugins/format/lang/el.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'el', {
+ label: 'Μορφοποίηση',
+ panelTitle: 'Μορφοποίηση Παραγράφου',
+ tag_address: 'Διεύθυνση',
+ tag_div: 'Κανονικό (DIV)',
+ tag_h1: 'Επικεφαλίδα 1',
+ tag_h2: 'Επικεφαλίδα 2',
+ tag_h3: 'Επικεφαλίδα 3',
+ tag_h4: 'Επικεφαλίδα 4',
+ tag_h5: 'Επικεφαλίδα 5',
+ tag_h6: 'Επικεφαλίδα 6',
+ tag_p: 'Κανονικό',
+ tag_pre: 'Μορφοποιημένο'
+});
diff --git a/plugins/format/lang/en-au.js b/plugins/format/lang/en-au.js
new file mode 100644
index 0000000..93b36c5
--- /dev/null
+++ b/plugins/format/lang/en-au.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'en-au', {
+ label: 'Format',
+ panelTitle: 'Paragraph Format',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/en-ca.js b/plugins/format/lang/en-ca.js
new file mode 100644
index 0000000..fa9bc01
--- /dev/null
+++ b/plugins/format/lang/en-ca.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'en-ca', {
+ label: 'Format',
+ panelTitle: 'Paragraph Format',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/en-gb.js b/plugins/format/lang/en-gb.js
new file mode 100644
index 0000000..4202b54
--- /dev/null
+++ b/plugins/format/lang/en-gb.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'en-gb', {
+ label: 'Format',
+ panelTitle: 'Paragraph Format',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/en.js b/plugins/format/lang/en.js
new file mode 100644
index 0000000..b7b176d
--- /dev/null
+++ b/plugins/format/lang/en.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'en', {
+ label: 'Format',
+ panelTitle: 'Paragraph Format',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/eo.js b/plugins/format/lang/eo.js
new file mode 100644
index 0000000..9216cec
--- /dev/null
+++ b/plugins/format/lang/eo.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'eo', {
+ label: 'Formato',
+ panelTitle: 'ParagrafFormato',
+ tag_address: 'Adreso',
+ tag_div: 'Normala (DIV)',
+ tag_h1: 'Titolo 1',
+ tag_h2: 'Titolo 2',
+ tag_h3: 'Titolo 3',
+ tag_h4: 'Titolo 4',
+ tag_h5: 'Titolo 5',
+ tag_h6: 'Titolo 6',
+ tag_p: 'Normala',
+ tag_pre: 'Formatita'
+});
diff --git a/plugins/format/lang/es.js b/plugins/format/lang/es.js
new file mode 100644
index 0000000..06d07d4
--- /dev/null
+++ b/plugins/format/lang/es.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'es', {
+ label: 'Formato',
+ panelTitle: 'Formato',
+ tag_address: 'Dirección',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Encabezado 1',
+ tag_h2: 'Encabezado 2',
+ tag_h3: 'Encabezado 3',
+ tag_h4: 'Encabezado 4',
+ tag_h5: 'Encabezado 5',
+ tag_h6: 'Encabezado 6',
+ tag_p: 'Normal',
+ tag_pre: 'Con formato'
+});
diff --git a/plugins/format/lang/et.js b/plugins/format/lang/et.js
new file mode 100644
index 0000000..c85c2c5
--- /dev/null
+++ b/plugins/format/lang/et.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'et', {
+ label: 'Vorming',
+ panelTitle: 'Vorming',
+ tag_address: 'Aadress',
+ tag_div: 'Tavaline (DIV)',
+ tag_h1: 'Pealkiri 1',
+ tag_h2: 'Pealkiri 2',
+ tag_h3: 'Pealkiri 3',
+ tag_h4: 'Pealkiri 4',
+ tag_h5: 'Pealkiri 5',
+ tag_h6: 'Pealkiri 6',
+ tag_p: 'Tavaline',
+ tag_pre: 'Vormindatud'
+});
diff --git a/plugins/format/lang/eu.js b/plugins/format/lang/eu.js
new file mode 100644
index 0000000..af4ac0c
--- /dev/null
+++ b/plugins/format/lang/eu.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'eu', {
+ label: 'Formatua',
+ panelTitle: 'Formatua',
+ tag_address: 'Helbidea',
+ tag_div: 'Paragrafoa (DIV)',
+ tag_h1: 'Izenburua 1',
+ tag_h2: 'Izenburua 2',
+ tag_h3: 'Izenburua 3',
+ tag_h4: 'Izenburua 4',
+ tag_h5: 'Izenburua 5',
+ tag_h6: 'Izenburua 6',
+ tag_p: 'Arrunta',
+ tag_pre: 'Formateatua'
+});
diff --git a/plugins/format/lang/fa.js b/plugins/format/lang/fa.js
new file mode 100644
index 0000000..83f0cb1
--- /dev/null
+++ b/plugins/format/lang/fa.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'fa', {
+ label: 'فرمت',
+ panelTitle: 'فرمت',
+ tag_address: 'آدرس',
+ tag_div: 'بند',
+ tag_h1: 'سرنویس 1',
+ tag_h2: 'سرنویس 2',
+ tag_h3: 'سرنویس 3',
+ tag_h4: 'سرنویس 4',
+ tag_h5: 'سرنویس 5',
+ tag_h6: 'سرنویس 6',
+ tag_p: 'نرمال',
+ tag_pre: 'فرمت شده'
+});
diff --git a/plugins/format/lang/fi.js b/plugins/format/lang/fi.js
new file mode 100644
index 0000000..68b375a
--- /dev/null
+++ b/plugins/format/lang/fi.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'fi', {
+ label: 'Muotoilu',
+ panelTitle: 'Muotoilu',
+ tag_address: 'Osoite',
+ tag_div: 'Normaali (DIV)',
+ tag_h1: 'Otsikko 1',
+ tag_h2: 'Otsikko 2',
+ tag_h3: 'Otsikko 3',
+ tag_h4: 'Otsikko 4',
+ tag_h5: 'Otsikko 5',
+ tag_h6: 'Otsikko 6',
+ tag_p: 'Normaali',
+ tag_pre: 'Muotoiltu'
+});
diff --git a/plugins/format/lang/fo.js b/plugins/format/lang/fo.js
new file mode 100644
index 0000000..04b7fde
--- /dev/null
+++ b/plugins/format/lang/fo.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'fo', {
+ label: 'Skriftsnið',
+ panelTitle: 'Skriftsnið',
+ tag_address: 'Adressa',
+ tag_div: 'Vanligt (DIV)',
+ tag_h1: 'Yvirskrift 1',
+ tag_h2: 'Yvirskrift 2',
+ tag_h3: 'Yvirskrift 3',
+ tag_h4: 'Yvirskrift 4',
+ tag_h5: 'Yvirskrift 5',
+ tag_h6: 'Yvirskrift 6',
+ tag_p: 'Vanligt',
+ tag_pre: 'Sniðgivið'
+});
diff --git a/plugins/format/lang/fr-ca.js b/plugins/format/lang/fr-ca.js
new file mode 100644
index 0000000..573d537
--- /dev/null
+++ b/plugins/format/lang/fr-ca.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'fr-ca', {
+ label: 'Format',
+ panelTitle: 'Format de paragraphe',
+ tag_address: 'Adresse',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'En-tête 1',
+ tag_h2: 'En-tête 2',
+ tag_h3: 'En-tête 3',
+ tag_h4: 'En-tête 4',
+ tag_h5: 'En-tête 5',
+ tag_h6: 'En-tête 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formaté'
+});
diff --git a/plugins/format/lang/fr.js b/plugins/format/lang/fr.js
new file mode 100644
index 0000000..0f592d2
--- /dev/null
+++ b/plugins/format/lang/fr.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'fr', {
+ label: 'Format',
+ panelTitle: 'Format de paragraphe',
+ tag_address: 'Adresse',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Titre 1',
+ tag_h2: 'Titre 2',
+ tag_h3: 'Titre 3',
+ tag_h4: 'Titre 4',
+ tag_h5: 'Titre 5',
+ tag_h6: 'Titre 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formaté'
+});
diff --git a/plugins/format/lang/gl.js b/plugins/format/lang/gl.js
new file mode 100644
index 0000000..50e01a4
--- /dev/null
+++ b/plugins/format/lang/gl.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'gl', {
+ label: 'Formato',
+ panelTitle: 'Formato do parágrafo',
+ tag_address: 'Enderezo',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Enacabezado 1',
+ tag_h2: 'Encabezado 2',
+ tag_h3: 'Encabezado 3',
+ tag_h4: 'Encabezado 4',
+ tag_h5: 'Encabezado 5',
+ tag_h6: 'Encabezado 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatado'
+});
diff --git a/plugins/format/lang/gu.js b/plugins/format/lang/gu.js
new file mode 100644
index 0000000..e719b7f
--- /dev/null
+++ b/plugins/format/lang/gu.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'gu', {
+ label: 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી',
+ panelTitle: 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી',
+ tag_address: 'સરનામું',
+ tag_div: 'શીર્ષક (DIV)',
+ tag_h1: 'શીર્ષક 1',
+ tag_h2: 'શીર્ષક 2',
+ tag_h3: 'શીર્ષક 3',
+ tag_h4: 'શીર્ષક 4',
+ tag_h5: 'શીર્ષક 5',
+ tag_h6: 'શીર્ષક 6',
+ tag_p: 'સામાન્ય',
+ tag_pre: 'ફૉર્મટેડ'
+});
diff --git a/plugins/format/lang/he.js b/plugins/format/lang/he.js
new file mode 100644
index 0000000..b4cc5b9
--- /dev/null
+++ b/plugins/format/lang/he.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'he', {
+ label: 'עיצוב',
+ panelTitle: 'עיצוב',
+ tag_address: 'כתובת',
+ tag_div: 'נורמלי (DIV)',
+ tag_h1: 'כותרת',
+ tag_h2: 'כותרת 2',
+ tag_h3: 'כותרת 3',
+ tag_h4: 'כותרת 4',
+ tag_h5: 'כותרת 5',
+ tag_h6: 'כותרת 6',
+ tag_p: 'נורמלי',
+ tag_pre: 'קוד'
+});
diff --git a/plugins/format/lang/hi.js b/plugins/format/lang/hi.js
new file mode 100644
index 0000000..5c6ecee
--- /dev/null
+++ b/plugins/format/lang/hi.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'hi', {
+ label: 'फ़ॉर्मैट',
+ panelTitle: 'फ़ॉर्मैट',
+ tag_address: 'पता',
+ tag_div: 'शीर्षक (DIV)',
+ tag_h1: 'शीर्षक 1',
+ tag_h2: 'शीर्षक 2',
+ tag_h3: 'शीर्षक 3',
+ tag_h4: 'शीर्षक 4',
+ tag_h5: 'शीर्षक 5',
+ tag_h6: 'शीर्षक 6',
+ tag_p: 'साधारण',
+ tag_pre: 'फ़ॉर्मैटॅड'
+});
diff --git a/plugins/format/lang/hr.js b/plugins/format/lang/hr.js
new file mode 100644
index 0000000..af8032c
--- /dev/null
+++ b/plugins/format/lang/hr.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'hr', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatirano'
+});
diff --git a/plugins/format/lang/hu.js b/plugins/format/lang/hu.js
new file mode 100644
index 0000000..6cdb8bf
--- /dev/null
+++ b/plugins/format/lang/hu.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'hu', {
+ label: 'Formátum',
+ panelTitle: 'Formátum',
+ tag_address: 'Címsor',
+ tag_div: 'Bekezdés (DIV)',
+ tag_h1: 'Fejléc 1',
+ tag_h2: 'Fejléc 2',
+ tag_h3: 'Fejléc 3',
+ tag_h4: 'Fejléc 4',
+ tag_h5: 'Fejléc 5',
+ tag_h6: 'Fejléc 6',
+ tag_p: 'Normál',
+ tag_pre: 'Formázott'
+});
diff --git a/plugins/format/lang/is.js b/plugins/format/lang/is.js
new file mode 100644
index 0000000..5749d01
--- /dev/null
+++ b/plugins/format/lang/is.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'is', {
+ label: 'Stílsnið',
+ panelTitle: 'Stílsnið',
+ tag_address: 'Vistfang',
+ tag_div: 'Venjulegt (DIV)',
+ tag_h1: 'Fyrirsögn 1',
+ tag_h2: 'Fyrirsögn 2',
+ tag_h3: 'Fyrirsögn 3',
+ tag_h4: 'Fyrirsögn 4',
+ tag_h5: 'Fyrirsögn 5',
+ tag_h6: 'Fyrirsögn 6',
+ tag_p: 'Venjulegt letur',
+ tag_pre: 'Forsniðið'
+});
diff --git a/plugins/format/lang/it.js b/plugins/format/lang/it.js
new file mode 100644
index 0000000..f2d3d4d
--- /dev/null
+++ b/plugins/format/lang/it.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'it', {
+ label: 'Formato',
+ panelTitle: 'Formato',
+ tag_address: 'Indirizzo',
+ tag_div: 'Paragrafo (DIV)',
+ tag_h1: 'Titolo 1',
+ tag_h2: 'Titolo 2',
+ tag_h3: 'Titolo 3',
+ tag_h4: 'Titolo 4',
+ tag_h5: 'Titolo 5',
+ tag_h6: 'Titolo 6',
+ tag_p: 'Normale',
+ tag_pre: 'Formattato'
+});
diff --git a/plugins/format/lang/ja.js b/plugins/format/lang/ja.js
new file mode 100644
index 0000000..38b1ba4
--- /dev/null
+++ b/plugins/format/lang/ja.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ja', {
+ label: 'フォーマット',
+ panelTitle: 'フォーマット',
+ tag_address: 'アドレス',
+ tag_div: '標準 (DIV)',
+ tag_h1: '見出し 1',
+ tag_h2: '見出し 2',
+ tag_h3: '見出し 3',
+ tag_h4: '見出し 4',
+ tag_h5: '見出し 5',
+ tag_h6: '見出し 6',
+ tag_p: '標準',
+ tag_pre: '書式付き'
+});
diff --git a/plugins/format/lang/ka.js b/plugins/format/lang/ka.js
new file mode 100644
index 0000000..ee95d43
--- /dev/null
+++ b/plugins/format/lang/ka.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ka', {
+ label: 'ფიორმატირება',
+ panelTitle: 'ფორმატირება',
+ tag_address: 'მისამართი',
+ tag_div: 'ჩვეულებრივი (DIV)',
+ tag_h1: 'სათაური 1',
+ tag_h2: 'სათაური 2',
+ tag_h3: 'სათაური 3',
+ tag_h4: 'სათაური 4',
+ tag_h5: 'სათაური 5',
+ tag_h6: 'სათაური 6',
+ tag_p: 'ჩვეულებრივი',
+ tag_pre: 'ფორმატირებული'
+});
diff --git a/plugins/format/lang/km.js b/plugins/format/lang/km.js
new file mode 100644
index 0000000..d26c43b
--- /dev/null
+++ b/plugins/format/lang/km.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'km', {
+ label: 'រចនា',
+ panelTitle: 'រចនា',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/ko.js b/plugins/format/lang/ko.js
new file mode 100644
index 0000000..dfff409
--- /dev/null
+++ b/plugins/format/lang/ko.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ko', {
+ label: '포맷',
+ panelTitle: '포맷',
+ tag_address: 'Address',
+ tag_div: 'Normal (DIV)', // MISSING
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/ku.js b/plugins/format/lang/ku.js
new file mode 100644
index 0000000..83c0310
--- /dev/null
+++ b/plugins/format/lang/ku.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ku', {
+ label: 'ڕازاندنەوە',
+ panelTitle: 'بەشی ڕازاندنەوه',
+ tag_address: 'ناونیشان',
+ tag_div: '(DIV)-ی ئاسایی',
+ tag_h1: 'سەرنووسەی ١',
+ tag_h2: 'سەرنووسەی ٢',
+ tag_h3: 'سەرنووسەی ٣',
+ tag_h4: 'سەرنووسەی ٤',
+ tag_h5: 'سەرنووسەی ٥',
+ tag_h6: 'سەرنووسەی ٦',
+ tag_p: 'ئاسایی',
+ tag_pre: 'شێوازکراو'
+});
diff --git a/plugins/format/lang/lt.js b/plugins/format/lang/lt.js
new file mode 100644
index 0000000..acea4b1
--- /dev/null
+++ b/plugins/format/lang/lt.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'lt', {
+ label: 'Šrifto formatas',
+ panelTitle: 'Šrifto formatas',
+ tag_address: 'Kreipinio',
+ tag_div: 'Normalus (DIV)',
+ tag_h1: 'Antraštinis 1',
+ tag_h2: 'Antraštinis 2',
+ tag_h3: 'Antraštinis 3',
+ tag_h4: 'Antraštinis 4',
+ tag_h5: 'Antraštinis 5',
+ tag_h6: 'Antraštinis 6',
+ tag_p: 'Normalus',
+ tag_pre: 'Formuotas'
+});
diff --git a/plugins/format/lang/lv.js b/plugins/format/lang/lv.js
new file mode 100644
index 0000000..8ba2400
--- /dev/null
+++ b/plugins/format/lang/lv.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'lv', {
+ label: 'Formāts',
+ panelTitle: 'Formāts',
+ tag_address: 'Adrese',
+ tag_div: 'Rindkopa (DIV)',
+ tag_h1: 'Virsraksts 1',
+ tag_h2: 'Virsraksts 2',
+ tag_h3: 'Virsraksts 3',
+ tag_h4: 'Virsraksts 4',
+ tag_h5: 'Virsraksts 5',
+ tag_h6: 'Virsraksts 6',
+ tag_p: 'Normāls teksts',
+ tag_pre: 'Formatēts teksts'
+});
diff --git a/plugins/format/lang/mk.js b/plugins/format/lang/mk.js
new file mode 100644
index 0000000..bba40fa
--- /dev/null
+++ b/plugins/format/lang/mk.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'mk', {
+ label: 'Format', // MISSING
+ panelTitle: 'Paragraph Format', // MISSING
+ tag_address: 'Address', // MISSING
+ tag_div: 'Normal (DIV)', // MISSING
+ tag_h1: 'Heading 1', // MISSING
+ tag_h2: 'Heading 2', // MISSING
+ tag_h3: 'Heading 3', // MISSING
+ tag_h4: 'Heading 4', // MISSING
+ tag_h5: 'Heading 5', // MISSING
+ tag_h6: 'Heading 6', // MISSING
+ tag_p: 'Normal', // MISSING
+ tag_pre: 'Formatted' // MISSING
+});
diff --git a/plugins/format/lang/mn.js b/plugins/format/lang/mn.js
new file mode 100644
index 0000000..2db2674
--- /dev/null
+++ b/plugins/format/lang/mn.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'mn', {
+ label: 'Параргафын загвар',
+ panelTitle: 'Параргафын загвар',
+ tag_address: 'Хаяг',
+ tag_div: 'Paragraph (DIV)',
+ tag_h1: 'Гарчиг 1',
+ tag_h2: 'Гарчиг 2',
+ tag_h3: 'Гарчиг 3',
+ tag_h4: 'Гарчиг 4',
+ tag_h5: 'Гарчиг 5',
+ tag_h6: 'Гарчиг 6',
+ tag_p: 'Хэвийн',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/ms.js b/plugins/format/lang/ms.js
new file mode 100644
index 0000000..072cef9
--- /dev/null
+++ b/plugins/format/lang/ms.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ms', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Alamat',
+ tag_div: 'Perenggan (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Telah Diformat'
+});
diff --git a/plugins/format/lang/nb.js b/plugins/format/lang/nb.js
new file mode 100644
index 0000000..45e31ce
--- /dev/null
+++ b/plugins/format/lang/nb.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'nb', {
+ label: 'Format',
+ panelTitle: 'Avsnittsformat',
+ tag_address: 'Adresse',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Overskrift 1',
+ tag_h2: 'Overskrift 2',
+ tag_h3: 'Overskrift 3',
+ tag_h4: 'Overskrift 4',
+ tag_h5: 'Overskrift 5',
+ tag_h6: 'Overskrift 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatert'
+});
diff --git a/plugins/format/lang/nl.js b/plugins/format/lang/nl.js
new file mode 100644
index 0000000..bf37b09
--- /dev/null
+++ b/plugins/format/lang/nl.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'nl', {
+ label: 'Opmaak',
+ panelTitle: 'Opmaak',
+ tag_address: 'Adres',
+ tag_div: 'Normaal (DIV)',
+ tag_h1: 'Kop 1',
+ tag_h2: 'Kop 2',
+ tag_h3: 'Kop 3',
+ tag_h4: 'Kop 4',
+ tag_h5: 'Kop 5',
+ tag_h6: 'Kop 6',
+ tag_p: 'Normaal',
+ tag_pre: 'Met opmaak'
+});
diff --git a/plugins/format/lang/no.js b/plugins/format/lang/no.js
new file mode 100644
index 0000000..7bc786c
--- /dev/null
+++ b/plugins/format/lang/no.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'no', {
+ label: 'Format',
+ panelTitle: 'Avsnittsformat',
+ tag_address: 'Adresse',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Overskrift 1',
+ tag_h2: 'Overskrift 2',
+ tag_h3: 'Overskrift 3',
+ tag_h4: 'Overskrift 4',
+ tag_h5: 'Overskrift 5',
+ tag_h6: 'Overskrift 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatert'
+});
diff --git a/plugins/format/lang/pl.js b/plugins/format/lang/pl.js
new file mode 100644
index 0000000..aa31afc
--- /dev/null
+++ b/plugins/format/lang/pl.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'pl', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Adres',
+ tag_div: 'Normalny (DIV)',
+ tag_h1: 'Nagłówek 1',
+ tag_h2: 'Nagłówek 2',
+ tag_h3: 'Nagłówek 3',
+ tag_h4: 'Nagłówek 4',
+ tag_h5: 'Nagłówek 5',
+ tag_h6: 'Nagłówek 6',
+ tag_p: 'Normalny',
+ tag_pre: 'Tekst sformatowany'
+});
diff --git a/plugins/format/lang/pt-br.js b/plugins/format/lang/pt-br.js
new file mode 100644
index 0000000..72bb30a
--- /dev/null
+++ b/plugins/format/lang/pt-br.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'pt-br', {
+ label: 'Formatação',
+ panelTitle: 'Formatação',
+ tag_address: 'Endereço',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Título 1',
+ tag_h2: 'Título 2',
+ tag_h3: 'Título 3',
+ tag_h4: 'Título 4',
+ tag_h5: 'Título 5',
+ tag_h6: 'Título 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatado'
+});
diff --git a/plugins/format/lang/pt.js b/plugins/format/lang/pt.js
new file mode 100644
index 0000000..3077dfe
--- /dev/null
+++ b/plugins/format/lang/pt.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'pt', {
+ label: 'Formato',
+ panelTitle: 'Formato',
+ tag_address: 'Endereço',
+ tag_div: 'Normal (DIV)', // MISSING
+ tag_h1: 'Título 1',
+ tag_h2: 'Título 2',
+ tag_h3: 'Título 3',
+ tag_h4: 'Título 4',
+ tag_h5: 'Título 5',
+ tag_h6: 'Título 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatado'
+});
diff --git a/plugins/format/lang/ro.js b/plugins/format/lang/ro.js
new file mode 100644
index 0000000..4f069d8
--- /dev/null
+++ b/plugins/format/lang/ro.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ro', {
+ label: 'Formatare',
+ panelTitle: 'Formatare',
+ tag_address: 'Adresă',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatat'
+});
diff --git a/plugins/format/lang/ru.js b/plugins/format/lang/ru.js
new file mode 100644
index 0000000..4a67879
--- /dev/null
+++ b/plugins/format/lang/ru.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ru', {
+ label: 'Форматирование',
+ panelTitle: 'Форматирование',
+ tag_address: 'Адрес',
+ tag_div: 'Обычное (div)',
+ tag_h1: 'Заголовок 1',
+ tag_h2: 'Заголовок 2',
+ tag_h3: 'Заголовок 3',
+ tag_h4: 'Заголовок 4',
+ tag_h5: 'Заголовок 5',
+ tag_h6: 'Заголовок 6',
+ tag_p: 'Обычное',
+ tag_pre: 'Моноширинное'
+});
diff --git a/plugins/format/lang/si.js b/plugins/format/lang/si.js
new file mode 100644
index 0000000..273fe5f
--- /dev/null
+++ b/plugins/format/lang/si.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'si', {
+ label: 'ආකෘතිය',
+ panelTitle: 'චේදයේ ',
+ tag_address: 'ලිපිනය',
+ tag_div: 'සාමාන්‍ය(DIV)',
+ tag_h1: 'ශීර්ෂය 1',
+ tag_h2: 'ශීර්ෂය 2',
+ tag_h3: 'ශීර්ෂය 3',
+ tag_h4: 'ශීර්ෂය 4',
+ tag_h5: 'ශීර්ෂය 5',
+ tag_h6: 'ශීර්ෂය 6',
+ tag_p: 'සාමාන්‍ය',
+ tag_pre: 'ආකෘතියන්'
+});
diff --git a/plugins/format/lang/sk.js b/plugins/format/lang/sk.js
new file mode 100644
index 0000000..1f1b8ae
--- /dev/null
+++ b/plugins/format/lang/sk.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sk', {
+ label: 'Formát',
+ panelTitle: 'Formát',
+ tag_address: 'Adresa',
+ tag_div: 'Normálny (DIV)',
+ tag_h1: 'Nadpis 1',
+ tag_h2: 'Nadpis 2',
+ tag_h3: 'Nadpis 3',
+ tag_h4: 'Nadpis 4',
+ tag_h5: 'Nadpis 5',
+ tag_h6: 'Nadpis 6',
+ tag_p: 'Normálny',
+ tag_pre: 'Formátovaný'
+});
diff --git a/plugins/format/lang/sl.js b/plugins/format/lang/sl.js
new file mode 100644
index 0000000..afc0593
--- /dev/null
+++ b/plugins/format/lang/sl.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sl', {
+ label: 'Oblika',
+ panelTitle: 'Oblika',
+ tag_address: 'Napis',
+ tag_div: 'Navaden (DIV)',
+ tag_h1: 'Naslov 1',
+ tag_h2: 'Naslov 2',
+ tag_h3: 'Naslov 3',
+ tag_h4: 'Naslov 4',
+ tag_h5: 'Naslov 5',
+ tag_h6: 'Naslov 6',
+ tag_p: 'Navaden',
+ tag_pre: 'Oblikovan'
+});
diff --git a/plugins/format/lang/sq.js b/plugins/format/lang/sq.js
new file mode 100644
index 0000000..dbdf84f
--- /dev/null
+++ b/plugins/format/lang/sq.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sq', {
+ label: 'Formati',
+ panelTitle: 'Formati i Paragrafit',
+ tag_address: 'Adresa',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Titulli 1',
+ tag_h2: 'Titulli 2',
+ tag_h3: 'Titulli 3',
+ tag_h4: 'Titulli 4',
+ tag_h5: 'Titulli 5',
+ tag_h6: 'Titulli 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatuar'
+});
diff --git a/plugins/format/lang/sr-latn.js b/plugins/format/lang/sr-latn.js
new file mode 100644
index 0000000..dfe1c7e
--- /dev/null
+++ b/plugins/format/lang/sr-latn.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sr-latn', {
+ label: 'Format',
+ panelTitle: 'Format',
+ tag_address: 'Adresa',
+ tag_div: 'Normal (DIV)', // MISSING
+ tag_h1: 'Naslov 1',
+ tag_h2: 'Naslov 2',
+ tag_h3: 'Naslov 3',
+ tag_h4: 'Naslov 4',
+ tag_h5: 'Naslov 5',
+ tag_h6: 'Naslov 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatirano'
+});
diff --git a/plugins/format/lang/sr.js b/plugins/format/lang/sr.js
new file mode 100644
index 0000000..548edce
--- /dev/null
+++ b/plugins/format/lang/sr.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sr', {
+ label: 'Формат',
+ panelTitle: 'Формат',
+ tag_address: 'Adresa',
+ tag_div: 'Normal (DIV)', // MISSING
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatirano'
+});
diff --git a/plugins/format/lang/sv.js b/plugins/format/lang/sv.js
new file mode 100644
index 0000000..8381f88
--- /dev/null
+++ b/plugins/format/lang/sv.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sv', {
+ label: 'Teckenformat',
+ panelTitle: 'Teckenformat',
+ tag_address: 'Adress',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Rubrik 1',
+ tag_h2: 'Rubrik 2',
+ tag_h3: 'Rubrik 3',
+ tag_h4: 'Rubrik 4',
+ tag_h5: 'Rubrik 5',
+ tag_h6: 'Rubrik 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formaterad'
+});
diff --git a/plugins/format/lang/th.js b/plugins/format/lang/th.js
new file mode 100644
index 0000000..1822895
--- /dev/null
+++ b/plugins/format/lang/th.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'th', {
+ label: 'รูปแบบ',
+ panelTitle: 'รูปแบบ',
+ tag_address: 'Address',
+ tag_div: 'Paragraph (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formatted'
+});
diff --git a/plugins/format/lang/tr.js b/plugins/format/lang/tr.js
new file mode 100644
index 0000000..ff10b94
--- /dev/null
+++ b/plugins/format/lang/tr.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'tr', {
+ label: 'Biçim',
+ panelTitle: 'Biçim',
+ tag_address: 'Adres',
+ tag_div: 'Paragraf (DIV)',
+ tag_h1: 'Başlık 1',
+ tag_h2: 'Başlık 2',
+ tag_h3: 'Başlık 3',
+ tag_h4: 'Başlık 4',
+ tag_h5: 'Başlık 5',
+ tag_h6: 'Başlık 6',
+ tag_p: 'Normal',
+ tag_pre: 'Biçimli'
+});
diff --git a/plugins/format/lang/ug.js b/plugins/format/lang/ug.js
new file mode 100644
index 0000000..91f610e
--- /dev/null
+++ b/plugins/format/lang/ug.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'ug', {
+ label: 'پىچىم',
+ panelTitle: 'پىچىم',
+ tag_address: 'ئادرېس',
+ tag_div: 'ئابزاس (DIV)',
+ tag_h1: 'ماۋزۇ 1',
+ tag_h2: 'ماۋزۇ 2',
+ tag_h3: 'ماۋزۇ 3',
+ tag_h4: 'ماۋزۇ 4',
+ tag_h5: 'ماۋزۇ 5',
+ tag_h6: 'ماۋزۇ 6',
+ tag_p: 'ئادەتتىكى',
+ tag_pre: 'تىزىلغان پىچىم'
+});
diff --git a/plugins/format/lang/uk.js b/plugins/format/lang/uk.js
new file mode 100644
index 0000000..3dad7a3
--- /dev/null
+++ b/plugins/format/lang/uk.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'uk', {
+ label: 'Форматування',
+ panelTitle: 'Форматування параграфа',
+ tag_address: 'Адреса',
+ tag_div: 'Нормальний (div)',
+ tag_h1: 'Заголовок 1',
+ tag_h2: 'Заголовок 2',
+ tag_h3: 'Заголовок 3',
+ tag_h4: 'Заголовок 4',
+ tag_h5: 'Заголовок 5',
+ tag_h6: 'Заголовок 6',
+ tag_p: 'Нормальний',
+ tag_pre: 'Форматований'
+});
diff --git a/plugins/format/lang/vi.js b/plugins/format/lang/vi.js
new file mode 100644
index 0000000..07453e3
--- /dev/null
+++ b/plugins/format/lang/vi.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'vi', {
+ label: 'Định dạng',
+ panelTitle: 'Định dạng',
+ tag_address: 'Address',
+ tag_div: 'Bình thường (DIV)',
+ tag_h1: 'Heading 1',
+ tag_h2: 'Heading 2',
+ tag_h3: 'Heading 3',
+ tag_h4: 'Heading 4',
+ tag_h5: 'Heading 5',
+ tag_h6: 'Heading 6',
+ tag_p: 'Bình thường (P)',
+ tag_pre: 'Đã thiết lập'
+});
diff --git a/plugins/format/lang/zh-cn.js b/plugins/format/lang/zh-cn.js
new file mode 100644
index 0000000..962afc8
--- /dev/null
+++ b/plugins/format/lang/zh-cn.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'zh-cn', {
+ label: '格式',
+ panelTitle: '格式',
+ tag_address: '地址',
+ tag_div: '段落(DIV)',
+ tag_h1: '标题 1',
+ tag_h2: '标题 2',
+ tag_h3: '标题 3',
+ tag_h4: '标题 4',
+ tag_h5: '标题 5',
+ tag_h6: '标题 6',
+ tag_p: '普通',
+ tag_pre: '已编排格式'
+});
diff --git a/plugins/format/lang/zh.js b/plugins/format/lang/zh.js
new file mode 100644
index 0000000..432580c
--- /dev/null
+++ b/plugins/format/lang/zh.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'zh', {
+ label: '格式',
+ panelTitle: '格式',
+ tag_address: '位址',
+ tag_div: '一般 (DIV)',
+ tag_h1: '標題 1',
+ tag_h2: '標題 2',
+ tag_h3: '標題 3',
+ tag_h4: '標題 4',
+ tag_h5: '標題 5',
+ tag_h6: '標題 6',
+ tag_p: '一般',
+ tag_pre: '已格式化'
+});
diff --git a/plugins/format/plugin.js b/plugins/format/plugin.js
new file mode 100644
index 0000000..32ade3f
--- /dev/null
+++ b/plugins/format/plugin.js
@@ -0,0 +1,217 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+CKEDITOR.plugins.add( 'format', {
+ requires: 'richcombo',
+ 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,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,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
+ init: function( editor ) {
+ if ( editor.blockless )
+ return;
+
+ var config = editor.config,
+ lang = editor.lang.format;
+
+ // Gets the list of tags from the settings.
+ var tags = config.format_tags.split( ';' );
+
+ // Create style objects for all defined styles.
+ var styles = {},
+ stylesCount = 0,
+ allowedContent = [];
+ for ( var i = 0; i < tags.length; i++ ) {
+ var tag = tags[ i ];
+ var style = new CKEDITOR.style( config[ 'format_' + tag ] );
+ if ( !editor.filter.customConfig || editor.filter.check( style ) ) {
+ stylesCount++;
+ styles[ tag ] = style;
+ styles[ tag ]._.enterMode = editor.config.enterMode;
+ allowedContent.push( style );
+ }
+ }
+
+ // Hide entire combo when all formats are rejected.
+ if ( stylesCount === 0 )
+ return;
+
+ editor.ui.addRichCombo( 'Format', {
+ label: lang.label,
+ title: lang.panelTitle,
+ toolbar: 'styles,20',
+ allowedContent: allowedContent,
+
+ panel: {
+ css: [ CKEDITOR.skin.getPath( 'editor' ) ].concat( config.contentsCss ),
+ multiSelect: false,
+ attributes: { 'aria-label': lang.panelTitle }
+ },
+
+ init: function() {
+ this.startGroup( lang.panelTitle );
+
+ for ( var tag in styles ) {
+ var label = lang[ 'tag_' + tag ];
+
+ // Add the tag entry to the panel list.
+ this.add( tag, styles[ tag ].buildPreview( label ), label );
+ }
+ },
+
+ onClick: function( value ) {
+ editor.focus();
+ editor.fire( 'saveSnapshot' );
+
+ var style = styles[ value ],
+ elementPath = editor.elementPath();
+
+ editor[ style.checkActive( elementPath ) ? 'removeStyle' : 'applyStyle' ]( style );
+
+ // Save the undo snapshot after all changes are affected. (#4899)
+ setTimeout( function() {
+ editor.fire( 'saveSnapshot' );
+ }, 0 );
+ },
+
+ onRender: function() {
+ editor.on( 'selectionChange', function( ev ) {
+
+ var currentTag = this.getValue(),
+ elementPath = ev.data.path,
+ isEnabled = !editor.readOnly && elementPath.isContextFor( 'p' );
+
+ // Disable the command when selection path is "blockless".
+ this[ isEnabled ? 'enable' : 'disable' ]();
+
+ if ( isEnabled ) {
+
+ for ( var tag in styles ) {
+ if ( styles[ tag ].checkActive( elementPath ) ) {
+ if ( tag != currentTag )
+ this.setValue( tag, editor.lang.format[ 'tag_' + tag ] );
+ return;
+ }
+ }
+
+ // If no styles match, just empty it.
+ this.setValue( '' );
+ }
+ }, this );
+ }
+ });
+ }
+});
+
+/**
+ * A list of semi colon separated style names (by default tags) representing
+ * the style definition for each entry to be displayed in the Format combo in
+ * the toolbar. Each entry must have its relative definition configuration in a
+ * setting named `'format_(tagName)'`. For example, the `'p'` entry has its
+ * definition taken from `config.format_p`.
+ *
+ * config.format_tags = 'p;h2;h3;pre';
+ *
+ * @cfg {String} [format_tags='p;h1;h2;h3;h4;h5;h6;pre;address;div']
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_tags = 'p;h1;h2;h3;h4;h5;h6;pre;address;div';
+
+/**
+ * The style definition to be used to apply the `'Normal'` format.
+ *
+ * config.format_p = { element : 'p', attributes : { 'class' : 'normalPara' } };
+ *
+ * @cfg {Object} [format_p={ element: 'p' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_p = { element: 'p' };
+
+/**
+ * The style definition to be used to apply the `'Normal (DIV)'` format.
+ *
+ * config.format_div = { element : 'div', attributes : { 'class' : 'normalDiv' } };
+ *
+ * @cfg {Object} [format_div={ element: 'div' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_div = { element: 'div' };
+
+/**
+ * The style definition to be used to apply the `'Formatted'` format.
+ *
+ * config.format_pre = { element: 'pre', attributes: { 'class': 'code' } };
+ *
+ * @cfg {Object} [format_pre={ element: 'pre' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_pre = { element: 'pre' };
+
+/**
+ * The style definition to be used to apply the `'Address'` format.
+ *
+ * config.format_address = { element: 'address', attributes: { 'class': 'styledAddress' } };
+ *
+ * @cfg {Object} [format_address={ element: 'address' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_address = { element: 'address' };
+
+/**
+ * The style definition to be used to apply the `'Heading 1'` format.
+ *
+ * config.format_h1 = { element: 'h1', attributes: { 'class': 'contentTitle1' } };
+ *
+ * @cfg {Object} [format_h1={ element: 'h1' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_h1 = { element: 'h1' };
+
+/**
+ * The style definition to be used to apply the `'Heading 2'` format.
+ *
+ * config.format_h2 = { element: 'h2', attributes: { 'class': 'contentTitle2' } };
+ *
+ * @cfg {Object} [format_h2={ element: 'h2' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_h2 = { element: 'h2' };
+
+/**
+ * The style definition to be used to apply the `'Heading 3'` format.
+ *
+ * config.format_h3 = { element: 'h3', attributes: { 'class': 'contentTitle3' } };
+ *
+ * @cfg {Object} [format_h3={ element: 'h3' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_h3 = { element: 'h3' };
+
+/**
+ * The style definition to be used to apply the `'Heading 4'` format.
+ *
+ * config.format_h4 = { element: 'h4', attributes: { 'class': 'contentTitle4' } };
+ *
+ * @cfg {Object} [format_h4={ element: 'h4' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_h4 = { element: 'h4' };
+
+/**
+ * The style definition to be used to apply the `'Heading 5'` format.
+ *
+ * config.format_h5 = { element: 'h5', attributes: { 'class': 'contentTitle5' } };
+ *
+ * @cfg {Object} [format_h5={ element: 'h5' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_h5 = { element: 'h5' };
+
+/**
+ * The style definition to be used to apply the `'Heading 6'` format.
+ *
+ * config.format_h6 = { element: 'h6', attributes: { 'class': 'contentTitle6' } };
+ *
+ * @cfg {Object} [format_h6={ element: 'h6' }]
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.format_h6 = { element: 'h6' };