summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/hu/Smiley.js
blob: f096adb99096ec50d4af88754ccd7fbf25dcde77 (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/hu/Smiley", //begin v1.x content
({
	smiley: "Hangulatjel beszúrása",
	emoticonSmile: "mosoly",
	emoticonLaughing: "nevetés",
	emoticonWink: "kacsintás",
	emoticonGrin: "vigyor",
	emoticonCool: "laza",
	emoticonAngry: "mérges",
	emoticonHalf: "fél",
	emoticonEyebrow: "szemöldök",
	emoticonFrown: "rosszallás",
	emoticonShy: "szégyenlős",
	emoticonGoofy: "ostoba",
	emoticonOops: "hoppá",
	emoticonTongue: "nyelv",
	emoticonIdea: "ötlet",
	emoticonYes: "igen",
	emoticonNo: "nem",
	emoticonAngel: "angyal",
	emoticonCrying: "sírás",
	emoticonHappy: "boldog"
})

//end v1.x content
);