tarteaucitron.en.js 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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": "Protecting your privacy",
  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. "noCookie": "This service does not use cookie.",
  15. "useCookie": "This service can install",
  16. "useCookieCurrent": "This service has installed",
  17. "useNoCookie": "This service has not installed any cookie.",
  18. "more": "Read more",
  19. "source": "View the official website",
  20. "credit": "Cookies manager by tarteaucitron.js",
  21. "fallback": "is disabled.",
  22. "ads": {
  23. "title": "Advertising network",
  24. "details": "Ad networks can generate revenue by selling advertising space on the site."
  25. },
  26. "analytic": {
  27. "title": "Audience measurement",
  28. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  29. },
  30. "social": {
  31. "title": "Social networks",
  32. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  33. },
  34. "video": {
  35. "title": "Videos",
  36. "details": "Video sharing services help to add rich media on the site and increase its visibility."
  37. },
  38. "comment": {
  39. "title": "Comments",
  40. "details": "Comments managers facilitate the filing of comments and fight against spam."
  41. },
  42. "support": {
  43. "title": "Support",
  44. "details": "Support services allow you to get in touch with the site team and help to improve it."
  45. },
  46. "api": {
  47. "title": "APIs",
  48. "details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
  49. }
  50. };