summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/nb/Smiley.js
blob: 787d178c26f72d857692bab1b49a50041e6c6fe8 (plain)
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/nb/Smiley", //begin v1.x content
({
	smiley: "Sett inn uttrykksikon",
	emoticonSmile: "smil",
	emoticonLaughing: "latter",
	emoticonWink: "blunk",
	emoticonGrin: "glis",
	emoticonCool: "kul",
	emoticonAngry: "sint",
	emoticonHalf: "halv",
	emoticonEyebrow: "øyebryn",
	emoticonFrown: "streng",
	emoticonShy: "sjenert",
	emoticonGoofy: "tåpelig",
	emoticonOops: "ops",
	emoticonTongue: "tunge",
	emoticonIdea: "ide",
	emoticonYes: "ja",
	emoticonNo: "nei",
	emoticonAngel: "engel",
	emoticonCrying: "gråt",
	emoticonHappy: "glad"
})
//end v1.x content
);