tarteaucitron.en.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*global tarteaucitron */
  2. tarteaucitron.lang = {
  3. "adblock": "Hello! This site is transparent and lets you chose the 3rd party services you want to allow.",
  4. "adblock_call": "Please disable your adblocker to start customizing.",
  5. "reload": "Refresh the page",
  6. "alertBig": "If you continue to browse this website, you are allowing all third-party services",
  7. "alertBigPrivacy": "This site uses cookies and gives you control over what you want to activate",
  8. "alertSmall": "Manage services",
  9. "personalize": "Personalize",
  10. "acceptAll": "OK, accept all",
  11. "close": "Close",
  12. "all": "Preference for all services",
  13. "info": "Protecting your privacy",
  14. "disclaimer": "By allowing these third party services, you accept theirs cookies and the use of tracking technologies necessary for their proper functioning.",
  15. "allow": "Allow",
  16. "deny": "Deny",
  17. "noCookie": "This service does not use cookie.",
  18. "useCookie": "This service can install",
  19. "useCookieCurrent": "This service has installed",
  20. "useNoCookie": "This service has not installed any cookie.",
  21. "more": "Read more",
  22. "source": "View the official website",
  23. "credit": "Cookies manager by tarteaucitron.js",
  24. "fallback": "is disabled.",
  25. "ads": {
  26. "title": "Advertising network",
  27. "details": "Ad networks can generate revenue by selling advertising space on the site."
  28. },
  29. "analytic": {
  30. "title": "Audience measurement",
  31. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  32. },
  33. "social": {
  34. "title": "Social networks",
  35. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  36. },
  37. "video": {
  38. "title": "Videos",
  39. "details": "Video sharing services help to add rich media on the site and increase its visibility."
  40. },
  41. "comment": {
  42. "title": "Comments",
  43. "details": "Comments managers facilitate the filing of comments and fight against spam."
  44. },
  45. "support": {
  46. "title": "Support",
  47. "details": "Support services allow you to get in touch with the site team and help to improve it."
  48. },
  49. "api": {
  50. "title": "APIs",
  51. "details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
  52. }
  53. };