forked from extern/egroupware
30 lines
663 B
JavaScript
30 lines
663 B
JavaScript
/**
|
|
* 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'
|
|
});
|