AdminGui - disable localization cache
- The old implementation did not force the browser not to cache the request getting localization files. Because of that, when new version with new localization was released, it used the old localization instead.
- Fix: added cache control header to requests accessing localization files.