summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/de/Smiley.js
blob: faedc033887b370fffdc26879402bacdafcb3148 (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
28
//>>built
define(
"dojox/editor/plugins/nls/de/Smiley", //begin v1.x content
({
	smiley: "Emoticon einfügen",
	emoticonSmile: "Lächeln",
	emoticonLaughing: "Lachen",
	emoticonWink: "Augenzwinkern",
	emoticonGrin: "Grinsen",
	emoticonCool: "Cool",
	emoticonAngry: "Zornig",
	emoticonHalf: "Halb",
	emoticonEyebrow: "Hochgezogene Augenbraue",
	emoticonFrown: "Stirnrunzeln",
	emoticonShy: "Schüchtern",
	emoticonGoofy: "Albern",
	emoticonOops: "Hoppla",
	emoticonTongue: "Zunge",
	emoticonIdea: "Idee",
	emoticonYes: "Ja",
	emoticonNo: "Nein",
	emoticonAngel: "Engel",
	emoticonCrying: "Weinen",
	emoticonHappy: "Fröhlich"
})

//end v1.x content
);