mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
another firewall error
This commit is contained in:
parent
295723ee8f
commit
45ae2cbbfb
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue