aboutsummaryrefslogtreecommitdiff
path: root/data/lang
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-04 10:58:59 +0100
committerMinteck <contact@minteck.org>2021-12-04 10:58:59 +0100
commite618c3f52c1c4ae161650679cda24eecbba579bb (patch)
treea160a9f18847be1be73fb1c2ac2bc25b1e756e27 /data/lang
parentbce13ee94deb2a4914784bb4268dc1d7bc0f11ed (diff)
downloadwolfeye-js-e618c3f52c1c4ae161650679cda24eecbba579bb.tar.gz
wolfeye-js-e618c3f52c1c4ae161650679cda24eecbba579bb.tar.bz2
wolfeye-js-e618c3f52c1c4ae161650679cda24eecbba579bb.zip
Code is now more cute!
Diffstat (limited to 'data/lang')
-rw-r--r--data/lang/en.json57
1 files changed, 56 insertions, 1 deletions
diff --git a/data/lang/en.json b/data/lang/en.json
index cb55ffa..8ccbe8b 100644
--- a/data/lang/en.json
+++ b/data/lang/en.json
@@ -3,7 +3,8 @@
"copyright": "All rights reserved",
"source": "Source Code",
"legal": "Legal",
- "account": "Minteck Account"
+ "account": "Minteck Account",
+ "back": "Go back home"
},
"main": {
"page": "Main page",
@@ -125,5 +126,59 @@
"description": "I strive to respect people's privacy, and try not to use services or applications that violate your privacy."
}
}
+ },
+ "legal": {
+ "page": "Legal portal",
+ "intro": {
+ "title": "Legal Portal",
+ "description": "This is the page where all legal documents are posted. The warrant canary (at the bottom) is signed using a GPG key, it's very important that you check for the validity of it, as it may have been compromised.",
+ "pubkey": {
+ "text": "Click here to view my GPG public key",
+ "other": "also get it from:",
+ "fingerprint": "Fingerprint:"
+ }
+ },
+ "notices": {
+ "title": "Legal Notices",
+ "content": {
+ "intro": "This website is developed, managed and hosted by:",
+ "developer": "Developed and edited by Minteck",
+ "management": "Server managed, hosted and installed by Minteck",
+ "isp": "Internet access managed by"
+ }
+ },
+ "tos": {
+ "title": "Terms and Conditions",
+ "content": [
+ "The following Terms and Conditions apply to the following services:",
+ "Minteck Account",
+ "UnchainedTech Comments",
+ "The Minteck services are made of an online authentication service delivered by Minteck that can extend the features of their projects (such as Kartik Online). The Minteck Account service is submitted to the following terms of use:",
+ "You must not use Minteck Account and any connected application for the following purposes:",
+ "activity that is illegal in France",
+ "prevent other users from accessing parts of the service or all the service",
+ "try to circumvent security systems and escalate privileges",
+ "publish private information of another user",
+ "achieve a commercial or professional goal"
+ ]
+ },
+ "privacy": {
+ "title": "Privacy Policy",
+ "content": [
+ "We don't use your data other than to strictly provide the service you want. Period.",
+ "The data we collect is only the data you explicitly give us access to (e.g. via a registration form) is kept for as long as you choose to keep the data on our servers. Upon deletion by the user, we ensure this data is removed from all of our servers.",
+ "To enforce laws, we may collect additional data (IP address, URL, timestamps, operating system, browser version) upon identification of suspicious activity. This data is deleted every year near January. You can require early deletion of this data if we think there hasn't been any dangerous activity by sending an email to %1legal@minteck.org%2."
+ ]
+ },
+ "warrant": {
+ "title": "Warrant Canary"
+ }
+ },
+ "archives": {
+ "title": "Archives",
+ "months": [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ],
+ "never": "Never released",
+ "released": "Officially released",
+ "download": "Download"
}
} \ No newline at end of file