rich 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. data/lib/rich/version.rb +1 -1
  2. data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/icons/mediaembed.png +0 -0
  3. data/vendor/assets/ckeditor/ckeditor/build-config.js +1 -3
  4. data/vendor/assets/ckeditor/ckeditor/ckeditor.js +16 -12
  5. data/vendor/assets/ckeditor/ckeditor/lang/en.js +1 -1
  6. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css +74 -0
  7. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.css +6 -1
  8. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -0
  9. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/dialog/dialog.js +3 -0
  10. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js +2 -0
  11. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/closetag.js +3 -3
  12. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js +4 -4
  13. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{util → addon/foldcode}/foldcode.js +4 -4
  14. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/format/autoFormatAll.js +2 -0
  15. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/format/formatting.js +5 -5
  16. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/match-highlighter.js +2 -0
  17. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/search.js +5 -0
  18. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js +5 -0
  19. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +25 -0
  20. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.js +188 -168
  21. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js +187 -0
  22. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js +25 -0
  23. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js +13 -0
  24. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{css.js → mode/css.js} +0 -0
  25. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/mode/htmlmixed.js +5 -0
  26. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{javascript.js → mode/javascript.js} +7 -7
  27. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{xml.js → mode/xml.js} +0 -0
  28. data/vendor/assets/ckeditor/ckeditor/plugins/icons.png +0 -0
  29. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/af.js +11 -0
  30. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ar.js +11 -0
  31. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bg.js +11 -0
  32. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bn.js +11 -0
  33. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bs.js +11 -0
  34. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ca.js +11 -0
  35. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/cs.js +11 -0
  36. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/cy.js +11 -0
  37. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/da.js +11 -0
  38. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/de.js +11 -0
  39. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/el.js +11 -0
  40. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-au.js +11 -0
  41. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-ca.js +11 -0
  42. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-gb.js +11 -0
  43. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en.js +11 -0
  44. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/eo.js +11 -0
  45. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/es.js +11 -0
  46. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/et.js +11 -0
  47. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/eu.js +11 -0
  48. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fa.js +11 -0
  49. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fi.js +11 -0
  50. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fo.js +11 -0
  51. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fr-ca.js +11 -0
  52. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fr.js +11 -0
  53. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/gl.js +11 -0
  54. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/gu.js +11 -0
  55. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/he.js +11 -0
  56. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hi.js +11 -0
  57. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hr.js +11 -0
  58. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hu.js +11 -0
  59. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/is.js +11 -0
  60. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/it.js +11 -0
  61. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ja.js +11 -0
  62. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ka.js +11 -0
  63. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/km.js +11 -0
  64. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ko.js +11 -0
  65. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ku.js +11 -0
  66. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/lt.js +11 -0
  67. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/lv.js +11 -0
  68. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/mk.js +11 -0
  69. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/mn.js +11 -0
  70. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ms.js +11 -0
  71. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/nb.js +11 -0
  72. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/nl.js +11 -0
  73. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/no.js +11 -0
  74. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pl.js +11 -0
  75. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pt-br.js +11 -0
  76. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pt.js +11 -0
  77. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ro.js +11 -0
  78. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ru.js +11 -0
  79. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sk.js +11 -0
  80. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sl.js +11 -0
  81. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sr-latn.js +11 -0
  82. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sr.js +11 -0
  83. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sv.js +11 -0
  84. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/th.js +11 -0
  85. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/tr.js +11 -0
  86. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ug.js +11 -0
  87. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/uk.js +11 -0
  88. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/vi.js +11 -0
  89. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/zh-cn.js +11 -0
  90. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/zh.js +11 -0
  91. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/plugin.js +186 -0
  92. data/vendor/assets/ckeditor/ckeditor/samples/index.html +0 -6
  93. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor.css +1 -1
  94. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_gecko.css +1 -1
  95. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie.css +1 -1
  96. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie7.css +1 -1
  97. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie8.css +1 -1
  98. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_iequirks.css +1 -1
  99. data/vendor/assets/ckeditor/ckeditor/skins/moono/icons.png +0 -0
  100. metadata +83 -31
  101. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/continuecomment.js +0 -2
  102. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/htmlmixed.js +0 -4
  103. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/closetag.js +0 -3
  104. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/colorize.js +0 -1
  105. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuecomment.js +0 -2
  106. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuelist.js +0 -1
  107. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.css +0 -32
  108. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.js +0 -3
  109. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/formatting.js +0 -4
  110. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/javascript-hint.js +0 -5
  111. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/loadmode.js +0 -3
  112. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/match-highlighter.js +0 -2
  113. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/matchbrackets.js +0 -4
  114. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/multiplex.js +0 -4
  115. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/overlay.js +0 -2
  116. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/pig-hint.js +0 -6
  117. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode-standalone.js +0 -5
  118. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode.js +0 -2
  119. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/search.js +0 -5
  120. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/searchcursor.js +0 -5
  121. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.css +0 -16
  122. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.js +0 -4
  123. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/xml-hint.js +0 -3
  124. data/vendor/assets/ckeditor/ckeditor/samples/plugins/autogrow/autogrow.html +0 -99
  125. 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
+ });