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<72>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<6E>a',
|
|||
|
undecided : 'Indeciso',
|
|||
|
wink : 'Piscar',
|
|||
|
yell : 'Grito'
|
|||
|
});
|