aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
blob: 7140bb7b1e0c2189d3310d2fda9083b9541942a1 (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
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
    <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>
    <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="config_save_error">Unable to 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</string>
    <string name="delete">Delete</string>
    <string name="dns_servers">DNS servers</string>
    <string name="edit">Edit</string>
    <string name="endpoint">Endpoint</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="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_error">Unable to import tunnel: %s</string>
    <string name="import_success">Successfully imported “%s”</string>
    <string name="interface_title">Interface</string>
    <string name="listen_port">Listen port</string>
    <string name="mtu">MTU</string>
    <string name="name">Name</string>
    <string name="not_supported_message" tools:ignore="TypographyQuotes"><![CDATA[
        <p>Your Android device does not <em>currently</em> have the WireGuard kernel module. Please
        talk to the manufacturer of your Android device or the author of your device&rsquo;s ROM
        about including the WireGuard kernel module.</p>

        <p>Fortunately, we are in the process of implementing support for WireGuard in a way that
        will work on all devices, without any need for the kernel module. This means that while you
        may not be able to use WireGuard today, you will very likely be able to use WireGuard in
        several weeks. Things are looking up!</p>

        <p>Sorry for the wait. In the mean time, you may stay up to date on the latest project news
        by <a href="https://lists.zx2c4.com/mailman/listinfo/wireguard">subscribing to our mailing
        list</a>. General information about the project is available at
        <a href="https://www.wireguard.com/">WireGuard.com</a>.</p>
    ]]></string>
    <string name="not_supported_title">WireGuard not installed</string>
    <string name="ok">OK</string>
    <string name="peer">Peer</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="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>
    <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 into the system partition</string>
    <string name="tools_installer_success">wg and wg-quick installed into the system partition</string>
    <string name="tools_installer_title">Install command line tools</string>
    <string name="tools_installer_working">Installing wg and wg-quick into the system partition</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_rename_error">Unable to rename tunnel: %s</string>
    <string name="tunnel_rename_success">Successfully renamed tunnel “%s” to “%s”</string>
</resources>