friendly proxy authentication error

This commit is contained in:
Damien Elmes 2012-10-10 20:33:43 +09:00
parent f18af5d365
commit 5144de39dd

View file

@ -132,6 +132,8 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
elif "10060" in err:
return _(
"Antivirus or firewall software is preventing Anki from connecting to the internet.")
elif "407" in err:
return _("Proxy authentication required.")
return err
def _getUserPass(self):