1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
//>>built
define(
"dojox/editor/plugins/nls/pt/Smiley", //begin v1.x content
({
smiley: "Inserir Emoticon",
emoticonSmile: "sorriso",
emoticonLaughing: "gargalhando",
emoticonWink: "piscando",
emoticonGrin: "sorriso largo",
emoticonCool: "legal",
emoticonAngry: "bravo",
emoticonHalf: "confuso",
emoticonEyebrow: "sarcástico",
emoticonFrown: "sobrancelhas franzidas",
emoticonShy: "envergonhado",
emoticonGoofy: "tonto",
emoticonOops: "surpreso",
emoticonTongue: "mostrando a língua",
emoticonIdea: "ideia",
emoticonYes: "sim",
emoticonNo: "não",
emoticonAngel: "angelical",
emoticonCrying: "chorando",
emoticonHappy: "feliz"
})
//end v1.x content
);
|