aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
blob: 6f4af56111a95823b689c0fa52ae095a530114f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals name="delete_error">
        <item quantity="one">Unable to delete %d tunnel: %s</item>
        <item quantity="other">Unable to delete %d tunnels: %s</item>
    </plurals>
    <plurals name="delete_success">
        <item quantity="one">Successfully deleted %d tunnel</item>
        <item quantity="other">Successfully deleted %d tunnels</item>
    </plurals>
    <plurals name="delete_title">
        <item quantity="one">%d tunnel selected</item>
        <item quantity="other">%d tunnels selected</item>
    </plurals>
    <plurals name="import_partial_success">
        <item quantity="one">Imported %d of %d tunnels</item>
        <item quantity="other">Imported %d of %d tunnels</item>
    </plurals>
    <plurals name="import_total_success">
        <item quantity="one">Imported %d tunnel</item>
        <item quantity="other">Imported %d tunnels</item>
    </plurals>
    <string name="add_peer">Add peer</string>
    <string name="addresses">Addresses</string>
    <string name="allowed_ips">Allowed IPs</string>
    <string name="app_name">WireGuard</string>
    <string name="cancel">Cancel</string>
    <string name="config_save_error">Unable to save configuration for “%s”: %s</string>
    <string name="config_save_success">Successfully saved configuration for “%s”</string>
    <string name="create_activity_title">Create WireGuard Tunnel</string>
    <string name="create_empty">Create from scratch</string>
    <string name="create_from_file">Create from file or archive</string>
    <string name="create_from_qrcode">Create from QR code</string>
    <string name="create_tunnel">Create Tunnel</string>
    <string name="dark_theme_title">Use dark theme</string>
    <string name="dark_theme_summary_on">Currently using dark night theme</string>
    <string name="dark_theme_summary_off">Currently using light day theme</string>
    <string name="delete">Delete</string>
    <string name="deselect_all">Deselect All</string>
    <string name="select_all">Select all</string>
    <string name="dns_servers">DNS servers</string>
    <string name="edit">Edit</string>
    <string name="endpoint">Endpoint</string>
    <string name="error_fetching_apps">Error fetching apps list: %s</string>
    <string name="error_down">Error bringing down tunnel: %s</string>
    <string name="error_root">Please obtain root access and try again</string>
    <string name="error_up">Error bringing up tunnel: %s</string>
    <string name="excluded_applications">Excluded Applications</string>
    <string name="exclude_private_ips">Exclude private IPs</string>
    <string name="generate">Generate</string>
    <string name="hint_automatic">(auto)</string>
    <string name="hint_generated">(generated)</string>
    <string name="hint_optional">(optional)</string>
    <string name="hint_random">(random)</string>
    <string name="import_from_qrcode">Import Tunnel from QR Code</string>
    <string name="import_error">Unable to import tunnel: %s</string>
    <string name="import_success">Imported “%s”</string>
    <string name="interface_title">Interface</string>
    <string name="listen_port">Listen port</string>
    <string name="log_exporter_title">Export log file</string>
    <string name="log_export_error">Unable to export log: %s</string>
    <string name="log_export_success">Saved to %s</string>
    <string name="log_export_summary">Log file will be saved to downloads folder</string>
    <string name="mtu">MTU</string>
    <string name="name">Name</string>
    <string name="peer">Peer</string>
    <string name="permission_label">control WireGuard tunnels</string>
    <string name="permission_description">Allows an app to control WireGuard tunnels. Apps with this permission may enable and disable WireGuard tunnels at will, potentially misdirecting Internet traffic.</string>
    <string name="persistent_keepalive">Persistent keepalive</string>
    <string name="pre_shared_key">Pre-shared key</string>
    <string name="private_key">Private key</string>
    <string name="public_key">Public key</string>
    <string name="public_key_description">Public key</string>
    <string name="qrcode_hint">Tip: generate with `qrencode -t ansiutf8 &lt; tunnel.conf`.</string>
    <string name="restore_on_boot_summary">Bring up previously-enabled tunnels on boot</string>
    <string name="restore_on_boot_title">Restore on boot</string>
    <string name="save">Save</string>
    <plurals name="set_excluded_applications">
        <item quantity="one">%d Excluded Application</item>
        <item quantity="other">%d Excluded Applications</item>
    </plurals>
    <string name="set_exclusions">Set Exclusions</string>
    <string name="settings">Settings</string>
    <string name="toggle_error">Error toggling WireGuard tunnel: %s</string>
    <string name="tools_installer_already">wg and wg-quick are already installed</string>
    <string name="tools_installer_failure">Unable to install command-line tools (no root?)</string>
    <string name="tools_installer_initial">Install optional tools for scripting</string>
    <string name="tools_installer_working">Installing wg and wg-quick</string>
    <string name="tools_installer_initial_system">Install optional tools for scripting into the system partition</string>
    <string name="tools_installer_initial_magisk">Install optional tools for scripting as Magisk module</string>
    <string name="tools_installer_success_system">wg and wg-quick installed into the system partition</string>
    <string name="tools_installer_success_magisk">wg and wg-quick installed as a Magisk module (reboot required)</string>
    <string name="tools_installer_title">Install command line tools</string>
    <string name="tunnel_create_error">Unable to create tunnel: %s</string>
    <string name="tunnel_create_success">Successfully created tunnel “%s”</string>
    <string name="tunnel_list_placeholder">Add a tunnel using the blue button</string>
    <string name="tunnel_name">Tunnel Name</string>
    <string name="tunnel_rename_error">Unable to rename tunnel: %s</string>
    <string name="tunnel_rename_success">Successfully renamed tunnel to “%s”</string>
    <string name="tunnel_error_invalid_name">Invalid name</string>
    <string name="tunnel_error_already_exists">Tunnel %s already exists</string>
    <string name="tunnel_error_empty_inetaddress">Empty address</string>
    <string name="tunnel_error_empty_interface_address">Address is empty</string>
    <string name="tunnel_error_interface_parse_failed">Unable to parse line: “%s”</string>
    <string name="tunnel_error_forbidden_endpoint_chars">Forbidden characters in endpoint</string>
    <string name="tunnel_error_empty_peer_public_key">Peer public key may not be empty</string>
    <string name="tunnel_error_invalid_config_line">Invalid configuration line: %s</string>
    <string name="tunnel_error_no_config_information">Could not find any config information</string>
    <string name="key_length_base64_exception_message">WireGuard base64 keys must be 44 characters encoding 32 bytes</string>
    <string name="key_length_exception_message">WireGuard keys must be 32 bytes</string>
    <string name="key_length_hex_exception_message">WireGuard hex keys must be 64 characters encoding 32 bytes</string>
    <string name="version_title">WireGuard for Android v%s"</string>
    <string name="version_summary">%s backend v%s</string>
    <string name="version_summary_checking">Checking %s backend version</string>
    <string name="version_summary_unknown">Unknown %s version</string>
    <string name="zip_exporter_title">Export tunnels to zip file</string>
    <string name="zip_export_error">Unable to export tunnels: %s</string>
    <string name="zip_export_success">Saved to %s</string>
    <string name="zip_export_summary">Zip file will be saved to downloads folder</string>
</resources>