|
11 | 11 | <string name="connected_status">Connected</string>
|
12 | 12 | <string name="failed_status">Oh no!</string>
|
13 | 13 |
|
14 |
| - <string name="disconnected_details"> |
15 |
| - To intercept this device, start HTTP Toolkit on your computer, click the Android |
16 |
| - interception option, and scan the QR code shown. |
17 |
| - </string> |
18 |
| - <string name="connected_details"> |
19 |
| - to %s on port %d |
20 |
| - </string> |
21 |
| - <string name="failed_details"> |
22 |
| - We couldn\'t connect to HTTP Toolkit.\n\nIs it running, and connected to the same network as this device? |
23 |
| - </string> |
| 14 | + <string name="disconnected_details">To intercept this device, start HTTP Toolkit on your computer, click the Android interception option, and scan the QR code shown.</string> |
| 15 | + <string name="connected_details">to %s on port %d</string> |
| 16 | + <string name="failed_details">We couldn\'t connect to HTTP Toolkit.\n\nIs it running, and connected to the same network as this device?</string> |
24 | 17 |
|
25 |
| - <string name="disabled_connection_status_heading"> |
26 |
| - HTTPS interception disabled |
27 |
| - </string> |
28 |
| - <string name="user_connection_status_enabled_heading"> |
29 |
| - User interception enabled |
30 |
| - </string> |
31 |
| - <string name="system_connection_status_disabled_heading"> |
32 |
| - System interception disabled |
33 |
| - </string> |
34 |
| - <string name="system_connection_status_enabled_heading"> |
35 |
| - System interception enabled |
36 |
| - </string> |
| 18 | + <string name="disabled_connection_status_heading">HTTPS interception disabled</string> |
| 19 | + <string name="user_connection_status_enabled_heading">User interception enabled</string> |
| 20 | + <string name="system_connection_status_disabled_heading">System interception disabled</string> |
| 21 | + <string name="system_connection_status_enabled_heading">System interception enabled</string> |
37 | 22 |
|
38 |
| - <string name="user_connection_status_details"> |
39 |
| - HTTPS traffic will only be intercepted from apps that are configured to trust user-installed certificates. |
40 |
| - </string> |
41 |
| - <string name="system_connection_status_details"> |
42 |
| - Traffic will be intercepted from all installed applications, except those using explicit certificate pinning. |
43 |
| - </string> |
| 23 | + <string name="user_connection_status_details">HTTPS traffic will only be intercepted from apps that are configured to trust user-installed certificates.</string> |
| 24 | + <string name="system_connection_status_details">Traffic will be intercepted from all installed applications, except those using explicit certificate pinning.</string> |
44 | 25 |
|
45 | 26 | <string name="scan_button">Scan code</string>
|
46 | 27 | <string name="reconnect_button">Reconnect</string>
|
|
0 commit comments