updating tinymce to 1.43 and fixed some bugs
This commit is contained in:
parent
98dc54e16d
commit
914f29b169
209 changed files with 2183 additions and 1506 deletions
6
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de.js
vendored
Normal file
6
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// DE lang variables
|
||||
|
||||
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Emotion einfügen';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Emotion';
|
||||
|
||||
10
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa.js
vendored
Normal file
10
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa.js
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// IR lang variables
|
||||
// Persian (Farsi) language pack (for IRAN)
|
||||
// By: Morteza Zafari
|
||||
// Lost@LostLord.com
|
||||
// http://www.LostLord.com
|
||||
|
||||
tinyMCELang['lang_dir'] = 'rtl';
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'افزودن شکلک';
|
||||
tinyMCELang['lang_emotions_desc'] = 'شکلکها';
|
||||
|
||||
5
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr.js
vendored
Normal file
5
www/extras/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// French lang variables by Laurent Dran
|
||||
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Insèrer un émoticon';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Émoticons';
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// CAN_FR lang variables
|
||||
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Insèrer un émoticon';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Émoticons';
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Insérer un émoticon';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Émoticons';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// SE lang variables
|
||||
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Klistain kännsla';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Kännslor';
|
||||
tinyMCELang['lang_insert_emotions_title'] = 'Klistra in känsla';
|
||||
tinyMCELang['lang_emotions_desc'] = 'Känslor';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue