tarteaucitron.en.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "toggleInfoBox": "Show/hide informations about cookie storage",
  28. "title": "Cookies management panel",
  29. "cookieDetail": "Cookie detail for",
  30. "ourSite": "on our site",
  31. "newWindow": "(new window)",
  32. "allowAll": "Allow all cookies",
  33. "denyAll": "Deny all cookies",
  34. "fallback": "is disabled.",
  35. "ads": {
  36. "title": "Advertising network",
  37. "details": "Ad networks can generate revenue by selling advertising space on the site."
  38. },
  39. "analytic": {
  40. "title": "Audience measurement",
  41. "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
  42. },
  43. "social": {
  44. "title": "Social networks",
  45. "details": "Social networks can improve the usability of the site and help to promote it via the shares."
  46. },
  47. "video": {
  48. "title": "Videos",
  49. "details": "Video sharing services help to add rich media on the site and increase its visibility."
  50. },
  51. "comment": {
  52. "title": "Comments",
  53. "details": "Comments managers facilitate the filing of comments and fight against spam."
  54. },
  55. "support": {
  56. "title": "Support",
  57. "details": "Support services allow you to get in touch with the site team and help to improve it."
  58. },
  59. "api": {
  60. "title": "APIs",
  61. "details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
  62. },
  63. "other": {
  64. "title": "Other",
  65. "details": "Services to display web content."
  66. }
  67. };