tarteaucitron.en.js 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "modalWindow": "(modal window)",
  34. "newWindow": "(new window)",
  35. "allowAll": "Allow all cookies",
  36. "denyAll": "Deny all cookies",
  37. "icon": "Cookies",
  38. "fallback": "is disabled.",
  39. "allowed": "allowed",
  40. "disallowed": "disallowed",
  41. "ads": {
  42. "title": "Advertising network",
  43. "details": "Ad networks can generate revenue by selling advertising space on the site."
  44. },
  45. "analytic": {
  46. "title": "Audience measurement",
  47. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  48. },
  49. "social": {
  50. "title": "Social networks",
  51. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  52. },
  53. "video": {
  54. "title": "Videos",
  55. "details": "Video sharing services help to add rich media on the site and increase its visibility."
  56. },
  57. "comment": {
  58. "title": "Comments",
  59. "details": "Comments managers facilitate the filing of comments and fight against spam."
  60. },
  61. "support": {
  62. "title": "Support",
  63. "details": "Support services allow you to get in touch with the site team and help to improve it."
  64. },
  65. "api": {
  66. "title": "APIs",
  67. "details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
  68. },
  69. "other": {
  70. "title": "Other",
  71. "details": "Services to display web content."
  72. },
  73. "mandatoryTitle": "Mandatory cookies",
  74. "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
  75. };