aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
blob: ea4acb7812348285fcaba9db80bc2ed3a5498ca6 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <plurals name="list_delete_title">
        <item quantity="one">%d configuration selected</item>
        <item quantity="other">%d configurations selected</item>
    </plurals>
    <string name="add_activity_title">New WireGuard configuration</string>
    <string name="add_from_file">Add from file</string>
    <string name="add_from_scratch">Add from scratch</string>
    <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="delete">Delete</string>
    <string name="disabled">Disabled</string>
    <string name="dns_servers">DNS servers</string>
    <string name="edit">Edit</string>
    <string name="enabled">Enabled</string>
    <string name="endpoint">Endpoint</string>
    <string name="error_down">Error bringing down WireGuard tunnel</string>
    <string name="error_su">WireGuard currently requires root access</string>
    <string name="error_up">Error bringing up WireGuard tunnel</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="iface">Interface</string>
    <string name="import_config">Import config from file</string>
    <string name="listen_port">Listen port</string>
    <string name="mtu">MTU</string>
    <string name="name">Name</string>
    <string name="not_supported">WireGuard Not Installed</string>
    <string name="not_supported_message"><![CDATA[
        <h3>Come back later!</h3><br>

        <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\'s ROM about
        including the WireGuard kernel module.</p><br>

        <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><br>

        <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 from
        <a href="https://www.wireguard.com/">WireGuard.com</a>.</p>
    ]]></string>
    <string name="peer">Peer</string>
    <string name="persistent_keepalive">Persistent keepalive</string>
    <string name="placeholder_text">No configuration selected</string>
    <string name="pre_shared_key">Pre-shared key</string>
    <string name="primary_config">Quick tile configuration</string>
    <string name="primary_config_summary">This configuration will be controlled by the quick settings tile</string>
    <string name="private_key">Private key</string>
    <string name="public_key">Public key</string>
    <string name="public_key_copied_message">Public key copied to clipboard</string>
    <string name="public_key_description">WireGuard public key</string>
    <string name="restore_on_boot">Restore on boot</string>
    <string name="restore_on_boot_summary">Restore previously enabled configurations on boot</string>
    <string name="save">Save</string>
    <string name="settings">Settings</string>
    <string name="status">Status</string>
    <string name="toggle">Toggle</string>
</resources>