aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authoreuxane2024-08-31 18:23:57 +0200
committereuxane2024-08-31 18:24:14 +0200
commitb4c05f82a9f4472a4a989662a345fe423126af19 (patch)
treef299020884bc4b39b5b2533e429c5f7ec5180234 /app/src/main/res/values
parentfee3795a8d1eb5b9890e7fdf7f2621b5c275a1bc (diff)
downloadtincapp-b4c05f82a9f4472a4a989662a345fe423126af19.tar.gz
project: update given name
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml2
-rw-r--r--app/src/main/res/values/dimens.xml2
-rw-r--r--app/src/main/res/values/strings.xml4
-rw-r--r--app/src/main/res/values/styles.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 3d05b1c..134a788 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -2,7 +2,7 @@
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
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..d0e5ea2 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -2,7 +2,7 @@
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
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..5cfce9e 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -2,7 +2,7 @@
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
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
@@ -36,7 +36,7 @@
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.pacien.org</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>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 171a1da..a6d4075 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -2,7 +2,7 @@
2 2
3<!-- 3<!--
4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon 4 * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon
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