<resources> <string name="app_name">Tinc App</string> <string name="app_label">Tinc</string> <string name="app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string> <string name="app_copyright">Copyright 2018 Pacien.</string> <string name="app_license">Software distributed under the terms of the GNU General Public License v3.</string> <string name="app_website_url">http://tincapp.pacien.org</string> <string name="app_doc_url_format">http://tincapp.pacien.org/doc.html#%1$s</string> <string name="app_dev_email">pacien.gplayfr@gmail.com</string> <string name="info_version_format">App version %1$s (%2$s build)</string> <string name="info_running_on_format">Running on Android %1$s %2$s</string> <string name="info_supported_abis_format">Device ABIs: %1$s</string> <string name="menu_about">About this app</string> <string name="menu_configure">Configure</string> <string name="menu_disconnect">Disconnect</string> <string name="menu_show_log">Show log</string> <string name="menu_toggle_logging">Toggle logging</string> <string name="menu_share_log">Share log</string> <string name="field_net_name">Tinc network name</string> <string name="field_node_name">Name of this node</string> <string name="field_invitation_url">Invitation URL</string> <string name="field_current_passphrase">Current passphrase\n(leave empty if none)</string> <string name="field_new_passphrase">New passphrase\n(leave empty to decrypt)</string> <string name="field_optional_passphrase">Passphrase (optional)</string> <string name="field_passphrase">Passphrase</string> <string name="title_connect_to_network">Connect to network</string> <string name="title_request_vpn_permissions">Request VPN permissions</string> <string name="title_path_info">Path info</string> <string name="title_node_info">Node info</string> <string name="title_tools">Tools</string> <string name="title_configuration_directory">Configuration directory</string> <string name="title_log_directory">Log directory</string> <string name="title_tinc_binary">Tinc binary</string> <string name="title_network_info">Network info</string> <string name="title_network_name">Network name</string> <string name="title_ip_addresses">IP addresses</string> <string name="title_routes">Routes</string> <string name="title_dns_servers">DNS servers</string> <string name="title_search_domains">Search domains</string> <string name="title_allowed_applications">Allowed applications</string> <string name="title_disallowed_applications">Disallowed applications</string> <string name="title_allow_bypass">Allow bypass</string> <string name="title_nodes">Nodes</string> <string name="title_error">Error</string> <string name="title_new_network">New network</string> <string name="title_join_network">Join network</string> <string name="title_unable_to_start_tinc">Unable to start tinc</string> <string name="title_private_keys_encryption">Private keys encryption</string> <string name="title_unlock_private_keys">Unlock tinc private keys</string> <string name="title_app_crash">App crash</string> <string name="action_close">Close</string> <string name="action_cancel">Cancel</string> <string name="action_open_project_website">Project website</string> <string name="action_generate_node_configuration_and_keys">Generate node configuration and keys</string> <string name="action_join_network_via_invitation_url">Join network via invitation URL</string> <string name="action_create">Create</string> <string name="action_join">Join</string> <string name="action_open_manual">Open manual</string> <string name="action_scan_qr_code">Scan QR code</string> <string name="action_install">Install</string> <string name="action_unlock">Unlock</string> <string name="action_apply">Apply</string> <string name="action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> <string name="action_dismiss">Dismiss</string> <string name="action_open_web_page">Open web page</string> <string name="action_send_email">Send e-mail</string> <string name="action_send_report">Send report</string> <string name="message_no_network_configuration_found">No network configuration has been found.</string> <string name="message_generating_configuration">Generating node configuration…</string> <string name="message_joining_network">Joining network…</string> <string name="message_network_configuration_written">Network configuration successfully written.</string> <string name="message_no_network_name_provided">No network name has been provided.</string> <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> <string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\n\n%1$s</string> <string name="message_no_qr_code_scanner">No scanner could be started.\n\nInstall Barcode Scanner?</string> <string name="message_encrypting_decrypting_private_keys">Encrypting/decrypting private keys</string> <string name="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n\n%1$s</string> <string name="message_storage_unavailable">Storage directory is unavailable.</string> <string name="message_starting_vpn">Starting VPN…</string> <string name="message_disconnecting_vpn">Disconnecting VPN…</string> <string name="message_passphrase_required">A passphrase is required to unlock the keyring.</string> <string name="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\n\nCheck the logs for more details.</string> <string name="message_loading">Loading…</string> <string name="message_log_level_set">Log level set to %1$d.</string> <string name="message_log_paused">Logging paused.</string> <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n\n%1$s</string> <string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> <string name="message_invalid_network_name">Invalid network name.</string> <string name="message_app_crash">The application has previously encountered a fatal error.</string> <string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string> <string name="value_none">none</string> <string name="value_yes">yes</string> <string name="value_no">no</string> </resources>