aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authoreuxane2024-08-31 18:22:23 +0200
committereuxane2024-08-31 18:24:14 +0200
commit0524773cb919aa42141fe9e6f03ddce9641f948a (patch)
tree0346d7cbacec4b761191226961dce365c698aee8 /app/src/main/res
parentb4c05f82a9f4472a4a989662a345fe423126af19 (diff)
downloadtincapp-0524773cb919aa42141fe9e6f03ddce9641f948a.tar.gz
project: update site domain
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/raw/network.conf2
-rw-r--r--app/src/main/res/values/strings.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/raw/network.conf b/app/src/main/res/raw/network.conf
index 3141141..43d6c55 100644
--- a/app/src/main/res/raw/network.conf
+++ b/app/src/main/res/raw/network.conf
@@ -1,6 +1,6 @@
1# network.conf: Tinc App network interface configuration file. 1# network.conf: Tinc App network interface configuration file.
2# Keys can be repeated to specify multiple values. 2# Keys can be repeated to specify multiple values.
3# Doc: https://tincapp.pacien.org/doc.html#network-interface 3# Doc: https://tincapp.euxane.net/doc.html#network-interface
4 4
5# IP address of this node 5# IP address of this node
6#Address = 10.0.0.2/32 6#Address = 10.0.0.2/32
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>