tarteaucitron.en.js 2.4 KB

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