Howdy André,
I would love to help you with this.
How can I remove “show all categories” toggle link and show all categories by default?
Inserting a simpel snippet into your theme’s functions.php should be enough. Paste the following snippet at the top of your theme’s functions.php file. Replace the opening “<?php” with this snippet, as this snippet includes that opening tag.
https://gist.github.com/elimn/777134d0b40a868225e81cc9745f87a5
How can I translate the uploader (“choose file”, “no file chosen” and so on)?
Those bits of text are not actually generated by the website, they come from your web browser. It looks to me like you are using Google Chrome. In order to change which language that text appears in you must change the language for your entire computer. You will not have any control over which language these appear to others. They will simply appear in whatever language that persons computer is set to use.
Does that answer your questions? Did that work as you expected?
Cheers!
– Brook