I was able to obtain this dialog (see attached image) setting the Qt locale to spanish instead of taking the ones from the system. You can check if the translation for your language is installed in your system in the following path:
/usr/share/qt4/translations (You can obtain this path in a python console with: >>> from PyQt4 import QtCore >>> QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.TranslationsPath) ) And you can see which language your system is recognizing throw: >>> QtCore.QLocale.system().name() It would be helpful if you can share with us the result of those commands and the name of the files inside the folder i mention. ** Attachment added: "spanish_qt_locale" https://bugs.launchpad.net/ubuntuone-control-panel/+bug/986068/+attachment/3096151/+files/Screenshot%20from%202012-04-20%2014%3A35%3A33.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986068 Title: Yes/No/Cancel messages appear untranslated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/986068/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
