upgrade to tinymce 2.1.1.1
This commit is contained in:
parent
f36ba1b268
commit
e75b689857
847 changed files with 34500 additions and 7692 deletions
|
|
@ -1 +1 @@
|
|||
tinyMCE.importPluginLanguagePack('emotions','en,tr,sv,zh_cn,cs,fa,fr_ca,fr,de,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_EmotionsPlugin={getInfo:function(){return{longname:'Emotions',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_emotions.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},getControlHTML:function(cn){switch(cn){case"emotions":return tinyMCE.getButtonHTML(cn,'lang_emotions_desc','{$pluginurl}/images/emotions.gif','mceEmotion');}return"";},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceEmotion":var template=new Array();template['file']='../../plugins/emotions/emotions.htm';template['width']=160;template['height']=160;template['width']+=tinyMCE.getLang('lang_emotions_delta_width',0);template['height']+=tinyMCE.getLang('lang_emotions_delta_height',0);tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes"});return true;}return false;}};tinyMCE.addPlugin('emotions',TinyMCE_EmotionsPlugin);
|
||||
tinyMCE.importPluginLanguagePack('emotions');var TinyMCE_EmotionsPlugin={getInfo:function(){return{longname:'Emotions',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/emotions',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion}},getControlHTML:function(cn){switch(cn){case"emotions":return tinyMCE.getButtonHTML(cn,'lang_emotions_desc','{$pluginurl}/images/emotions.gif','mceEmotion')}return""},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceEmotion":var template=new Array();template['file']='../../plugins/emotions/emotions.htm';template['width']=250;template['height']=160;template['width']+=tinyMCE.getLang('lang_emotions_delta_width',0);template['height']+=tinyMCE.getLang('lang_emotions_delta_height',0);tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes"});return true}return false}};tinyMCE.addPlugin('emotions',TinyMCE_EmotionsPlugin);
|
||||
|
|
@ -1,23 +1,21 @@
|
|||
/**
|
||||
* $RCSfile: editor_plugin_src.js,v $
|
||||
* $Revision: 1.23 $
|
||||
* $Date: 2006/02/10 16:29:38 $
|
||||
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
|
||||
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
|
||||
*/
|
||||
|
||||
/* Import plugin specific language pack */
|
||||
tinyMCE.importPluginLanguagePack('emotions', 'en,tr,sv,zh_cn,cs,fa,fr_ca,fr,de,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,es,cy,is,zh_tw,zh_tw_utf8,sk');
|
||||
tinyMCE.importPluginLanguagePack('emotions');
|
||||
|
||||
// Plucin static class
|
||||
var TinyMCE_EmotionsPlugin = {
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Emotions',
|
||||
author : 'Moxiecode Systems',
|
||||
author : 'Moxiecode Systems AB',
|
||||
authorurl : 'http://tinymce.moxiecode.com',
|
||||
infourl : 'http://tinymce.moxiecode.com/tinymce/docs/plugin_emotions.html',
|
||||
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/emotions',
|
||||
version : tinyMCE.majorVersion + "." + tinyMCE.minorVersion
|
||||
};
|
||||
},
|
||||
|
|
@ -44,7 +42,7 @@ var TinyMCE_EmotionsPlugin = {
|
|||
var template = new Array();
|
||||
|
||||
template['file'] = '../../plugins/emotions/emotions.htm'; // Relative to theme
|
||||
template['width'] = 160;
|
||||
template['width'] = 250;
|
||||
template['height'] = 160;
|
||||
|
||||
// Language specific width and height addons
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<script language="javascript" type="text/javascript" src="jscripts/functions.js"></script>
|
||||
<base target="_self" />
|
||||
</head>
|
||||
<body style="display: none">
|
||||
<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
|
||||
<div align="center">
|
||||
<div class="title">{$lang_emotions_title}:<br /><br /></div>
|
||||
|
||||
|
|
|
|||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ca.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ca.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Insert emotion',
|
||||
desc : 'Emotions',
|
||||
cool : 'Cool',
|
||||
cry : 'Cry',
|
||||
embarassed : 'Embarassed',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : 'Frown',
|
||||
innocent : 'Innocent',
|
||||
kiss : 'Kiss',
|
||||
laughing : 'Laughing',
|
||||
money_mouth : 'Money mouth',
|
||||
sealed : 'Sealed',
|
||||
smile : 'Smile',
|
||||
surprised : 'Surprised',
|
||||
tongue_out : 'Tongue out',
|
||||
undecided : 'Undecided',
|
||||
wink : 'Wink',
|
||||
yell : 'Yell'
|
||||
});
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
// DK lang variables contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.
|
||||
// DK lang variables - Transl.:Jan Moelgaard, Bo Frederiksen, John Dalsgaard, Ronny Buelund - Corr.:
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Indsæt smiley',
|
||||
desc : 'Smileys',
|
||||
cool : 'Sej',
|
||||
cry : 'Gråd',
|
||||
cry : 'Gråder',
|
||||
embarassed : 'Forlegen',
|
||||
foot_in_mouth : 'Foden i munden',
|
||||
frown : 'Rynket pande',
|
||||
|
|
@ -12,11 +12,11 @@ innocent : 'Uskyldig',
|
|||
kiss : 'Kys',
|
||||
laughing : 'Latter',
|
||||
money_mouth : 'Lækker mund',
|
||||
sealed : 'Lukket af',
|
||||
sealed : 'Lukket',
|
||||
smile : 'Smil',
|
||||
surprised : 'Overrasket',
|
||||
tongue_out : 'Ræk tunge',
|
||||
tongue_out : 'Rækker tunge',
|
||||
undecided : 'Usikker',
|
||||
wink : 'Blink',
|
||||
wink : 'Blinker',
|
||||
yell : 'Råb'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
// DE lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Insert emotion',
|
||||
title : 'Emotion einfügen',
|
||||
desc : 'Emotions',
|
||||
cool : 'Cool',
|
||||
cry : 'Cry',
|
||||
embarassed : 'Embarassed',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : 'Frown',
|
||||
innocent : 'Innocent',
|
||||
kiss : 'Kiss',
|
||||
laughing : 'Laughing',
|
||||
money_mouth : 'Money mouth',
|
||||
sealed : 'Sealed',
|
||||
smile : 'Smile',
|
||||
surprised : 'Surprised',
|
||||
tongue_out : 'Tongue out',
|
||||
undecided : 'Undecided',
|
||||
wink : 'Wink',
|
||||
yell : 'Yell'
|
||||
cry : 'Weinen',
|
||||
embarassed : 'Beschämt',
|
||||
foot_in_mouth : 'Fettnäpfchen',
|
||||
frown : 'Missbilligen',
|
||||
innocent : 'Unschuldig',
|
||||
kiss : 'Kuss',
|
||||
laughing : 'Lachanfall',
|
||||
money_mouth : 'Geld im Kopf',
|
||||
sealed : 'Besiegelt',
|
||||
smile : 'Lächeln',
|
||||
surprised : 'Überrascht',
|
||||
tongue_out : 'Zunge ausstrecken',
|
||||
undecided : 'Unentschieden',
|
||||
wink : 'Winken',
|
||||
yell : 'Schreien'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Greek lang variables by Jacaranda Bill
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_emotions_title : 'ÅéóáãùãÞ åíüò åéêïíéäßïõ emoticon',
|
||||
emotions_desc : 'Åéêïíßäéá emoticons'
|
||||
insert_emotions_title : 'ÅéóáãùãÞ åíüò åéêïíéäßïõ emoticon',
|
||||
emotions_desc : 'Åéêïíßäéá emoticons'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
* Authors : Alvaro Velasco,
|
||||
* Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
|
||||
* Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
|
||||
* Last Updated : October 17, 2005
|
||||
* TinyMCE Version : 2.0RC3
|
||||
* Eneko Castresana Vara
|
||||
* Last Updated : July 14, 2006
|
||||
* TinyMCE Version : 2.0.6.1
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
|
|
@ -25,6 +26,6 @@ smile : 'Sonriente',
|
|||
surprised : 'Sorprendido',
|
||||
tongue_out : 'Burla',
|
||||
undecided : 'Indeciso',
|
||||
wink : 'Guiño',
|
||||
wink : 'Guiño',
|
||||
yell : 'Enfadado'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
// Modified by keyko-web.net, last updated 2007-03-08, based on the work of Motte
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Choisir une émoticône',
|
||||
|
|
@ -12,7 +12,7 @@ frown : 'Mécontent',
|
|||
innocent : 'Innocent',
|
||||
kiss : 'Bisou',
|
||||
laughing : 'Mort de rire',
|
||||
money_mouth : 'Sencuré',
|
||||
money_mouth : 'Sensuré',
|
||||
sealed : 'Motus',
|
||||
smile : 'Sourire',
|
||||
surprised : 'Surprise',
|
||||
|
|
|
|||
|
|
@ -1,22 +1,28 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Inserisci emoticon',
|
||||
desc : 'Emoticons',
|
||||
cool : 'Fico',
|
||||
cry : 'Pianto',
|
||||
embarassed : 'Imbarazzo',
|
||||
foot_in_mouth : 'Calcio in faccia',
|
||||
frown : 'Tristezza',
|
||||
innocent : 'Innocenza',
|
||||
kiss : 'Bacio',
|
||||
laughing : 'Risata',
|
||||
money_mouth : 'Soldi',
|
||||
sealed : 'Bocca chiusa',
|
||||
smile : 'Sorriso',
|
||||
surprised : 'Sorpresa',
|
||||
tongue_out : 'Linguaccia',
|
||||
undecided : 'Indecisione',
|
||||
wink : 'Occhiolino',
|
||||
yell : 'Urlo'
|
||||
});
|
||||
/**
|
||||
* IT lang variables
|
||||
*
|
||||
* Author : Luciano Vernaschi <luciano@virgilio.it>
|
||||
* Last Updated : Mar. 1st, 2007
|
||||
* TinyMCE Version : 2.1.0
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Inserisci emoticon',
|
||||
desc : 'Emoticons',
|
||||
cool : 'Fico',
|
||||
cry : 'Pianto',
|
||||
embarassed : 'Imbarazzo',
|
||||
foot_in_mouth : 'Calcio in faccia',
|
||||
frown : 'Tristezza',
|
||||
innocent : 'Innocenza',
|
||||
kiss : 'Bacio',
|
||||
laughing : 'Risata',
|
||||
money_mouth : 'Soldi',
|
||||
sealed : 'Bocca chiusa',
|
||||
smile : 'Sorriso',
|
||||
surprised : 'Sorpresa',
|
||||
tongue_out : 'Linguaccia',
|
||||
undecided : 'Indecisione',
|
||||
wink : 'Occhiolino',
|
||||
yell : 'Urlo'
|
||||
});
|
||||
|
|
|
|||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ja.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ja.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// JA lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : '絵文字の挿入',
|
||||
desc : '絵文字',
|
||||
cool : 'クール',
|
||||
cry : '悲しい',
|
||||
embarassed : '照れる',
|
||||
foot_in_mouth : '失言',
|
||||
frown : '眉をひそめる',
|
||||
innocent : '無邪気',
|
||||
kiss : 'キス',
|
||||
laughing : '笑う',
|
||||
money_mouth : 'お金!',
|
||||
sealed : '内緒',
|
||||
smile : '笑顔',
|
||||
surprised : '驚く',
|
||||
tongue_out : 'あっかんべー',
|
||||
undecided : '悩む',
|
||||
wink : 'ウィンク',
|
||||
yell : '叫ぶ'
|
||||
});
|
||||
|
|
@ -4,21 +4,21 @@
|
|||
// lemiel 25.10.2005
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Wstaw emotikonkę',
|
||||
title : 'Wstaw emotikonkę',
|
||||
desc : 'Emotikonki',
|
||||
cool : 'Super',
|
||||
cry : 'Płaczę',
|
||||
embarassed : 'Zażenowanie',
|
||||
foot_in_mouth : 'Trzepię jęzorem',
|
||||
frown : 'Marszczę brew',
|
||||
cry : 'Płaczę',
|
||||
embarassed : 'Zażenowanie',
|
||||
foot_in_mouth : 'Trzepię jęzorem',
|
||||
frown : 'Marszczę brew',
|
||||
innocent : 'Niewinny',
|
||||
kiss : 'Pocałunek',
|
||||
laughing : 'Śmiech',
|
||||
money_mouth : 'Zasady życiowe',
|
||||
kiss : 'Pocałunek',
|
||||
laughing : 'śmiech',
|
||||
money_mouth : 'Zasady życiowe',
|
||||
sealed : 'Zaplombowane usta',
|
||||
smile : 'Uśmiech',
|
||||
smile : 'Uśmiech',
|
||||
surprised : 'Zaskoczenie',
|
||||
tongue_out : 'Pokazuję język',
|
||||
tongue_out : 'Pokazuję język',
|
||||
undecided : 'Niezdecydowanie',
|
||||
wink : 'Perskie oko',
|
||||
yell : 'Wycie'
|
||||
|
|
|
|||
|
|
@ -2,13 +2,14 @@
|
|||
* pt_br lang variables
|
||||
* Brazilian Portuguese
|
||||
*
|
||||
* Authors :
|
||||
* Author
|
||||
* Revision and modifications:
|
||||
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||||
* Last Updated : November 26, 2005
|
||||
* TinyMCE Version : 2.0RC4
|
||||
* First Release : November 26, 2005 - TinyMCE Version : 2.0RC4
|
||||
* Last Updated : November 20, 2006 - TinyMCE Version : 2.0.8
|
||||
*/
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Inserir Emoticons',
|
||||
title : 'Inserir emoticons',
|
||||
desc : 'Emoticons',
|
||||
cool : 'Legal',
|
||||
cry : 'Chorando',
|
||||
|
|
@ -22,7 +23,7 @@ money_mouth : 'Interesseiro',
|
|||
sealed : 'Lábios fechados',
|
||||
smile : 'Sorriso',
|
||||
surprised : 'Surpreso',
|
||||
tongue_out : 'Mostrar a língüa',
|
||||
tongue_out : 'Mostrar a língua',
|
||||
undecided : 'Indeciso',
|
||||
wink : 'Piscar',
|
||||
yell : 'Grito'
|
||||
|
|
|
|||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ro.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ro.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// RO lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Inserează figurină',
|
||||
desc : 'Figurine',
|
||||
cool : 'Mişto',
|
||||
cry : 'Plânset',
|
||||
embarassed : 'Ruşinat',
|
||||
foot_in_mouth : 'Picior în gură!',
|
||||
frown : 'Încruntat',
|
||||
innocent : 'Inocent',
|
||||
kiss : 'Pupic',
|
||||
laughing : 'Râsete',
|
||||
money_mouth : 'Gură bogată',
|
||||
sealed : 'Sigilat',
|
||||
smile : 'Zâmbet',
|
||||
surprised : 'Surprins',
|
||||
tongue_out : 'Cu limbuţa pe-afară',
|
||||
undecided : 'Nedecis',
|
||||
wink : 'Trage cu ochiul',
|
||||
yell : 'Urlă'
|
||||
});
|
||||
|
|
@ -1,22 +1,22 @@
|
|||
// RU lang variables cp1251
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Âñòàâèòü ñìàéëèê',
|
||||
desc : 'Ñìàéëèêè',
|
||||
cool : 'Cool',
|
||||
cry : 'Ïëà÷',
|
||||
embarassed : 'Embarassed',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : 'Íàõìóðåííîñòü',
|
||||
innocent : 'Ñâÿòîé',
|
||||
kiss : 'Ïîöåëóé',
|
||||
laughing : 'Ñìåõ',
|
||||
money_mouth : 'Money mouth',
|
||||
sealed : 'Çàêëååííûé',
|
||||
smile : 'Óëûáêà',
|
||||
surprised : 'Ñþðïðèç',
|
||||
tongue_out : 'Âûñóíóòûé ÿçûê',
|
||||
undecided : 'Undecided',
|
||||
wink : 'Wink',
|
||||
yell : 'Yell'
|
||||
});
|
||||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Вставить смайлик',
|
||||
desc : 'Смайлики',
|
||||
cool : 'Круто',
|
||||
cry : 'Плач',
|
||||
embarassed : 'Смущенный',
|
||||
foot_in_mouth : 'Косноязычный',
|
||||
frown : 'Нахмуренный',
|
||||
innocent : 'Святой',
|
||||
kiss : 'Поцелуй',
|
||||
laughing : 'Смех',
|
||||
money_mouth : 'Дельный',
|
||||
sealed : 'Заклеенный',
|
||||
smile : 'Улыбка',
|
||||
surprised : 'Сюрприз',
|
||||
tongue_out : 'Высунутый язык',
|
||||
undecided : 'Нерешительный',
|
||||
wink : 'Подмигнуть',
|
||||
yell : 'Вопль'
|
||||
});
|
||||
|
|
|
|||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ru_CP1251.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ru_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Âñòàâèòü ñìàéëèê',
|
||||
desc : 'Ñìàéëèêè',
|
||||
cool : 'Êðóòî',
|
||||
cry : 'Ïëà÷',
|
||||
embarassed : 'Ñìóùåííûé',
|
||||
foot_in_mouth : 'Êîñíîÿçû÷íûé',
|
||||
frown : 'Íàõìóðåííûé',
|
||||
innocent : 'Ñâÿòîé',
|
||||
kiss : 'Ïîöåëóé',
|
||||
laughing : 'Ñìåõ',
|
||||
money_mouth : 'Äåëüíûé',
|
||||
sealed : 'Çàêëååííûé',
|
||||
smile : 'Óëûáêà',
|
||||
surprised : 'Ñþðïðèç',
|
||||
tongue_out : 'Âûñóíóòûé ÿçûê',
|
||||
undecided : 'Íåðåøèòåëüíûé',
|
||||
wink : 'Ïîäìèãíóòü',
|
||||
yell : 'Âîïëü'
|
||||
});
|
||||
|
|
@ -1,22 +1,22 @@
|
|||
// RU lang variables KOI8-R
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : '÷ÓÔÁ×ÉÔØ ÓÍÁÊÌÉË',
|
||||
desc : 'óÍÁÊÌÉËÉ',
|
||||
cool : 'Cool',
|
||||
cry : 'ðÌÁÞ',
|
||||
embarassed : 'Embarassed',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : 'îÁÈÍÕÒÅÎÎÏÓÔØ',
|
||||
innocent : 'ó×ÑÔÏÊ',
|
||||
kiss : 'ðÏÃÅÌÕÊ',
|
||||
laughing : 'óÍÅÈ',
|
||||
money_mouth : 'Money mouth',
|
||||
sealed : 'úÁËÌÅÅÎÎÙÊ',
|
||||
smile : 'õÌÙÂËÁ',
|
||||
surprised : 'óÀÒÐÒÉÚ',
|
||||
tongue_out : '÷ÙÓÕÎÕÔÙÊ ÑÚÙË',
|
||||
undecided : 'Undecided',
|
||||
wink : 'Wink',
|
||||
yell : 'Yell'
|
||||
});
|
||||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : '÷ÓÔÁ×ÉÔØ ÓÍÁÊÌÉË',
|
||||
desc : 'óÍÁÊÌÉËÉ',
|
||||
cool : 'ëÒÕÔÏ',
|
||||
cry : 'ðÌÁÞ',
|
||||
embarassed : 'óÍÕÝÅÎÎÙÊ',
|
||||
foot_in_mouth : 'ëÏÓÎÏÑÚÙÞÎÙÊ',
|
||||
frown : 'îÁÈÍÕÒÅÎÎÙÊ',
|
||||
innocent : 'ó×ÑÔÏÊ',
|
||||
kiss : 'ðÏÃÅÌÕÊ',
|
||||
laughing : 'óÍÅÈ',
|
||||
money_mouth : 'äÅÌØÎÙÊ',
|
||||
sealed : 'úÁËÌÅÅÎÎÙÊ',
|
||||
smile : 'õÌÙÂËÁ',
|
||||
surprised : 'óÀÒÐÒÉÚ',
|
||||
tongue_out : '÷ÙÓÕÎÕÔÙÊ ÑÚÙË',
|
||||
undecided : 'îÅÒÅÛÉÔÅÌØÎÙÊ',
|
||||
wink : 'ðÏÄÍÉÇÎÕÔØ',
|
||||
yell : '÷ÏÐÌØ'
|
||||
});
|
||||
|
|
|
|||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sq.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sq.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Nderfut emocione',
|
||||
desc : 'Emocione',
|
||||
cool : 'Njesh',
|
||||
cry : 'Qaj',
|
||||
embarassed : 'Ne siklet',
|
||||
foot_in_mouth : 'Kemben ne goje',
|
||||
frown : 'Hmm...',
|
||||
innocent : 'I pafajshem',
|
||||
kiss : 'Puthje',
|
||||
laughing : 'Qeshje',
|
||||
money_mouth : 'Goje me para',
|
||||
sealed : 'I vulosur',
|
||||
smile : 'Buzeqeshje',
|
||||
surprised : 'I çuditur',
|
||||
tongue_out : 'Perqeshje',
|
||||
undecided : 'I pavendosur',
|
||||
wink : 'Hmm...',
|
||||
yell : 'Bertitje'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sr.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sr.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// SR lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Ubacivanje smajlija',
|
||||
desc : 'Smajliji',
|
||||
cool : 'Kul',
|
||||
cry : 'Plače',
|
||||
embarassed : 'Sramota',
|
||||
foot_in_mouth : 'Noga u ustima',
|
||||
frown : 'Mršti se',
|
||||
innocent : 'Nevin',
|
||||
kiss : 'Poljubac',
|
||||
laughing : 'Smeje se',
|
||||
money_mouth : 'Novac u ustima',
|
||||
sealed : 'Zapečaćen',
|
||||
smile : 'Smeje se',
|
||||
surprised : 'Iznenađen',
|
||||
tongue_out : 'Plezi se',
|
||||
undecided : 'Neodlučan',
|
||||
wink : 'Namiguje',
|
||||
yell : 'Viče'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sv_utf8.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sv_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// SE lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Klistra in känsla',
|
||||
desc : 'Känslor',
|
||||
cool : 'Cool',
|
||||
cry : 'Gråter',
|
||||
embarassed : 'Generad',
|
||||
foot_in_mouth : 'Fot i munnnen',
|
||||
frown : 'Ledsen',
|
||||
innocent : 'Oskyldig',
|
||||
kiss : 'Kyss',
|
||||
laughing : 'Skrattande',
|
||||
money_mouth : 'Penga mun',
|
||||
sealed : 'Hemlis',
|
||||
smile : 'Glad',
|
||||
surprised : 'Förvånad',
|
||||
tongue_out : 'Räcka ut tungan',
|
||||
undecided : 'Fundersam',
|
||||
wink : 'Flört',
|
||||
yell : 'Skrikandes'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/uk.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/uk.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Вставити смайлик',
|
||||
desc : 'Смайлики',
|
||||
cool : 'Круто',
|
||||
cry : 'Плач',
|
||||
embarassed : 'Збентежений',
|
||||
foot_in_mouth : 'Недорікуватий',
|
||||
frown : 'Нахмурений',
|
||||
innocent : 'Святий',
|
||||
kiss : 'Поцілунок',
|
||||
laughing : 'Сміх',
|
||||
money_mouth : 'Слушний',
|
||||
sealed : 'Заклеєний',
|
||||
smile : 'Усмішка',
|
||||
surprised : 'Сюрприз',
|
||||
tongue_out : 'Висунутий язик',
|
||||
undecided : 'Нерішучий',
|
||||
wink : 'Підморгнути',
|
||||
yell : 'Вигук'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/uk_CP1251.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/uk_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Âñòàâèòè ñìàéëèê',
|
||||
desc : 'Ñìàéëèêè',
|
||||
cool : 'Êðóòî',
|
||||
cry : 'Ïëà÷',
|
||||
embarassed : 'Çáåíòåæåíèé',
|
||||
foot_in_mouth : 'Íåäîð³êóâàòèé',
|
||||
frown : 'Íàõìóðåíèé',
|
||||
innocent : 'Ñâÿòèé',
|
||||
kiss : 'Ïîö³ëóíîê',
|
||||
laughing : 'Ñì³õ',
|
||||
money_mouth : 'Ñëóøíèé',
|
||||
sealed : 'Çàêëåºíèé',
|
||||
smile : 'Óñì³øêà',
|
||||
surprised : 'Ñþðïðèç',
|
||||
tongue_out : 'Âèñóíóòèé ÿçèê',
|
||||
undecided : 'Íåð³øó÷èé',
|
||||
wink : 'ϳäìîðãíóòè',
|
||||
yell : 'Âèãóê'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/uk_KOI8-U.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/uk_KOI8-U.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : '÷ÓÔÁ×ÉÔÉ ÓÍÁÊÌÉË',
|
||||
desc : 'óÍÁÊÌÉËÉ',
|
||||
cool : 'ëÒÕÔÏ',
|
||||
cry : 'ðÌÁÞ',
|
||||
embarassed : 'úÂÅÎÔÅÖÅÎÉÊ',
|
||||
foot_in_mouth : 'îÅÄÏÒ¦ËÕ×ÁÔÉÊ',
|
||||
frown : 'îÁÈÍÕÒÅÎÉÊ',
|
||||
innocent : 'ó×ÑÔÉÊ',
|
||||
kiss : 'ðÏæÌÕÎÏË',
|
||||
laughing : 'óͦÈ',
|
||||
money_mouth : 'óÌÕÛÎÉÊ',
|
||||
sealed : 'úÁËÌŤÎÉÊ',
|
||||
smile : 'õÓͦÛËÁ',
|
||||
surprised : 'óÀÒÐÒÉÚ',
|
||||
tongue_out : '÷ÉÓÕÎÕÔÉÊ ÑÚÉË',
|
||||
undecided : 'îÅÒ¦ÛÕÞÉÊ',
|
||||
wink : 'ð¦ÄÍÏÒÇÎÕÔÉ',
|
||||
yell : '÷ÉÇÕË'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue