summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ro/Smiley.js
blob: 6092b8c984f18c3973264d2cd1d7279a3d812c60 (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/ro/Smiley", //begin v1.x content
({
	smiley: "Inserare emoticoane",
	emoticonSmile: "zâmbet",
	emoticonLaughing: "râs",
	emoticonWink: "face cu ochiul",
	emoticonGrin: "rânjet",
	emoticonCool: "calm",
	emoticonAngry: "furios",
	emoticonHalf: "jumătate",
	emoticonEyebrow: "sprânceană",
	emoticonFrown: "posac",
	emoticonShy: "timid",
	emoticonGoofy: "tont",
	emoticonOops: "vai",
	emoticonTongue: "limbă",
	emoticonIdea: "idee",
	emoticonYes: "da",
	emoticonNo: "nu",
	emoticonAngel: "înger",
	emoticonCrying: "plâns",
	emoticonHappy: "fericit"
})

//end v1.x content
);