tarteaucitron.en.js 627 B

1234567891011121314151617
  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": "Advertising network",
  13. "analytics": "Audience measurement",
  14. "social": "Social networks"
  15. };