another firewall error

This commit is contained in:
Damien Elmes 2013-02-12 02:06:03 +09:00
parent 295723ee8f
commit 45ae2cbbfb

View file

@ -132,6 +132,10 @@ AnkiWeb is too busy at the moment. Please try again in a few minutes.""")
elif "10061" in err or "10013" in err:
return _(
"Antivirus or firewall software is preventing Anki from connecting to the internet.")
elif "Unable to find the server":
return _(
"Server not found. Either your connection is down, or antivirus/firewall "
"software is blocking Anki from connecting to the internet.")
elif "407" in err:
return _("Proxy authentication required.")
elif "collection sanity check failed" in err: