From 7adcb81e4f83f98c468889aaa5a85558ba88c770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 25 Jan 2016 17:45:33 +0100 Subject: Initial commit --- sources/plugins/stylescombo/lang/af.js | 11 ++ sources/plugins/stylescombo/lang/ar.js | 11 ++ sources/plugins/stylescombo/lang/bg.js | 11 ++ sources/plugins/stylescombo/lang/bn.js | 11 ++ sources/plugins/stylescombo/lang/bs.js | 11 ++ sources/plugins/stylescombo/lang/ca.js | 11 ++ sources/plugins/stylescombo/lang/cs.js | 11 ++ sources/plugins/stylescombo/lang/cy.js | 11 ++ sources/plugins/stylescombo/lang/da.js | 11 ++ sources/plugins/stylescombo/lang/de.js | 11 ++ sources/plugins/stylescombo/lang/el.js | 11 ++ sources/plugins/stylescombo/lang/en-au.js | 11 ++ sources/plugins/stylescombo/lang/en-ca.js | 11 ++ sources/plugins/stylescombo/lang/en-gb.js | 11 ++ sources/plugins/stylescombo/lang/en.js | 11 ++ sources/plugins/stylescombo/lang/eo.js | 11 ++ sources/plugins/stylescombo/lang/es.js | 11 ++ sources/plugins/stylescombo/lang/et.js | 11 ++ sources/plugins/stylescombo/lang/eu.js | 11 ++ sources/plugins/stylescombo/lang/fa.js | 11 ++ sources/plugins/stylescombo/lang/fi.js | 11 ++ sources/plugins/stylescombo/lang/fo.js | 11 ++ sources/plugins/stylescombo/lang/fr-ca.js | 11 ++ sources/plugins/stylescombo/lang/fr.js | 11 ++ sources/plugins/stylescombo/lang/gl.js | 11 ++ sources/plugins/stylescombo/lang/gu.js | 11 ++ sources/plugins/stylescombo/lang/he.js | 11 ++ sources/plugins/stylescombo/lang/hi.js | 11 ++ sources/plugins/stylescombo/lang/hr.js | 11 ++ sources/plugins/stylescombo/lang/hu.js | 11 ++ sources/plugins/stylescombo/lang/id.js | 11 ++ sources/plugins/stylescombo/lang/is.js | 11 ++ sources/plugins/stylescombo/lang/it.js | 11 ++ sources/plugins/stylescombo/lang/ja.js | 11 ++ sources/plugins/stylescombo/lang/ka.js | 11 ++ sources/plugins/stylescombo/lang/km.js | 11 ++ sources/plugins/stylescombo/lang/ko.js | 11 ++ sources/plugins/stylescombo/lang/ku.js | 11 ++ sources/plugins/stylescombo/lang/lt.js | 11 ++ sources/plugins/stylescombo/lang/lv.js | 11 ++ sources/plugins/stylescombo/lang/mk.js | 11 ++ sources/plugins/stylescombo/lang/mn.js | 11 ++ sources/plugins/stylescombo/lang/ms.js | 11 ++ sources/plugins/stylescombo/lang/nb.js | 11 ++ sources/plugins/stylescombo/lang/nl.js | 11 ++ sources/plugins/stylescombo/lang/no.js | 11 ++ sources/plugins/stylescombo/lang/pl.js | 11 ++ sources/plugins/stylescombo/lang/pt-br.js | 11 ++ sources/plugins/stylescombo/lang/pt.js | 11 ++ sources/plugins/stylescombo/lang/ro.js | 11 ++ sources/plugins/stylescombo/lang/ru.js | 11 ++ sources/plugins/stylescombo/lang/si.js | 11 ++ sources/plugins/stylescombo/lang/sk.js | 11 ++ sources/plugins/stylescombo/lang/sl.js | 11 ++ sources/plugins/stylescombo/lang/sq.js | 11 ++ sources/plugins/stylescombo/lang/sr-latn.js | 11 ++ sources/plugins/stylescombo/lang/sr.js | 11 ++ sources/plugins/stylescombo/lang/sv.js | 11 ++ sources/plugins/stylescombo/lang/th.js | 11 ++ sources/plugins/stylescombo/lang/tr.js | 11 ++ sources/plugins/stylescombo/lang/tt.js | 11 ++ sources/plugins/stylescombo/lang/ug.js | 11 ++ sources/plugins/stylescombo/lang/uk.js | 11 ++ sources/plugins/stylescombo/lang/vi.js | 11 ++ sources/plugins/stylescombo/lang/zh-cn.js | 11 ++ sources/plugins/stylescombo/lang/zh.js | 11 ++ sources/plugins/stylescombo/plugin.js | 193 ++++++++++++++++++++++++++++ 67 files changed, 919 insertions(+) create mode 100644 sources/plugins/stylescombo/lang/af.js create mode 100644 sources/plugins/stylescombo/lang/ar.js create mode 100644 sources/plugins/stylescombo/lang/bg.js create mode 100644 sources/plugins/stylescombo/lang/bn.js create mode 100644 sources/plugins/stylescombo/lang/bs.js create mode 100644 sources/plugins/stylescombo/lang/ca.js create mode 100644 sources/plugins/stylescombo/lang/cs.js create mode 100644 sources/plugins/stylescombo/lang/cy.js create mode 100644 sources/plugins/stylescombo/lang/da.js create mode 100644 sources/plugins/stylescombo/lang/de.js create mode 100644 sources/plugins/stylescombo/lang/el.js create mode 100644 sources/plugins/stylescombo/lang/en-au.js create mode 100644 sources/plugins/stylescombo/lang/en-ca.js create mode 100644 sources/plugins/stylescombo/lang/en-gb.js create mode 100644 sources/plugins/stylescombo/lang/en.js create mode 100644 sources/plugins/stylescombo/lang/eo.js create mode 100644 sources/plugins/stylescombo/lang/es.js create mode 100644 sources/plugins/stylescombo/lang/et.js create mode 100644 sources/plugins/stylescombo/lang/eu.js create mode 100644 sources/plugins/stylescombo/lang/fa.js create mode 100644 sources/plugins/stylescombo/lang/fi.js create mode 100644 sources/plugins/stylescombo/lang/fo.js create mode 100644 sources/plugins/stylescombo/lang/fr-ca.js create mode 100644 sources/plugins/stylescombo/lang/fr.js create mode 100644 sources/plugins/stylescombo/lang/gl.js create mode 100644 sources/plugins/stylescombo/lang/gu.js create mode 100644 sources/plugins/stylescombo/lang/he.js create mode 100644 sources/plugins/stylescombo/lang/hi.js create mode 100644 sources/plugins/stylescombo/lang/hr.js create mode 100644 sources/plugins/stylescombo/lang/hu.js create mode 100644 sources/plugins/stylescombo/lang/id.js create mode 100644 sources/plugins/stylescombo/lang/is.js create mode 100644 sources/plugins/stylescombo/lang/it.js create mode 100644 sources/plugins/stylescombo/lang/ja.js create mode 100644 sources/plugins/stylescombo/lang/ka.js create mode 100644 sources/plugins/stylescombo/lang/km.js create mode 100644 sources/plugins/stylescombo/lang/ko.js create mode 100644 sources/plugins/stylescombo/lang/ku.js create mode 100644 sources/plugins/stylescombo/lang/lt.js create mode 100644 sources/plugins/stylescombo/lang/lv.js create mode 100644 sources/plugins/stylescombo/lang/mk.js create mode 100644 sources/plugins/stylescombo/lang/mn.js create mode 100644 sources/plugins/stylescombo/lang/ms.js create mode 100644 sources/plugins/stylescombo/lang/nb.js create mode 100644 sources/plugins/stylescombo/lang/nl.js create mode 100644 sources/plugins/stylescombo/lang/no.js create mode 100644 sources/plugins/stylescombo/lang/pl.js create mode 100644 sources/plugins/stylescombo/lang/pt-br.js create mode 100644 sources/plugins/stylescombo/lang/pt.js create mode 100644 sources/plugins/stylescombo/lang/ro.js create mode 100644 sources/plugins/stylescombo/lang/ru.js create mode 100644 sources/plugins/stylescombo/lang/si.js create mode 100644 sources/plugins/stylescombo/lang/sk.js create mode 100644 sources/plugins/stylescombo/lang/sl.js create mode 100644 sources/plugins/stylescombo/lang/sq.js create mode 100644 sources/plugins/stylescombo/lang/sr-latn.js create mode 100644 sources/plugins/stylescombo/lang/sr.js create mode 100644 sources/plugins/stylescombo/lang/sv.js create mode 100644 sources/plugins/stylescombo/lang/th.js create mode 100644 sources/plugins/stylescombo/lang/tr.js create mode 100644 sources/plugins/stylescombo/lang/tt.js create mode 100644 sources/plugins/stylescombo/lang/ug.js create mode 100644 sources/plugins/stylescombo/lang/uk.js create mode 100644 sources/plugins/stylescombo/lang/vi.js create mode 100644 sources/plugins/stylescombo/lang/zh-cn.js create mode 100644 sources/plugins/stylescombo/lang/zh.js create mode 100644 sources/plugins/stylescombo/plugin.js (limited to 'sources/plugins/stylescombo') 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'af', { + label: 'Styl', + panelTitle: 'Vormaat style', + panelTitle1: 'Blok style', + panelTitle2: 'Inlyn style', + panelTitle3: 'Objek style' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ar', { + label: 'أنماط', + panelTitle: 'أنماط التنسيق', + panelTitle1: 'أنماط الفقرة', + panelTitle2: 'أنماط مضمنة', + panelTitle3: 'أنماط الكائن' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'bg', { + label: 'Стилове', + panelTitle: 'Стилове за форматиране', + panelTitle1: 'Блокови стилове', + panelTitle2: 'Вътрешни стилове', + panelTitle3: 'Обектни стилове' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'bn', { + label: 'স্টাইল', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'bs', { + label: 'Stil', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ca', { + label: 'Estil', + panelTitle: 'Estils de format', + panelTitle1: 'Estils de bloc', + panelTitle2: 'Estils incrustats', + panelTitle3: 'Estils d\'objecte' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'cs', { + label: 'Styl', + panelTitle: 'Formátovací styly', + panelTitle1: 'Blokové styly', + panelTitle2: 'Řádkové styly', + panelTitle3: 'Objektové styly' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'cy', { + label: 'Arddulliau', + panelTitle: 'Arddulliau Fformatio', + panelTitle1: 'Arddulliau Bloc', + panelTitle2: 'Arddulliau Mewnol', + panelTitle3: 'Arddulliau Gwrthrych' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'da', { + label: 'Typografi', + panelTitle: 'Formattering på stylesheet', + panelTitle1: 'Block typografi', + panelTitle2: 'Inline typografi', + panelTitle3: 'Object typografi' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'de', { + label: 'Stil', + panelTitle: 'Formatierungsstile', + panelTitle1: 'Blockstile', + panelTitle2: 'Inline Stilart', + panelTitle3: 'Objektstile' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'el', { + label: 'Μορφές', + panelTitle: 'Στυλ Μορφοποίησης', + panelTitle1: 'Στυλ Τμημάτων', + panelTitle2: 'Στυλ Εν Σειρά', + panelTitle3: 'Στυλ Αντικειμένων' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'en-au', { + label: 'Styles', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', + panelTitle2: 'Inline Styles', + panelTitle3: 'Object Styles' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'en-ca', { + label: 'Styles', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', + panelTitle2: 'Inline Styles', + panelTitle3: 'Object Styles' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'en-gb', { + label: 'Styles', + panelTitle: 'Formatting Styles', + panelTitle1: 'Block Styles', + panelTitle2: 'Inline Styles', + panelTitle3: 'Object Styles' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'en', { + label: 'Styles', + panelTitle: 'Formatting Styles', + panelTitle1: 'Block Styles', + panelTitle2: 'Inline Styles', + panelTitle3: 'Object Styles' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'eo', { + label: 'Stiloj', + panelTitle: 'Stiloj pri enpaĝigo', + panelTitle1: 'Stiloj de blokoj', + panelTitle2: 'Enliniaj Stiloj', + panelTitle3: 'Stiloj de objektoj' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'es', { + label: 'Estilo', + panelTitle: 'Estilos para formatear', + panelTitle1: 'Estilos de párrafo', + panelTitle2: 'Estilos de carácter', + panelTitle3: 'Estilos de objeto' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'et', { + label: 'Stiil', + panelTitle: 'Vormindusstiilid', + panelTitle1: 'Blokkstiilid', + panelTitle2: 'Reasisesed stiilid', + panelTitle3: 'Objektistiilid' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'eu', { + label: 'Estiloak', + panelTitle: 'Formatu estiloak', + panelTitle1: 'Bloke estiloak', + panelTitle2: 'Lineako estiloak', + panelTitle3: 'Objektu estiloak' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'fa', { + label: 'سبک', + panelTitle: 'سبکهای قالببندی', + panelTitle1: 'سبکهای بلوک', + panelTitle2: 'سبکهای درونخطی', + panelTitle3: 'سبکهای شیء' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'fi', { + label: 'Tyyli', + panelTitle: 'Muotoilujen tyylit', + panelTitle1: 'Lohkojen tyylit', + panelTitle2: 'Rivinsisäiset tyylit', + panelTitle3: 'Objektien tyylit' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'fo', { + label: 'Typografi', + panelTitle: 'Formatterings stílir', + panelTitle1: 'Blokk stílir', + panelTitle2: 'Inline stílir', + panelTitle3: 'Object stílir' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'fr-ca', { + label: 'Styles', + panelTitle: 'Styles de formattage', + panelTitle1: 'Styles de block', + panelTitle2: 'Styles en ligne', + panelTitle3: 'Styles d\'objet' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'fr', { + label: 'Styles', + panelTitle: 'Styles de mise en page', + panelTitle1: 'Styles de blocs', + panelTitle2: 'Styles en ligne', + panelTitle3: 'Styles d\'objet' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'gl', { + label: 'Estilos', + panelTitle: 'Estilos de formatando', + panelTitle1: 'Estilos de bloque', + panelTitle2: 'Estilos de liña', + panelTitle3: 'Estilos de obxecto' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'gu', { + label: 'શૈલી/રીત', + panelTitle: 'ફોર્મેટ ', + panelTitle1: 'બ્લોક ', + panelTitle2: 'ઈનલાઈન ', + panelTitle3: 'ઓબ્જેક્ટ પદ્ધતિ' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'he', { + label: 'סגנון', + panelTitle: 'סגנונות פורמט', + panelTitle1: 'סגנונות בלוק', + panelTitle2: 'סגנונות רצף', + panelTitle3: 'סגנונות אובייקט' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'hi', { + label: 'स्टाइल', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'hr', { + label: 'Stil', + panelTitle: 'Stilovi formatiranja', + panelTitle1: 'Block stilovi', + panelTitle2: 'Inline stilovi', + panelTitle3: 'Object stilovi' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'hu', { + label: 'Stílus', + panelTitle: 'Formázási stílusok', + panelTitle1: 'Blokk stílusok', + panelTitle2: 'Inline stílusok', + panelTitle3: 'Objektum stílusok' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'id', { + label: 'Gaya', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'is', { + label: 'Stílflokkur', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'it', { + label: 'Stili', + panelTitle: 'Stili di formattazione', + panelTitle1: 'Stili per blocchi', + panelTitle2: 'Stili in linea', + panelTitle3: 'Stili per oggetti' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ja', { + label: 'スタイル', + panelTitle: 'スタイル', + panelTitle1: 'ブロックスタイル', + panelTitle2: 'インラインスタイル', + panelTitle3: 'オブジェクトスタイル' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ka', { + label: 'სტილები', + panelTitle: 'ფორმატირების სტილები', + panelTitle1: 'არის სტილები', + panelTitle2: 'თანდართული სტილები', + panelTitle3: 'ობიექტის სტილები' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'km', { + label: 'រចនាបថ', + panelTitle: 'ទ្រង់ទ្រាយ​រចនាបថ', + panelTitle1: 'រចនាបថ​ប្លក់', + panelTitle2: 'រចនាបថ​ក្នុង​ជួរ', + panelTitle3: 'រចនាបថ​វត្ថុ' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ko', { + label: '스타일', + panelTitle: '전체 구성 스타일', + panelTitle1: '블록 스타일', + panelTitle2: '인라인 스타일', + panelTitle3: '객체 스타일' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ku', { + label: 'شێواز', + panelTitle: 'شێوازی ڕازاندنەوە', + panelTitle1: 'شێوازی خشت', + panelTitle2: 'شێوازی ناوهێڵ', + panelTitle3: 'شێوازی بەرکار' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'lt', { + label: 'Stilius', + panelTitle: 'Stilių formatavimas', + panelTitle1: 'Blokų stiliai', + panelTitle2: 'Vidiniai stiliai', + panelTitle3: 'Objektų stiliai' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'lv', { + label: 'Stils', + panelTitle: 'Formatēšanas stili', + panelTitle1: 'Bloka stili', + panelTitle2: 'iekļautie stili', + panelTitle3: 'Objekta stili' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'mk', { + label: 'Styles', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'mn', { + label: 'Загвар', + panelTitle: 'Загвар хэлбэржүүлэх', + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ms', { + label: 'Stail', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'nb', { + label: 'Stil', + panelTitle: 'Stilformater', + panelTitle1: 'Blokkstiler', + panelTitle2: 'Inlinestiler', + panelTitle3: 'Objektstiler' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'nl', { + label: 'Stijl', + panelTitle: 'Opmaakstijlen', + panelTitle1: 'Blok stijlen', + panelTitle2: 'Inline stijlen', + panelTitle3: 'Object stijlen' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'no', { + label: 'Stil', + panelTitle: 'Stilformater', + panelTitle1: 'Blokkstiler', + panelTitle2: 'Inlinestiler', + panelTitle3: 'Objektstiler' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'pl', { + label: 'Styl', + panelTitle: 'Style formatujące', + panelTitle1: 'Style blokowe', + panelTitle2: 'Style liniowe', + panelTitle3: 'Style obiektowe' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'pt-br', { + label: 'Estilo', + panelTitle: 'Estilos de Formatação', + panelTitle1: 'Estilos de bloco', + panelTitle2: 'Estilos de texto corrido', + panelTitle3: 'Estilos de objeto' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'pt', { + label: 'Estilos', + panelTitle: 'Estilos de Formatação', + panelTitle1: 'Estilos de bloco', + panelTitle2: 'Estilos de Linha', + panelTitle3: 'Estilos de Objeto' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ro', { + label: 'Stil', + panelTitle: 'Formatarea stilurilor', + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ru', { + label: 'Стили', + panelTitle: 'Стили форматирования', + panelTitle1: 'Стили блока', + panelTitle2: 'Стили элемента', + panelTitle3: 'Стили объекта' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'si', { + label: 'විලාසය', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sk', { + label: 'Štýly', + panelTitle: 'Formátovanie štýlov', + panelTitle1: 'Štýly bloku', + panelTitle2: 'Vnútroriadkové (inline) štýly', + panelTitle3: 'Štýly objeku' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sl', { + label: 'Slog', + panelTitle: 'Oblikovalni Stili', + panelTitle1: 'Slogi odstavkov', + panelTitle2: 'Slogi besedila', + panelTitle3: 'Slogi objektov' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sq', { + label: 'Stil', + panelTitle: 'Stilet e Formatimit', + panelTitle1: 'Stilet e Bllokut', + panelTitle2: 'Stili i Brendshëm', + panelTitle3: 'Stilet e Objektit' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sr-latn', { + label: 'Stil', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sr', { + label: 'Стил', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'sv', { + label: 'Anpassad stil', + panelTitle: 'Formatmallar', + panelTitle1: 'Blockstil', + panelTitle2: 'Inbäddad stil', + panelTitle3: 'Objektets stil' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'th', { + label: 'ลักษณะ', + panelTitle: 'Formatting Styles', // MISSING + panelTitle1: 'Block Styles', // MISSING + panelTitle2: 'Inline Styles', // MISSING + panelTitle3: 'Object Styles' // MISSING +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'tr', { + label: 'Biçem', + panelTitle: 'Stilleri Düzenliyor', + panelTitle1: 'Blok Stilleri', + panelTitle2: 'Inline Stilleri', + panelTitle3: 'Nesne Stilleri' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'tt', { + label: 'Стильләр', + panelTitle: 'Форматлау стильләре', + panelTitle1: 'Блоклар стильләре', + panelTitle2: 'Эчке стильләр', + panelTitle3: 'Объектлар стильләре' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'ug', { + label: 'ئۇسلۇب', + panelTitle: 'ئۇسلۇب', + panelTitle1: 'بۆلەك دەرىجىسىدىكى ئېلېمېنت ئۇسلۇبى', + panelTitle2: 'ئىچكى باغلانما ئېلېمېنت ئۇسلۇبى', + panelTitle3: 'نەڭ (Object) ئېلېمېنت ئۇسلۇبى' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'uk', { + label: 'Стиль', + panelTitle: 'Стилі форматування', + panelTitle1: 'Блочні стилі', + panelTitle2: 'Рядкові стилі', + panelTitle3: 'Об\'єктні стилі' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'vi', { + label: 'Kiểu', + panelTitle: 'Phong cách định dạng', + panelTitle1: 'Kiểu khối', + panelTitle2: 'Kiểu trực tiếp', + panelTitle3: 'Kiểu đối tượng' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'zh-cn', { + label: '样式', + panelTitle: '样式', + panelTitle1: '块级元素样式', + panelTitle2: '内联元素样式', + panelTitle3: '对象元素样式' +} ); 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 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'stylescombo', 'zh', { + label: '樣式', + panelTitle: '格式化樣式', + panelTitle1: '區塊樣式', + panelTitle2: '內嵌樣式', + panelTitle3: '物件樣式' +} ); 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 @@ +/** + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license + */ + +( function() { + 'use strict'; + + CKEDITOR.plugins.add( 'stylescombo', { + requires: 'richcombo', + // jscs:disable maximumLineLength + 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% + // jscs:enable maximumLineLength + + init: function( editor ) { + var config = editor.config, + lang = editor.lang.stylescombo, + styles = {}, + stylesList = [], + combo, + allowedContent = []; + + editor.on( 'stylesSet', function( evt ) { + var stylesDefinitions = evt.data.styles; + + if ( !stylesDefinitions ) + return; + + var style, styleName, styleType; + + // Put all styles into an Array. + for ( var i = 0, count = stylesDefinitions.length; i < count; i++ ) { + var styleDefinition = stylesDefinitions[ i ]; + + if ( editor.blockless && ( styleDefinition.element in CKEDITOR.dtd.$block ) ) + continue; + + styleName = styleDefinition.name; + style = new CKEDITOR.style( styleDefinition ); + + if ( !editor.filter.customConfig || editor.filter.check( style ) ) { + style._name = styleName; + style._.enterMode = config.enterMode; + // Get the type (which will be used to assign style to one of 3 groups) from assignedTo if it's defined. + style._.type = styleType = style.assignedTo || style.type; + + // Weight is used to sort styles (#9029). + style._.weight = i + ( styleType == CKEDITOR.STYLE_OBJECT ? 1 : styleType == CKEDITOR.STYLE_BLOCK ? 2 : 3 ) * 1000; + + styles[ styleName ] = style; + stylesList.push( style ); + allowedContent.push( style ); + } + } + + // Sorts the Array, so the styles get grouped by type in proper order (#9029). + stylesList.sort( function( styleA, styleB ) { + return styleA._.weight - styleB._.weight; + } ); + } ); + + editor.ui.addRichCombo( 'Styles', { + label: lang.label, + title: lang.panelTitle, + toolbar: 'styles,10', + allowedContent: allowedContent, + + panel: { + css: [ CKEDITOR.skin.getPath( 'editor' ) ].concat( config.contentsCss ), + multiSelect: true, + attributes: { 'aria-label': lang.panelTitle } + }, + + init: function() { + var style, styleName, lastType, type, i, count; + + // Loop over the Array, adding all items to the + // combo. + for ( i = 0, count = stylesList.length; i < count; i++ ) { + style = stylesList[ i ]; + styleName = style._name; + type = style._.type; + + if ( type != lastType ) { + this.startGroup( lang[ 'panelTitle' + String( type ) ] ); + lastType = type; + } + + this.add( styleName, style.type == CKEDITOR.STYLE_OBJECT ? styleName : style.buildPreview(), styleName ); + } + + this.commit(); + }, + + onClick: function( value ) { + editor.focus(); + editor.fire( 'saveSnapshot' ); + + var style = styles[ value ], + elementPath = editor.elementPath(); + + editor[ style.checkActive( elementPath, editor ) ? 'removeStyle' : 'applyStyle' ]( style ); + editor.fire( 'saveSnapshot' ); + }, + + onRender: function() { + editor.on( 'selectionChange', function( ev ) { + var currentValue = this.getValue(), + elementPath = ev.data.path, + elements = elementPath.elements; + + // For each element into the elements path. + for ( var i = 0, count = elements.length, element; i < count; i++ ) { + element = elements[ i ]; + + // Check if the element is removable by any of + // the styles. + for ( var value in styles ) { + if ( styles[ value ].checkElementRemovable( element, true, editor ) ) { + if ( value != currentValue ) + this.setValue( value ); + return; + } + } + } + + // If no styles match, just empty it. + this.setValue( '' ); + }, this ); + }, + + onOpen: function() { + var selection = editor.getSelection(), + element = selection.getSelectedElement(), + elementPath = editor.elementPath( element ), + counter = [ 0, 0, 0, 0 ]; + + this.showAll(); + this.unmarkAll(); + for ( var name in styles ) { + var style = styles[ name ], + type = style._.type; + + if ( style.checkApplicable( elementPath, editor, editor.activeFilter ) ) + counter[ type ]++; + else + this.hideItem( name ); + + if ( style.checkActive( elementPath, editor ) ) + this.mark( name ); + } + + if ( !counter[ CKEDITOR.STYLE_BLOCK ] ) + this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_BLOCK ) ] ); + + if ( !counter[ CKEDITOR.STYLE_INLINE ] ) + this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_INLINE ) ] ); + + if ( !counter[ CKEDITOR.STYLE_OBJECT ] ) + this.hideGroup( lang[ 'panelTitle' + String( CKEDITOR.STYLE_OBJECT ) ] ); + }, + + refresh: function() { + var elementPath = editor.elementPath(); + + if ( !elementPath ) + return; + + for ( var name in styles ) { + var style = styles[ name ]; + + if ( style.checkApplicable( elementPath, editor, editor.activeFilter ) ) + return; + } + this.setState( CKEDITOR.TRISTATE_DISABLED ); + }, + + // Force a reload of the data + reset: function() { + if ( combo ) { + delete combo._.panel; + delete combo._.list; + combo._.committed = 0; + combo._.items = {}; + combo._.state = CKEDITOR.TRISTATE_OFF; + } + styles = {}; + stylesList = []; + } + } ); + } + } ); +} )(); -- cgit v1.2.3