123456789101112131415161718192021222324 |
- define(
- "dojox/editor/plugins/nls/ca/Smiley", ({
- smiley: "Insereix emoticona",
- emoticonSmile: "somriure",
- emoticonLaughing: "rient",
- emoticonWink: "ullet",
- emoticonGrin: "gran somriure",
- emoticonCool: "guai",
- emoticonAngry: "enfadat",
- emoticonHalf: "meitat",
- emoticonEyebrow: "cella",
- emoticonFrown: "espantat",
- emoticonShy: "avergonyit",
- emoticonGoofy: "babau",
- emoticonOops: "ep",
- emoticonTongue: "llengua",
- emoticonIdea: "idea",
- emoticonYes: "sí",
- emoticonNo: "no",
- emoticonAngel: "àngel",
- emoticonCrying: "plorant",
- emoticonHappy: "content"
- })
- );
|