* Qt: Minor rewording on the storage controllers settings page
All translations updated accordingly
(the "Hard disk" string is still used in the PC5086 config and therefore
has been moved to a suitable place)
Also fix broken translations for ter/qua IDE controllers
* Qt: Don't attempt to translate storage bus names
* Qt: Remove translations for non-generic joystick names
These weren't actually supposed to be translated
Thrustmaster Formulas were left in because of "with/out adapter"
* Qt: Tooltip and icon text fixing
* Restore unused strings that were to be used as tooltips
for Ctrl+Alt+Del/Esc buttons
* Consistently define tooltips and iconText to avoid mnemonics showing
in CJK languages
* Remove tooltips from actions that only show up in menus
* Qt: Add ACPI shutdown to menu
* Qt: Drop "SoundFont" string from translations
This is a brand name that shouldn't be translated
* Qt: Replace three-dot ellipsis with a single-character one
* Manager: workaround for font mismatch on language change
Instead of writing out disk blocks slowly across the entire volume,
just use the ftruncate function to create a file instantly at the
desired size.
Depending on file system, this can either result in identical results
to the old code just faster (eg: ZFS and btrfs with compression
enabled), sparse files (most native Unix file systems without
compression, eg ext4 and UFS), or a full non-sparse file like before
(creating an image on FAT).
Now takes constants with human-readable names instead of
Win32 string table IDs, language.h is no longer needed
ui_msgbox*() no longer accepts string IDs as arguments directly,
plat_get_string() must be explicitly called to retrieve the string