forked from extern/egroupware
32 lines
765 B
JavaScript
Executable File
32 lines
765 B
JavaScript
Executable File
/**
|
|
* ES lang variables
|
|
*
|
|
* Authors : Alvaro Velasco,
|
|
* Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
|
|
* Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
|
|
* Eneko Castresana Vara
|
|
* Last Updated : July 14, 2006
|
|
* TinyMCE Version : 2.0.6.1
|
|
*/
|
|
|
|
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'
|
|
});
|