|
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, and activate Android |
16 |
| - interception there via QR code or using ADB. |
| 14 | + <string name="disconnected_details">To intercept this device, start HTTP Toolkit on your computer, and activate Android interception there via QR code or using ADB. |
17 | 15 | </string>
|
18 | 16 |
|
19 | 17 | <string name="connected_details">to %s on port %d</string>
|
20 | 18 | <string name="connected_tunnel_details">via ADB tunnel</string>
|
21 |
| - <string name="failed_details"> |
22 |
| - We couldn\'t connect to HTTP Toolkit.\n\nIs it running, and connected to the same network |
23 |
| - as this device? |
24 |
| - </string> |
| 19 | + <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> |
25 | 20 |
|
26 | 21 | <string name="disabled_connection_status_heading">HTTPS interception disabled</string>
|
27 | 22 | <string name="user_connection_status_enabled_heading">User trust enabled</string>
|
28 | 23 | <string name="system_connection_status_disabled_heading">System trust disabled</string>
|
29 | 24 | <string name="system_connection_status_enabled_heading">System trust enabled</string>
|
30 | 25 | <string name="pre_v7_connection_status_enabled_heading">Certificate trusted</string>
|
31 | 26 |
|
32 |
| - <string name="none_connection_status_details"> |
33 |
| - Your HTTP Toolkit certificate is not trusted on this device, so HTTPS traffic will only be |
34 |
| - available from apps that individually include and trust it.\n\nDisconnect and reconnect to |
35 |
| - rerun HTTPS certificate setup. |
36 |
| - </string> |
37 |
| - <string name="user_connection_status_details"> |
38 |
| - HTTPS interception will only be available for apps that are configured to trust user-installed certificates |
39 |
| - (<a href="https://httptoolkit.tech/docs/guides/android#intercepting-traffic-from-your-own-android-app">How?</a>) |
40 |
| - </string> |
41 |
| - <string name="system_connection_status_details"> |
42 |
| - Traffic from all intercepted applications will |
43 |
| - be available, except those using explicit certificate pinning. |
44 |
| - </string> |
45 |
| - <string name="pre_v7_connection_status_details"> |
46 |
| - Traffic from all intercepted applications will |
47 |
| - be available, except those using explicit certificate pinning. |
48 |
| - </string> |
| 27 | + <string name="none_connection_status_details">Your HTTP Toolkit certificate is not trusted on this device, so HTTPS traffic will only be available from apps that individually include and trust it.\n\nDisconnect and reconnect to rerun HTTPS certificate setup.</string> |
| 28 | + <string name="user_connection_status_details">HTTPS interception will only be available for apps that are configured to trust user-installed certificates (<a href="https://httptoolkit.tech/docs/guides/android#intercepting-traffic-from-your-own-android-app">How?</a>)</string> |
| 29 | + <string name="system_connection_status_details">Traffic from all intercepted applications will be available, except those using explicit certificate pinning.</string> |
| 30 | + <string name="pre_v7_connection_status_details">Traffic from all intercepted applications will be available, except those using explicit certificate pinning.</string> |
49 | 31 |
|
50 | 32 | <string name="scan_button">Scan QR code</string>
|
51 | 33 | <string name="reconnect_button">Reconnect</string>
|
|
71 | 53 | <string name="few_ports">%s port%s</string>
|
72 | 54 | <string name="add_port_prompt">Add another port</string>
|
73 | 55 | <string name="reset_to_default_ports">Reset to default ports</string>
|
74 |
| - <string name="port_config_explanation"> |
75 |
| - HTTP Toolkit sets the device\'s HTTP proxy configuration, to capture traffic from all apps |
76 |
| - on any port, but some apps may ignore this.\n\nYou can add ports here to forcibly redirect |
77 |
| - all outgoing traffic to that port, but be careful, as this will interfere with any non-HTTP |
78 |
| - traffic on these ports. |
79 |
| - </string> |
| 56 | + <string name="port_config_explanation">HTTP Toolkit sets the device\'s HTTP proxy configuration, to capture traffic from all apps on any port, but some apps may ignore this.\n\nYou can add ports here to forcibly redirect all outgoing traffic to that port, but be careful, as this will interfere with any non-HTTP traffic on these ports.</string> |
80 | 57 | </resources>
|
0 commit comments