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>
2018-12-11 02:17:03 +01:00
<plurals name= "set_excluded_applications" >
<item quantity= "one" > %d Excluded Application</item>
<item quantity= "other" > %d Excluded Applications</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-12-18 17:58:12 +01:00
<string name= "bad_config_context" > %1$s\'s %2$s</string>
2018-12-15 21:45:14 +01:00
<string name= "bad_config_context_top_level" > %s</string>
2018-12-18 17:58:12 +01:00
<string name= "bad_config_error" > %1$s in %2$s</string>
2018-12-15 21:45:14 +01:00
<string name= "bad_config_explanation_pka" > : Must be positive and no more than 65535</string>
<string name= "bad_config_explanation_positive_number" > : Must be positive</string>
<string name= "bad_config_explanation_udp_port" > : Must be a valid UDP port number</string>
<string name= "bad_config_reason_invalid_key" > Invalid key</string>
<string name= "bad_config_reason_invalid_number" > Invalid number</string>
<string name= "bad_config_reason_invalid_value" > Invalid value</string>
<string name= "bad_config_reason_missing_attribute" > Missing attribute</string>
<string name= "bad_config_reason_missing_section" > Missing section</string>
<string name= "bad_config_reason_missing_value" > Missing value</string>
<string name= "bad_config_reason_syntax_error" > Syntax error</string>
<string name= "bad_config_reason_unknown_attribute" > Unknown attribute</string>
<string name= "bad_config_reason_unknown_section" > Unknown section</string>
<string name= "bad_config_reason_value_out_of_range" > Value out of range</string>
2018-12-11 02:17:03 +01:00
<string name= "bad_extension_error" > File must be .conf or .zip</string>
2018-07-04 23:47:55 +02:00
<string name= "cancel" > Cancel</string>
2018-12-11 02:17:03 +01:00
<string name= "config_delete_error" > Cannot delete configuration file %s</string>
2018-12-15 21:45:14 +01:00
<string name= "config_exists_error" > Configuration for “%s” already exists</string>
<string name= "config_file_exists_error" > Configuration file “%s” already exists</string>
<string name= "config_not_found_error" > Configuration file “%s” not found</string>
<string name= "config_rename_error" > Cannot rename configuration file “%s”</string>
<string name= "config_save_error" > Cannot save configuration for “%1$s”: %2$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>
2018-12-15 21:45:14 +01:00
<string name= "create_bin_dir_error" > Cannot create local binary directory</string>
2018-01-08 09:19:13 +01:00
<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-12-15 21:45:14 +01:00
<string name= "create_from_qr_code" > Create from QR code</string>
2018-12-11 02:17:03 +01:00
<string name= "create_output_dir_error" > Cannot create output directory</string>
2019-10-12 13:51:51 +02:00
<string name= "create_downloads_file_error" > Cannot create file in downloads directory</string>
2018-12-15 21:45:14 +01:00
<string name= "create_temp_dir_error" > Cannot create local temporary directory</string>
2018-07-24 19:32:40 +02:00
<string name= "create_tunnel" > Create Tunnel</string>
2018-12-15 21:45:14 +01:00
<string name= "dark_theme_summary_off" > Currently using light (day) theme</string>
<string name= "dark_theme_summary_on" > Currently using dark (night) theme</string>
2018-12-11 02:17:03 +01:00
<string name= "dark_theme_title" > Use dark theme</string>
2017-08-16 08:47:18 +02:00
<string name= "delete" > Delete</string>
2018-07-06 04:50:51 +02:00
<string name= "deselect_all" > Deselect All</string>
2019-10-12 12:00:33 +02:00
<string name= "donate_title" > ♥ Donate to the WireGuard Project</string>
<string name= "donate_summary" > Every contribution helps.</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>
2018-12-11 02:17:03 +01:00
<string name= "error_fetching_apps" > Error fetching apps list: %s</string>
2018-01-09 03:30:03 +01:00
<string name= "error_root" > Please obtain root access and try again</string>
<string name= "error_up" > Error bringing up tunnel: %s</string>
2018-07-06 05:05:09 +02:00
<string name= "exclude_private_ips" > Exclude private IPs</string>
2018-12-11 02:17:03 +01:00
<string name= "excluded_applications" > Excluded Applications</string>
2017-08-13 14:24:03 +02:00
<string name= "generate" > Generate</string>
2018-12-15 21:45:14 +01:00
<string name= "generic_error" > Unknown “%s” error</string>
2017-08-13 14:24:03 +02:00
<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-12-15 21:45:14 +01:00
<string name= "illegal_filename_error" > Illegal file name “%s”</string>
2018-01-09 03:30:03 +01:00
<string name= "import_error" > Unable to import tunnel: %s</string>
2018-12-15 21:45:14 +01:00
<string name= "import_from_qr_code" > Import Tunnel from QR Code</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>
2018-12-15 21:45:14 +01:00
<string name= "key_length_explanation_base64" > : WireGuard base64 keys must be 44 characters (32 bytes)</string>
<string name= "key_length_explanation_binary" > : WireGuard keys must be 32 bytes</string>
<string name= "key_length_explanation_hex" > : WireGuard hex keys must be 64 characters (32 bytes)</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_export_error" > Unable to export log: %s</string>
2018-12-15 21:45:14 +01:00
<string name= "log_export_success" > Saved to “%s”</string>
2018-06-02 18:19:42 +02:00
<string name= "log_export_summary" > Log file will be saved to downloads folder</string>
2018-12-15 21:45:14 +01:00
<string name= "log_export_title" > Export log file</string>
2019-10-12 13:51:51 +02:00
<string name= "logcat_error" > Unable to run logcat: </string>
2018-12-11 02:17:03 +01:00
<string name= "module_version_error" > Unable to determine kernel module version</string>
2019-10-13 20:48:09 +02:00
<string name= "module_installer_not_found" > No modules are available for your device</string>
<string name= "module_installer_initial" > The experimental kernel module can improve performance</string>
<string name= "module_installer_success" > Success. The application will restart in 5 seconds</string>
<string name= "module_installer_title" > Download and install kernel module</string>
<string name= "module_installer_working" > Downloading and installing…</string>
<string name= "module_installer_error" > Something went wrong. Please try again</string>
2017-08-13 14:24:03 +02:00
<string name= "mtu" > MTU</string>
2018-12-11 02:17:03 +01:00
<string name= "multiple_tunnels_error" > Only one userspace tunnel can run at a time</string>
2017-08-23 06:09:55 +02:00
<string name= "name" > Name</string>
2018-12-11 02:17:03 +01:00
<string name= "no_config_error" > Trying to bring up a tunnel with no config</string>
<string name= "no_configs_error" > No configurations found</string>
<string name= "no_tunnels_error" > No tunnels exist</string>
2018-12-15 21:45:14 +01:00
<string name= "parse_error_generic" > string</string>
<string name= "parse_error_inet_address" > IP address</string>
<string name= "parse_error_inet_endpoint" > endpoint</string>
<string name= "parse_error_inet_network" > IP network</string>
<string name= "parse_error_integer" > number</string>
<string name= "parse_error_reason" > Cannot parse %1$s “%2$s”</string>
2017-08-23 06:09:55 +02:00
<string name= "peer" > Peer</string>
2018-06-04 02:50:08 +02:00
<string name= "permission_description" > Allows an app to control WireGuard tunnels. Apps with this permission may enable and disable WireGuard tunnels at will, potentially misdirecting Internet traffic.</string>
2018-12-11 02:17:03 +01:00
<string name= "permission_label" > control WireGuard tunnels</string>
2017-08-23 06:09:55 +02:00
<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-12-15 21:45:14 +01:00
<string name= "qr_code_hint" > Tip: generate with `qrencode -t ansiutf8 < tunnel.conf`.</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>
2018-12-11 02:17:03 +01:00
<string name= "select_all" > Select all</string>
2018-07-04 23:47:55 +02:00
<string name= "set_exclusions" > Set Exclusions</string>
2017-07-29 13:39:37 +02:00
<string name= "settings" > Settings</string>
2018-12-15 21:45:14 +01:00
<string name= "shell_exit_status_read_error" > Shell cannot read exit status</string>
2019-03-19 07:30:53 +01:00
<string name= "shell_marker_count_error" > Shell expected 4 markers, received %d</string>
<string name= "shell_start_error" > Shell failed to start: %d</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-06-06 00:29:44 +02:00
<string name= "tools_installer_initial" > Install optional tools for scripting</string>
2018-06-05 05:31:27 +02:00
<string name= "tools_installer_initial_magisk" > Install optional tools for scripting as Magisk module</string>
2018-12-11 02:17:03 +01:00
<string name= "tools_installer_initial_system" > Install optional tools for scripting into the system partition</string>
2018-06-05 05:31:27 +02:00
<string name= "tools_installer_success_magisk" > wg and wg-quick installed as a Magisk module (reboot required)</string>
2018-12-11 02:17:03 +01:00
<string name= "tools_installer_success_system" > wg and wg-quick installed into the system partition</string>
2018-01-08 07:34:55 +01:00
<string name= "tools_installer_title" > Install command line tools</string>
2018-12-11 02:17:03 +01:00
<string name= "tools_installer_working" > Installing wg and wg-quick</string>
<string name= "tools_unavailable_error" > Required tools unavailable</string>
<string name= "tun_create_error" > Unable to create tun device</string>
2019-03-19 07:30:53 +01:00
<string name= "tunnel_config_error" > Unable to configure tunnel (wg-quick returned %d)</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>
2018-12-15 21:45:14 +01:00
<string name= "tunnel_error_already_exists" > Tunnel “%s” already exists</string>
2018-12-11 02:17:03 +01:00
<string name= "tunnel_error_invalid_name" > Invalid name</string>
2018-07-23 00:05:12 +02:00
<string name= "tunnel_list_placeholder" > Add a tunnel using the blue button</string>
2018-07-24 19:32:40 +02:00
<string name= "tunnel_name" > Tunnel Name</string>
2019-03-19 07:30:53 +01:00
<string name= "tunnel_on_error" > Unable to turn tunnel on (wgTurnOn returned %d)</string>
2018-01-09 03:30:03 +01:00
<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-12-11 02:17:03 +01:00
<string name= "type_name_go_userspace" > Go userspace</string>
<string name= "type_name_kernel_module" > Kernel module</string>
2018-12-15 21:45:14 +01:00
<string name= "unknown_error" > Unknown error</string>
2018-10-01 16:33:37 +02:00
<string name= "version_summary" > %1$s backend v%2$s</string>
2018-06-07 04:35:07 +02:00
<string name= "version_summary_checking" > Checking %s backend version</string>
<string name= "version_summary_unknown" > Unknown %s version</string>
2018-12-15 21:45:14 +01:00
<string name= "version_title" > WireGuard for Android v%s</string>
<string name= "vpn_not_authorized_error" > VPN service not authorized by user</string>
2018-12-11 02:17:03 +01:00
<string name= "vpn_start_error" > Unable to start Android VPN service</string>
2018-06-02 18:19:42 +02:00
<string name= "zip_export_error" > Unable to export tunnels: %s</string>
2018-12-15 21:45:14 +01:00
<string name= "zip_export_success" > Saved to “%s”</string>
2018-06-02 18:19:42 +02:00
<string name= "zip_export_summary" > Zip file will be saved to downloads folder</string>
2018-12-15 21:45:14 +01:00
<string name= "zip_export_title" > Export tunnels to zip file</string>
<string name= "key_length_error" > Incorrect key length</string>
<string name= "key_contents_error" > Bad characters in key</string>
2017-07-29 06:10:37 +02:00
</resources>