aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Nordhøy2018-08-23 02:13:24 +0200
committerNotkea2018-08-23 18:08:15 +0200
commit870ba3ea7e93305d4fd6ef824f5bf4fd7cb02e21 (patch)
treee731eb9c4417f8ff2c01b076ed4133e052023c89 /app
parent022ee9efa426452d014de6d91b985de249af547b (diff)
downloadtincapp-870ba3ea7e93305d4fd6ef824f5bf4fd7cb02e21.tar.gz
Language rework
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/strings.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f4e6658..0fbb3dc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * tinc App, an Android binding and user interface for the tinc mesh VPN daemon
5 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD 5 * Copyright (C) 2017-2018 Pacien TRAN-GIRARD
6 * 6 *
7 * This program is free software: you can redistribute it and/or modify 7 * This program is free software: you can redistribute it and/or modify
@@ -19,7 +19,7 @@
19--> 19-->
20 20
21<resources> 21<resources>
22 <string name="app_name" translatable="false">Tinc App</string> 22 <string name="app_name" translatable="false">tinc App</string>
23 <string name="app_doc_url_format" translatable="false">https://tincapp.pacien.org/doc.html#%1$s</string> 23 <string name="app_doc_url_format" translatable="false">https://tincapp.pacien.org/doc.html#%1$s</string>
24 24
25 <!-- generic strings --> 25 <!-- generic strings -->
@@ -34,7 +34,7 @@
34 <string name="generic_action_open_web_page">Open web page</string> 34 <string name="generic_action_open_web_page">Open web page</string>
35 35
36 <!-- about modal --> 36 <!-- about modal -->
37 <string name="about_app_menu_about">About this app</string> 37 <string name="about_app_menu_about">About</string>
38 <string name="about_app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string> 38 <string name="about_app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string>
39 <string name="about_app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD and contributors.</string> 39 <string name="about_app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD and contributors.</string>
40 <string name="about_app_license">Software distributed under the terms of the GNU General Public License v3.</string> 40 <string name="about_app_license">Software distributed under the terms of the GNU General Public License v3.</string>
@@ -46,14 +46,14 @@
46 46
47 <!-- crash modal --> 47 <!-- crash modal -->
48 <string name="crash_modal_title">App crash</string> 48 <string name="crash_modal_title">App crash</string>
49 <string name="crash_modal_message">The application has previously encountered a fatal error.</string> 49 <string name="crash_modal_message">The app encountered a fatal error.</string>
50 <string name="crash_modal_crash_logged">The crash details have been saved in \"%1$s\".</string> 50 <string name="crash_modal_crash_logged">Crash details saved in \"%1$s\".</string>
51 <string name="crash_modal_action_send_email">Send e-mail</string> 51 <string name="crash_modal_action_send_email">Send e-mail</string>
52 <string name="crash_modal_action_send_report">Send report</string> 52 <string name="crash_modal_action_send_report">Send report</string>
53 <string name="crash_modal_dev_email" translatable="false">pacien.gplayfr@gmail.com</string> 53 <string name="crash_modal_dev_email" translatable="false">pacien.gplayfr@gmail.com</string>
54 54
55 <!-- key decryption modal --> 55 <!-- key decryption modal -->
56 <string name="decrypt_key_modal_title">Unlock tinc private keys</string> 56 <string name="decrypt_key_modal_title">Unlock private tinc keys</string>
57 <string name="decrypt_key_modal_field_passphrase">Passphrase</string> 57 <string name="decrypt_key_modal_field_passphrase">Passphrase</string>
58 <string name="decrypt_key_modal_action_unlock">Unlock</string> 58 <string name="decrypt_key_modal_action_unlock">Unlock</string>
59 <string name="decrypt_key_modal_action_cancel" translatable="false">@string/generic_action_cancel</string> 59 <string name="decrypt_key_modal_action_cancel" translatable="false">@string/generic_action_cancel</string>
@@ -61,34 +61,34 @@
61 <!-- error notifications --> 61 <!-- error notifications -->
62 <string name="notification_error_channel_name">Errors</string> 62 <string name="notification_error_channel_name">Errors</string>
63 <string name="notification_error_action_open_manual">Open manual</string> 63 <string name="notification_error_action_open_manual">Open manual</string>
64 <string name="notification_error_title_unable_to_start_tinc">Unable to start tinc</string> 64 <string name="notification_error_title_unable_to_start_tinc">Could not start tinc</string>
65 <string name="notification_error_message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string> 65 <string name="notification_error_message_could_not_read_private_key_format">Could not read private tinc keys:\n%1$s</string>
66 <string name="notification_error_message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string> 66 <string name="notification_error_message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string>
67 <string name="notification_error_message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> 67 <string name="notification_error_message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string>
68 <string name="notification_error_message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string> 68 <string name="notification_error_message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string>
69 <string name="notification_error_message_daemon_exited">Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string> 69 <string name="notification_error_message_daemon_exited">tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string>
70 <string name="notification_error_message_passphrase_not_provided">No passphrase provided to unlock the keyring.</string> 70 <string name="notification_error_message_passphrase_not_provided">No passphrase provided to unlock the keyring.</string>
71 <string name="notification_error_message_no_network_name_provided">No network name has been provided.</string> 71 <string name="notification_error_message_no_network_name_provided">No network name provided.</string>
72 <string name="notification_error_message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> 72 <string name="notification_error_message_no_configuration_for_network_format">Could not find configuration for \"%1$s\" network.</string>
73 <string name="notification_error_message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> 73 <string name="notification_error_message_network_config_not_found_format">Could not find network configuration file at \"%1$s\".</string>
74 <string name="notification_error_message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string> 74 <string name="notification_error_message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string>
75 <string name="notification_error_message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string> 75 <string name="notification_error_message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string>
76 76
77 <!-- Start activity --> 77 <!-- Start activity -->
78 <string name="start_activity_menu_configure">Configure</string> 78 <string name="start_activity_menu_configure">Configure</string>
79 <string name="start_network_list_title">Connect to network</string> 79 <string name="start_network_list_title">Connect to network</string>
80 <string name="start_network_list_empty_none_found">No network configuration has been found.</string> 80 <string name="start_network_list_empty_none_found">Could not find any network configuration.</string>
81 <string name="start_network_list_empty_storage_not_available">Storage directory is unavailable.</string> 81 <string name="start_network_list_empty_storage_not_available">Could not access storage directory.</string>
82 <string name="start_starting_vpn">Starting VPN…</string> 82 <string name="start_starting_vpn">Starting VPN…</string>
83 83
84 <!-- Configure activity --> 84 <!-- Configure activity -->
85 <string name="configure_tools_message_invalid_network_name">Invalid network name.</string> 85 <string name="configure_tools_message_invalid_network_name">Invalid network name.</string>
86 <string name="configure_tools_message_network_configuration_written">Network configuration successfully written.</string> 86 <string name="configure_tools_message_network_configuration_written">Network configuration written.</string>
87 87
88 <string name="configure_activity_title_path_info">Path info</string> 88 <string name="configure_activity_title_path_info">Path info</string>
89 <string name="configure_path_info_title_configuration_directory">Configuration directory</string> 89 <string name="configure_path_info_title_configuration_directory">Configuration directory</string>
90 <string name="configure_path_info_title_log_directory">Log directory</string> 90 <string name="configure_path_info_title_log_directory">Log directory</string>
91 <string name="configure_path_info_title_tinc_binary">Tinc binary</string> 91 <string name="configure_path_info_title_tinc_binary">tinc binary</string>
92 92
93 <string name="configure_activity_title_tools">Tools</string> 93 <string name="configure_activity_title_tools">Tools</string>
94 <string name="configure_tools_action_generate_node_configuration_and_keys">Generate node configuration and keys</string> 94 <string name="configure_tools_action_generate_node_configuration_and_keys">Generate node configuration and keys</string>
@@ -96,7 +96,7 @@
96 <string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> 96 <string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string>
97 97
98 <string name="configure_tools_generate_config_title">New network</string> 98 <string name="configure_tools_generate_config_title">New network</string>
99 <string name="configure_tools_generate_config_net_name_hint">Tinc network name</string> 99 <string name="configure_tools_generate_config_net_name_hint">tinc network name</string>
100 <string name="configure_tools_generate_config_node_name_hint">Name of this node</string> 100 <string name="configure_tools_generate_config_node_name_hint">Name of this node</string>
101 <string name="configure_tools_generate_config_optional_passphrase_hint">Passphrase (optional)</string> 101 <string name="configure_tools_generate_config_optional_passphrase_hint">Passphrase (optional)</string>
102 <string name="configure_tools_generate_config_action">Create</string> 102 <string name="configure_tools_generate_config_action">Create</string>
@@ -112,7 +112,7 @@
112 <string name="configure_tools_private_key_encryption_current_passphrase">Current passphrase\n(leave empty if none)</string> 112 <string name="configure_tools_private_key_encryption_current_passphrase">Current passphrase\n(leave empty if none)</string>
113 <string name="configure_tools_private_key_encryption_new_passphrase">New passphrase\n(leave empty to decrypt)</string> 113 <string name="configure_tools_private_key_encryption_new_passphrase">New passphrase\n(leave empty to decrypt)</string>
114 <string name="configure_tools_private_keys_encryption_action" translatable="false">@string/generic_action_apply</string> 114 <string name="configure_tools_private_keys_encryption_action" translatable="false">@string/generic_action_apply</string>
115 <string name="configure_tools_private_keys_encryption_encrypting">Encrypting/decrypting private keys</string> 115 <string name="configure_tools_private_keys_encryption_encrypting">Encrypting/decrypting private tinc keys</string>
116 116
117 <!-- Status activity --> 117 <!-- Status activity -->
118 <string name="status_activity_state_connected_to_format">Connected to %s</string> 118 <string name="status_activity_state_connected_to_format">Connected to %s</string>
@@ -126,8 +126,8 @@
126 <string name="status_network_info_routes_label">Routes</string> 126 <string name="status_network_info_routes_label">Routes</string>
127 <string name="status_network_info_dns_servers_label">DNS servers</string> 127 <string name="status_network_info_dns_servers_label">DNS servers</string>
128 <string name="status_network_info_search_domains_label">Search domains</string> 128 <string name="status_network_info_search_domains_label">Search domains</string>
129 <string name="status_network_info_allowed_applications_label">Allowed applications</string> 129 <string name="status_network_info_allowed_applications_label">Allowed apps</string>
130 <string name="status_network_info_disallowed_applications_label">Disallowed applications</string> 130 <string name="status_network_info_disallowed_applications_label">Disallowed apps</string>
131 <string name="status_network_info_allow_bypass_label">Allow bypass</string> 131 <string name="status_network_info_allow_bypass_label">Allow bypass</string>
132 <string name="status_network_info_value_yes" translatable="false">@string/generic_yes</string> 132 <string name="status_network_info_value_yes" translatable="false">@string/generic_yes</string>
133 <string name="status_network_info_value_no" translatable="false">@string/generic_no</string> 133 <string name="status_network_info_value_no" translatable="false">@string/generic_no</string>