summaryrefslogtreecommitdiff
path: root/plugins/smiley
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/smiley')
-rw-r--r--plugins/smiley/icons/smiley.pngbin0 -> 921 bytes
-rw-r--r--plugins/smiley/images/embarrassed_smile.gifbin0 -> 442 bytes
-rw-r--r--plugins/smiley/images/tongue_smile.gifbin0 -> 446 bytes
-rw-r--r--plugins/smiley/lang/af.js9
-rw-r--r--plugins/smiley/lang/ar.js9
-rw-r--r--plugins/smiley/lang/bg.js9
-rw-r--r--plugins/smiley/lang/bn.js9
-rw-r--r--plugins/smiley/lang/bs.js9
-rw-r--r--plugins/smiley/lang/ca.js9
-rw-r--r--plugins/smiley/lang/cs.js9
-rw-r--r--plugins/smiley/lang/cy.js9
-rw-r--r--plugins/smiley/lang/da.js9
-rw-r--r--plugins/smiley/lang/de.js9
-rw-r--r--plugins/smiley/lang/el.js9
-rw-r--r--plugins/smiley/lang/en-au.js9
-rw-r--r--plugins/smiley/lang/en-ca.js9
-rw-r--r--plugins/smiley/lang/en-gb.js9
-rw-r--r--plugins/smiley/lang/en.js9
-rw-r--r--plugins/smiley/lang/eo.js9
-rw-r--r--plugins/smiley/lang/es.js9
-rw-r--r--plugins/smiley/lang/et.js9
-rw-r--r--plugins/smiley/lang/eu.js9
-rw-r--r--plugins/smiley/lang/fa.js9
-rw-r--r--plugins/smiley/lang/fi.js9
-rw-r--r--plugins/smiley/lang/fo.js9
-rw-r--r--plugins/smiley/lang/fr-ca.js9
-rw-r--r--plugins/smiley/lang/fr.js9
-rw-r--r--plugins/smiley/lang/gl.js9
-rw-r--r--plugins/smiley/lang/gu.js9
-rw-r--r--plugins/smiley/lang/he.js9
-rw-r--r--plugins/smiley/lang/hi.js9
-rw-r--r--plugins/smiley/lang/hr.js9
-rw-r--r--plugins/smiley/lang/hu.js9
-rw-r--r--plugins/smiley/lang/is.js9
-rw-r--r--plugins/smiley/lang/it.js9
-rw-r--r--plugins/smiley/lang/ja.js9
-rw-r--r--plugins/smiley/lang/ka.js9
-rw-r--r--plugins/smiley/lang/km.js9
-rw-r--r--plugins/smiley/lang/ko.js9
-rw-r--r--plugins/smiley/lang/ku.js9
-rw-r--r--plugins/smiley/lang/lt.js9
-rw-r--r--plugins/smiley/lang/lv.js9
-rw-r--r--plugins/smiley/lang/mk.js9
-rw-r--r--plugins/smiley/lang/mn.js9
-rw-r--r--plugins/smiley/lang/ms.js9
-rw-r--r--plugins/smiley/lang/nb.js9
-rw-r--r--plugins/smiley/lang/nl.js9
-rw-r--r--plugins/smiley/lang/no.js9
-rw-r--r--plugins/smiley/lang/pl.js9
-rw-r--r--plugins/smiley/lang/pt-br.js9
-rw-r--r--plugins/smiley/lang/pt.js9
-rw-r--r--plugins/smiley/lang/ro.js9
-rw-r--r--plugins/smiley/lang/ru.js9
-rw-r--r--plugins/smiley/lang/si.js9
-rw-r--r--plugins/smiley/lang/sk.js9
-rw-r--r--plugins/smiley/lang/sl.js9
-rw-r--r--plugins/smiley/lang/sq.js9
-rw-r--r--plugins/smiley/lang/sr-latn.js9
-rw-r--r--plugins/smiley/lang/sr.js9
-rw-r--r--plugins/smiley/lang/sv.js9
-rw-r--r--plugins/smiley/lang/th.js9
-rw-r--r--plugins/smiley/lang/tr.js9
-rw-r--r--plugins/smiley/lang/ug.js9
-rw-r--r--plugins/smiley/lang/uk.js9
-rw-r--r--plugins/smiley/lang/vi.js9
-rw-r--r--plugins/smiley/lang/zh-cn.js9
-rw-r--r--plugins/smiley/lang/zh.js9
-rw-r--r--plugins/smiley/plugin.js94
68 files changed, 670 insertions, 0 deletions
diff --git a/plugins/smiley/icons/smiley.png b/plugins/smiley/icons/smiley.png
new file mode 100644
index 0000000..c1ef15f
--- /dev/null
+++ b/plugins/smiley/icons/smiley.png
Binary files differ
diff --git a/plugins/smiley/images/embarrassed_smile.gif b/plugins/smiley/images/embarrassed_smile.gif
new file mode 100644
index 0000000..d9cedc5
--- /dev/null
+++ b/plugins/smiley/images/embarrassed_smile.gif
Binary files differ
diff --git a/plugins/smiley/images/tongue_smile.gif b/plugins/smiley/images/tongue_smile.gif
new file mode 100644
index 0000000..b2e657f
--- /dev/null
+++ b/plugins/smiley/images/tongue_smile.gif
Binary files differ
diff --git a/plugins/smiley/lang/af.js b/plugins/smiley/lang/af.js
new file mode 100644
index 0000000..baa397f
--- /dev/null
+++ b/plugins/smiley/lang/af.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'af', {
+ options: 'Lagbekkie opsies',
+ title: 'Voeg lagbekkie by',
+ toolbar: 'Lagbekkie'
+});
diff --git a/plugins/smiley/lang/ar.js b/plugins/smiley/lang/ar.js
new file mode 100644
index 0000000..d0ab8bb
--- /dev/null
+++ b/plugins/smiley/lang/ar.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ar', {
+ options: 'Smiley Options', // MISSING
+ title: 'إدراج ابتسامات',
+ toolbar: 'ابتسامات'
+});
diff --git a/plugins/smiley/lang/bg.js b/plugins/smiley/lang/bg.js
new file mode 100644
index 0000000..686f91a
--- /dev/null
+++ b/plugins/smiley/lang/bg.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'bg', {
+ options: 'Опции за усмивката',
+ title: 'Вмъкване на усмивка',
+ toolbar: 'Усмивка'
+});
diff --git a/plugins/smiley/lang/bn.js b/plugins/smiley/lang/bn.js
new file mode 100644
index 0000000..3850d52
--- /dev/null
+++ b/plugins/smiley/lang/bn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'bn', {
+ options: 'Smiley Options', // MISSING
+ title: 'স্মাইলী যুক্ত কর',
+ toolbar: 'স্মাইলী'
+});
diff --git a/plugins/smiley/lang/bs.js b/plugins/smiley/lang/bs.js
new file mode 100644
index 0000000..ef63747
--- /dev/null
+++ b/plugins/smiley/lang/bs.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'bs', {
+ options: 'Smiley Options', // MISSING
+ title: 'Ubaci smješka',
+ toolbar: 'Smješko'
+});
diff --git a/plugins/smiley/lang/ca.js b/plugins/smiley/lang/ca.js
new file mode 100644
index 0000000..9d43f42
--- /dev/null
+++ b/plugins/smiley/lang/ca.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ca', {
+ options: 'Opcions d\'emoticones',
+ title: 'Insereix una icona',
+ toolbar: 'Icona'
+});
diff --git a/plugins/smiley/lang/cs.js b/plugins/smiley/lang/cs.js
new file mode 100644
index 0000000..5d3e234
--- /dev/null
+++ b/plugins/smiley/lang/cs.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'cs', {
+ options: 'Nastavení smajlíků',
+ title: 'Vkládání smajlíků',
+ toolbar: 'Smajlíci'
+});
diff --git a/plugins/smiley/lang/cy.js b/plugins/smiley/lang/cy.js
new file mode 100644
index 0000000..a0d4b63
--- /dev/null
+++ b/plugins/smiley/lang/cy.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'cy', {
+ options: 'Opsiynau Gwenogluniau',
+ title: 'Mewnosod Gwenoglun',
+ toolbar: 'Gwenoglun'
+});
diff --git a/plugins/smiley/lang/da.js b/plugins/smiley/lang/da.js
new file mode 100644
index 0000000..81026a4
--- /dev/null
+++ b/plugins/smiley/lang/da.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'da', {
+ options: 'Smileymuligheder',
+ title: 'Vælg smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/de.js b/plugins/smiley/lang/de.js
new file mode 100644
index 0000000..b7cfb8a
--- /dev/null
+++ b/plugins/smiley/lang/de.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'de', {
+ options: 'Smiley Optionen',
+ title: 'Smiley auswählen',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/el.js b/plugins/smiley/lang/el.js
new file mode 100644
index 0000000..5dc59bd
--- /dev/null
+++ b/plugins/smiley/lang/el.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'el', {
+ options: 'Επιλογές Smiley',
+ title: 'Επιλέξτε ένα Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/en-au.js b/plugins/smiley/lang/en-au.js
new file mode 100644
index 0000000..ce8169c
--- /dev/null
+++ b/plugins/smiley/lang/en-au.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'en-au', {
+ options: 'Smiley Options', // MISSING
+ title: 'Insert a Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/en-ca.js b/plugins/smiley/lang/en-ca.js
new file mode 100644
index 0000000..75dded0
--- /dev/null
+++ b/plugins/smiley/lang/en-ca.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'en-ca', {
+ options: 'Smiley Options', // MISSING
+ title: 'Insert a Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/en-gb.js b/plugins/smiley/lang/en-gb.js
new file mode 100644
index 0000000..206fd11
--- /dev/null
+++ b/plugins/smiley/lang/en-gb.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'en-gb', {
+ options: 'Smiley Options',
+ title: 'Insert a Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/en.js b/plugins/smiley/lang/en.js
new file mode 100644
index 0000000..c5c8b10
--- /dev/null
+++ b/plugins/smiley/lang/en.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'en', {
+ options: 'Smiley Options',
+ title: 'Insert a Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/eo.js b/plugins/smiley/lang/eo.js
new file mode 100644
index 0000000..9b64fe6
--- /dev/null
+++ b/plugins/smiley/lang/eo.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'eo', {
+ options: 'Opcioj pri mienvinjetoj',
+ title: 'Enmeti Mienvinjeton',
+ toolbar: 'Mienvinjeto'
+});
diff --git a/plugins/smiley/lang/es.js b/plugins/smiley/lang/es.js
new file mode 100644
index 0000000..375ec70
--- /dev/null
+++ b/plugins/smiley/lang/es.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'es', {
+ options: 'Opciones de emoticonos',
+ title: 'Insertar un Emoticon',
+ toolbar: 'Emoticonos'
+});
diff --git a/plugins/smiley/lang/et.js b/plugins/smiley/lang/et.js
new file mode 100644
index 0000000..bdc4693
--- /dev/null
+++ b/plugins/smiley/lang/et.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'et', {
+ options: 'Emotikonide valikud',
+ title: 'Sisesta emotikon',
+ toolbar: 'Emotikon'
+});
diff --git a/plugins/smiley/lang/eu.js b/plugins/smiley/lang/eu.js
new file mode 100644
index 0000000..f1f747b
--- /dev/null
+++ b/plugins/smiley/lang/eu.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'eu', {
+ options: 'Aurpegiera Aukerak',
+ title: 'Aurpegiera Sartu',
+ toolbar: 'Aurpegierak'
+});
diff --git a/plugins/smiley/lang/fa.js b/plugins/smiley/lang/fa.js
new file mode 100644
index 0000000..4515552
--- /dev/null
+++ b/plugins/smiley/lang/fa.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'fa', {
+ options: 'گزینه​های خندانک',
+ title: 'گنجاندن خندانک',
+ toolbar: 'خندانک'
+});
diff --git a/plugins/smiley/lang/fi.js b/plugins/smiley/lang/fi.js
new file mode 100644
index 0000000..750d507
--- /dev/null
+++ b/plugins/smiley/lang/fi.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'fi', {
+ options: 'Hymiön ominaisuudet',
+ title: 'Lisää hymiö',
+ toolbar: 'Hymiö'
+});
diff --git a/plugins/smiley/lang/fo.js b/plugins/smiley/lang/fo.js
new file mode 100644
index 0000000..71270a6
--- /dev/null
+++ b/plugins/smiley/lang/fo.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'fo', {
+ options: 'Møguleikar fyri Smiley',
+ title: 'Vel Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/fr-ca.js b/plugins/smiley/lang/fr-ca.js
new file mode 100644
index 0000000..48159e6
--- /dev/null
+++ b/plugins/smiley/lang/fr-ca.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'fr-ca', {
+ options: 'Options d\'émoticônes',
+ title: 'Insérer un émoticône',
+ toolbar: 'Émoticône'
+});
diff --git a/plugins/smiley/lang/fr.js b/plugins/smiley/lang/fr.js
new file mode 100644
index 0000000..5fa2d20
--- /dev/null
+++ b/plugins/smiley/lang/fr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'fr', {
+ options: 'Options des émoticones',
+ title: 'Insérer un émoticone',
+ toolbar: 'Émoticones'
+});
diff --git a/plugins/smiley/lang/gl.js b/plugins/smiley/lang/gl.js
new file mode 100644
index 0000000..a52459e
--- /dev/null
+++ b/plugins/smiley/lang/gl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'gl', {
+ options: 'Opcións de emoticonas',
+ title: 'Inserir unha emoticona',
+ toolbar: 'Emoticona'
+});
diff --git a/plugins/smiley/lang/gu.js b/plugins/smiley/lang/gu.js
new file mode 100644
index 0000000..c583551
--- /dev/null
+++ b/plugins/smiley/lang/gu.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'gu', {
+ options: 'સમ્ય્લી વિકલ્પો',
+ title: 'સ્માઇલી પસંદ કરો',
+ toolbar: 'સ્માઇલી'
+});
diff --git a/plugins/smiley/lang/he.js b/plugins/smiley/lang/he.js
new file mode 100644
index 0000000..928d30f
--- /dev/null
+++ b/plugins/smiley/lang/he.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'he', {
+ options: 'אפשרויות סמיילים',
+ title: 'הוספת סמיילי',
+ toolbar: 'סמיילי'
+});
diff --git a/plugins/smiley/lang/hi.js b/plugins/smiley/lang/hi.js
new file mode 100644
index 0000000..50ceb92
--- /dev/null
+++ b/plugins/smiley/lang/hi.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'hi', {
+ options: 'Smiley Options', // MISSING
+ title: 'स्माइली इन्सर्ट करें',
+ toolbar: 'स्माइली'
+});
diff --git a/plugins/smiley/lang/hr.js b/plugins/smiley/lang/hr.js
new file mode 100644
index 0000000..18520fa
--- /dev/null
+++ b/plugins/smiley/lang/hr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'hr', {
+ options: 'Opcije smješka',
+ title: 'Ubaci smješka',
+ toolbar: 'Smješko'
+});
diff --git a/plugins/smiley/lang/hu.js b/plugins/smiley/lang/hu.js
new file mode 100644
index 0000000..e4bd676
--- /dev/null
+++ b/plugins/smiley/lang/hu.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'hu', {
+ options: 'Hangulatjel opciók',
+ title: 'Hangulatjel beszúrása',
+ toolbar: 'Hangulatjelek'
+});
diff --git a/plugins/smiley/lang/is.js b/plugins/smiley/lang/is.js
new file mode 100644
index 0000000..79076a5
--- /dev/null
+++ b/plugins/smiley/lang/is.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'is', {
+ options: 'Smiley Options', // MISSING
+ title: 'Velja svip',
+ toolbar: 'Svipur'
+});
diff --git a/plugins/smiley/lang/it.js b/plugins/smiley/lang/it.js
new file mode 100644
index 0000000..65b7cc0
--- /dev/null
+++ b/plugins/smiley/lang/it.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'it', {
+ options: 'Opzioni Smiley',
+ title: 'Inserisci emoticon',
+ toolbar: 'Emoticon'
+});
diff --git a/plugins/smiley/lang/ja.js b/plugins/smiley/lang/ja.js
new file mode 100644
index 0000000..cd5c183
--- /dev/null
+++ b/plugins/smiley/lang/ja.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ja', {
+ options: '絵文字オプション',
+ title: '顔文字挿入',
+ toolbar: '絵文字'
+});
diff --git a/plugins/smiley/lang/ka.js b/plugins/smiley/lang/ka.js
new file mode 100644
index 0000000..1e8dc1d
--- /dev/null
+++ b/plugins/smiley/lang/ka.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ka', {
+ options: 'სიცილაკის პარამეტრები',
+ title: 'სიცილაკის ჩასმა',
+ toolbar: 'სიცილაკები'
+});
diff --git a/plugins/smiley/lang/km.js b/plugins/smiley/lang/km.js
new file mode 100644
index 0000000..b082de1
--- /dev/null
+++ b/plugins/smiley/lang/km.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'km', {
+ options: 'ជម្រើស​រូប​សញ្ញា​អារម្មណ៍',
+ title: 'បញ្ចូល​រូប​សញ្ញា​អារម្មណ៍',
+ toolbar: 'រូប​សញ្ញ​អារម្មណ៍'
+});
diff --git a/plugins/smiley/lang/ko.js b/plugins/smiley/lang/ko.js
new file mode 100644
index 0000000..8185ce7
--- /dev/null
+++ b/plugins/smiley/lang/ko.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ko', {
+ options: 'Smiley Options', // MISSING
+ title: '아이콘 삽입',
+ toolbar: '아이콘'
+});
diff --git a/plugins/smiley/lang/ku.js b/plugins/smiley/lang/ku.js
new file mode 100644
index 0000000..4c5611e
--- /dev/null
+++ b/plugins/smiley/lang/ku.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ku', {
+ options: 'هەڵبژاردەی زەردەخەنه',
+ title: 'دانانی زەردەخەنەیەك',
+ toolbar: 'زەردەخەنه'
+});
diff --git a/plugins/smiley/lang/lt.js b/plugins/smiley/lang/lt.js
new file mode 100644
index 0000000..fae7872
--- /dev/null
+++ b/plugins/smiley/lang/lt.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'lt', {
+ options: 'Šypsenėlių nustatymai',
+ title: 'Įterpti veidelį',
+ toolbar: 'Veideliai'
+});
diff --git a/plugins/smiley/lang/lv.js b/plugins/smiley/lang/lv.js
new file mode 100644
index 0000000..770b8c0
--- /dev/null
+++ b/plugins/smiley/lang/lv.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'lv', {
+ options: 'Smaidiņu uzstādījumi',
+ title: 'Ievietot smaidiņu',
+ toolbar: 'Smaidiņi'
+});
diff --git a/plugins/smiley/lang/mk.js b/plugins/smiley/lang/mk.js
new file mode 100644
index 0000000..d323926
--- /dev/null
+++ b/plugins/smiley/lang/mk.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'mk', {
+ options: 'Smiley Options', // MISSING
+ title: 'Insert a Smiley', // MISSING
+ toolbar: 'Smiley' // MISSING
+});
diff --git a/plugins/smiley/lang/mn.js b/plugins/smiley/lang/mn.js
new file mode 100644
index 0000000..b79ee30
--- /dev/null
+++ b/plugins/smiley/lang/mn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'mn', {
+ options: 'Smiley Options', // MISSING
+ title: 'Тодорхойлолт оруулах',
+ toolbar: 'Тодорхойлолт'
+});
diff --git a/plugins/smiley/lang/ms.js b/plugins/smiley/lang/ms.js
new file mode 100644
index 0000000..ee3fe10
--- /dev/null
+++ b/plugins/smiley/lang/ms.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ms', {
+ options: 'Smiley Options', // MISSING
+ title: 'Masukkan Smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/nb.js b/plugins/smiley/lang/nb.js
new file mode 100644
index 0000000..3b4aa87
--- /dev/null
+++ b/plugins/smiley/lang/nb.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'nb', {
+ options: 'Alternativer for smil',
+ title: 'Sett inn smil',
+ toolbar: 'Smil'
+});
diff --git a/plugins/smiley/lang/nl.js b/plugins/smiley/lang/nl.js
new file mode 100644
index 0000000..0c07544
--- /dev/null
+++ b/plugins/smiley/lang/nl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'nl', {
+ options: 'Smiley opties',
+ title: 'Smiley invoegen',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/no.js b/plugins/smiley/lang/no.js
new file mode 100644
index 0000000..9faa496
--- /dev/null
+++ b/plugins/smiley/lang/no.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'no', {
+ options: 'Alternativer for smil',
+ title: 'Sett inn smil',
+ toolbar: 'Smil'
+});
diff --git a/plugins/smiley/lang/pl.js b/plugins/smiley/lang/pl.js
new file mode 100644
index 0000000..981bd4e
--- /dev/null
+++ b/plugins/smiley/lang/pl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'pl', {
+ options: 'Opcje emotikonów',
+ title: 'Wstaw emotikona',
+ toolbar: 'Emotikony'
+});
diff --git a/plugins/smiley/lang/pt-br.js b/plugins/smiley/lang/pt-br.js
new file mode 100644
index 0000000..dbeabdc
--- /dev/null
+++ b/plugins/smiley/lang/pt-br.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'pt-br', {
+ options: 'Opções de Emoticons',
+ title: 'Inserir Emoticon',
+ toolbar: 'Emoticon'
+});
diff --git a/plugins/smiley/lang/pt.js b/plugins/smiley/lang/pt.js
new file mode 100644
index 0000000..38ccd64
--- /dev/null
+++ b/plugins/smiley/lang/pt.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'pt', {
+ options: 'Opções de Emoticons',
+ title: 'Inserir um Emoticon',
+ toolbar: 'Emoticons'
+});
diff --git a/plugins/smiley/lang/ro.js b/plugins/smiley/lang/ro.js
new file mode 100644
index 0000000..a9179fa
--- /dev/null
+++ b/plugins/smiley/lang/ro.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ro', {
+ options: 'Opțiuni figuri expresive',
+ title: 'Inserează o figură expresivă (Emoticon)',
+ toolbar: 'Figură expresivă (Emoticon)'
+});
diff --git a/plugins/smiley/lang/ru.js b/plugins/smiley/lang/ru.js
new file mode 100644
index 0000000..176ae70
--- /dev/null
+++ b/plugins/smiley/lang/ru.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ru', {
+ options: 'Выбор смайла',
+ title: 'Вставить смайл',
+ toolbar: 'Смайлы'
+});
diff --git a/plugins/smiley/lang/si.js b/plugins/smiley/lang/si.js
new file mode 100644
index 0000000..8c64094
--- /dev/null
+++ b/plugins/smiley/lang/si.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'si', {
+ options: 'හාස්‍ය විකල්ප',
+ title: 'හාස්‍යන් ඇතුලත් කිරීම',
+ toolbar: 'හාස්‍යන්'
+});
diff --git a/plugins/smiley/lang/sk.js b/plugins/smiley/lang/sk.js
new file mode 100644
index 0000000..ab9b301
--- /dev/null
+++ b/plugins/smiley/lang/sk.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'sk', {
+ options: 'Možnosti smajlíkov',
+ title: 'Vložiť smajlíka',
+ toolbar: 'Smajlíky'
+});
diff --git a/plugins/smiley/lang/sl.js b/plugins/smiley/lang/sl.js
new file mode 100644
index 0000000..45cabe5
--- /dev/null
+++ b/plugins/smiley/lang/sl.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'sl', {
+ options: 'Smiley Options', // MISSING
+ title: 'Vstavi smeška',
+ toolbar: 'Smeško'
+});
diff --git a/plugins/smiley/lang/sq.js b/plugins/smiley/lang/sq.js
new file mode 100644
index 0000000..57f55ce
--- /dev/null
+++ b/plugins/smiley/lang/sq.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'sq', {
+ options: 'Opsionet e Ikonave',
+ title: 'Vendos Ikonë',
+ toolbar: 'Ikona'
+});
diff --git a/plugins/smiley/lang/sr-latn.js b/plugins/smiley/lang/sr-latn.js
new file mode 100644
index 0000000..d97af90
--- /dev/null
+++ b/plugins/smiley/lang/sr-latn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'sr-latn', {
+ options: 'Smiley Options', // MISSING
+ title: 'Unesi smajlija',
+ toolbar: 'Smajli'
+});
diff --git a/plugins/smiley/lang/sr.js b/plugins/smiley/lang/sr.js
new file mode 100644
index 0000000..b7a71ed
--- /dev/null
+++ b/plugins/smiley/lang/sr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'sr', {
+ options: 'Smiley Options', // MISSING
+ title: 'Унеси смајлија',
+ toolbar: 'Смајли'
+});
diff --git a/plugins/smiley/lang/sv.js b/plugins/smiley/lang/sv.js
new file mode 100644
index 0000000..2d9af92
--- /dev/null
+++ b/plugins/smiley/lang/sv.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'sv', {
+ options: 'Smileyinställningar',
+ title: 'Infoga smiley',
+ toolbar: 'Smiley'
+});
diff --git a/plugins/smiley/lang/th.js b/plugins/smiley/lang/th.js
new file mode 100644
index 0000000..03cf83b
--- /dev/null
+++ b/plugins/smiley/lang/th.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'th', {
+ options: 'ตัวเลือกไอคอนแสดงอารมณ์',
+ title: 'แทรกสัญลักษณ์สื่ออารมณ์',
+ toolbar: 'รูปสื่ออารมณ์'
+});
diff --git a/plugins/smiley/lang/tr.js b/plugins/smiley/lang/tr.js
new file mode 100644
index 0000000..84da5fa
--- /dev/null
+++ b/plugins/smiley/lang/tr.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'tr', {
+ options: 'İfade Seçenekleri',
+ title: 'İfade Ekle',
+ toolbar: 'İfade'
+});
diff --git a/plugins/smiley/lang/ug.js b/plugins/smiley/lang/ug.js
new file mode 100644
index 0000000..c4c6b16
--- /dev/null
+++ b/plugins/smiley/lang/ug.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'ug', {
+ options: 'چىراي ئىپادە سىنبەلگە تاللانمىسى',
+ title: 'چىراي ئىپادە سىنبەلگە قىستۇر',
+ toolbar: 'چىراي ئىپادە'
+});
diff --git a/plugins/smiley/lang/uk.js b/plugins/smiley/lang/uk.js
new file mode 100644
index 0000000..e5e1804
--- /dev/null
+++ b/plugins/smiley/lang/uk.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'uk', {
+ options: 'Опції смайликів',
+ title: 'Вставити смайлик',
+ toolbar: 'Смайлик'
+});
diff --git a/plugins/smiley/lang/vi.js b/plugins/smiley/lang/vi.js
new file mode 100644
index 0000000..8320570
--- /dev/null
+++ b/plugins/smiley/lang/vi.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'vi', {
+ options: 'Tùy chọn hình biểu lộ cảm xúc',
+ title: 'Chèn hình biểu lộ cảm xúc (mặt cười)',
+ toolbar: 'Hình biểu lộ cảm xúc (mặt cười)'
+});
diff --git a/plugins/smiley/lang/zh-cn.js b/plugins/smiley/lang/zh-cn.js
new file mode 100644
index 0000000..5fd43c8
--- /dev/null
+++ b/plugins/smiley/lang/zh-cn.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'zh-cn', {
+ options: '表情图标选项',
+ title: '插入表情图标',
+ toolbar: '表情符'
+});
diff --git a/plugins/smiley/lang/zh.js b/plugins/smiley/lang/zh.js
new file mode 100644
index 0000000..b890011
--- /dev/null
+++ b/plugins/smiley/lang/zh.js
@@ -0,0 +1,9 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'smiley', 'zh', {
+ options: 'Smiley Options', // MISSING
+ title: '插入表情符號',
+ toolbar: '表情符號'
+});
diff --git a/plugins/smiley/plugin.js b/plugins/smiley/plugin.js
new file mode 100644
index 0000000..7ae8413
--- /dev/null
+++ b/plugins/smiley/plugin.js
@@ -0,0 +1,94 @@
+/**
+ * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.html or http://ckeditor.com/license
+ */
+
+CKEDITOR.plugins.add( 'smiley', {
+ requires: 'dialog',
+ lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en,en-au,en-ca,en-gb,eo,es,et,eu,fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%
+ icons: 'smiley', // %REMOVE_LINE_CORE%
+ init: function( editor ) {
+ editor.config.smiley_path = editor.config.smiley_path || ( this.path + 'images/' );
+ editor.addCommand( 'smiley', new CKEDITOR.dialogCommand( 'smiley', {
+ allowedContent: 'img[alt,height,!src,title,width]',
+ requiredContent: 'img'
+ } ) );
+ editor.ui.addButton && editor.ui.addButton( 'Smiley', {
+ label: editor.lang.smiley.toolbar,
+ command: 'smiley',
+ toolbar: 'insert,50'
+ });
+ CKEDITOR.dialog.add( 'smiley', this.path + 'dialogs/smiley.js' );
+ }
+});
+
+/**
+ * The base path used to build the URL for the smiley images. It must end with a slash.
+ *
+ * config.smiley_path = 'http://www.example.com/images/smileys/';
+ *
+ * config.smiley_path = '/images/smileys/';
+ *
+ * @cfg {String} [smiley_path=CKEDITOR.basePath + 'plugins/smiley/images/']
+ * @member CKEDITOR.config
+ */
+
+/**
+ * The file names for the smileys to be displayed. These files must be
+ * contained inside the URL path defined with the {@link #smiley_path} setting.
+ *
+ * // This is actually the default value.
+ * config.smiley_images = [
+ * 'regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tongue_smile.gif',
+ * 'embarrassed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif',
+ * 'devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif',
+ * 'broken_heart.gif','kiss.gif','envelope.gif'
+ * ];
+ *
+ * @cfg
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.smiley_images = [
+ 'regular_smile.gif', 'sad_smile.gif', 'wink_smile.gif', 'teeth_smile.gif', 'confused_smile.gif', 'tongue_smile.gif',
+ 'embarrassed_smile.gif', 'omg_smile.gif', 'whatchutalkingabout_smile.gif', 'angry_smile.gif', 'angel_smile.gif', 'shades_smile.gif',
+ 'devil_smile.gif', 'cry_smile.gif', 'lightbulb.gif', 'thumbs_down.gif', 'thumbs_up.gif', 'heart.gif',
+ 'broken_heart.gif', 'kiss.gif', 'envelope.gif' ];
+
+/**
+ * The description to be used for each of the smileys defined in the
+ * {@link CKEDITOR.config#smiley_images} setting. Each entry in this array list
+ * must match its relative pair in the {@link CKEDITOR.config#smiley_images}
+ * setting.
+ *
+ * // Default settings.
+ * config.smiley_descriptions = [
+ * 'smiley', 'sad', 'wink', 'laugh', 'frown', 'cheeky', 'blush', 'surprise',
+ * 'indecision', 'angry', 'angel', 'cool', 'devil', 'crying', 'enlightened', 'no',
+ * 'yes', 'heart', 'broken heart', 'kiss', 'mail'
+ * ];
+ *
+ * // Use textual emoticons as description.
+ * config.smiley_descriptions = [
+ * ':)', ':(', ';)', ':D', ':/', ':P', ':*)', ':-o',
+ * ':|', '>:(', 'o:)', '8-)', '>:-)', ';(', '', '', '',
+ * '', '', ':-*', ''
+ * ];
+ *
+ * @cfg
+ * @member CKEDITOR.config
+ */
+CKEDITOR.config.smiley_descriptions = [
+ 'smiley', 'sad', 'wink', 'laugh', 'frown', 'cheeky', 'blush', 'surprise',
+ 'indecision', 'angry', 'angel', 'cool', 'devil', 'crying', 'enlightened', 'no',
+ 'yes', 'heart', 'broken heart', 'kiss', 'mail'
+];
+
+/**
+ * The number of columns to be generated by the smilies matrix.
+ *
+ * config.smiley_columns = 6;
+ *
+ * @since 3.3.2
+ * @cfg {Number} [smiley_columns=8]
+ * @member CKEDITOR.config
+ */