1234567891011121314151617181920212223242526272829303132333435363738 |
- /*global tarteaucitron */
- tarteaucitron.lang = {
- "alertBig": "If you continue to browse this website, you are allowing all third-party services",
- "alertBigPrivacy": "This site uses cookies and gives you control over what you want to activate",
- "alertSmall": "Manage services",
- "personalize": "Personalize",
- "acceptAll": "OK, accept all",
- "close": "Close",
-
- "all": "Preference for all services",
- "info": "Protecting your privacy",
- "disclaimer": "By allowing these third party services, you accept theirs cookies and the use of tracking technologies necessary for their proper functioning.",
- "allow": "Allow",
- "deny": "Deny",
- "noCookie": "This service does not use cookie.",
- "useCookie": "This service can install",
- "useCookieCurrent": "This service has installed",
- "useNoCookie": "This service has not installed any cookie.",
- "more": "Read more",
- "source": "View the official website",
- "credit": "Cookies manager by tarteaucitron.js",
-
- "fallback": "is disabled.",
- "ads": {
- "title": "Advertising network",
- "details": "Ad networks can generate revenue by selling advertising space on the site."
- },
- "analytics": {
- "title": "Audience measurement",
- "details": "The audience measurement services used to generate useful statistics attendance to improve the site."
- },
- "social": {
- "title": "Social networks",
- "details": "Social networks can improve the usability of the site and help to promote it via the shares."
- }
- };
|