tarteaucitron.en.js 1.1 KB

123456789101112131415161718192021222324252627282930
  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. "close": "Close",
  7. "info": "Transparency about cookies",
  8. "disclaimer": "By allowing these third party services, you accept theirs cookies and the use of tracking technologies necessary for their proper functioning.",
  9. "allow": "Allow",
  10. "deny": "Deny",
  11. "more": "Read more",
  12. "source": "View the official website",
  13. "credit": "Cookies manager by tarteaucitron.js",
  14. "fallback": "is disabled.",
  15. "ads": {
  16. "title": "Advertising network",
  17. "details": "Ad networks can generate revenue by selling advertising space on the site."
  18. },
  19. "analytics": {
  20. "title": "Audience measurement",
  21. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  22. },
  23. "social": {
  24. "title": "Social networks",
  25. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  26. }
  27. };