more tinymce stuff

This commit is contained in:
JT Smith 2005-12-05 15:44:37 +00:00
parent 5a60010a6f
commit b19f4cf952
468 changed files with 11635 additions and 0 deletions

View file

@ -0,0 +1 @@
tinyMCE.importPluginLanguagePack('emotions','en,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');function TinyMCE_emotions_getInfo(){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};};function TinyMCE_emotions_getControlHTML(control_name){switch(control_name){case "emotions":var cmd='tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceEmotion\');return false;';return '<a href="javascript:'+cmd+'" onclick="'+cmd+'" target="_self" onmousedown="return false;"><img id="{$editor_id}_emotions" src="{$pluginurl}/images/emotions.gif" title="{$lang_emotions_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" /></a>';}return "";}function TinyMCE_emotions_execCommand(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;}

View file

@ -0,0 +1,51 @@
/* Import plugin specific language pack */
tinyMCE.importPluginLanguagePack('emotions', 'en,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');
function TinyMCE_emotions_getInfo() {
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
};
};
/**
* Returns the HTML contents of the emotions control.
*/
function TinyMCE_emotions_getControlHTML(control_name) {
switch (control_name) {
case "emotions":
var cmd = 'tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceEmotion\');return false;';
return '<a href="javascript:' + cmd + '" onclick="' + cmd + '" target="_self" onmousedown="return false;"><img id="{$editor_id}_emotions" src="{$pluginurl}/images/emotions.gif" title="{$lang_emotions_desc}" width="20" height="20" class="mceButtonNormal" onmouseover="tinyMCE.switchClass(this,\'mceButtonOver\');" onmouseout="tinyMCE.restoreClass(this);" onmousedown="tinyMCE.restoreAndSwitchClass(this,\'mceButtonDown\');" /></a>';
}
return "";
}
/**
* Executes the mceEmotion command.
*/
function TinyMCE_emotions_execCommand(editor_id, element, command, user_interface, value) {
// Handle commands
switch (command) {
case "mceEmotion":
var template = new Array();
template['file'] = '../../plugins/emotions/emotions.htm'; // Relative to theme
template['width'] = 160;
template['height'] = 160;
// Language specific width and height addons
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;
}
// Pass to next handler in chain
return false;
}

View file

@ -0,0 +1,40 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$lang_emotions_title}</title>
<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script language="javascript" type="text/javascript" src="jscripts/functions.js"></script>
<base target="_self" />
</head>
<body style="display: none">
<div align="center">
<div class="title">{$lang_emotions_title}:<br /><br /></div>
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td><a href="javascript:insertEmotion('smiley-cool.gif','lang_emotions_cool');"><img src="images/smiley-cool.gif" width="18" height="18" border="0" alt="{$lang_emotions_cool}" title="{$lang_emotions_cool}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-cry.gif','lang_emotions_cry');"><img src="images/smiley-cry.gif" width="18" height="18" border="0" alt="{$lang_emotions_cry}" title="{$lang_emotions_cry}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-embarassed.gif','lang_emotions_embarassed');"><img src="images/smiley-embarassed.gif" width="18" height="18" border="0" alt="{$lang_emotions_embarassed}" title="{$lang_emotions_embarassed}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-foot-in-mouth.gif','lang_emotions_foot_in_mouth');"><img src="images/smiley-foot-in-mouth.gif" width="18" height="18" border="0" alt="{$lang_emotions_foot_in_mouth}" title="{$lang_emotions_foot_in_mouth}" /></a></td>
</tr>
<tr>
<td><a href="javascript:insertEmotion('smiley-frown.gif','lang_emotions_frown');"><img src="images/smiley-frown.gif" width="18" height="18" border="0" alt="{$lang_emotions_frown}" title="{$lang_emotions_frown}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-innocent.gif','lang_emotions_innocent');"><img src="images/smiley-innocent.gif" width="18" height="18" border="0" alt="{$lang_emotions_innocent}" title="{$lang_emotions_innocent}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-kiss.gif','lang_emotions_kiss');"><img src="images/smiley-kiss.gif" width="18" height="18" border="0" alt="{$lang_emotions_kiss}" title="{$lang_emotions_kiss}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-laughing.gif','lang_emotions_laughing');"><img src="images/smiley-laughing.gif" width="18" height="18" border="0" alt="{$lang_emotions_laughing}" title="{$lang_emotions_laughing}" /></a></td>
</tr>
<tr>
<td><a href="javascript:insertEmotion('smiley-money-mouth.gif','lang_emotions_money_mouth');"><img src="images/smiley-money-mouth.gif" width="18" height="18" border="0" alt="{$lang_emotions_money_mouth}" title="{$lang_emotions_money_mouth}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-sealed.gif','lang_emotions_sealed');"><img src="images/smiley-sealed.gif" width="18" height="18" border="0" alt="{$lang_emotions_sealed}" title="{$lang_emotions_sealed}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-smile.gif','lang_emotions_smile');"><img src="images/smiley-smile.gif" width="18" height="18" border="0" alt="{$lang_emotions_smile}" title="{$lang_emotions_smile}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-surprised.gif','lang_emotions_surprised');"><img src="images/smiley-surprised.gif" width="18" height="18" border="0" alt="{$lang_emotions_surprised}" title="{$lang_emotions_surprised}" /></a></td>
</tr>
<tr>
<td><a href="javascript:insertEmotion('smiley-tongue-out.gif','lang_emotions_tongue_out');"><img src="images/smiley-tongue-out.gif" width="18" height="18" border="0" alt="{$lang_emotions_tongue-out}" title="{$lang_emotions_tongue_out}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-undecided.gif','lang_emotions_undecided');"><img src="images/smiley-undecided.gif" width="18" height="18" border="0" alt="{$lang_emotions_undecided}" title="{$lang_emotions_undecided}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-wink.gif','lang_emotions_wink');"><img src="images/smiley-wink.gif" width="18" height="18" border="0" alt="{$lang_emotions_wink}" title="{$lang_emotions_wink}" /></a></td>
<td><a href="javascript:insertEmotion('smiley-yell.gif','lang_emotions_yell');"><img src="images/smiley-yell.gif" width="18" height="18" border="0" alt="{$lang_emotions_yell}" title="{$lang_emotions_yell}" /></a></td>
</tr>
</table>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

View file

@ -0,0 +1,2 @@
These emotions where taken from Mozilla Thunderbird.
I hope they don't get angry if I use them here after all this is a open source project aswell.

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

View file

@ -0,0 +1,21 @@
function init() {
tinyMCEPopup.resizeToInnerSize();
}
function insertEmotion(file_name, title) {
title = tinyMCE.getLang(title);
if (title == null)
title = "";
// XML encode
title = title.replace(/&/g, '&amp;');
title = title.replace(/\"/g, '&quot;');
title = title.replace(/</g, '&lt;');
title = title.replace(/>/g, '&gr;');
var html = '<img src="' + tinyMCE.baseURL + "/plugins/emotions/images/" + file_name + '" mce_src="' + tinyMCE.baseURL + "/plugins/emotions/images/" + file_name + '" border="0" alt="' + title + '" />';
tinyMCE.execCommand('mceInsertContent', false, html);
tinyMCEPopup.close();
}

View file

@ -0,0 +1,12 @@
/**
* Czech lang variables
* encoding: utf-8
*
* $Id: cs.js,v 1.4 2005/10/18 13:59:42 spocke Exp $
*/
tinyMCE.addToLang('',{
insert_emotions_title : 'Vložit emotikonu',
emotions_desc : 'Emotikony'
});

View file

@ -0,0 +1,22 @@
// UK lang variables
tinyMCE.addToLang('emotions',{
title : 'Mewnosod gwenoglun',
desc : 'Gwenogluniau',
cool : 'C&#373;l',
cry : 'Cr&iuml;o',
embarassed : 'Cywilydd',
foot_in_mouth : 'Troed yn y ceg',
frown : 'Gwgu',
innocent : 'Diniwed',
kiss : 'Sws',
laughing : 'Chwerthin',
money_mouth : 'Ceg arian',
sealed : 'Seliwyd',
smile : 'Gw&ecirc;n',
surprised : 'Synnu',
tongue_out : 'Tafod allan',
undecided : 'Penagored',
wink : 'Winc',
yell : 'Gwaedd'
});

View file

@ -0,0 +1,22 @@
// DK lang variables contributed by Jan Moelgaard
tinyMCE.addToLang('emotions',{
title : 'Inds&#230;t smiley',
desc : 'Smileys',
cool : 'Cool',
cry : 'Gr&#229;d',
embarassed : 'Forlegen',
foot_in_mouth : 'Foden i munden',
frown : 'Rynket pande',
innocent : 'Uskyldig',
kiss : 'Kys',
laughing : 'Latter',
money_mouth : 'L&#230;kker mund',
sealed : 'Lukket af',
smile : 'Smil',
surprised : 'Overrasket',
tongue_out : 'R&#230;k tunge',
undecided : 'Usikker',
wink : 'Blink',
yell : 'R&#229;b'
});

View file

@ -0,0 +1,22 @@
// DE 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'
});

View file

@ -0,0 +1,6 @@
// Greek lang variables by Jacaranda Bill
tinyMCE.addToLang('',{
insert_emotions_title : '&Aring;éóáãùãÞ &aring;íüò &aring;éêïíé&auml;ßïõ emoticon',
emotions_desc : '&Aring;éêïíß&auml;éá emoticons'
});

View 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'
});

View file

@ -0,0 +1,30 @@
/**
* ES lang variables
*
* 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
*/
tinyMCE.addToLang('emotions',{
title : 'Intertar emoticono',
desc : 'Emoticonos',
cool : 'Chulo',
cry : 'Llorando',
embarassed : 'Avergonzado',
foot_in_mouth : 'Sin palabras',
frown : 'Triste',
innocent : 'Inocente',
kiss : 'Beso',
laughing : 'Riendo',
money_mouth : 'Forrado',
sealed : 'Boca sellada',
smile : 'Sonriente',
surprised : 'Sorprendido',
tongue_out : 'Burla',
undecided : 'Indeciso',
wink : 'Guiño',
yell : 'Enfadado'
});

View file

@ -0,0 +1,11 @@
// IR lang variables
// Persian (Farsi) language pack (for IRAN)
// By: Morteza Zafari
// Lost@LostLord.com
// http://www.LostLord.com
tinyMCE.addToLang('',{
dir : 'rtl',
insert_emotions_title : '?????? ????',
emotions_desc : '??????'
});

View file

@ -0,0 +1,22 @@
// Traduit par Normand Lamoureux le 2005-11-12
tinyMCE.addToLang('emotions',{
title : 'Choisir une émoticône',
desc : 'Insérer une émoticône',
cool : 'Cool',
cry : 'Triste',
embarassed : 'Embarrassé',
foot_in_mouth : 'Oups !',
frown : 'Mécontent',
innocent : 'Innocent',
kiss : 'Bisou',
laughing : 'Mort de rire',
money_mouth : 'Sencuré',
sealed : 'Motus',
smile : 'Sourire',
surprised : 'Surprise',
tongue_out : 'Moqueur',
undecided : 'Perplexe',
wink : 'Clin d\'oeil',
yell : 'Horreur !'
});

View file

@ -0,0 +1,6 @@
// Canadian French lang variables by Virtuelcom last modification: 2005-06-15
tinyMCE.addToLang('',{
insert_emotions_title : 'Insérer un émoticon',
emotions_desc : 'Émoticons'
});

View file

@ -0,0 +1,22 @@
// HE 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 : 'öò÷ä'
});

View file

@ -0,0 +1,22 @@
// HU lang variables
tinyMCE.addToLang('emotions',{
title : 'Hangulatjel beszúrása',
desc : 'Hangulatjelek',
cool : 'Király',
cry : 'Sírás',
embarassed : 'Zavart',
foot_in_mouth : 'Foot in mouth',
frown : 'Homlokráncolás',
innocent : 'Ártatlan',
kiss : 'Csók',
laughing : 'Nevetés',
money_mouth : 'Pénzéhes',
sealed : 'Elnémult',
smile : 'Mosolygás',
surprised : 'Meglepett',
tongue_out : 'Tongue out',
undecided : 'Határozatlan',
wink : 'Kacsintás',
yell : 'Sikoltás'
});

View file

@ -0,0 +1,22 @@
// Iceland lang variables by Johannes Birgir Jensson
tinyMCE.addToLang('emotions',{
title : 'Tilfinningat&aacute;kn',
desc : 'Tilfinningat&aacute;kn',
cool : 'Svalur',
cry : 'Gr&aacute;ta',
embarassed : 'Sk&ouml;mmustulegur',
foot_in_mouth : 'Tala af s&eacute;r',
frown : 'F&yacute;ldur',
innocent : 'Saklaus',
kiss : 'Koss',
laughing : 'Hl&aelig;jandi',
money_mouth : 'Gr&aacute;&eth;ugur',
sealed : '&THORN;&ouml;gull sem gr&ouml;fin',
smile : 'Brosandi',
surprised : 'Hissa',
tongue_out : 'Ullandi',
undecided : '&Oacute;&aacute;kve&eth;inn',
wink : 'Glottandi',
yell : '&Ouml;skrandi'
});

View file

@ -0,0 +1,6 @@
//IT lang variables
tinyMCE.addToLang('',{
insert_emotions_title : 'Inserisci una emoticon',
emotions_desc : 'Emoticon'
});

View file

@ -0,0 +1,6 @@
// KO lang variables
tinyMCE.addToLang('',{
insert_emotions_title : 'À̸ðƼ&Auml;Ü ³&Ouml;±â',
emotions_desc : 'À̸ðƼ&Auml;Ü'
});

View file

@ -0,0 +1,22 @@
// nb = Norwegian (bokm&aring;l) lang variables by Knut B. Jacobsen
tinyMCE.addToLang('emotions',{
title : 'Lim inn f&oslash;lelse',
desc : 'F&oslash;lelser',
cool : 'Cool',
cry : 'Gr&aring;ter',
embarassed : 'Sjenert',
foot_in_mouth : 'Fot i munnen',
frown : 'Lei seg',
innocent : 'Uskyldig',
kiss : 'Kyss',
laughing : 'Ler',
money_mouth : 'Penger i munnen',
sealed : 'Hemmelig',
smile : 'Glad',
surprised : 'Overrasket',
tongue_out : 'Rekke tunge',
undecided : 'Betenkt',
wink : 'Fl&oslash;rt',
yell : 'Skrikende'
});

View file

@ -0,0 +1,22 @@
// NL lang variables
tinyMCE.addToLang('emotions',{
title : 'Emoticon invoegen',
desc : 'Emoticons',
cool : 'Cool',
cry : 'Huilen',
embarassed : 'Verlegen', // embarrassed
foot_in_mouth : 'Eten in mond', // food in mouth?
frown : 'Fronsen',
innocent : 'Onschuldig',
kiss : 'Kus',
laughing : 'Lachend',
money_mouth : 'Geldgezicht',
sealed : 'Verzegeld',
smile : 'Smile',
surprised : 'Verbaasd',
tongue_out : 'Tong uitstekend',
undecided : 'Obepaald',
wink : 'Knipoog',
yell : 'Schreeuwen'
});

View file

@ -0,0 +1,22 @@
// nn = Norwegian (nynorsk) lang variables by Knut B. Jacobsen
tinyMCE.addToLang('emotions',{
title : 'Lim inn f&oslash;lelse',
desc : 'F&oslash;lelser',
cool : 'Cool',
cry : 'Gr&aring;ter',
embarassed : 'Sjenert',
foot_in_mouth : 'Fot i munnen',
frown : 'Lei seg',
innocent : 'Uskyldig',
kiss : 'Kyss',
laughing : 'Ler',
money_mouth : 'Penger i munnen',
sealed : 'Hemmelig',
smile : 'Glad',
surprised : 'Overrasket',
tongue_out : 'Rekke tunge',
undecided : 'Betenkt',
wink : 'Fl&oslash;rt',
yell : 'Skrikende'
});

View file

@ -0,0 +1,25 @@
// PL lang variables
// fixed by Wooya
// http://www.mfusion.prv.pl
// lemiel 25.10.2005
tinyMCE.addToLang('emotions',{
title : 'Wstaw emotikonkę',
desc : 'Emotikonki',
cool : 'Super',
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',
sealed : 'Zaplombowane usta',
smile : 'Uśmiech',
surprised : 'Zaskoczenie',
tongue_out : 'Pokazuję język',
undecided : 'Niezdecydowanie',
wink : 'Perskie oko',
yell : 'Wycie'
});

View file

@ -0,0 +1,29 @@
/**
* pt_br lang variables
* Brazilian Portuguese
*
* Authors :
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
* Last Updated : November 26, 2005
* TinyMCE Version : 2.0RC4
*/
tinyMCE.addToLang('emotions',{
title : 'Inserir Emoticons',
desc : 'Emoticons',
cool : 'Legal',
cry : 'Chorando',
embarassed : 'Embaraçado',
foot_in_mouth : 'Falando asneira',
frown : 'Triste',
innocent : 'Inocente',
kiss : 'Beijo',
laughing : 'Rindo',
money_mouth : 'Interesseiro',
sealed : 'Lábios fechados',
smile : 'Sorriso',
surprised : 'Surpreso',
tongue_out : 'Mostrar a língüa',
undecided : 'Indeciso',
wink : 'Piscar',
yell : 'Grito'
});

View file

@ -0,0 +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'
});

View file

@ -0,0 +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'
});

View file

@ -0,0 +1,22 @@
// RU lang variables UTF-8
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'
});

View file

@ -0,0 +1,14 @@
/**
* Slovak lang variables
* encoding: utf-8
*
* @author Vladimir VASIL vvasil@post.sk
*
* $Id: sk.js,v 1.1 2005/11/22 20:56:44 spocke Exp $
*/
tinyMCE.addToLang('',{
insert_emotions_title : 'Vložiť emotikonu',
emotions_desc : 'Emotikony'
});

View file

@ -0,0 +1,22 @@
// SE lang variables
tinyMCE.addToLang('emotions',{
title : 'Klistra in k&auml;nsla',
desc : 'K&auml;nslor',
cool : 'Cool',
cry : 'Gr&aring;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&ouml;rv&aring;nad',
tongue_out : 'R&auml;cka ut tungan',
undecided : 'Fundersam',
wink : 'Fl&ouml;rt',
yell : 'Skrikandes'
});

View file

@ -0,0 +1,22 @@
// Simplified Chinese lang variables contributed by tom_cat (thomaswangyang@gmail.com)
tinyMCE.addToLang('emotions',{
title : '²åÈë±íÇé',
desc : '񡀂',
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'
});

View file

@ -0,0 +1,23 @@
// Traditional Chinese BIG-5; Twapweb Site translated; twapweb_AT_gmail_DOT_com
// 繁體中文 BIG-5 ;數位應用坊製作; twapweb_AT_gmail_DOT_com
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 : '衰死了~~'
});

View file

@ -0,0 +1,23 @@
// Traditional Chinese UTF-8; Twapweb Site translated; twapweb_AT_gmail_DOT_com
// 繁體中文 UTF-8 ;數位應用坊製作; twapweb_AT_gmail_DOT_com
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 : '衰死了~~'
});

View file

@ -0,0 +1 @@
Check the TinyMCE documentation for details on this plugin.