In my plugin I have many strings to translate for the backend and only a few for the frontend. For the visitors of the website it is nicer to read the words in the language of the site. Is there a more elegant way to mark for the translators which words appear in the frontend or backend than _x:
_x("string to translate", "In Frontend", "text-domain")
Thank you very much.