rich 1.4.5 → 1.4.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rich/version.rb +1 -1
- data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/icons/mediaembed.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/build-config.js +1 -3
- data/vendor/assets/ckeditor/ckeditor/ckeditor.js +16 -12
- data/vendor/assets/ckeditor/ckeditor/lang/en.js +1 -1
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css +74 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.css +6 -1
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/dialog/dialog.js +3 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/closetag.js +3 -3
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js +4 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{util → addon/foldcode}/foldcode.js +4 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/format/autoFormatAll.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/format/formatting.js +5 -5
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/match-highlighter.js +2 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/search.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.js +188 -168
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js +187 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js +25 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js +13 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{css.js → mode/css.js} +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/mode/htmlmixed.js +5 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{javascript.js → mode/javascript.js} +7 -7
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{xml.js → mode/xml.js} +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/icons.png +0 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/af.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ar.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bg.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bn.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bs.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ca.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/cs.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/cy.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/da.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/de.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/el.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-au.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-ca.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-gb.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/eo.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/es.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/et.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/eu.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fa.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fi.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fo.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fr-ca.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fr.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/gl.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/gu.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/he.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hi.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hr.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hu.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/is.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/it.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ja.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ka.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/km.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ko.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ku.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/lt.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/lv.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/mk.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/mn.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ms.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/nb.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/nl.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/no.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pl.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pt-br.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pt.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ro.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ru.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sk.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sl.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sr-latn.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sr.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sv.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/th.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/tr.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ug.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/uk.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/vi.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/zh-cn.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/zh.js +11 -0
- data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/plugin.js +186 -0
- data/vendor/assets/ckeditor/ckeditor/samples/index.html +0 -6
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor.css +1 -1
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_gecko.css +1 -1
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie.css +1 -1
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie7.css +1 -1
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie8.css +1 -1
- data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_iequirks.css +1 -1
- data/vendor/assets/ckeditor/ckeditor/skins/moono/icons.png +0 -0
- metadata +83 -31
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/continuecomment.js +0 -2
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/htmlmixed.js +0 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/closetag.js +0 -3
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/colorize.js +0 -1
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuecomment.js +0 -2
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuelist.js +0 -1
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.css +0 -32
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.js +0 -3
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/formatting.js +0 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/javascript-hint.js +0 -5
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/loadmode.js +0 -3
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/match-highlighter.js +0 -2
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/matchbrackets.js +0 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/multiplex.js +0 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/overlay.js +0 -2
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/pig-hint.js +0 -6
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode-standalone.js +0 -5
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode.js +0 -2
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/search.js +0 -5
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/searchcursor.js +0 -5
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.css +0 -16
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.js +0 -4
- data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/xml-hint.js +0 -3
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/autogrow/autogrow.html +0 -99
- data/vendor/assets/ckeditor/ckeditor/samples/plugins/divarea/divarea.html +0 -62
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'eo', {
|
6
|
+
label: 'Stiloj',
|
7
|
+
panelTitle: 'Stiloj pri enpaĝigo',
|
8
|
+
panelTitle1: 'Stiloj de blokoj',
|
9
|
+
panelTitle2: 'Enliniaj Stiloj',
|
10
|
+
panelTitle3: 'Stiloj de objektoj'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'es', {
|
6
|
+
label: 'Estilo',
|
7
|
+
panelTitle: 'Estilos para formatear',
|
8
|
+
panelTitle1: 'Estilos de párrafo',
|
9
|
+
panelTitle2: 'Estilos de carácter',
|
10
|
+
panelTitle3: 'Estilos de objeto'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'et', {
|
6
|
+
label: 'Stiil',
|
7
|
+
panelTitle: 'Vormindusstiilid',
|
8
|
+
panelTitle1: 'Blokkstiilid',
|
9
|
+
panelTitle2: 'Reasisesed stiilid',
|
10
|
+
panelTitle3: 'Objektistiilid'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'eu', {
|
6
|
+
label: 'Estiloa',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Bloke Estiloak',
|
9
|
+
panelTitle2: 'Inline Estiloak',
|
10
|
+
panelTitle3: 'Objektu Estiloak'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'fa', {
|
6
|
+
label: 'سبک',
|
7
|
+
panelTitle: 'سبکهای قالببندی',
|
8
|
+
panelTitle1: 'سبکهای بلوک',
|
9
|
+
panelTitle2: 'سبکهای درونخطی',
|
10
|
+
panelTitle3: 'سبکهای شیء'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'fi', {
|
6
|
+
label: 'Tyyli',
|
7
|
+
panelTitle: 'Muotoilujen tyylit',
|
8
|
+
panelTitle1: 'Lohkojen tyylit',
|
9
|
+
panelTitle2: 'Rivinsisäiset tyylit',
|
10
|
+
panelTitle3: 'Objektien tyylit'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'fo', {
|
6
|
+
label: 'Typografi',
|
7
|
+
panelTitle: 'Formatterings stílir',
|
8
|
+
panelTitle1: 'Blokk stílir',
|
9
|
+
panelTitle2: 'Inline stílir',
|
10
|
+
panelTitle3: 'Object stílir'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'fr-ca', {
|
6
|
+
label: 'Style',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'fr', {
|
6
|
+
label: 'Styles',
|
7
|
+
panelTitle: 'Styles de mise en page',
|
8
|
+
panelTitle1: 'Styles de blocs',
|
9
|
+
panelTitle2: 'Styles en ligne',
|
10
|
+
panelTitle3: 'Styles d\'objet'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'gl', {
|
6
|
+
label: 'Estilo',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'gu', {
|
6
|
+
label: 'શૈલી/રીત',
|
7
|
+
panelTitle: 'ફોર્મેટ ',
|
8
|
+
panelTitle1: 'બ્લોક ',
|
9
|
+
panelTitle2: 'ઈનલાઈન ',
|
10
|
+
panelTitle3: 'ઓબ્જેક્ટ પદ્ધતિ'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'he', {
|
6
|
+
label: 'סגנון',
|
7
|
+
panelTitle: 'סגנונות פורמט',
|
8
|
+
panelTitle1: 'סגנונות בלוק',
|
9
|
+
panelTitle2: 'סגנונות רצף',
|
10
|
+
panelTitle3: 'סגנונות אובייקט'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'hi', {
|
6
|
+
label: 'स्टाइल',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'hr', {
|
6
|
+
label: 'Stil',
|
7
|
+
panelTitle: 'Stilovi formatiranja',
|
8
|
+
panelTitle1: 'Block stilovi',
|
9
|
+
panelTitle2: 'Inline stilovi',
|
10
|
+
panelTitle3: 'Object stilovi'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'hu', {
|
6
|
+
label: 'Stílus',
|
7
|
+
panelTitle: 'Formázási stílusok',
|
8
|
+
panelTitle1: 'Blokk stílusok',
|
9
|
+
panelTitle2: 'Inline stílusok',
|
10
|
+
panelTitle3: 'Objektum stílusok'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'is', {
|
6
|
+
label: 'Stílflokkur',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'it', {
|
6
|
+
label: 'Stile',
|
7
|
+
panelTitle: 'Stili di formattazione',
|
8
|
+
panelTitle1: 'Stili per blocchi',
|
9
|
+
panelTitle2: 'Stili in linea',
|
10
|
+
panelTitle3: 'Stili per oggetti'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ja', {
|
6
|
+
label: 'スタイル',
|
7
|
+
panelTitle: 'スタイル',
|
8
|
+
panelTitle1: 'ブロックスタイル',
|
9
|
+
panelTitle2: 'インラインスタイル',
|
10
|
+
panelTitle3: 'オブジェクトスタイル'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ka', {
|
6
|
+
label: 'სტილები',
|
7
|
+
panelTitle: 'ფორმატირების სტილები',
|
8
|
+
panelTitle1: 'არის სტილები',
|
9
|
+
panelTitle2: 'თანდართული სტილები',
|
10
|
+
panelTitle3: 'ობიექტის სტილები'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'km', {
|
6
|
+
label: 'ម៉ូត',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ko', {
|
6
|
+
label: '스타일',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ku', {
|
6
|
+
label: 'شێواز',
|
7
|
+
panelTitle: 'شێوازی ڕازاندنهوه',
|
8
|
+
panelTitle1: 'شێوازی خشت',
|
9
|
+
panelTitle2: 'شێوازی ناوهێڵ',
|
10
|
+
panelTitle3: 'شێوازی بهرکار'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'lt', {
|
6
|
+
label: 'Stilius',
|
7
|
+
panelTitle: 'Stilių formatavimas',
|
8
|
+
panelTitle1: 'Blokų stiliai',
|
9
|
+
panelTitle2: 'Vidiniai stiliai',
|
10
|
+
panelTitle3: 'Objektų stiliai'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'lv', {
|
6
|
+
label: 'Stils',
|
7
|
+
panelTitle: 'Formatēšanas stili',
|
8
|
+
panelTitle1: 'Bloka stili',
|
9
|
+
panelTitle2: 'iekļautie stili',
|
10
|
+
panelTitle3: 'Objekta stili'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'mk', {
|
6
|
+
label: 'Styles',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'mn', {
|
6
|
+
label: 'Загвар',
|
7
|
+
panelTitle: 'Загвар хэлбэржүүлэх',
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ms', {
|
6
|
+
label: 'Stail',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'nb', {
|
6
|
+
label: 'Stil',
|
7
|
+
panelTitle: 'Stilformater',
|
8
|
+
panelTitle1: 'Blokkstiler',
|
9
|
+
panelTitle2: 'Inlinestiler',
|
10
|
+
panelTitle3: 'Objektstiler'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'nl', {
|
6
|
+
label: 'Stijl',
|
7
|
+
panelTitle: 'Opmaakstijlen',
|
8
|
+
panelTitle1: 'Blok stijlen',
|
9
|
+
panelTitle2: 'Inline stijlen',
|
10
|
+
panelTitle3: 'Object stijlen'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'no', {
|
6
|
+
label: 'Stil',
|
7
|
+
panelTitle: 'Stilformater',
|
8
|
+
panelTitle1: 'Blokkstiler',
|
9
|
+
panelTitle2: 'Inlinestiler',
|
10
|
+
panelTitle3: 'Objektstiler'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'pl', {
|
6
|
+
label: 'Styl',
|
7
|
+
panelTitle: 'Style formatujące',
|
8
|
+
panelTitle1: 'Style blokowe',
|
9
|
+
panelTitle2: 'Style liniowe',
|
10
|
+
panelTitle3: 'Style obiektowe'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'pt-br', {
|
6
|
+
label: 'Estilo',
|
7
|
+
panelTitle: 'Estilos de Formatação',
|
8
|
+
panelTitle1: 'Estilos de bloco',
|
9
|
+
panelTitle2: 'Estilos de texto corrido',
|
10
|
+
panelTitle3: 'Estilos de objeto'
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'pt', {
|
6
|
+
label: 'Estilo',
|
7
|
+
panelTitle: 'Formatting Styles', // MISSING
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ro', {
|
6
|
+
label: 'Stil',
|
7
|
+
panelTitle: 'Formatarea stilurilor',
|
8
|
+
panelTitle1: 'Block Styles', // MISSING
|
9
|
+
panelTitle2: 'Inline Styles', // MISSING
|
10
|
+
panelTitle3: 'Object Styles' // MISSING
|
11
|
+
});
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*
|
2
|
+
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
3
|
+
For licensing, see LICENSE.html or http://ckeditor.com/license
|
4
|
+
*/
|
5
|
+
CKEDITOR.plugins.setLang( 'stylescombo', 'ru', {
|
6
|
+
label: 'Стили',
|
7
|
+
panelTitle: 'Стили форматирования',
|
8
|
+
panelTitle1: 'Стили блока',
|
9
|
+
panelTitle2: 'Стили элемента',
|
10
|
+
panelTitle3: 'Стили объекта'
|
11
|
+
});
|