Issue#10 Add error message if link cannot be opened

This commit is contained in:
Gergely Hegedus 2022-04-22 00:29:45 +03:00
parent 95a100217c
commit df30bb5bfb
3 changed files with 23 additions and 8 deletions

View file

@ -46,4 +46,5 @@
<string name="error_handling">The download may fail for various reasons. In such case on the Queue screen you will see a refresh icon. Pressing that will retry the download.</string>
<string name="captcha_handling">It\'s possible if you try to download too many videos at the same time <b>captcha</b> will be triggered. Since we don\'t want to overload the server, in such case you will need to wait a couple hours to properly retry the download. If that still doesn\'t work you may need to verify a captcha on the same network.</string>
<string name="link_to_repository">This is an open source project. You can see the repository clicking <u>here.</u></string>
<string name="could_not_open">Couldn\'t open!</string>
</resources>