aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authoreuxane2024-08-31 18:22:23 +0200
committereuxane2024-08-31 18:24:14 +0200
commit0524773cb919aa42141fe9e6f03ddce9641f948a (patch)
tree0346d7cbacec4b761191226961dce365c698aee8 /app/src
parentb4c05f82a9f4472a4a989662a345fe423126af19 (diff)
downloadtincapp-0524773cb919aa42141fe9e6f03ddce9641f948a.tar.gz
project: update site domain
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/play/contact-website.txt2
-rw-r--r--app/src/main/play/listings/en-US/full-description.txt2
-rw-r--r--app/src/main/play/listings/ru/full-description.txt4
-rw-r--r--app/src/main/res/raw/network.conf2
-rw-r--r--app/src/main/res/values/strings.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/play/contact-website.txt b/app/src/main/play/contact-website.txt
index 72194ae..c6aa415 100644
--- a/app/src/main/play/contact-website.txt
+++ b/app/src/main/play/contact-website.txt
@@ -1 +1 @@
https://tincapp.pacien.org \ No newline at end of file https://tincapp.euxane.net
diff --git a/app/src/main/play/listings/en-US/full-description.txt b/app/src/main/play/listings/en-US/full-description.txt
index 07f8620..3c24ad5 100644
--- a/app/src/main/play/listings/en-US/full-description.txt
+++ b/app/src/main/play/listings/en-US/full-description.txt
@@ -17,5 +17,5 @@ Platform specific limitations of the Android client:
17 • No support for hook scripts 17 • No support for hook scripts
18 18
19Please see the project's website for more information (setup guide, documentation, sources, issues): 19Please see the project's website for more information (setup guide, documentation, sources, issues):
20 • https://tincapp.pacien.org 20 • https://tincapp.euxane.net
21 • https://github.com/pacien/tincapp 21 • https://github.com/pacien/tincapp
diff --git a/app/src/main/play/listings/ru/full-description.txt b/app/src/main/play/listings/ru/full-description.txt
index fdcfd5c..199e011 100644
--- a/app/src/main/play/listings/ru/full-description.txt
+++ b/app/src/main/play/listings/ru/full-description.txt
@@ -17,5 +17,5 @@
17 • Нет поддержки скриптов-хуков. 17 • Нет поддержки скриптов-хуков.
18 18
19Пожалуйста, ознакомьтесь с веб-сайтом проекта для получения дополнительной информации (руководство по установке, документация, исходники, дефекты): 19Пожалуйста, ознакомьтесь с веб-сайтом проекта для получения дополнительной информации (руководство по установке, документация, исходники, дефекты):
20 • https://tincapp.pacien.org 20 • https://tincapp.euxane.net
21 • https://github.com/pacien/tincapp \ No newline at end of file 21 • https://github.com/pacien/tincapp
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>