tarteaucitron.en.js 2.8 KB

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