tarteaucitron.en.js 1.0 KB

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