es.js

来自「是一个教学内容管理系统」· JavaScript 代码 · 共 31 行

JS
31
字号
/**
 * 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駉',
yell : 'Enfadado'
});

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?