aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/strings.xml
blob: be537ac1a0f9ec9800bd68c4a43390bacc1d30d4 (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
<?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">Add</string>
    <string name="add_activity_title">New WireGuard configuration</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_missing">Missing wg(8) and/or wg-quick(8) in PATH</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</string>
    <string name="listen_port">Listen port</string>
    <string name="mtu">MTU</string>
    <string name="name">Name</string>
    <string name="not_supported">WireGuard Not Supported</string>
    <string name="not_supported_message"><![CDATA[<p>Your Android device does not currently support the WireGuard kernel module. Please talk to the manufacturer of your Android device or the author of your device\'s ROM about supporting the WireGuard kernel module.</p><br><p>Fortunately, the WireGuard development team is currently in the process of implementing support for WireGuard in a way that will work on all Android devices. This means that while you may not be able to use WireGuard today, in several weeks, things may very well be available for you.</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>