diff options
author | pacien | 2018-08-22 18:17:47 +0200 |
---|---|---|
committer | pacien | 2018-08-22 18:17:47 +0200 |
commit | 24c881750aee124a95ec803755ee9334597e5b09 (patch) | |
tree | e45e4f2875d074a9bfb1e76438484990aabf3b9f /app/src/main/res/values | |
parent | 66340480eebdf7e67fbee265fd2f77eeb217d0b8 (diff) | |
download | tincapp-24c881750aee124a95ec803755ee9334597e5b09.tar.gz |
Add contributors list
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 827e996..f6a06a4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml | |||
@@ -22,7 +22,7 @@ | |||
22 | <string name="app_name">Tinc App</string> | 22 | <string name="app_name">Tinc App</string> |
23 | <string name="app_label">Tinc</string> | 23 | <string name="app_label">Tinc</string> |
24 | <string name="app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string> | 24 | <string name="app_short_desc">Android binding and user interface for the tinc mesh VPN daemon.</string> |
25 | <string name="app_copyright">Copyright 2017–2018 Pacien.</string> | 25 | <string name="app_copyright">Copyright © 2017–2018 Pacien TRAN-GIRARD and contributors.</string> |
26 | <string name="app_license">Software distributed under the terms of the GNU General Public License v3.</string> | 26 | <string name="app_license">Software distributed under the terms of the GNU General Public License v3.</string> |
27 | <string name="app_website_url">https://tincapp.pacien.org</string> | 27 | <string name="app_website_url">https://tincapp.pacien.org</string> |
28 | <string name="app_doc_url_format">https://tincapp.pacien.org/doc.html#%1$s</string> | 28 | <string name="app_doc_url_format">https://tincapp.pacien.org/doc.html#%1$s</string> |