tarteaucitron.en.js 1.0 KB

1234567891011121314151617181920212223242526
  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. "ads": {
  13. "title": "Advertising network",
  14. "details": "Ad networks can generate revenue by selling advertising space on the site."
  15. },
  16. "analytics": {
  17. "title": "Audience measurement",
  18. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  19. },
  20. "social": {
  21. "title": "Social networks",
  22. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  23. }
  24. };