In your "Look up in Dictionary" script, you have:
tell process "Dictionary"
click checkbox "Alle" of window 1 --
sets the Dictionary to look
up the word to "Dictionary"
theWordYou should actually use "click checkbox 1 of window 1" because "Alle" will not work for English users.
