2012-05-01 19:52:07 +08:00

29 lines
857 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>built
define(
"dojox/editor/plugins/nls/el/Smiley", //begin v1.x content
({
smiley: "Εισαγωγή εικονιδίου συναισθήματος",
emoticonSmile: "Χαμόγελο",
emoticonLaughing: "Γέλιο",
emoticonWink: "Κλείσιμο ματιού",
emoticonGrin: "Πλατύ χαμόγελο",
emoticonCool: "Άνετος",
emoticonAngry: "Θυμωμένος",
emoticonHalf: "Μισό",
emoticonEyebrow: "Σηκωμένο φρύδι",
emoticonFrown: "Συνοφρυωμένος",
emoticonShy: "Ντροπαλός",
emoticonGoofy: "Χαζόφατσα",
emoticonOops: "Έκπληξη",
emoticonTongue: "Κοροϊδία",
emoticonIdea: "Ιδέα",
emoticonYes: "Ναι",
emoticonNo: "Όχι",
emoticonAngel: "Αγγελούδι",
emoticonCrying: "Κλάμα",
emoticonHappy: "Ευτυχία"
})
//end v1.x content
);