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
28
|
//>>built
define(
"dojox/editor/plugins/nls/ca/Smiley", //begin v1.x content
({
smiley: "Insereix emoticona",
emoticonSmile: "somriure",
emoticonLaughing: "rient",
emoticonWink: "ullet",
emoticonGrin: "gran somriure",
emoticonCool: "guai",
emoticonAngry: "enfadat",
emoticonHalf: "meitat",
emoticonEyebrow: "cella",
emoticonFrown: "espantat",
emoticonShy: "avergonyit",
emoticonGoofy: "babau",
emoticonOops: "ep",
emoticonTongue: "llengua",
emoticonIdea: "idea",
emoticonYes: "sí",
emoticonNo: "no",
emoticonAngel: "àngel",
emoticonCrying: "plorant",
emoticonHappy: "content"
})
//end v1.x content
);
|