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

29 lines
748 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/tr/Smiley", //begin v1.x content
({
smiley: "İfade Ekle",
emoticonSmile: "gülümseme",
emoticonLaughing: "kahkaha",
emoticonWink: "göz kırpma",
emoticonGrin: "sırıtma",
emoticonCool: "havalı",
emoticonAngry: "kızgın",
emoticonHalf: "kafası karışık ifade",
emoticonEyebrow: "kaşı kalkık ifade",
emoticonFrown: "kaşı çatık ifade",
emoticonShy: "utangaç",
emoticonGoofy: "ağzıık ifade",
emoticonOops: "şaşıran ifade",
emoticonTongue: "dil çıkaran ifade",
emoticonIdea: "aklına bir fikir gelmiş",
emoticonYes: "evet",
emoticonNo: "hayır",
emoticonAngel: "melek",
emoticonCrying: "ağlayan ifade",
emoticonHappy: "mutlu ifade"
})
//end v1.x content
);