more tinymce stuff
1
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/editor_plugin.js
vendored
Normal 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;}
|
||||
51
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js
vendored
Normal 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;
|
||||
}
|
||||
40
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/emotions.htm
vendored
Normal 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>
|
||||
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/emotions.gif
vendored
Normal file
|
After Width: | Height: | Size: 357 B |
2
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/readme.txt
vendored
Normal 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.
|
||||
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif
vendored
Normal file
|
After Width: | Height: | Size: 354 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif
vendored
Normal file
|
After Width: | Height: | Size: 329 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif
vendored
Normal file
|
After Width: | Height: | Size: 331 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif
vendored
Normal file
|
After Width: | Height: | Size: 344 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif
vendored
Normal file
|
After Width: | Height: | Size: 340 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif
vendored
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif
vendored
Normal file
|
After Width: | Height: | Size: 338 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif
vendored
Normal file
|
After Width: | Height: | Size: 344 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif
vendored
Normal file
|
After Width: | Height: | Size: 321 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif
vendored
Normal file
|
After Width: | Height: | Size: 325 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif
vendored
Normal file
|
After Width: | Height: | Size: 345 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif
vendored
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif
vendored
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif
vendored
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif
vendored
Normal file
|
After Width: | Height: | Size: 351 B |
BIN
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif
vendored
Normal file
|
After Width: | Height: | Size: 336 B |
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/jscripts/functions.js
vendored
Normal 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, '&');
|
||||
title = title.replace(/\"/g, '"');
|
||||
title = title.replace(/</g, '<');
|
||||
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();
|
||||
}
|
||||
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/cs.js
vendored
Normal 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'
|
||||
});
|
||||
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/cy.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Mewnosod gwenoglun',
|
||||
desc : 'Gwenogluniau',
|
||||
cool : 'Cŵl',
|
||||
cry : 'Crï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ên',
|
||||
surprised : 'Synnu',
|
||||
tongue_out : 'Tafod allan',
|
||||
undecided : 'Penagored',
|
||||
wink : 'Winc',
|
||||
yell : 'Gwaedd'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/da.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// DK lang variables contributed by Jan Moelgaard
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Indsæt smiley',
|
||||
desc : 'Smileys',
|
||||
cool : 'Cool',
|
||||
cry : 'Gråd',
|
||||
embarassed : 'Forlegen',
|
||||
foot_in_mouth : 'Foden i munden',
|
||||
frown : 'Rynket pande',
|
||||
innocent : 'Uskyldig',
|
||||
kiss : 'Kys',
|
||||
laughing : 'Latter',
|
||||
money_mouth : 'Lækker mund',
|
||||
sealed : 'Lukket af',
|
||||
smile : 'Smil',
|
||||
surprised : 'Overrasket',
|
||||
tongue_out : 'Ræk tunge',
|
||||
undecided : 'Usikker',
|
||||
wink : 'Blink',
|
||||
yell : 'Råb'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/de.js
vendored
Normal 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'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/el.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Greek lang variables by Jacaranda Bill
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_emotions_title : 'ÅéóáãùãÞ åíüò åéêïíéäßïõ emoticon',
|
||||
emotions_desc : 'Åéêïíßäéá emoticons'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/en.js
vendored
Normal 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'
|
||||
});
|
||||
30
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/es.js
vendored
Normal 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'
|
||||
});
|
||||
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/fa.js
vendored
Normal 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 : '??????'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/fr.js
vendored
Normal 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 !'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/fr_ca.js
vendored
Normal 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'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/he.js
vendored
Normal 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 : 'öò÷ä'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/hu.js
vendored
Normal 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'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/is.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// Iceland lang variables by Johannes Birgir Jensson
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Tilfinningatákn',
|
||||
desc : 'Tilfinningatákn',
|
||||
cool : 'Svalur',
|
||||
cry : 'Gráta',
|
||||
embarassed : 'Skömmustulegur',
|
||||
foot_in_mouth : 'Tala af sér',
|
||||
frown : 'Fýldur',
|
||||
innocent : 'Saklaus',
|
||||
kiss : 'Koss',
|
||||
laughing : 'Hlæjandi',
|
||||
money_mouth : 'Gráðugur',
|
||||
sealed : 'Þögull sem gröfin',
|
||||
smile : 'Brosandi',
|
||||
surprised : 'Hissa',
|
||||
tongue_out : 'Ullandi',
|
||||
undecided : 'Óákveðinn',
|
||||
wink : 'Glottandi',
|
||||
yell : 'Öskrandi'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/it.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_emotions_title : 'Inserisci una emoticon',
|
||||
emotions_desc : 'Emoticon'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ko.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// KO lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_emotions_title : 'À̸ðƼÄÜ ³Ö±â',
|
||||
emotions_desc : 'À̸ðƼÄÜ'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/nb.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// nb = Norwegian (bokmål) lang variables by Knut B. Jacobsen
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Lim inn følelse',
|
||||
desc : 'Følelser',
|
||||
cool : 'Cool',
|
||||
cry : 'Grå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ørt',
|
||||
yell : 'Skrikende'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/nl.js
vendored
Normal 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'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/nn.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// nn = Norwegian (nynorsk) lang variables by Knut B. Jacobsen
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Lim inn følelse',
|
||||
desc : 'Følelser',
|
||||
cool : 'Cool',
|
||||
cry : 'Grå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ørt',
|
||||
yell : 'Skrikende'
|
||||
});
|
||||
25
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/pl.js
vendored
Normal 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'
|
||||
});
|
||||
29
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/pt_br.js
vendored
Normal 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'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ru.js
vendored
Normal 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'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ru_KOI8-R.js
vendored
Normal 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'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/ru_UTF-8.js
vendored
Normal 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'
|
||||
});
|
||||
14
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sk.js
vendored
Normal 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'
|
||||
});
|
||||
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/sv.js
vendored
Normal 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/zh_cn.js
vendored
Normal 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'
|
||||
});
|
||||
23
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/zh_tw.js
vendored
Normal 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 : '衰死了~~'
|
||||
});
|
||||
23
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/zh_tw_utf8.js
vendored
Normal 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 : '衰死了~~'
|
||||
});
|
||||
1
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/readme.txt
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
Check the TinyMCE documentation for details on this plugin.
|
||||