2017-07-29 06:10:37 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-30 18:39:12 +02:00
|
|
|
<resources>
|
2018-01-09 03:30:03 +01:00
|
|
|
<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>
|
2017-08-16 07:55:44 +02:00
|
|
|
</plurals>
|
2018-04-30 18:36:56 +02:00
|
|
|
<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>
|
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>
|
2018-04-18 05:28:31 +02:00
|
|
|
<string name="config_save_error">Unable to save configuration for “%s”: %s</string>
|
2018-01-09 03:30:03 +01:00
|
|
|
<string name="config_save_success">Successfully saved configuration for “%s”</string>
|
2018-01-08 09:19:13 +01:00
|
|
|
<string name="create_activity_title">Create WireGuard Tunnel</string>
|
|
|
|
<string name="create_empty">Create from scratch</string>
|
2018-04-29 02:04:28 +02:00
|
|
|
<string name="create_from_file">Create from file or archive</string>
|
2018-06-01 07:34:00 +02:00
|
|
|
<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>
|
2017-08-16 08:47:18 +02:00
|
|
|
<string name="delete">Delete</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-23 06:09:55 +02:00
|
|
|
<string name="endpoint">Endpoint</string>
|
2018-01-09 03:30:03 +01:00
|
|
|
<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>
|
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>
|
2018-01-09 03:30:03 +01:00
|
|
|
<string name="import_error">Unable to import tunnel: %s</string>
|
2018-04-28 18:35:12 +02:00
|
|
|
<string name="import_success">Imported “%s”</string>
|
2018-01-08 09:19:13 +01:00
|
|
|
<string name="interface_title">Interface</string>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="listen_port">Listen port</string>
|
2018-06-02 18:19:42 +02:00
|
|
|
<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>
|
2017-08-13 14:24:03 +02:00
|
|
|
<string name="mtu">MTU</string>
|
2017-08-23 06:09:55 +02:00
|
|
|
<string name="name">Name</string>
|
|
|
|
<string name="peer">Peer</string>
|
|
|
|
<string name="persistent_keepalive">Persistent keepalive</string>
|
2017-08-24 09:01:19 +02:00
|
|
|
<string name="pre_shared_key">Pre-shared key</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>
|
2018-01-01 09:06:37 +01:00
|
|
|
<string name="public_key_description">Public key</string>
|
2018-01-08 09:19:13 +01:00
|
|
|
<string name="restore_on_boot_summary">Bring up previously-enabled tunnels on boot</string>
|
|
|
|
<string name="restore_on_boot_title">Restore on boot</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>
|
2018-01-09 03:30:03 +01:00
|
|
|
<string name="toggle_error">Error toggling WireGuard tunnel: %s</string>
|
2018-01-08 07:34:55 +01:00
|
|
|
<string name="tools_installer_already">wg and wg-quick are already installed</string>
|
2018-01-09 03:30:03 +01:00
|
|
|
<string name="tools_installer_failure">Unable to install command-line tools (no root?)</string>
|
2018-01-08 07:34:55 +01:00
|
|
|
<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>
|
2018-01-09 03:30:03 +01:00
|
|
|
<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>
|
2018-04-30 05:00:51 +02:00
|
|
|
<string name="tunnel_rename_success">Successfully renamed tunnel to “%s”</string>
|
2018-06-01 16:06:56 +02:00
|
|
|
<string name="version_title">WireGuard for Android v%s"</string>
|
2018-06-02 08:53:38 +02:00
|
|
|
<string name="version_kernel_summary">Kernel module backend v%s</string>
|
|
|
|
<string name="version_kernel_unknown_summary">Unknown kernel module version</string>
|
|
|
|
<string name="version_userspace_summary">Go userspace backend v%s</string>
|
2018-04-30 18:36:56 +02:00
|
|
|
<string name="zip_exporter_title">Export tunnels to zip file</string>
|
2018-06-02 18:19:42 +02:00
|
|
|
<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>
|
2017-07-29 06:10:37 +02:00
|
|
|
</resources>
|