tarteaucitron.en.js 1.3 KB

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