summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/it/Smiley.js
blob: eadd18740806e01c28adabde721fa2452f25f0d2 (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/it/Smiley", //begin v1.x content
({
	smiley: "Inserisci emoticon",
	emoticonSmile: "sorriso",
	emoticonLaughing: "risata",
	emoticonWink: "occhiolino",
	emoticonGrin: "ghigno",
	emoticonCool: "figo",
	emoticonAngry: "arrabbiato",
	emoticonHalf: "metà",
	emoticonEyebrow: "sopracciglia",
	emoticonFrown: "triste",
	emoticonShy: "timido",
	emoticonGoofy: "sciocco",
	emoticonOops: "ops",
	emoticonTongue: "linguaccia",
	emoticonIdea: "idea",
	emoticonYes: "yes",
	emoticonNo: "no",
	emoticonAngel: "angelo",
	emoticonCrying: "in lacrime",
	emoticonHappy: "felice"
})

//end v1.x content
);