diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/colors.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/dimens.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 24 | ||||
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
4 files changed, 19 insertions, 17 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 3d05b1c..c3f64c9 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml | |||
@@ -1,8 +1,8 @@ | |||
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 Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2023 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2023 Euxane P. 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 |
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index a514b9a..ce9d9c1 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml | |||
@@ -1,8 +1,8 @@ | |||
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 Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Euxane P. 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 |
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1dd18e8..3443b88 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -1,8 +1,8 @@ | |||
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 Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2024 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2024 Euxane P. 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 |
@@ -19,8 +19,8 @@ | |||
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 Mesh VPN</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.euxane.net/%1$s</string> |
24 | 24 | ||
25 | <!-- generic strings --> | 25 | <!-- generic strings --> |
26 | <string name="generic_title_error">Error</string> | 26 | <string name="generic_title_error">Error</string> |
@@ -36,9 +36,9 @@ | |||
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–2024 Pacien TRAN-GIRARD and contributors.</string> | 39 | <string name="about_app_copyright">Copyright © 2017–2024 Euxane P. 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.euxane.net</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> |
43 | <string name="about_app_running_on_format">Running on Android %1$s %2$s</string> | 43 | <string name="about_app_running_on_format">Running on Android %1$s %2$s</string> |
44 | <string name="about_app_supported_abis_format">Device ABIs: %1$s</string> | 44 | <string name="about_app_supported_abis_format">Device ABIs: %1$s</string> |
@@ -61,6 +61,8 @@ | |||
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_action_open_config_dir">Open configuration directory</string> | ||
65 | <string name="notification_error_action_open_logs_dir">Open logs directory</string> | ||
64 | <string name="notification_error_title_unable_to_start_tinc">Could not start tinc</string> | 66 | <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 private tinc keys:\n%1$s</string> | 67 | <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> | 68 | <string name="notification_error_message_could_not_read_network_configuration_format">Could not read network interface configuration:\n%1$s</string> |
@@ -85,14 +87,14 @@ | |||
85 | <string name="configure_tools_message_invalid_network_name">Invalid network name.</string> | 87 | <string name="configure_tools_message_invalid_network_name">Invalid network name.</string> |
86 | <string name="configure_tools_message_network_configuration_written">Network configuration written.</string> | 88 | <string name="configure_tools_message_network_configuration_written">Network configuration written.</string> |
87 | 89 | ||
88 | <string name="configure_activity_title_internal_paths_info">Internal paths info</string> | 90 | <string name="configure_activity_title_directories">Directories</string> |
89 | <string name="configure_path_info_title_configuration_directory">Configuration directory</string> | 91 | <string name="configure_browse_directories_action_open_networks_config">Open networks configuration directory</string> |
90 | <string name="configure_path_info_title_log_directory">Log directory</string> | 92 | <string name="configure_browse_directories_action_open_logs">Open logs directory</string> |
91 | <string name="configure_path_info_title_tinc_binary">tinc binary</string> | 93 | <string name="configure_browse_directories_error_no_file_manager">No file manager found to open target.</string> |
92 | 94 | ||
93 | <string name="configure_activity_title_tools">Tools</string> | 95 | <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> | 96 | <string name="configure_tools_action_generate_node_configuration_and_keys">Generate node configuration and keys</string> |
95 | <string name="configure_tools_action_join_network_via_invitation_url">Join network via invitation URL</string> | 97 | <string name="configure_tools_action_join_network_via_invitation_url_qr_code">Join network via invitation URL or QR code</string> |
96 | <string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> | 98 | <string name="configure_tools_action_encrypt_decrypt_private_keys">Encrypt or decrypt private keys</string> |
97 | 99 | ||
98 | <string name="configure_tools_generate_config_title">New network</string> | 100 | <string name="configure_tools_generate_config_title">New network</string> |
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 171a1da..428330c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml | |||
@@ -1,8 +1,8 @@ | |||
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 Mesh VPN: Android client and user interface |
5 | * Copyright (C) 2017-2023 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2023 Euxane P. 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 |