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/nl/Smiley", //begin v1.x content
({
smiley: "Emoticon invoegen",
emoticonSmile: "glimlach",
emoticonLaughing: "lach",
emoticonWink: "knipoog",
emoticonGrin: "grijns",
emoticonCool: "cool",
emoticonAngry: "kwaad",
emoticonHalf: "half",
emoticonEyebrow: "verbaasd",
emoticonFrown: "frons",
emoticonShy: "verlegen",
emoticonGoofy: "goofy",
emoticonOops: "oeps",
emoticonTongue: "tong",
emoticonIdea: "idee",
emoticonYes: "ja",
emoticonNo: "nee",
emoticonAngel: "engel",
emoticonCrying: "bedroefd",
emoticonHappy: "vrolijk"
})
//end v1.x content
);
|