tarteaucitron.en.js 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. /*global tarteaucitron */
  2. tarteaucitron.lang = {
  3. "alertBig": "If you continue to browse this website, you are allowing all third-party services",
  4. "alertSmall": "Manage Cookies",
  5. "personalize": "Personalize",
  6. "acceptAll": "OK, accept all",
  7. "close": "Close",
  8. "info": "Transparency about cookies",
  9. "disclaimer": "By allowing these third party services, you accept theirs cookies and the use of tracking technologies necessary for their proper functioning.",
  10. "allow": "Allow",
  11. "deny": "Deny",
  12. "more": "Read more",
  13. "source": "View the official website",
  14. "credit": "Cookies manager by tarteaucitron.js",
  15. "fallback": "is disabled.",
  16. "ads": {
  17. "title": "Advertising network",
  18. "details": "Ad networks can generate revenue by selling advertising space on the site."
  19. },
  20. "analytics": {
  21. "title": "Audience measurement",
  22. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  23. },
  24. "social": {
  25. "title": "Social networks",
  26. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  27. }
  28. };