From 7fbf90b215f6dbb7148eec3c42f811fdc59a9fb2 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 20 Oct 2021 20:21:45 +0200 Subject: [PATCH] Add privacy policy link --- resources/qml/Pages/StartPage.qml | 3 ++- resources/translations/de.qm | Bin 5866 -> 5949 bytes resources/translations/de.ts | 7 ++++++- resources/translations/en.qm | Bin 5428 -> 5499 bytes resources/translations/en.ts | 7 ++++++- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/resources/qml/Pages/StartPage.qml b/resources/qml/Pages/StartPage.qml index 28c90e2..72dde86 100644 --- a/resources/qml/Pages/StartPage.qml +++ b/resources/qml/Pages/StartPage.qml @@ -170,7 +170,8 @@ Page { DisclaimerDialog { id: aboutBluerockDisclaimerDialog Material.theme: root.Material.theme - title: "blueROCK v" + APP_VERSION + "
By Itsblue Development" + //% "privacy policy" + title: "blueROCK v" + APP_VERSION + "
By Itsblue Development, " + qsTrId("#privacyPolicy") + "" //% "This app was built using the Qt Framework licensed under the GNU lgplV3 license.

This app is open source and licensed under the GNU agplV3 license, the source code can be found here.

Resultservice and rankings provided by digital ROCK." content: qsTrId("#aboutBluerockDisclaimer") } diff --git a/resources/translations/de.qm b/resources/translations/de.qm index 6372228e3e75d0f150431690034a19943588b85f..919c85c4561f11088f39ada32118f9aba7680c50 100644 GIT binary patch delta 394 zcmaE*yH{_5bo~qlrs-E17+A^}G#Bh-U|_q#xW_P+fkB|1@rkb!0|TE86Th+w0|To& z(+*_@1_nVNriTWm3=ATn%;D>vGcfQrGDl@A0o7GA$4vRez`!$wd5w%JQ2!C;L!5_z z@+(-h;&%fzGO(1UiZU>;*RnLE%mkXl#PTZz$QKfs!s;lp87MH3)z2Y>fq_4J;u<+C z0Sk7HjW-w=MBUi)^rixpWw2NDHvz5v%|54+322%v`#eRUbwZZx3tt&CFbJn|XrEmQ z)cs*H3!|Yu+pCp8wgQ(DUn>IxcL|q;-(;W{=5vKs0o8I}u1@@@xQ1Utj_N delta 295 zcmdn1_eytybo~Sdrs-E17+A^}G#Bh-U|_q#xW_P+fkD8A@rkb!0|TE86Th+w0|To& z(+*_@1_nV!riTWm3=AS%%;D>vGcfQrGDl@A0o7GA$4vRez`!$wd5w%JP=6)!AYYeVBlAnxJJ&3 z|1CSm#v4FuezWK4O$92GWv}RO0`fPobrnr6#BPZ4OH;5+t(uZ$TOgrzvN&n^Y( zUOJhD(QvXYqpXzhVQ$kCr-4e2ayO?h0@9s4(z9BCMlG3K!l*8n#aHm)GEid%zmfD; dpr{{zQWj8_?MEg9gQ(Hwos25{n>7SQ*#PS*NQD3Z diff --git a/resources/translations/de.ts b/resources/translations/de.ts index 0fed67b..5b1713c 100644 --- a/resources/translations/de.ts +++ b/resources/translations/de.ts @@ -127,8 +127,13 @@ Unfortunately, the IFSC has restricted the access to their data and <b>is not willing to share results with blueROCK anymore</b>. Because of this, blueROCK is no longer able to access and display IFSC results.<br><br>You can find current IFSC results <a href="https://ifsc.results.info">over here</a> and on <a href="https://ifsc-climbing.org">their website</a>. Leider hat die IFSC den Zugang zu ihren Ergebnissen eingeschränkt <b>und ist nicht mehr bereit, Ergebnisse mit blueROCK zu teilen</b>. Daher ist blueROCK nicht länger in der Lage auf IFSC Ergebnisse zuzugriefen und diese anzuzeigen.<br><br>Aktuelle IFSC Ergebnisse finden sich <a href="https://ifsc.results.info">hier</a> und auf der <a href="https://ifsc-climbing.org">IFSC Webseite</a>. + + + privacy policy + Datenschutzerklärung + - + This app was built using the <a href='https://qt.io'>Qt Framework</a> licensed under the <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>GNU lgplV3 license</a>.<br><br>This app is open source and licensed under the <a href='https://www.gnu.org/licenses/agpl-3.0.en.html'>GNU agplV3 license</a>, the source code can be found <a href='https://itsblue.dev/blueROCK/app'>here</a>.<br><br>Resultservice and rankings provided by <a href='http://www.digitalROCK.de'>digital ROCK</a>. This app was built using the <a href='https://qt.io'>Qt Framework</a> licensed under the <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>GNU lgplV3 license</a>.<br><br>This app is open source and licensed under the <a href='https://www.gnu.org/licenses/agpl-3.0.en.html'>GNU agplV3 license</a>, the source code can be found <a href='https://itsblue.dev/dorian/blueROCK/'>here</a>.<br><br>Resultservice and rankings provided by <a href='http://www.digitalROCK.de'>digital ROCK</a>. Diese App wurde unter Verwendung des <a href='https://qt.io'>Qt Frameworks</a> unter der <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>GNU lgplV3 Lizenz</a> erstellt.<br><br>Diese App ist Open-source und lizensiert unter der <a href='https://www.gnu.org/licenses/agpl-3.0.en.html'>GNU agplV3 Lizenz</a>. Der Sourcecode findet sich <a href='https://itsblue.dev/blueROCK/app'>hier</a>.<br><br>Die Ergebnisse und Ranglisten werden von <a href='http://www.digitalROCK.de'>digital ROCK</a> zur Verfügung gestellt. diff --git a/resources/translations/en.qm b/resources/translations/en.qm index 444cfef5a9c1ff777b23e6247cef6815a10d6940..6633c42c0cd69edd380ae3e138499436bf063f8e 100644 GIT binary patch delta 280 zcmdm@^;>I#h~x|grs-E17+6dgG#Bh-U|>sN++&!^z`*Y~QCFPv6VpQjQw9d1wG(~i z87n5{%1drw`IRCH6nVw!D6*M>K|qz&&mn|?fzNj0QhCci>>L|!Ffa)BvFGVc1xkKm zujp?A@;%w-R5CFzFxa!tQ~U%JKg_=Hl`#W@;7bnevrB=Rw@v(O$jw5>90UhW&Wfrpe$Qc zCeW^vn^!S1@tMjn6fhJqWHOX7Br+s3R5B<4`S}bvKoKC11Lzh8HX!CxE-1<@OH8f| P$j`}4uH3wce-bMIClgAz delta 218 zcmeyZwMA=!h~xwYrs-E17+6dgG#Bh-U|>sN++&!^z`)NmQCFOEGt)x@Qw9d1yotW@ zjFuB~K~`)}e>dCR@*92;*iFbMmz=jlylU=Y~M zUeVtK90W9C;UlSKv}k?OrRZIn>R5s L@ooOh-@yt1<-I!# diff --git a/resources/translations/en.ts b/resources/translations/en.ts index 421ca3d..ac3c954 100644 --- a/resources/translations/en.ts +++ b/resources/translations/en.ts @@ -123,8 +123,13 @@ Unfortunately, the IFSC has restricted the access to their data and <b>is not willing to share results with blueROCK anymore</b>. Because of this, blueROCK is no longer able to access and display IFSC results.<br><br>You can find current IFSC results <a href="https://ifsc.results.info">over here</a> and on <a href="https://ifsc-climbing.org">their website</a>. + + + privacy policy + + - + This app was built using the <a href='https://qt.io'>Qt Framework</a> licensed under the <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>GNU lgplV3 license</a>.<br><br>This app is open source and licensed under the <a href='https://www.gnu.org/licenses/agpl-3.0.en.html'>GNU agplV3 license</a>, the source code can be found <a href='https://itsblue.dev/blueROCK/app'>here</a>.<br><br>Resultservice and rankings provided by <a href='http://www.digitalROCK.de'>digital ROCK</a>. This app was built using the <a href='https://qt.io'>Qt Framework</a> licensed under the <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>GNU lgplV3 license</a>.<br><br>This app is open source and licensed under the <a href='https://www.gnu.org/licenses/agpl-3.0.en.html'>GNU agplV3 license</a>, the source code can be found <a href='https://itsblue.dev/dorian/blueROCK/'>here</a>.<br><br>Resultservice and rankings provided by <a href='http://www.digitalROCK.de'>digital ROCK</a>.