diff options
author | pacien | 2023-07-29 23:03:12 +0200 |
---|---|---|
committer | pacien | 2023-07-30 03:53:20 +0200 |
commit | dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120 (patch) | |
tree | 5db0f2b80090592c0a8cb30851369f088e65feb7 /app/src/main/res/values/strings.xml | |
parent | 218709850d9db0ad1cddadc115546c446e9461cd (diff) | |
download | tincapp-dfb26a0d2c95d56f69f5e1e0c255d9d5d6788120.tar.gz |
storage: remove embedded FTP server
Moving back the configuration files and logs to the user-accessible
storage. Everything should be accessible through a file manager using
the "USB storage" mode. The embedded FTP server is no longer
necessary.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e124055..c4384a7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -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,10 +74,6 @@ | |||
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> |
84 | <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> | 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> |
@@ -90,11 +85,6 @@ | |||
90 | <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> |
91 | <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> |
92 | 87 | ||
93 | <string name="configure_activity_title_configuration_access">Configuration access</string> | ||
94 | <string name="configure_configuration_server_ftp_access">FTP access</string> | ||
95 | <string name="configure_configuration_server_ftp_access_endpoint_format">User: %1$s, password: %2$s, port: %3$d</string> | ||
96 | <string name="configure_configuration_server_ftp_access_not_active">Not active</string> | ||
97 | |||
98 | <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> |
99 | <string name="configure_path_info_title_configuration_directory">Configuration directory</string> | 89 | <string name="configure_path_info_title_configuration_directory">Configuration directory</string> |
100 | <string name="configure_path_info_title_log_directory">Log directory</string> | 90 | <string name="configure_path_info_title_log_directory">Log directory</string> |