tarteaucitron.en.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*global tarteaucitron */
  2. tarteaucitron.lang = {
  3. "middleBarHead": "☝ 🍪",
  4. "adblock": "Hello! This site is transparent and lets you choose the 3rd party services you want to allow.",
  5. "adblock_call": "Please disable your adblocker to start customizing.",
  6. "reload": "Refresh the page",
  7. "alertBigScroll": "By continuing to scroll,",
  8. "alertBigClick": "If you continue to browse this website,",
  9. "alertBig": "you are allowing all third-party services",
  10. "alertBigPrivacy": "This site uses cookies and gives you control over what you want to activate",
  11. "alertSmall": "Manage services",
  12. "personalize": "Personalize",
  13. "acceptAll": "OK, accept all",
  14. "close": "Close",
  15. "privacyUrl": "Privacy policy",
  16. "all": "Preference for all services",
  17. "info": "Protecting your privacy",
  18. "disclaimer": "By allowing these third party services, you accept their cookies and the use of tracking technologies necessary for their proper functioning.",
  19. "allow": "Allow",
  20. "deny": "Deny",
  21. "noCookie": "This service does not use cookie.",
  22. "useCookie": "This service can install",
  23. "useCookieCurrent": "This service has installed",
  24. "useNoCookie": "This service has not installed any cookie.",
  25. "more": "Read more",
  26. "source": "View the official website",
  27. "credit": "Cookies manager by tarteaucitron.js",
  28. "noServices": "This website does not use any cookie requiring your consent.",
  29. "toggleInfoBox": "Show/hide informations about cookie storage",
  30. "title": "Cookies management panel",
  31. "cookieDetail": "Cookie detail for",
  32. "ourSite": "on our site",
  33. "newWindow": "(new window)",
  34. "allowAll": "Allow all cookies",
  35. "denyAll": "Deny all cookies",
  36. "icon": "Cookies",
  37. "fallback": "is disabled.",
  38. "allowed": "allowed",
  39. "disallowed": "disallowed",
  40. "ads": {
  41. "title": "Advertising network",
  42. "details": "Ad networks can generate revenue by selling advertising space on the site."
  43. },
  44. "analytic": {
  45. "title": "Audience measurement",
  46. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  47. },
  48. "social": {
  49. "title": "Social networks",
  50. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  51. },
  52. "video": {
  53. "title": "Videos",
  54. "details": "Video sharing services help to add rich media on the site and increase its visibility."
  55. },
  56. "comment": {
  57. "title": "Comments",
  58. "details": "Comments managers facilitate the filing of comments and fight against spam."
  59. },
  60. "support": {
  61. "title": "Support",
  62. "details": "Support services allow you to get in touch with the site team and help to improve it."
  63. },
  64. "api": {
  65. "title": "APIs",
  66. "details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
  67. },
  68. "other": {
  69. "title": "Other",
  70. "details": "Services to display web content."
  71. },
  72. "mandatoryTitle": "Mandatory cookies",
  73. "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
  74. };