29 lines
631 B
JavaScript
29 lines
631 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/editor/plugins/nls/cs/Smiley", //begin v1.x content
|
||
|
({
|
||
|
smiley: "Vložit emotikonu",
|
||
|
emoticonSmile: "úsměv",
|
||
|
emoticonLaughing: "smích",
|
||
|
emoticonWink: "mrknutí",
|
||
|
emoticonGrin: "úšklebek",
|
||
|
emoticonCool: "skvělé",
|
||
|
emoticonAngry: "hněv",
|
||
|
emoticonHalf: "polovina",
|
||
|
emoticonEyebrow: "obočí",
|
||
|
emoticonFrown: "zamračení",
|
||
|
emoticonShy: "stud",
|
||
|
emoticonGoofy: "potrhlost",
|
||
|
emoticonOops: "ouha",
|
||
|
emoticonTongue: "jazyk",
|
||
|
emoticonIdea: "nápad",
|
||
|
emoticonYes: "ano",
|
||
|
emoticonNo: "ne",
|
||
|
emoticonAngel: "anděl",
|
||
|
emoticonCrying: "pláč",
|
||
|
emoticonHappy: "veselý"
|
||
|
})
|
||
|
|
||
|
//end v1.x content
|
||
|
);
|