aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml15
1 files changed, 3 insertions, 12 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 81f0902..1dd18e8 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2,7 +2,7 @@
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-2021 Pacien TRAN-GIRARD 5 * Copyright (C) 2017-2024 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
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@
36 <!-- about modal --> 36 <!-- about modal -->
37 <string name="about_app_menu_about">About</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–2021 Pacien TRAN-GIRARD and contributors.</string> 39 <string name="about_app_copyright">Copyright © 2017–2024 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>
41 <string name="about_app_website_url" translatable="false">https://tincapp.pacien.org</string> 41 <string name="about_app_website_url" translatable="false">https://tincapp.pacien.org</string>
42 <string name="about_app_version_format">App version %1$s (%2$s build)</string> 42 <string name="about_app_version_format">App version %1$s (%2$s build)</string>
@@ -62,7 +62,6 @@
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">Could not start tinc</string> 64 <string name="notification_error_title_unable_to_start_tinc">Could not start tinc</string>
65 <string name="notification_error_title_unable_to_start_ftp_server">Could not start FTP server</string>
66 <string name="notification_error_message_could_not_read_private_key_format">Could not read private tinc 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>
67 <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>
68 <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>
@@ -75,12 +74,9 @@
75 <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>
76 <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>
77 76
78 <string name="notification_config_access_channel_name">Configuration access</string>
79 <string name="notification_config_access_server_running_title">Configuration access server active</string>
80 <string name="notification_config_access_server_running_message">The configuration directory is accessible through FTP.</string>
81
82 <!-- Start activity --> 77 <!-- Start activity -->
83 <string name="start_activity_menu_configure">Configure</string> 78 <string name="start_activity_menu_configure">Configure</string>
79 <string name="start_network_list_warning_text">Traffic from this device will be partially or fully routed to and through the selected network in accordance with your configuration. Never connect to a tinc network which you do not trust.</string>
84 <string name="start_network_list_title">Connect to network</string> 80 <string name="start_network_list_title">Connect to network</string>
85 <string name="start_network_list_empty_none_found">Could not find any network configuration.</string> 81 <string name="start_network_list_empty_none_found">Could not find any network configuration.</string>
86 <string name="start_starting_vpn">Starting VPN…</string> 82 <string name="start_starting_vpn">Starting VPN…</string>
@@ -89,11 +85,6 @@
89 <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>
90 <string name="configure_tools_message_network_configuration_written">Network configuration written.</string> 86 <string name="configure_tools_message_network_configuration_written">Network configuration written.</string>
91 87
92 <string name="configure_activity_title_configuration_access">Configuration access</string>
93 <string name="configure_configuration_server_ftp_access">FTP access</string>
94 <string name="configure_configuration_server_ftp_access_endpoint_format">User: %1$s, password: %2$s, port: %3$d</string>
95 <string name="configure_configuration_server_ftp_access_not_active">Not active</string>
96
97 <string name="configure_activity_title_internal_paths_info">Internal paths info</string> 88 <string name="configure_activity_title_internal_paths_info">Internal paths info</string>
98 <string name="configure_path_info_title_configuration_directory">Configuration directory</string> 89 <string name="configure_path_info_title_configuration_directory">Configuration directory</string>
99 <string name="configure_path_info_title_log_directory">Log directory</string> 90 <string name="configure_path_info_title_log_directory">Log directory</string>