Translations and cleanups

This commit is contained in:
Cacodemon345
2025-08-26 17:52:31 +06:00
parent 918b33fdc4
commit 3b234872cf
29 changed files with 310 additions and 4 deletions

View File

@@ -649,6 +649,7 @@ ProgSettings::reloadStrings()
translatedstrings[STRING_NET_ERROR_DESC] = QCoreApplication::translate("", "The network configuration will be switched to the null driver").toStdWString();
translatedstrings[STRING_ESCP_ERROR_TITLE] = QCoreApplication::translate("", "Unable to find Dot-Matrix fonts").toStdWString();
translatedstrings[STRING_ESCP_ERROR_DESC] = QCoreApplication::translate("", "TrueType fonts in the \"roms/printer/fonts\" directory are required for the emulation of the Generic ESC/P Dot-Matrix Printer.").toStdWString();
translatedstrings[STRING_EDID_TOO_LARGE] = QCoreApplication::translate("", "EDID file \"%ls\" is too large.").toStdWString();
}
wchar_t *