|
26 | 26 | <string name="clear_search">Clear search</string>
|
27 | 27 | <string name="off">Off</string>
|
28 | 28 | <string name="on">On</string>
|
| 29 | + <string name="try_again">Try again</string> |
| 30 | + <string name="cancel">Cancel</string> |
29 | 31 |
|
30 | 32 | <!-- Strings for the about screen -->
|
31 | 33 | <string name="app_name" translatable="false">Tailscale</string>
|
|
314 | 316 | <string name="vpn_permission_denied">VPN permission denied</string>
|
315 | 317 | <string name="multiple_vpn_explainer">Only one VPN can be active, and it appears another is already running. Before starting Tailscale, disable the other VPN.</string>
|
316 | 318 | <string name="go_to_settings">Go to Settings</string>
|
317 |
| - <string name="cancel">Cancel</string> |
318 | 319 | <string name="subnet_routes">Subnet routes</string>
|
319 | 320 | <string name="run_as_subnet_router_header">Advertise routes to machines that are not running Tailscale to make them available in your tailnet. Routes must be approved in the admin console.</string>
|
320 | 321 | <string name="open_kb_article">Open KB Article</string>
|
|
334 | 335 | <string name="hostname">Hostname</string>
|
335 | 336 | <string name="failed_to_save">Failed to save</string>
|
336 | 337 |
|
| 338 | + <!-- Strings for fallback VPN dialog --> |
| 339 | + <string name="vpn_permission_needed">VPN permission needed</string> |
| 340 | + <string name="vpn_explainer">Tailscale needs VPN access, but it looks like your device may not show VPN settings. If you are using another VPN app or have work policies, disable them first, then try again.</string> |
| 341 | + |
337 | 342 | <!-- Strings for the taildrop directory picker interstitial -->
|
338 | 343 | <string name="taildrop_directory_picker_title">Taildrop Directory</string>
|
339 | 344 | <string name="taildrop_directory_picker_body">You have not selected a directory for incoming taildrop transfers. Please select or create a target directory.</string>
|
|
0 commit comments