diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5cfce9e..84262e6 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -20,7 +20,7 @@ | |||
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.euxane.net/doc.html#%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> |
@@ -38,7 +38,7 @@ | |||
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 Euxane P. 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> |