-
-
Notifications
You must be signed in to change notification settings - Fork 254
/
en.json
27 lines (27 loc) · 1.25 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"consentModal": {
"title": "phpMyFAQ use cookies!",
"description": "Hi, phpMyFAQ uses essential cookies to ensure its proper operation.",
"acceptAllBtn": "Accept all",
"acceptNecessaryBtn": "Reject all",
"showPreferencesBtn": "Let me choose",
"footer": "<a href=\"contact.html\" target=\"_blank\">Impressum</a><a href=\"privacy.html\" target=\"_blank\">Privacy Policy</a>"
},
"preferencesModal": {
"title": "Cookie preferences",
"acceptAllBtn": "Accept all",
"savePreferencesBtn": "Reject all",
"closeIconLabel": "Close",
"sections": [
{
"title": "Cookie usage 📢",
"description": "I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details relative to cookies and other sensitive data, please read the full <a href=\"./privacy.html\" class=\"cc-link\">privacy policy</a>."
},
{
"title": "Strictly necessary cookies",
"description": "These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly",
"linkedCategory": "necessary"
}
]
}
}