tarteaucitron.en.js 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "privacyUrl": "Privacy policy",
  15. "all": "Preference for all services",
  16. "info": "Protecting your privacy",
  17. "disclaimer": "By allowing these third party services, you accept their cookies and the use of tracking technologies necessary for their proper functioning.",
  18. "allow": "Allow",
  19. "deny": "Deny",
  20. "noCookie": "This service does not use cookie.",
  21. "useCookie": "This service can install",
  22. "useCookieCurrent": "This service has installed",
  23. "useNoCookie": "This service has not installed any cookie.",
  24. "more": "Read more",
  25. "source": "View the official website",
  26. "credit": "Cookies manager by tarteaucitron.js",
  27. "noServices": "This website does not use any cookie requiring your consent.",
  28. "toggleInfoBox": "Show/hide informations about cookie storage",
  29. "title": "Cookies management panel",
  30. "cookieDetail": "Cookie detail for",
  31. "ourSite": "on our site",
  32. "newWindow": "(new window)",
  33. "allowAll": "Allow all cookies",
  34. "denyAll": "Deny all cookies",
  35. "fallback": "is disabled.",
  36. "ads": {
  37. "title": "Advertising network",
  38. "details": "Ad networks can generate revenue by selling advertising space on the site."
  39. },
  40. "analytic": {
  41. "title": "Audience measurement",
  42. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  43. },
  44. "social": {
  45. "title": "Social networks",
  46. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  47. },
  48. "video": {
  49. "title": "Videos",
  50. "details": "Video sharing services help to add rich media on the site and increase its visibility."
  51. },
  52. "comment": {
  53. "title": "Comments",
  54. "details": "Comments managers facilitate the filing of comments and fight against spam."
  55. },
  56. "support": {
  57. "title": "Support",
  58. "details": "Support services allow you to get in touch with the site team and help to improve it."
  59. },
  60. "api": {
  61. "title": "APIs",
  62. "details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
  63. },
  64. "other": {
  65. "title": "Other",
  66. "details": "Services to display web content."
  67. }
  68. };