diff options
author | pacien | 2018-08-22 22:44:53 +0200 |
---|---|---|
committer | pacien | 2018-08-22 22:44:53 +0200 |
commit | 718c152a6a63a20c5a49f32f6f0884e32848f4e9 (patch) | |
tree | 90695a395b88c9dcbe028fe88e3fbf04c2f5ea3b /app/src/main/res/values | |
parent | 24c881750aee124a95ec803755ee9334597e5b09 (diff) | |
download | tincapp-718c152a6a63a20c5a49f32f6f0884e32848f4e9.tar.gz |
Re-organise string resources
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 144 |
1 files changed, 74 insertions, 70 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f6a06a4..f4e6658 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -19,71 +19,72 @@ | |||
19 | --> | 19 | --> |
20 | 20 | ||
21 | <resources> | 21 | <resources> |
22 | <string name="app_name">Tinc App</string> | 22 | <string name="app_name" translatable="false">Tinc App</string> |
23 | <string name="app_label">Tinc</string> | 23 | <string name="app_doc_url_format" translatable="false">https://tincapp.pacien.org/doc.html#%1$s</string> |
24 | <string name="app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string> | 24 | |
25 | <string name="app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD and contributors.</string> | 25 | <!-- generic strings --> |
26 | <string name="app_license">Software distributed under the terms of the GNU General Public License v3.</string> | 26 | <string name="generic_title_error">Error</string> |
27 | <string name="app_website_url">https://tincapp.pacien.org</string> | 27 | <string name="generic_loading">Loading…</string> |
28 | <string name="app_doc_url_format">https://tincapp.pacien.org/doc.html#%1$s</string> | 28 | <string name="generic_yes">yes</string> |
29 | <string name="app_dev_email">pacien.gplayfr@gmail.com</string> | 29 | <string name="generic_no">no</string> |
30 | 30 | <string name="generic_none">none</string> | |
31 | <string name="info_version_format">App version %1$s (%2$s build)</string> | 31 | <string name="generic_action_close">Close</string> |
32 | <string name="info_running_on_format">Running on Android %1$s %2$s</string> | 32 | <string name="generic_action_cancel">Cancel</string> |
33 | <string name="info_supported_abis_format">Device ABIs: %1$s</string> | 33 | <string name="generic_action_apply">Apply</string> |
34 | 34 | <string name="generic_action_open_web_page">Open web page</string> | |
35 | <string name="notification_channel_error_name">Errors</string> | 35 | |
36 | 36 | <!-- about modal --> | |
37 | <string name="menu_about">About this app</string> | 37 | <string name="about_app_menu_about">About this app</string> |
38 | <string name="menu_configure">Configure</string> | 38 | <string name="about_app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string> |
39 | <string name="menu_disconnect">Disconnect</string> | 39 | <string name="about_app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD and contributors.</string> |
40 | <string name="menu_show_log">Show log</string> | 40 | <string name="about_app_license">Software distributed under the terms of the GNU General Public License v3.</string> |
41 | 41 | <string name="about_app_website_url" translatable="false">https://tincapp.pacien.org</string> | |
42 | <string name="field_passphrase">Passphrase</string> | 42 | <string name="about_app_version_format">App version %1$s (%2$s build)</string> |
43 | 43 | <string name="about_app_running_on_format">Running on Android %1$s %2$s</string> | |
44 | <string name="title_request_vpn_permissions">Request VPN permissions</string> | 44 | <string name="about_app_supported_abis_format">Device ABIs: %1$s</string> |
45 | <string name="title_error">Error</string> | 45 | <string name="about_app_open_project_website">Project website</string> |
46 | <string name="title_unable_to_start_tinc">Unable to start tinc</string> | 46 | |
47 | <string name="title_unlock_private_keys">Unlock tinc private keys</string> | 47 | <!-- crash modal --> |
48 | <string name="title_app_crash">App crash</string> | 48 | <string name="crash_modal_title">App crash</string> |
49 | 49 | <string name="crash_modal_message">The application has previously encountered a fatal error.</string> | |
50 | <string name="action_close">Close</string> | 50 | <string name="crash_modal_crash_logged">The crash details have been saved in \"%1$s\".</string> |
51 | <string name="action_cancel">Cancel</string> | 51 | <string name="crash_modal_action_send_email">Send e-mail</string> |
52 | <string name="action_open_project_website">Project website</string> | 52 | <string name="crash_modal_action_send_report">Send report</string> |
53 | <string name="action_open_manual">Open manual</string> | 53 | <string name="crash_modal_dev_email" translatable="false">pacien.gplayfr@gmail.com</string> |
54 | <string name="action_install">Install</string> | 54 | |
55 | <string name="action_unlock">Unlock</string> | 55 | <!-- key decryption modal --> |
56 | 56 | <string name="decrypt_key_modal_title">Unlock tinc private keys</string> | |
57 | <string name="action_dismiss">Dismiss</string> | 57 | <string name="decrypt_key_modal_field_passphrase">Passphrase</string> |
58 | <string name="action_open_web_page">Open web page</string> | 58 | <string name="decrypt_key_modal_action_unlock">Unlock</string> |
59 | <string name="action_send_email">Send e-mail</string> | 59 | <string name="decrypt_key_modal_action_cancel" translatable="false">@string/generic_action_cancel</string> |
60 | <string name="action_send_report">Send report</string> | 60 | |
61 | 61 | <!-- error notifications --> | |
62 | <string name="message_network_configuration_written">Network configuration successfully written.</string> | 62 | <string name="notification_error_channel_name">Errors</string> |
63 | <string name="message_no_network_name_provided">No network name has been provided.</string> | 63 | <string name="notification_error_action_open_manual">Open manual</string> |
64 | <string name="message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> | 64 | <string name="notification_error_title_unable_to_start_tinc">Unable to start tinc</string> |
65 | <string name="message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> | 65 | <string name="notification_error_message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string> |
66 | <string name="message_network_config_invalid_format">Invalid network configuration in network.conf:\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="message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string> | 67 | <string name="notification_error_message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> |
68 | <string name="message_starting_vpn">Starting VPN…</string> | 68 | <string name="notification_error_message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string> |
69 | <string name="message_disconnecting_vpn">Disconnecting VPN…</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="message_passphrase_required">A passphrase is required 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="message_daemon_exited">Tinc daemon exited during startup:\n%1$s\nCheck the logs for more details.</string> | 71 | <string name="notification_error_message_no_network_name_provided">No network name has been provided.</string> |
72 | <string name="message_could_not_configure_iface">Could not apply network interface configuration:\n%1$s</string> | 72 | <string name="notification_error_message_no_configuration_for_network_format">No configuration has been found for network \"%1$s\".</string> |
73 | <string name="message_could_not_bind_iface">Could not bind network interface. Is another VPN running?</string> | 73 | <string name="notification_error_message_network_config_not_found_format">Network configuration file not found at \"%1$s\".</string> |
74 | <string name="message_invalid_network_name">Invalid network name.</string> | 74 | <string name="notification_error_message_network_config_invalid_format">Invalid network configuration in network.conf:\n%1$s</string> |
75 | <string name="message_app_crash">The application has previously encountered a fatal error.</string> | 75 | <string name="notification_error_message_could_not_decrypt_private_keys_format">Could not decrypt private keys:\n%1$s</string> |
76 | <string name="message_crash_logged">The crash details have been saved in \"%1$s\".</string> | ||
77 | <string name="message_no_daemon">No running tinc daemon has been found.</string> | ||
78 | <string name="message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string> | ||
79 | <string name="message_could_not_read_private_key_format">Could not read tinc private keys:\n%1$s</string> | ||
80 | 76 | ||
81 | <!-- Start activity --> | 77 | <!-- Start activity --> |
78 | <string name="start_activity_menu_configure">Configure</string> | ||
82 | <string name="start_network_list_title">Connect to network</string> | 79 | <string name="start_network_list_title">Connect to network</string> |
83 | <string name="start_network_list_empty_none_found">No network configuration has been found.</string> | 80 | <string name="start_network_list_empty_none_found">No network configuration has been found.</string> |
84 | <string name="start_network_list_empty_storage_not_available">Storage directory is unavailable.</string> | 81 | <string name="start_network_list_empty_storage_not_available">Storage directory is unavailable.</string> |
82 | <string name="start_starting_vpn">Starting VPN…</string> | ||
85 | 83 | ||
86 | <!-- Configure activity --> | 84 | <!-- Configure activity --> |
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> | ||
87 | |||
87 | <string name="configure_activity_title_path_info">Path info</string> | 88 | <string name="configure_activity_title_path_info">Path info</string> |
88 | <string name="configure_path_info_title_configuration_directory">Configuration directory</string> | 89 | <string name="configure_path_info_title_configuration_directory">Configuration directory</string> |
89 | <string name="configure_path_info_title_log_directory">Log directory</string> | 90 | <string name="configure_path_info_title_log_directory">Log directory</string> |
@@ -110,15 +111,16 @@ | |||
110 | <string name="configure_tools_private_keys_encryption_title">Private keys encryption</string> | 111 | <string name="configure_tools_private_keys_encryption_title">Private keys encryption</string> |
111 | <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> |
112 | <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> |
113 | <string name="configure_tools_private_keys_encryption_action">Apply</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_encrypting">Encrypting/decrypting private keys</string> | 115 | <string name="configure_tools_private_keys_encryption_encrypting">Encrypting/decrypting private keys</string> |
115 | 116 | ||
116 | <!-- Status activity --> | 117 | <!-- Status activity --> |
117 | <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> |
118 | <string name="status_activity_title_network_info">Network</string> | 119 | <string name="status_activity_menu_disconnect">Disconnect</string> |
119 | <string name="status_activity_title_node_list">Nodes</string> | 120 | <string name="status_activity_menu_show_log">Show log</string> |
120 | <string name="status_activity_title_subnet_list">Subnets</string> | 121 | <string name="status_activity_disconnecting_vpn">Disconnecting VPN…</string> |
121 | 122 | ||
123 | <string name="status_activity_title_network_info">Network</string> | ||
122 | <string name="status_network_info_network_name_label">Network name</string> | 124 | <string name="status_network_info_network_name_label">Network name</string> |
123 | <string name="status_network_info_ip_addresses_label">IP addresses</string> | 125 | <string name="status_network_info_ip_addresses_label">IP addresses</string> |
124 | <string name="status_network_info_routes_label">Routes</string> | 126 | <string name="status_network_info_routes_label">Routes</string> |
@@ -127,21 +129,23 @@ | |||
127 | <string name="status_network_info_allowed_applications_label">Allowed applications</string> | 129 | <string name="status_network_info_allowed_applications_label">Allowed applications</string> |
128 | <string name="status_network_info_disallowed_applications_label">Disallowed applications</string> | 130 | <string name="status_network_info_disallowed_applications_label">Disallowed applications</string> |
129 | <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> | ||
133 | <string name="status_network_info_value_no" translatable="false">@string/generic_no</string> | ||
134 | <string name="status_network_info_value_none" translatable="false">@string/generic_none</string> | ||
130 | 135 | ||
131 | <string name="status_network_info_yes_value">yes</string> | 136 | <string name="status_activity_title_node_list">Nodes</string> |
132 | <string name="status_network_info_no_value">no</string> | 137 | <string name="status_node_list_empty_placeholder_text" translatable="false">@string/generic_loading</string> |
133 | <string name="status_network_info_none_value">none</string> | ||
134 | |||
135 | <string name="status_node_list_empty_placeholder_text">Loading…</string> | ||
136 | <string name="status_node_reachability_unreachable">unreachable</string> | 138 | <string name="status_node_reachability_unreachable">unreachable</string> |
137 | <string name="status_node_reachability_this_node">this node</string> | 139 | <string name="status_node_reachability_this_node">this node</string> |
138 | <string name="status_node_reachability_direct_connection">direct</string> | 140 | <string name="status_node_reachability_direct_connection">direct</string> |
139 | <string name="status_node_reachability_via_format">via %s</string> | 141 | <string name="status_node_reachability_via_format">via %s</string> |
140 | <string name="status_node_reachability_unknown">…</string> | 142 | <string name="status_node_reachability_unknown">…</string> |
141 | <string name="status_node_info_modal_placeholder_text">Loading…</string> | 143 | <string name="status_node_info_modal_placeholder_text" translatable="false">@string/generic_loading</string> |
142 | <string name="status_node_info_dialog_title">Node info</string> | 144 | <string name="status_node_info_dialog_title">Node info</string> |
143 | <string name="status_node_info_dialog_close_action">Close</string> | 145 | <string name="status_node_info_dialog_close_action" translatable="false">@string/generic_action_close</string> |
144 | <string name="status_subnet_list_empty_placeholder_text">Loading…</string> | 146 | |
147 | <string name="status_activity_title_subnet_list">Subnets</string> | ||
148 | <string name="status_subnet_list_empty_placeholder_text" translatable="false">@string/generic_loading</string> | ||
145 | 149 | ||
146 | <!-- Log viewer activity --> | 150 | <!-- Log viewer activity --> |
147 | <string name="log_view_state_level_format">Log level: %s</string> | 151 | <string name="log_view_state_level_format">Log level: %s</string> |