2017-07-29 06:10:37 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2017-08-16 07:55:44 +02:00
|
|
|
<plurals name="list_delete_title">
|
|
|
|
<item quantity="one">%d configuration selected</item>
|
|
|
|
<item quantity="other">%d configurations selected</item>
|
|
|
|
</plurals>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="add_activity_title">New WireGuard configuration</string>
|
2018-01-01 09:06:37 +01:00
|
|
|
<string name="create_from_file">Add from file</string>
|
|
|
|
<string name="create_empty">Add from scratch</string>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="add_peer">Add peer</string>
|
|
|
|
<string name="addresses">Addresses</string>
|
|
|
|
<string name="allowed_ips">Allowed IPs</string>
|
2017-07-29 06:10:37 +02:00
|
|
|
<string name="app_name">WireGuard</string>
|
2017-08-16 08:47:18 +02:00
|
|
|
<string name="delete">Delete</string>
|
|
|
|
<string name="disabled">Disabled</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="dns_servers">DNS servers</string>
|
2017-08-09 12:12:00 +02:00
|
|
|
<string name="edit">Edit</string>
|
2017-08-16 08:47:18 +02:00
|
|
|
<string name="enabled">Enabled</string>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="endpoint">Endpoint</string>
|
2017-11-27 04:28:48 +01:00
|
|
|
<string name="error_down">Error bringing down WireGuard tunnel</string>
|
2017-11-30 21:46:56 +01:00
|
|
|
<string name="error_su">WireGuard currently requires root access</string>
|
2017-11-27 04:28:48 +01:00
|
|
|
<string name="error_up">Error bringing up WireGuard tunnel</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="generate">Generate</string>
|
|
|
|
<string name="hint_automatic">(auto)</string>
|
|
|
|
<string name="hint_generated">(generated)</string>
|
2017-08-24 09:01:19 +02:00
|
|
|
<string name="hint_optional">(optional)</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="hint_random">(random)</string>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="iface">Interface</string>
|
2017-11-28 13:09:00 +01:00
|
|
|
<string name="import_config">Import config from file</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="listen_port">Listen port</string>
|
|
|
|
<string name="mtu">MTU</string>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="name">Name</string>
|
2017-11-27 21:29:40 +01:00
|
|
|
<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>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="peer">Peer</string>
|
|
|
|
<string name="persistent_keepalive">Persistent keepalive</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="placeholder_text">No configuration selected</string>
|
2017-08-24 09:01:19 +02:00
|
|
|
<string name="pre_shared_key">Pre-shared key</string>
|
2017-11-27 03:13:34 +01:00
|
|
|
<string name="primary_config">Quick tile configuration</string>
|
2017-08-16 11:34:14 +02:00
|
|
|
<string name="primary_config_summary">This configuration will be controlled by the quick settings tile</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="private_key">Private key</string>
|
2017-08-08 12:51:38 +02:00
|
|
|
<string name="public_key">Public key</string>
|
2017-08-24 09:11:55 +02:00
|
|
|
<string name="public_key_copied_message">Public key copied to clipboard</string>
|
2018-01-01 09:06:37 +01:00
|
|
|
<string name="public_key_description">Public key</string>
|
2017-08-16 11:37:11 +02:00
|
|
|
<string name="restore_on_boot">Restore on boot</string>
|
|
|
|
<string name="restore_on_boot_summary">Restore previously enabled configurations on boot</string>
|
2017-12-19 02:42:00 +01:00
|
|
|
<string name="install_cmd_line_tools">Install command line tools</string>
|
|
|
|
<string name="install_cmd_line_tools_summary">Install optional tools for scripting into /system/xbin</string>
|
|
|
|
<string name="install_cmd_line_tools_success">wg and wg-quick installed into /system/xbin</string>
|
|
|
|
<string name="install_cmd_line_tools_progress">Installing wg and wg-quick into /system/xbin</string>
|
|
|
|
<string name="install_cmd_line_tools_already">wg and wg-quick are already installed</string>
|
|
|
|
<string name="install_cmd_line_tools_failure">Command line tools could not be installed</string>
|
2017-08-08 12:51:38 +02:00
|
|
|
<string name="save">Save</string>
|
2017-07-29 13:39:37 +02:00
|
|
|
<string name="settings">Settings</string>
|
2017-08-16 08:47:18 +02:00
|
|
|
<string name="status">Status</string>
|
|
|
|
<string name="toggle">Toggle</string>
|
2018-01-01 09:06:37 +01:00
|
|
|
<string name="last_change">Last change</string>
|
|
|
|
<string name="never">never</string>
|
2017-07-29 06:10:37 +02:00
|
|
|
</resources>
|