tls-psk: add specialized error screen if on bad wifi

This commit is contained in:
Vincent Breitmoser
2017-06-28 23:59:29 +02:00
parent 9a37fabb45
commit ba5a1a1969
10 changed files with 180 additions and 4 deletions

View File

@@ -1912,5 +1912,9 @@
<string name="transfer_confirm_ok">"Send"</string>
<string name="transfer_confirm_title">"Send your key?"</string>
<string name="transfer_confirm_text">"This will transfer full access to your key to the connected device. You should never send your own keys to devices you don't own!"</string>
<string name="button_scan_again">"Scan Again"</string>
<string name="transfer_error_wifi_text">"Connection failed!"</string>
<string name="transfer_error_wifi_text_instructions">"Make sure you are on the same network, then scan again."</string>
<string name="transfer_error_wifi_text_instructions_ssid">"Make sure you are on the &quot;%s&quot; network, then scan again."</string>
</resources>