Hi all,

Should/does Qt provide translations for e.g. QIODevice::errorString()?

For example, when trying to QFile::open() a readonly file for writing, errorString() gives "Access is denied.". This string I'd like to translate, but rather not on my own.

I have loaded qt[base]_*.qm to no avail. The *.ts I have not at my hands currently, so I can't look into these.