From a24e1d4e31266b3df24bd13449f0f41941d449fa Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 8 Aug 2024 14:29:07 +0200 Subject: [PATCH] rm tarteaucitron --- .../tarteaucitron/.github/FUNDING.yml | 3 - .../teleforma/tarteaucitron/.github/stale.yml | 18 - .../.github/workflows/codeql-analysis.yml | 67 - .../static/teleforma/tarteaucitron/.gitignore | 2 - .../static/teleforma/tarteaucitron/LICENSE | 21 - .../static/teleforma/tarteaucitron/README.md | 94 - .../teleforma/tarteaucitron/advertising.js | 1 - .../tarteaucitron/css/tarteaucitron.css | 986 ---- .../tarteaucitron/lang/tarteaucitron.bg.js | 83 - .../tarteaucitron/lang/tarteaucitron.ca.js | 83 - .../tarteaucitron/lang/tarteaucitron.cn.js | 81 - .../tarteaucitron/lang/tarteaucitron.cs.js | 83 - .../tarteaucitron/lang/tarteaucitron.da.js | 84 - .../tarteaucitron/lang/tarteaucitron.de.js | 83 - .../tarteaucitron/lang/tarteaucitron.el.js | 83 - .../tarteaucitron/lang/tarteaucitron.en.js | 84 - .../tarteaucitron/lang/tarteaucitron.es.js | 83 - .../tarteaucitron/lang/tarteaucitron.fi.js | 87 - .../tarteaucitron/lang/tarteaucitron.fr.js | 85 - .../tarteaucitron/lang/tarteaucitron.hu.js | 84 - .../tarteaucitron/lang/tarteaucitron.it.js | 83 - .../tarteaucitron/lang/tarteaucitron.ja.js | 84 - .../tarteaucitron/lang/tarteaucitron.lv.js | 84 - .../tarteaucitron/lang/tarteaucitron.nl.js | 83 - .../tarteaucitron/lang/tarteaucitron.no.js | 84 - .../tarteaucitron/lang/tarteaucitron.oc.js | 85 - .../tarteaucitron/lang/tarteaucitron.pl.js | 83 - .../tarteaucitron/lang/tarteaucitron.pt.js | 82 - .../tarteaucitron/lang/tarteaucitron.ro.js | 83 - .../tarteaucitron/lang/tarteaucitron.ru.js | 84 - .../tarteaucitron/lang/tarteaucitron.se.js | 84 - .../tarteaucitron/lang/tarteaucitron.sk.js | 84 - .../tarteaucitron/lang/tarteaucitron.sv.js | 84 - .../tarteaucitron/lang/tarteaucitron.tr.js | 87 - .../tarteaucitron/lang/tarteaucitron.vi.js | 84 - .../tarteaucitron/lang/tarteaucitron.zh.js | 81 - .../teleforma/tarteaucitron/package.json | 27 - .../teleforma/tarteaucitron/tarteaucitron.js | 1977 -------- .../tarteaucitron/tarteaucitron.services.js | 4097 ----------------- 39 files changed, 9635 deletions(-) delete mode 100644 teleforma/static/teleforma/tarteaucitron/.github/FUNDING.yml delete mode 100644 teleforma/static/teleforma/tarteaucitron/.github/stale.yml delete mode 100644 teleforma/static/teleforma/tarteaucitron/.github/workflows/codeql-analysis.yml delete mode 100644 teleforma/static/teleforma/tarteaucitron/.gitignore delete mode 100644 teleforma/static/teleforma/tarteaucitron/LICENSE delete mode 100644 teleforma/static/teleforma/tarteaucitron/README.md delete mode 100644 teleforma/static/teleforma/tarteaucitron/advertising.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/css/tarteaucitron.css delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.bg.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ca.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cn.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cs.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.da.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.de.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.el.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.en.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.es.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fi.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fr.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.hu.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.it.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ja.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.lv.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.nl.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.no.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.oc.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pl.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pt.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ro.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ru.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.se.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sk.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sv.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.tr.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.vi.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.zh.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/package.json delete mode 100644 teleforma/static/teleforma/tarteaucitron/tarteaucitron.js delete mode 100644 teleforma/static/teleforma/tarteaucitron/tarteaucitron.services.js diff --git a/teleforma/static/teleforma/tarteaucitron/.github/FUNDING.yml b/teleforma/static/teleforma/tarteaucitron/.github/FUNDING.yml deleted file mode 100644 index e52e73d8..00000000 --- a/teleforma/static/teleforma/tarteaucitron/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -github: AmauriC diff --git a/teleforma/static/teleforma/tarteaucitron/.github/stale.yml b/teleforma/static/teleforma/tarteaucitron/.github/stale.yml deleted file mode 100644 index c5170371..00000000 --- a/teleforma/static/teleforma/tarteaucitron/.github/stale.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 20 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 5 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security - - active -# Label to use when marking an issue as stale -staleLabel: inactive -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false \ No newline at end of file diff --git a/teleforma/static/teleforma/tarteaucitron/.github/workflows/codeql-analysis.yml b/teleforma/static/teleforma/tarteaucitron/.github/workflows/codeql-analysis.yml deleted file mode 100644 index f23ecd78..00000000 --- a/teleforma/static/teleforma/tarteaucitron/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,67 +0,0 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "CodeQL" - -on: - push: - branches: [ master ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ master ] - schedule: - - cron: '23 21 * * 2' - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] - # Learn more: - # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 - - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 diff --git a/teleforma/static/teleforma/tarteaucitron/.gitignore b/teleforma/static/teleforma/tarteaucitron/.gitignore deleted file mode 100644 index 090a1f02..00000000 --- a/teleforma/static/teleforma/tarteaucitron/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.idea -.DS_Store diff --git a/teleforma/static/teleforma/tarteaucitron/LICENSE b/teleforma/static/teleforma/tarteaucitron/LICENSE deleted file mode 100644 index adde2264..00000000 --- a/teleforma/static/teleforma/tarteaucitron/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 AmauriC - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/teleforma/static/teleforma/tarteaucitron/README.md b/teleforma/static/teleforma/tarteaucitron/README.md deleted file mode 100644 index 803bea68..00000000 --- a/teleforma/static/teleforma/tarteaucitron/README.md +++ /dev/null @@ -1,94 +0,0 @@ -[![](https://data.jsdelivr.com/v1/package/gh/AmauriC/tarteaucitron.js/badge)](https://www.jsdelivr.com/package/gh/AmauriC/tarteaucitron.js) -[![npm](https://img.shields.io/npm/v/tarteaucitronjs.svg)](https://www.npmjs.com/package/tarteaucitronjs) [![GitHub contributors](https://img.shields.io/github/contributors/AmauriC/tarteaucitron.js.svg)](https://github.com/AmauriC/tarteaucitron.js/graphs/contributors) [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/AmauriC) - -tarteaucitron.js -================ -Comply to the european cookie law is simple with the french *tarte au citron*. - -# What is this script? -The european cookie law regulates the management of cookies and you should ask your visitors their consent before exposing them to third party services. - -Clearly this script will: -- Disable all services by default, -- Display a banner on the first page view and a small one on other pages, -- Display a panel to allow or deny each services one by one, -- Activate services on the second page view if not denied, -- Store the consent in a cookie for 365 days. - -Bonus: -- Load service when user click on Allow (without reload of the page), -- Incorporate a fallback system (display a link instead of social button and a static banner instead of advertising). - - -# Installation guide -[Visit tarteaucitron.io](https://tarteaucitron.io/) - - -# How to use - -```html - - - -``` - -# Create custom service -```js -tarteaucitron.services.mycustomservice = { - "key": "mycustomservice", - "type": "ads|analytic|api|comment|other|social|support|video", - "name": "MyCustomService", - "needConsent": true, - "cookies": ['cookie', 'cookie2'], - "readmoreLink": "/custom_read_more", // If you want to change readmore link - "js": function () { - "use strict"; - // When user allow cookie - }, - "fallback": function () { - "use strict"; - // when use deny cookie - } -}; -``` - -## Thanks to the sponsors 😊 - -| Be the first sponsor! | -|:---:| diff --git a/teleforma/static/teleforma/tarteaucitron/advertising.js b/teleforma/static/teleforma/tarteaucitron/advertising.js deleted file mode 100644 index 813e11b2..00000000 --- a/teleforma/static/teleforma/tarteaucitron/advertising.js +++ /dev/null @@ -1 +0,0 @@ -tarteaucitronNoAdBlocker = true; \ No newline at end of file diff --git a/teleforma/static/teleforma/tarteaucitron/css/tarteaucitron.css b/teleforma/static/teleforma/tarteaucitron/css/tarteaucitron.css deleted file mode 100644 index 940f8e5a..00000000 --- a/teleforma/static/teleforma/tarteaucitron/css/tarteaucitron.css +++ /dev/null @@ -1,986 +0,0 @@ -div#tarteaucitronAlertBig:focus {outline: 0;} - -.tarteaucitron-modal-open{ - overflow: hidden; - height: 100%; -} - -#tarteaucitronContentWrapper {display:unset;} - -/** 14042021 **/ -span.tarteaucitronReadmoreSeparator { - display: inline!important; -} -/******/ - -/** 27032021 **/ -button.tarteaucitron-toggle-group { - display: block; -} -span.tarteaucitronH3 { - font-weight: 700!important; -} -#tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 { - font-weight: 500!important; - font-size: 14px; - margin-top: 7px; -} -.tarteaucitronLine { - border-left: 0px solid transparent!important; -} -/*****/ - -/** BETTER MOBILE MODE **/ -@media screen and (max-width: 767px) { - - html body #tarteaucitronRoot #tarteaucitron ul#tarteaucitronServices_mandatory .tarteaucitronDeny { - display: none!important; - } - - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button, - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronAsk, - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronName { - width:100%!important; - display: block!important; - margin-left: 0!important; - margin-right: 0!important; - box-sizing: border-box!important; - max-width: 100%!important; - margin-bottom: 8px!important; - } - - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder ul .tarteaucitronLine { - padding: 16px!important; - } - - html body #tarteaucitronRoot #tarteaucitron div#tarteaucitronMainLineOffset .tarteaucitronName { - display: none!important; - } - - #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronName span { - width: 100%!important; - display: inline-block; - } - li.tarteaucitronLine .tarteaucitronName span { - width: 80%!important; - display: inline-block; - } - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group { - width: 10%!important; - position: absolute; - top: 20px; - right: 20px; - font-size: 0px; - padding: 10px 0; - } - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:before { - content: '\0025BE'; - font-weight:700; - font-size: 14px; - } - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:before { - content: '\0025B4'; - } -} -@media screen and (min-width: 768px) { - - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder button.tarteaucitron-toggle-group:after { - content: '\0025BE'; - font-weight:700; - font-size: 14px; - margin-left: 15px; - } - html body #tarteaucitronRoot #tarteaucitron .tarteaucitronBorder .tarteaucitronIsExpanded button.tarteaucitron-toggle-group:after { - content: '\0025B4'; - margin-left: 15px; - } -} -/****/ - - - -/*** -* Reset CSS -*/ -#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; - /*background: initial;*/ - text-align: initial; - text-shadow: initial; -} - -/* Animation */ -#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms} - -/* HTML5 display-role reset for older browsers */ -#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section { - display: block; -} -#tarteaucitronRoot ol, #tarteaucitronRoot ul { - list-style: none; -} -#tarteaucitronRoot blockquote, #tarteaucitronRoot q { - quotes: none; -} -#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after { - content: ''; - content: none; -} -#tarteaucitronRoot table { - border-collapse: collapse; - border-spacing: 0; -} - -#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible { - outline: 3px dashed #3d86d8; -} - -/*** - * Better scroll management - */ -div#tarteaucitronMainLineOffset { - margin-top: 0!important; -} - -div#tarteaucitronServices { - margin-top: 21px!important; -} - -#tarteaucitronServices::-webkit-scrollbar { - width: 5px; -} - -#tarteaucitronServices::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); -} - -#tarteaucitronServices::-webkit-scrollbar-thumb { - background-color: #ddd; - outline: 0px solid slategrey; -} - -div#tarteaucitronServices { - box-shadow: 0 40px 60px #545454; -} - -/*** - * Responsive layout for the control panel - */ -@media screen and (max-width:479px) { - #tarteaucitron .tarteaucitronLine .tarteaucitronName { - width: 90% !important; - } - - #tarteaucitron .tarteaucitronLine .tarteaucitronAsk { - float: left !important; - margin: 10px 15px 5px; - } -} - -@media screen and (max-width:767px) { - #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron { - background: #fff; - border: 0 !important; - bottom: 0 !important; - height: 100% !important; - left: 0 !important; - margin: 0 !important; - max-height: 100% !important; - max-width: 100% !important; - top: 0 !important; - width: 100% !important; - } - - #tarteaucitron .tarteaucitronBorder { - border: 0 !important; - } - - #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList { - border: 0 !important; - } - - #tarteaucitron #tarteaucitronServices .tarteaucitronTitle { - text-align: left !important; - } - - .tarteaucitronName .tarteaucitronH2 { - max-width: 80%; - } - - #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk { - text-align: center !important; - } - - #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button { - margin-bottom: 5px; - } -} - -@media screen and (min-width:768px) and (max-width:991px) { - #tarteaucitron { - border: 0 !important; - left: 0 !important; - margin: 0 5% !important; - max-height: 80% !important; - width: 90% !important; - } -} - -/*** - * Common value - */ -#tarteaucitronRoot div#tarteaucitron { - left: 0; - right: 0; - margin: auto; -} - -#tarteaucitronRoot button#tarteaucitronBack { - background: #eee; -} - -#tarteaucitron .clear { - clear: both; -} - -#tarteaucitron a { - color: rgb(66, 66, 66); - font-size: 11px; - font-weight: 700; - text-decoration: none; -} - -#tarteaucitronRoot button { - background: transparent; - border: 0; -} - -#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong, -#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a { - color: #fff; -} - -#tarteaucitron strong { - font-size: 22px; - font-weight: 500; -} - -#tarteaucitron ul { - padding: 0; -} - -#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 { - display: block; -} - -.cookie-list { - list-style: none; - padding: 0; - margin: 0; -} -/*** - * Root div added just before - */ -#tarteaucitronRoot { - left: 0; - position: absolute; - right: 0; - top: 0; - width: 100%; -} - -#tarteaucitronRoot * { - box-sizing: initial; - color: #333; - font-family: sans-serif !important; - font-size: 14px; - line-height: normal; - vertical-align: initial; -} - -#tarteaucitronRoot .tarteaucitronH1 { - font-size: 1.5em; - text-align: center; - color: #fff; - margin: 15px 0 28px; -} - -#tarteaucitronRoot .tarteaucitronH2 { - display: inline-block; - margin: 12px 0 0 10px; - color: #fff; -} - -#tarteaucitronCookiesNumberBis.tarteaucitronH2 { - margin-left: 0; -} - -/*** - * Control panel - */ -#tarteaucitronBack { - background: #fff; - display: none; - height: 100%; - left: 0; - opacity: 0.7; - position: fixed; - top: 0; - width: 100%; - z-index: 2147483646; -} - -#tarteaucitron { - display: none; - max-height: 80%; - left: 50%; - margin: 0 auto 0 -430px; - padding: 0; - position: fixed; - top: 6%; - width: 860px; - z-index: 2147483647; -} - -#tarteaucitron .tarteaucitronBorder { - background: #fff; - border: 2px solid #333; - border-top: 0; - height: auto; - overflow: auto; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, -#tarteaucitron #tarteaucitronClosePanel { - background: #333333; - color: #fff; - cursor: pointer; - font-size: 12px; - font-weight: 700; - text-decoration: none; - padding: 4px 0; - position: absolute; - right: 0; - text-align: center; - width: 70px; -} - -#tarteaucitron #tarteaucitronDisclaimer { - color: #555; - font-size: 12px; - margin: 15px auto 0; - width: 80%; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, -#tarteaucitron #tarteaucitronServices .tarteaucitronHidden { - background: rgba(51, 51, 51, 0.07); -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronHidden { - display: none; - position: relative; -} - -#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle { - width: 100%; - box-sizing: border-box; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, -#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, -#tarteaucitron #tarteaucitronInfo, -#tarteaucitron #tarteaucitronServices .tarteaucitronDetails { - color: #fff; - display: inline-block; - font-size: 14px; - font-weight: 700; - margin: 20px 0px 0px; - padding: 5px 20px; - text-align: left; - width: auto; - background: #333; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, -#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a { - color: #fff; - font-weight: 500; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover, -#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover { - text-decoration: none !important; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a { - font-size: 22px; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a { - font-size: 14px; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle { - padding: 5px 10px; - margin: 0; -} - -#tarteaucitron #tarteaucitronInfo, -#tarteaucitron #tarteaucitronServices .tarteaucitronDetails { - color: #fff; - display: none; - font-size: 12px; - font-weight: 500; - margin-top: 0; - max-width: 270px; - padding: 20px; - position: absolute; - z-index: 2147483647; -} - -#tarteaucitron #tarteaucitronInfo a { - color: #fff; - text-decoration: underline; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover { - background: rgba(51, 51, 51, 0.2); -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine { - background: rgba(51, 51, 51, 0.1); - border-left: 5px solid transparent; - margin: 0; - overflow: hidden; - padding: 15px 5px; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed { - border-color: #1B870B; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied { - border-color: #9C1A1A; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine { - background: #333; - border: 3px solid #333; - border-left: 9px solid #333; - border-top: 5px solid #333; - margin-bottom: 0; - margin-top: 21px; - position: relative; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover { - background: #333; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName { - margin-left: 15px; - margin-top: 2px; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button { - color: #fff; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk { - margin-top: 0px !important; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName { - display: inline-block; - float: left; - margin-left: 10px; - text-align: left; - width: 50%; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover { - text-decoration: underline; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk { - display: inline-block; - float: right; - margin: 7px 15px 0; - text-align: right; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, -#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, -.tac_activate .tarteaucitronAllow { - background: gray; - border-radius: 4px; - color: #fff; - cursor: pointer; - display: inline-block; - padding: 6px 10px; - text-align: center; - text-decoration: none; - width: auto; - border: 0; -} - -#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected { - background-color: #1B870B; - opacity: 1; -} -#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected, -#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected { - background-color: #9C1A1A; - opacity: 1; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow { - background-color: #1B870B; -} -#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny { - background-color: #9C1A1A; -} - -#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies { - color: #333; - font-size: 12px; -} - -#tarteaucitron .tarteaucitronH3 { - font-size: 18px; -} - -#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName { - width: auto!important; - margin-left: 0!important; - font-size: 14px; -} -span#tarteaucitronDisclaimerAlert { - padding: 0 10px; - display: inline-block; -} -#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine { - border-color: #333!important; -} - -/*** - * Big alert - */ -.tarteaucitronAlertBigTop { - top: 0; -} - -.tarteaucitronAlertBigBottom { - bottom: 0; -} - -#tarteaucitronRoot #tarteaucitronAlertBig { - background: #333; - color: #fff; - display: none; - font-size: 15px !important; - left: 0; - position: fixed; - box-sizing: content-box; - z-index: 2147483645; - text-align: center; - padding: 10px 0 10px 0; - margin: auto; - width: 100%; -} - -#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, -#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, -#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, -#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong { - font: 15px verdana; - color: #fff; -} - -#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong { - font-weight: 700; -} - -#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, -#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog { - cursor: pointer; -} - -#tarteaucitronAlertBig #tarteaucitronCloseAlert, -#tarteaucitronAlertBig #tarteaucitronPersonalize, -#tarteaucitronAlertBig #tarteaucitronPersonalize2, -.tarteaucitronCTAButton, -#tarteaucitron #tarteaucitronPrivacyUrl, -#tarteaucitron #tarteaucitronPrivacyUrlDialog, -#tarteaucitronRoot .tarteaucitronDeny, -#tarteaucitronRoot .tarteaucitronAllow { - background: #008300; - color: #fff; - cursor: pointer; - display: inline-block; - font-size: 16px!important; - line-height: 1.2; - padding: 5px 10px; - text-decoration: none; - margin-left: 7px; -} - -#tarteaucitronRoot .tarteaucitronDeny { - background: #9C1A1A; -} - -#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog { - background: #fff; - color: #333; - font-size: 13px; - margin-bottom: 3px; - margin-left: 7px; - padding: 5px 10px; -} - -#tarteaucitronPercentage { - background: #0A0!important; - box-shadow: 0 0 2px #fff, 0 1px 2px #555; - height: 5px; - left: 0; - position: fixed; - width: 0; - z-index: 2147483644; -} - -/*** - * Icon - */ -.tarteaucitronIconBottomRight { - bottom: 0; - right: 0; -} -.tarteaucitronIconBottomLeft { - bottom: 0; - left: 0; -} -.tarteaucitronIconTopRight { - top: 0; - right: 0; -} -.tarteaucitronIconTopLeft { - top: 0; - left: 0; -} - -.tarteaucitronIconTopLeft #tarteaucitronManager { - border-radius: 2px 7px 7px 2px; -} - -.tarteaucitronIconTopRight #tarteaucitronManager { - border-radius: 7px 2px 2px 7px; -} - -.tarteaucitronIconBottomLeft #tarteaucitronManager { - border-radius: 7px 7px 2px 2px; -} - -.tarteaucitronIconBottomRight #tarteaucitronManager { - border-radius: 7px 7px 2px 2px; -} - -#tarteaucitronIcon { - background: transparent; - position: fixed; - display: none; - width: auto; - z-index: 2147483646; -} -#tarteaucitronIcon #tarteaucitronManager { - color: transparent; - cursor: pointer; - display: inline-block; - font-size: 11px !important; - padding: 8px 10px 8px; - border: none; -} -#tarteaucitronIcon #tarteaucitronManager img { - width: 50px; - height: 50px; -} - -#tarteaucitronRoot .tarteaucitronCross::before { - content: '\2717'; - display: inline-block; - color: white; -} - -#tarteaucitronRoot .tarteaucitronCheck::before { - content: '\2713'; - display: inline-block; - color: white; -} - -#tarteaucitronRoot .tarteaucitronPlus::before { - content: '\271b'; - display: inline-block; - color: white; -} - - -/*** - * Small alert - */ - -.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom { - bottom: 0; -} - -#tarteaucitronAlertSmall { - background: #333; - display: none; - padding: 0; - position: fixed; - right: 0; - text-align: center; - width: auto; - z-index: 2147483646; -} - -#tarteaucitronAlertSmall #tarteaucitronManager { - color: #fff; - cursor: pointer; - display: inline-block; - font-size: 11px !important; - padding: 8px 10px 8px; -} - -#tarteaucitronAlertSmall #tarteaucitronManager:hover { - background: rgba(255, 255, 255, 0.05); -} - -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot { - background-color: gray; - border-radius: 5px; - display: block; - height: 8px; - margin-bottom: 1px; - margin-top: 5px; - overflow: hidden; - width: 100%; -} - -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen, -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow, -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed { - display: block; - float: left; - height: 100%; - width: 0%; -} - -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen { - background-color: #1B870B; -} - -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow { - background-color: #FBDA26; -} - -#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed { - background-color: #9C1A1A; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesNumber { - background: rgba(255, 255, 255, 0.2); - color: #fff; - cursor: pointer; - display: inline-block; - font-size: 30px; - padding: 0px 10px; - vertical-align: top; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover { - background: rgba(255, 255, 255, 0.3); -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer { - display: none; - max-height: 70%; - max-width: 500px; - position: fixed; - right: 0; - width: 100%; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList { - background: #fff; - border: 2px solid #333; - color: #333; - font-size: 11px; - height: auto; - overflow: auto; - text-align: left; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong { - color: #333; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle { - background: #333; - margin-top: 21px; - padding: 13px 0 9px 13px; - text-align: left; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong { - color: #fff; - font-size: 16px; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain { - background: rgba(51, 51, 51, 0.1); - padding: 7px 5px 10px; - word-wrap: break-word; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover { - background: rgba(51, 51, 51, 0.2); -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a { - color: #333; - text-decoration: none; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft { - display: inline-block; - width: 50%; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong { - color: darkred; -} - -#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight { - color: #333; - display: inline-block; - font-size: 11px; - margin-left: 10%; - vertical-align: top; - width: 30%; -} - -/*** - * Fallback activate link - */ -.tac_activate { - background: #333; - color: #fff; - display: table; - font-size: 12px; - height: 100%; - line-height: initial; - margin: auto; - text-align: center; - width: 100%; -} - -.tac_float { - display: table-cell; - text-align: center; - vertical-align: middle; -} - -.tac_activate .tac_float strong { - color: #fff; -} - -.tac_activate .tac_float .tarteaucitronAllow { - background-color: #1B870B; - display: inline-block; -} - -/*** - * CSS for services - */ -ins.ferank-publicite, ins.adsbygoogle { - text-decoration: none; -} - -div.amazon_product { - height:240px; - width:120px; -} -.tarteaucitronIsAllowed .tarteaucitronDeny { - opacity: 0.4!important; -}.tarteaucitronIsDenied .tarteaucitronAllow { - opacity: 0.4!important; -}.tarteaucitronIsAllowed .tarteaucitronAllow { - opacity: 1!important; -}.tarteaucitronIsDenied .tarteaucitronDeny { - opacity: 1!important; -} -.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny { - opacity: 0.4; -} -#tarteaucitronServices_mandatory button.tarteaucitronAllow { - opacity: 1; -} - -div#tarteaucitronInfo { - display: block!important; - position: relative !important; - text-align: center!important; - max-width: 80%!important; - padding: 15px 0!important; - margin: -10px auto 40px!important; - font-size: 1em!important; - border-bottom: 1px solid; - border-top: 1px solid; - border-color: #555; -} - -a.tarteaucitronSelfLink { - position: absolute; - left: 0; - right: 0; - bottom: -30px; - text-align: center!important; - display: block; - height:30px; -} - -.tarteaucitronMainLine .tarteaucitronH2 { - font-size: 1.2em!important; - margin-top: 4px!important; -} - -span.tarteaucitronTitle.tarteaucitronH3 { - margin-top: 12px!important; -} - -#tarteaucitronCloseCross { - position:absolute; - color: #FFFF; - font-size:1.8rem; - cursor: pointer; - top: 10px; - right: 26px -} - -.tarteaucitron-spacer-20 { - height: 20px; - display: block; -} - -.tarteaucitron-display-block { - display: block; -} - -.tarteaucitron-display-none { - display: none; -} \ No newline at end of file diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.bg.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.bg.js deleted file mode 100644 index 4a4b13fe..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.bg.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Здравей! Този сайт позволяа включването на бисквитки по избор.", - "adblock_call": "Моля изключете вашият adblocker и изберете бисквитките които искате, или спрете всички.", - "reload": "Презареди", - - "alertBigScroll": "Ако продължавате да скролвате,", - "alertBigClick": "Ако продължавате да използвате този сайт,", - "alertBig": "вив се съгласявате с всички бисквитки от трети лица.", - - "alertBigPrivacy": "Този сайт използва бисквитки и Ви дава право да изберете записването на определени или всички.", - "alertSmall": "Управление на услуги", - "personalize": "Ще избирам", - "acceptAll": "ОК, приемам всички", - "close": "Затвори", - - "privacyUrl": "Политика за поверителност", - - "all": "Услуги които записват бисквитки на този сайт", - - "info": "Зашитава вашата сигурност", - "disclaimer": "Позволяването на тези бисквитки от трети лица, Вие приемате те да записват и използват услуги за проследяване нужни за правилното им функциониране.", - "allow": "Разшреши", - "deny": "Забрани", - "noCookie": "Тази услуга не записва бисквитки.", - "useCookie": "Тази услуга може да запише", - "useCookieCurrent": "Тази услуга е записала", - "useNoCookie": "Тази услуга не е записала бисквитки.", - "more": "Прочети повече", - "source": "Официален сайт", - "credit": "Управление на бисквитките от tarteaucitron.js", - - "toggleInfoBox": "Покажи/скрий информация за записването на бисквитки", - "title": "Управление на бисквитките", - "cookieDetail": "Информация за", - "ourSite": "в нашият сайт", - "newWindow": "(нов прозорец)", - "allowAll": "Разреши всички", - "denyAll": "Забрани всички", - - "icon": "Cookies", - - "fallback": "е изключен.", - "allowed": "Позволен", - "disallowed": "Забранено", - - "ads": { - "title": "Рекламодатели", - "details": "Ad networks can generate revenue by selling advertising space on the site." - }, - "analytic": { - "title": "Аналитични", - "details": "The audience measurement services used to generate useful statistics attendance to improve the site." - }, - "social": { - "title": "Социални", - "details": "Social networks can improve the usability of the site and help to promote it via the shares." - }, - "video": { - "title": "Видео платформи", - "details": "Video sharing services help to add rich media on the site and increase its visibility." - }, - "comment": { - "title": "Коментари", - "details": "Comments managers facilitate the filing of comments and fight against spam." - }, - "support": { - "title": "Поддръжка", - "details": "Support services allow you to get in touch with the site team and help to improve it." - }, - "api": { - "title": "Функционални", - "details": "APIs are used to load scripts: geolocation, search engines, translations, ..." - }, - "other": { - "title": "Други", - "details": "Services to display web content." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ca.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ca.js deleted file mode 100644 index 6a9834b0..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ca.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hola! Aquest lloc web és transparent i et dóna l'opció d'activar els serveis de tercers", - "adblock_call": "Si us plau desactiva la teva AdBlocker per començar a personalitzar els serveis.", - "reload": "Recarrega aquesta pàgina", - - "alertBigScroll": "Al continuar desplaçant,", - "alertBigClick": "Si continues navegant en aquest lloc web,", - "alertBig": "estàs permetent serveis tercers", - - "alertBigPrivacy": "Aquest lloc web fa servir galetes i et permet controlar les que vols activar", - "alertSmall": "Gestionar serveis", - "personalize": "Personalitzar", - "acceptAll": "OK, acceptar totes", - "close": "Tancar", - - "privacyUrl": "Política de privacitat", - - "all": "Ajustaments per a tots els serveis", - - "info": "Protegint la teva privacitat", - "disclaimer": "Acceptant aquests serveis de tercers, estàs acceptant les seves galetes i l'ús de tecnologies de rastreig necessàries per al seu correcte funcionament.", - "allow": "Permetre", - "deny": "Denegar", - "noCookie": "Aquest servei no fa servir galetes.", - "useCookie": "Aquest servei pot instal·lar", - "useCookieCurrent": "Aquest servei ha instal·lat", - "useNoCookie": "Aquest servei no ha instal·lat cap galeta.", - "more": "Llegir més", - "source": "Veure lloc web oficial", - "credit": "Gestor de galetes realitzat per tarteaucitron.js", - - "toggleInfoBox": "Mostra / oculta la informació sobre emmagatzematge de galetes", - "title": "Panell de gestió de galetes", - "cookieDetail": "Detalls de les galetes per a", - "ourSite": "en la nostra web", - "newWindow": "(finestra nova)", - "allowAll": "Permet totes les galetes", - "denyAll": "Denega totes les galetes", - - "icon": "Cookies", - - "fallback": "està deshabilitat.", - "allowed": "Permès", - "disallowed": "Desautoritzat", - - "ads": { - "title": "Xarxa de publicitat", - "details": "Les xarxes publicitàries poden generar ingressos mitjançant la venda d'espais publicitaris en el lloc." - }, - "analytic": { - "title": "Mesura d'audiència", - "details": "Els serveis de mesurament d'audiència s'usen per generar estadístiques útils per millorar el lloc." - }, - "social": { - "title": "Xarxes socials", - "details": "Les xarxes socials poden augmentar la usabilitat del lloc web i ajudar a promoure-ho a través de la contribució." - }, - "video": { - "title": "Videos", - "details": "Els serveis per compartir vídeos ajuden a afegir contingut enriquit en el lloc web i augmentar la seva visibilitat." - }, - "comment": { - "title": "Comentaris", - "details": "El gestor de comentaris facilita la classificació de comentaris i lluitar contra robots de correu." - }, - "support": { - "title": "Suport", - "details": "Els serveis de suport et permeten contactar amb el lloc web i ajudar a millorar-lo" - }, - "api": { - "title": "APIs", - "details": "Les APIs s'utilitzen per carregar scripts: geolocalització, motor de cerca, traduccions, ..." - }, - "other": { - "title": "Altres", - "details": "Serveis per mostrar contingut web." - }, - - "mandatoryTitle": "Galetes obligatòries", - "mandatoryText": "Aquest lloc utilitza galetes necessàries per al seu correcte funcionament que no es poden desactivar (cookies tècniques)." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cn.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cn.js deleted file mode 100644 index 10aed27d..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cn.js +++ /dev/null @@ -1,81 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。", - "adblock_call": "感谢您停用广告拦截功能并开始个性化设置。", - "reload": "重新加载页面", - - "alertBigScroll": "继续划屏,", - "alertBigClick": "继续浏览,", - "alertBig": "即表示您同意第三方服务安装cookie", - - "alertBigPrivacy": "这个网站使用cookie, 并让您可以控制想要激活的内容。", - "alertSmall": "服务管理", - "acceptAll": "好的,全部接受", - "personalize": "个性化", - "close": "关闭", - - "privacyUrl": "保密政策", - - "all": "所有服务的偏好设置", - - "disclaimer": "通过授权这些第三方服务,您同意存储和读取cookie,并使用其正常运行所需的跟踪技术。", - "allow": "允许", - "deny": "禁用", - "noCookie": "此服务不存储任何cookie。", - "useCookie": "此服务可以存储", - "useCookieCurrent": "此服务已存储", - "useNoCookie": "此服务未存储任何cookie。", - "more": "了解更多", - "source": "查看官网", - "credit": "通过tarteaucitron.js管理cookie", - - "toggleInfoBox": "显示/隐藏cookie存储信息。", - "title": "Cookie管理面板", - "cookieDetail": "Cookie详情", - "ourSite": "显示在我们的网站上", - "newWindow": "(新建窗口)", - "allowAll": "允许", - "denyAll": "禁用", - - "icon": "Cookies", - - "fallback": "已禁用。", - "allowed": "允许的", - "disallowed": "不允许的", - - "ads": { - "title": "广告组", - "details": "广告组通过营销网站上的广告空间来产生收入." - }, - "analytic": { - "title": "受众测量", - "details": "受众测量服务可以生成对站点改进有用的访问统计数据。" - }, - "social": { - "title": "社交网络", - "details": "社交网络有助于提高网站的用户友好性,并通过分享帮助推广。" - }, - "video": { - "title": "视频", - "details": "视频共享服务丰富网站的多媒体内容,提高网站知名度。" - }, - "comment": { - "title": "评论", - "details": "评论管理器使您的评论更容易提交,并避免垃圾邮件。" - }, - "support": { - "title": "支持", - "details": "支持服务使您能够与网站团队联系并帮助改进网站." - }, - "api": { - "title": "API", - "details": "API允许加载脚本:地理位置、搜索引擎、翻译……" - }, - "other": { - "title": "其他", - "details": "旨在显示网页内容的服务。" - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cs.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cs.js deleted file mode 100644 index c2cc7fc9..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.cs.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Ahoj! Tato stránka je transparetní a umožňuje ti si přímo vybrat, jaké služby třetích stran chceš povolit.", - "adblock_call": "Pro úpravu osobních preferencí si, prosím, vypni adblock.", - "reload": "Načíst stránku znovu", - - "alertBigScroll": "Pokračováním ve scrollování,", - "alertBigClick": "Pokud pokračujete v brouzdání našich stránek,", - "alertBig": "povolujete všechny služby třetích stran.", - - "alertBigPrivacy": "Tato stránka využívá cookies a dává ti na výběr, co chceš aktivovat", - "alertSmall": "Spravovat služby", - "personalize": "Přizpůsobit", - "acceptAll": "OK, přijmout vše", - "close": "Zavřít", - - "privacyUrl": "Zásady ochrany osobních údajů", - - "all": "Nastavení všech služeb", - - "info": "Chrání tvé soukromí", - "disclaimer": "Povolením těchto služeb třetích stran, přijímáš jejich cookies, jež jsou nezbytné pro řádné fungování jejich technologií.", - "allow": "Povolit", - "deny": "Zamítnout", - "noCookie": "Tato služba nepoužívá cookies.", - "useCookie": "Tato služba může nainstalovat", - "useCookieCurrent": "Tato služba nainstalovala", - "useNoCookie": "Tato služba nenainstalovala žádné cookies.", - "more": "Dozvědět se více", - "source": "Zobrazit oficiální stránku", - "credit": "Správce cookies od tarteaucitron.js", - - "toggleInfoBox": "Show/hide informations about cookie storage", - "title": "Cookies management panel", - "cookieDetail": "Cookie detail for", - "ourSite": "on our site", - "newWindow": "(new window)", - "allowAll": "Allow all cookies", - "denyAll": "Deny all cookies", - - "icon": "Cookies", - - "fallback": "je vypnutý.", - "allowed": "povoleno", - "disallowed": "nepovoleno", - - "ads": { - "title": "Reklamní síť", - "details": "Prodejem reklamních ploch na této stránce mohou reklamní sítě vydělávat peníze." - }, - "analytic": { - "title": "Statistika návštěvnosti", - "details": "Služby pro analýzu návštěvníků slouží k vytvoření užitečných statistik návštěvnosti. Ty zase slouží ke zlepšení stránky." - }, - "social": { - "title": "Sociální sítě", - "details": "Sociální sítě mohou usnadnit práci se stránkou a pomáhají jí prosadit se pomocí sdílení." - }, - "video": { - "title": "Videa", - "details": "Video-hostingové služby pomáhají přidat na stránku bohaté mediální prvky." - }, - "comment": { - "title": "Komentáře", - "details": "Správce komentářů zajišťují vyplňování komentářů a bojují proti šíření spamu." - }, - "support": { - "title": "Podpora", - "details": "Služby podpory ti pomáhají spojit se s týmem stojícím za stránkou a umožňují ti vyjádřit se k jejím nedostatkům." - }, - "api": { - "title": "API", - "details": "API slouží k načtění skriptů: geolokace, vyhledávačů, překladů, ..." - }, - "other": { - "title": "Jiný", - "details": "Služby pro zobrazení webového obsahu." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.da.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.da.js deleted file mode 100644 index e073c55e..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.da.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hej! Dette sted er gennemsigtigt og giver dig mulighed for at vælge de tredjeparts tjenester, du vil tillade.", - "adblock_call": "Deaktiver venligst din adblocker for at begynde tilpasningen.", - "reload": "Opdater siden", - - "alertBigScroll": "Ved at fortsætte med at scrolle,", - "alertBigClick": "Hvis du fortsætter med at bruge dette websted,", - "alertBig": "tillader du alle tredjeparts tjenester", - - "alertBigPrivacy": "Dette websted bruger cookies og giver dig kontrol over, hvad du vil aktivere", - "alertSmall": "Administrer tjenester", - "personalize": "Tilpas", - "acceptAll": "OK, accepter alle", - "close": "Luk", - - "privacyUrl": "Fortrolighedspolitik", - - "all": "Præference for alle tjenester", - - "info": "Beskyttelse af dit privatliv", - "disclaimer": "Ved at tillade disse tredjeparts tjenester accepterer du deres cookies og brugen af sporingsteknologier, der er nødvendige for, at de fungerer korrekt.", - "allow": "Tillad", - "deny": "Afvis ", - "noCookie": "Denne service bruger ikke cookies", - "useCookie": "Denne service kan installere", - "useCookieCurrent": "Denne service er installeret", - "useNoCookie": "Denne service har ikke installeret nogen cookie.", - "more": "Læs mere", - "source": "Se det officielle websted", - "credit": "Cookies manager af tarteaucitron.js", - "noServices": "Dette websted bruger ikke nogen cookie, der kræver dit samtykke.", - - "toggleInfoBox": "Vis / skjul informationer om opbevaring af cookies", - "title": "CCookie-styringspanel", - "cookieDetail": "Cookie detaljer for", - "ourSite": "på vores side", - "newWindow": "(nyt vindue)", - "allowAll": "Tillad alle cookies", - "denyAll": "Afvis alle cookies", - - "icon": "Cookies", - - "fallback": "er deaktiveret.", - "allowed": "tilladt", - "disallowed": "ikke tilladt", - - "ads": { - "title": "Annonceringsnetværk", - "details": "Annoncenetværk kan generere indtægter ved at sælge annonceplads på webstedet." - }, - "analytic": { - "title": "Måling af målgruppen", - "details": "Målingstjenesterne bruges til at generere nyttig statistisk til at forbedre webstedet." - }, - "social": { - "title": "Sociale netværk", - "details": "Sociale netværk kan forbedre anvendeligheden af webstedet og hjælpe med at markedsføre det via aktierne." - }, - "video": { - "title": "Videoer", - "details": "Videodelingstjenester hjælper med at tilføje rige medier på webstedet og øger dets synlighed." - }, - "comment": { - "title": "Kommentarer", - "details": "Kommentarledere letter arkiveringen af kommentarer og bekæmper spam." - }, - "support": { - "title": "Support", - "details": "Supporttjenester giver dig mulighed for at komme i kontakt med webstedsteamet og hjælpe med at forbedre det." - }, - "api": { - "title": "APIer", - "details": "AAPI'er bruges til at indlæse scripts: geolokalisation, søgemaskiner, oversættelser, ..." - }, - "other": { - "title": "Andet", - "details": "Tjenester til visning af webindhold." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.de.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.de.js deleted file mode 100644 index 253eb3c6..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.de.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hallo! Diese Seite ist transparent und lässt Ihnen die Wahl der externen Services, die aktiviert werden dürfen.", - "adblock_call": "Bitte deaktivieren Sie Ihren 'Werbeblocker' um Cookie-Einstellungen vornehmen zu können.", - "reload": "Seite neu laden", - - "alertBigScroll": "Durch weiterblättern,", - "alertBigClick": "Wenn Sie diese Webseite benutzen,", - "alertBig": "stimmen Sie der Benutzung von externen Diensten zu", - - "alertBigPrivacy": "Diese Webseite verwendet 'Cookies' um Inhalte und Anzeigen zu personalisieren und zu analysieren. Bestimmen Sie, welche Dienste benutzt werden dürfen", - "alertSmall": "Datenschutz-Einstellungen", - "personalize": "Personalisieren", - "acceptAll": "Alle akzeptieren", - "close": "Schließen", - - "privacyUrl": "Datenschutzbestimmungen", - - "all": "Einstellungen für alle Dienste", - - "info": "Schutz der Privatsphäre", - "disclaimer": "Wenn Sie diese Dienste nutzen, erlauben Sie deren 'Cookies' und Tracking-Funktionen, die zu ihrer ordnungsgemäßen Funktion notwendig sind.", - "allow": "Erlauben", - "deny": "Ablehnen", - "noCookie": "Dieser Dienst nutzt keine 'Cookies'.", - "useCookie": "Dieser Dienst kann 'Cookies' verwenden", - "useCookieCurrent": "Dieser Dienst verwendet", - "useNoCookie": "Dieser Dienst hat keine 'Cookies' installiert.", - "more": "Weiter lesen", - "source": "Zur offiziellen Webseite", - "credit": "Cookie Manager von tarteaucitron.js", - - "toggleInfoBox": "Zeige/Verberge Cookie-Einstellungen", - "title": "Cookie-Einstellungen", - "cookieDetail": "Cookie Details für", - "ourSite": "auf unserer Seite", - "newWindow": "(neues Fenster)", - "allowAll": "Erlaube alle Cookies", - "denyAll": "Verbiete alle Cookies", - - "icon": "Cookies", - - "fallback": "ist deaktiviert.", - "allowed": "erlaubt", - "disallowed": "nicht erlaubt", - - "ads": { - "title": "Werbenetzwerke", - "details": "Werbenetzwerke können mit dem Verkauf von Werbeplatzierungen auf der Seite Einnahmen erhalten." - }, - "analytic": { - "title": "Besucher Zähldienste", - "details": "Die verwendeten Besucher Zähldienste generieren Statistiken die dabei helfen, die Seite zu verbessern." - }, - "social": { - "title": "Soziale Netzwerke", - "details": "Soziale Netzwerke können die Benutzbarkeit der Seite verbessern und ihren Bekanntheitsgrad erhöhen." - }, - "video": { - "title": "Videos", - "details": "Videoplattformen erlauben Videoinhalte einzublenden und die Sichtbarkeit der Seite zu erhöhen." - }, - "comment": { - "title": "Kommentare", - "details": "Kommentar Manager erleichtern die Organisation von Kommentaren und helfen dabei Spam zu verhindern." - }, - "support": { - "title": "Support", - "details": "Support Dienste erlauben es die Urheber der Seite zu kontaktieren und sie zu verbessern." - }, - "api": { - "title": "APIs", - "details": "APIs werden benutzt um Skripte zu laden, wie: Geolokalisierung, Suchmaschinen, Übersetzungen, ..." - }, - "other": { - "title": "Andere", - "details": "Dienste zum Anzeigen von Web-Inhalten." - }, - - "mandatoryTitle": "Notwendige Cookies", - "mandatoryText": "Diese Seite nutzt Cookies, um die Bedienung der Website zu ermöglichen, diese können nicht deaktiviert werden" -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.el.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.el.js deleted file mode 100644 index 339e4766..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.el.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Γεια σας! Ο ιστότοπος αυτός σας επιτρέπει να επιλέξετε τις υπηρεσίες που παρέχονται από τρίτους που θα θέλατε να επιτρέψετε.", - "adblock_call": "Παρακαλώ απενεργοποιήστε τα προγράμματα απόρριψης διαφημίσεων για να ξεκινήσετε τις τροποποιήσεις σας.", - "reload": "Ανανέωση της σελίδας", - - "alertBigScroll": "Συνεχίζοντας την ανάγνωση (κύλιση) της σελίδας,", - "alertBigClick": "Αν συνεχίσετε την περιήγηση σας στον ιστότοπο,", - "alertBig": "επιτρέπετε όλες τις υπηρεσίες που παρέχονται από τρίτους", - - "alertBigPrivacy": "Ο ιστότοπος αυτός χρησιμοποιεί "μπισκότα" (cookies) και σας επιτρέπει να ελέγξετε τι θέλετε να ενεργοποιήσετε", - "alertSmall": "Διαχείριση υπηρεσιών", - "personalize": "Εξατομίκευση", - "acceptAll": "OK, αποδοχή όλων", - "close": "Κλείσιμο", - - "privacyUrl": "Πολιτική απορρήτου", - - "all": "Προτίμηση για όλες τις υπηρεσίες", - - "info": "Προστασία των προσωπικών σας δεδομένων", - "disclaimer": "Επιτρέποντας αυτές τις υπηρεσίες που παρέχονται από τρίτους, αποδέχεστε τα "μπισκότα" (cookies) τους καθώς και τη χρήση τεχνολογιών παρακολούθησης που είναι απαραίτητες για τη λειτουργία τους.", - "allow": "Επέτρεψε", - "deny": "Απόρριψε", - "noCookie": "Η υπηρεσία αυτή δε χρησιμοποιεί "μπισκότα" (cookies).", - "useCookie": "Η υπηρεσία αυτή μπορεί να αποθηκεύσει ", - "useCookieCurrent": "Η υπηρεσία αυτή έχει αποθηκεύσει ", - "useNoCookie": "Η υπηρεσία αυτή δεν έχει αποθηκεύσει κανένα "μπισκότο" (cookie).", - "more": "Διαβάστε περισσότερα", - "source": "Δείτε τον επίσημο ιστότοπο", - "credit": "Cookies manager by tarteaucitron.js", - - "toggleInfoBox": "Προβολή/Απόκρυψη πληροφοριών για την αποθήκευση "μπισκότων" (cookies)", - "title": "Πίνακας διαχείρισης "Μπισκότων" (Cookies)", - "cookieDetail": "Λεπτομέρειες "μπισκότων" (cookies) για", - "ourSite": "στον ιστότοπο μας", - "newWindow": "(νέο παράθυρο)", - "allowAll": "Επέτρεψε όλα τα "μπισκότα" (cookies)", - "denyAll": "Απόρριψε όλα τα "μπισκότα" (cookies)", - - "icon": "Cookies", - - "fallback": "είναι απενεργοποιημένο.", - "allowed": "επιτρέπεται", - "disallowed": "απαγορεύεται", - - "ads": { - "title": "Διαφημιστικό Δίκτυο", - "details": "Τα διαφημιστικά δίκτυα μπορούν να αποφέρουν εισόδημα πουλώντας διαφημιστικό χώρο στη σελίδα." - }, - "analytic": { - "title": "Μετρήσεις κοινού", - "details": "Οι υπηρεσίες μέτρησης κοινού χρησιμοποιούνται για τον υπολογισμό χρήσιμων στατιστικών επισκεψιμότητας του ιστοτόπου για την βελτίωση του." - }, - "social": { - "title": "Κοινωνικά δίκτυα", - "details": "Τα κοινωνικά δίκτυα μπορούν να βελτιώσουν την χρηστικότητα του ιστοτόπου και να τον προωθήσουν μέσω κοινοποιήσεων." - }, - "video": { - "title": "Βίντεο", - "details": "Υπηρεσίες διαμοιρασμού βίντεο που βοηθούν να παρουσιαστεί πλούσιο περιεχόμενο στον ιστότοπο και να αυξήσουν την αναγνωρισιμότητα του." - }, - "comment": { - "title": "Σχόλια", - "details": "Οι διαχειριστές σχολίων βοηθούν την καταχώρηση σχολίων και προστατεύουν από κακόβουλες ενέργειες." - }, - "support": { - "title": "Υποστήριξη", - "details": "Οι υποστηρικτικές υπηρεσίες σας επιτρέπουν να επικονωνείτε με την ομάδα υποστήριξης του ιστοτόπου και να βοηθήσετε στην βελτίωση του." - }, - "api": { - "title": "APIs", - "details": "Τα API χρησιμοποιούνται για την φόρτωση προγραμμάτων: αναγνώρισης τοποθεσίας, μηχανών αναζήτησης, μεταφράσεων, ..." - }, - "other": { - "title": "Λοιπές υπηρεσίες", - "details": "Υπηρεσίες που παρουσιάζουν άλλο περιεχόμενο." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.en.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.en.js deleted file mode 100644 index bc4f7dfe..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.en.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hello! This site is transparent and lets you choose the 3rd party services you want to allow.", - "adblock_call": "Please disable your adblocker to start customizing.", - "reload": "Refresh the page", - - "alertBigScroll": "By continuing to scroll,", - "alertBigClick": "If you continue to browse this website,", - "alertBig": "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", - - "privacyUrl": "Privacy policy", - - "all": "Preference for all services", - - "info": "Protecting your privacy", - "disclaimer": "By allowing these third party services, you accept their 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", - "noServices": "This website does not use any cookie requiring your consent.", - - "toggleInfoBox": "Show/hide informations about cookie storage", - "title": "Cookies management panel", - "cookieDetail": "Cookie detail for", - "ourSite": "on our site", - "newWindow": "(new window)", - "allowAll": "Allow all cookies", - "denyAll": "Deny all cookies", - - "icon": "Cookies", - - "fallback": "is disabled.", - "allowed": "allowed", - "disallowed": "disallowed", - - "ads": { - "title": "Advertising network", - "details": "Ad networks can generate revenue by selling advertising space on the site." - }, - "analytic": { - "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." - }, - "video": { - "title": "Videos", - "details": "Video sharing services help to add rich media on the site and increase its visibility." - }, - "comment": { - "title": "Comments", - "details": "Comments managers facilitate the filing of comments and fight against spam." - }, - "support": { - "title": "Support", - "details": "Support services allow you to get in touch with the site team and help to improve it." - }, - "api": { - "title": "APIs", - "details": "APIs are used to load scripts: geolocation, search engines, translations, ..." - }, - "other": { - "title": "Other", - "details": "Services to display web content." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.es.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.es.js deleted file mode 100644 index 3e64a79e..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.es.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "¡Hola! Este sitio web es transparente y te da la opción de activar los servicios de terceros.", - "adblock_call": "Por favor deshabilita tu AdBlocker para empezar a personalizar los servicios.", - "reload": "Actualizar esta página", - - "alertBigScroll": "Al continuar desplazándote,", - "alertBigClick": "Si continuas navegando por este sitio web,", - "alertBig": "estás permitiendo servicios terceros", - - "alertBigPrivacy": "Este sitio web usa cookies y te permite controlar las que deseas activar", - "alertSmall": "Gestionar servicios", - "personalize": "Personalizar", - "acceptAll": "OK, aceptar todas", - "close": "Cerrar", - - "privacyUrl": "Política de privacidad", - - "all": "Ajustes para todos los servicios", - - "info": "Protegiendo tu privacidad", - "disclaimer": "Aceptando estos servicios de terceros, estás aceptando sus cookies y el uso de tecnologías de rastreo necesarias para su correcto funcionamiento.", - "allow": "Permitir", - "deny": "Denegar", - "noCookie": "Este servicio no usa cookies.", - "useCookie": "Este servicio puede instalar", - "useCookieCurrent": "Este servicio ha instalado", - "useNoCookie": "Este servicio no ha instalado ninguna cookie.", - "more": "Leer más", - "source": "Ver sitio web oficial", - "credit": "Gestor de cookies realizado por tarteaucitron.js", - - "toggleInfoBox": "Mostrar/ocultar información sobre almacenamiento de cookies", - "title": "Panel de gestión de cookies", - "cookieDetail": "Detalles de las cookies para", - "ourSite": "en nuestra web", - "newWindow": "(ventana nueva)", - "allowAll": "Permitir todas las cookies", - "denyAll": "Denegar todas las cookies", - - "icon": "Cookies", - - "fallback": "está deshabilitado.", - "allowed": "permitido", - "disallowed": "rechazado", - - "ads": { - "title": "Red de publicidad", - "details": "Las redes publicitarias pueden generar ingresos mediante la venta de espacios publicitarios en el sitio." - }, - "analytic": { - "title": "Medición de audiencia", - "details": "Los servicios de medición de audiencia se usan para generar estadísticas útiles para mejorar el sitio." - }, - "social": { - "title": "Redes sociales", - "details": "Las redes sociales pueden aumentar la usabilidad del sitio web y ayudar a promoverlo a través de la contribución." - }, - "video": { - "title": "Videos", - "details": "Los servicios para compartir videos ayudan a añadir contenido enriquecido en el sitio web y aumentar su visibilidad." - }, - "comment": { - "title": "Comentarios", - "details": "El gestor de comentarios facilita la clasificación de comentarios y luchar contra spam." - }, - "support": { - "title": "Soporte", - "details": "Los servicios de soporte te permiten contactar con el sitio web y ayudar a mejorarlo." - }, - "api": { - "title": "APIs", - "details": "APIs se utilizan para cargar scripts: geolocalización, motor de búsqueda, traducciones, ..." - }, - "other": { - "title": "Otro", - "details": "Servicios para mostrar contenido web." - }, - - "mandatoryTitle": "Cookies obligatorias", - "mandatoryText": "Este sitio utiliza cookies necesarias para su correcto funcionamiento que no se pueden desactivar." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fi.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fi.js deleted file mode 100644 index 9aa02e74..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fi.js +++ /dev/null @@ -1,87 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hei! Tämä sivusto antaa sinun valita ja hallita kolmansien osapuolten asettamia evästeitä.", - "adblock_call": "Estä adblocker muuttaaksesi asetuksia.", - "reload": "Päivitä sivu", - - "alertBigScroll": "Jatkamalla selailua,", - "alertBigClick": "Jatkamalla tämän sivuston selailua,", - "alertBig": "hyväksyt kolmansien osapuolien tarjoamia palveluita", - - "alertBigPrivacy": "Tämä sivusto käyttää evästeitä ja antaa sinun hallita niitä.", - "alertSmall": "Hallinnoi palveluja", - "acceptAll": "OK, hyväksy kaikki", - "personalize": "Personoi", - "close": "Sulje", - - "privacyUrl": "Tietosuoja", - - "all": "Kaikkien palveluiden valinta", - - "info": "Yksityisyyden suojaaminen", - "disclaimer": "Hyväksymällä kolmansien osapuolten palvelut, hyväksyt toiminnan kannalta tarpeellisten evästeiden ja seurantateknologioiden käytön.", - "allow": "Hyväksy", - "deny": "Kiellä", - "noCookie": "Tämä palvelu ei käytä evästeitä", - "useCookie": "Tämä palvelu voidaan asentaa", - "useCookieCurrent": "Tämä palvelu on asennettu", - "useNoCookie": "Tämä palvelu ei ole asentanut evästeitä", - "more": "Lue lisää", - "source": "Katso virallinen nettisivu", - "credit": "Evästeiden hallinta: tarteaucitron.js", - "noServices": "Tämä sivusto ei käytä evästeitä, jotka vaativat suostumustasi.", - - "toggleInfoBox": "Näytä/piilota tiedot evästeistä ja niiden säilytyksestä", - "title": "Evästeiden hallintapaneeli", - "cookieDetail": "Evästetiedot", - "ourSite": "sivustollamme", - "newWindow": "uusi ikkuna", - "allowAll": "Hyväksy kaikki evästeet", - "denyAll": "Kiellä kaikki evästeet", - - "icon": "Cookies", - - "fallback": "hylätty.", - "allowed": "sallittu", - "disallowed": "kielletty", - - "ads": { - "title": "Mainosverkosto", - "details": "Mainosverkostot saattavat saada tuloja myymällä mainostilaa sivustolla." - }, - "analytic": { - "title": "Yleisön mittaaminen", - "details": "Les services de mesure d'audience permettent de générer des statistiques de fréquentation utiles à l'amélioration du site." - }, - "social": { - "title": "Sosiaaliset verkostot", - "details": "Sosiaaliset verkostot voivat helpottaa sivuston käytettävyyttä ja mainontaa" - }, - "video": { - "title": "Videot", - "details": "Videoiden toistopalvelut auttavat rikastamaan sivuston markkinointia ja kasvattaa sen näkyvyyttä" - }, - - "comment": { - - "title": "Kommentit", - - "details": "Kommentoinnin ylläpito helpottaa kommenttien arkistointia ja roskapostin hallintaa." - }, - "support": { - "title": "Tuki", - "details": "Ohjelmointirajapintoja käytetään eri ohjelmistojen, kuten hakukoneiden, sijaintien tai käännösten, lataamiseen." - }, - "api": { - "title": "Ohjelmointirajapinnat", - "details": "Ohjelmointirajapintoja käytetään eri ohjelmistojen, kuten hakukoneiden, sijaintien tai käännösten, lataamiseen,..." - }, - "other": { - "title": "Muut", - "details": "Palvelut web-sisältöjen näyttämiseen." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fr.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fr.js deleted file mode 100644 index 3d49493b..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.fr.js +++ /dev/null @@ -1,85 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - - "middleBarHead": "☝ 🍪", - "adblock": "Bonjour! Ce site joue la transparence et vous donne le choix des services tiers à activer.", - "adblock_call": "Merci de désactiver votre adblocker pour commencer la personnalisation.", - "reload": "Recharger la page", - - "alertBigScroll": "En continuant de défiler,", - "alertBigClick": "En poursuivant votre navigation,", - "alertBig": "vous acceptez l'utilisation de services tiers pouvant installer des cookies", - - "alertBigPrivacy": "Ce site utilise des cookies à des fins statistiques mais vous pouvez les refuser", - "alertSmall": "Gestion des services", - "acceptAll": "Accepter", - "personalize": "Personnaliser", - "close": "Fermer", - - "privacyUrl": "Politique de confidentialité", - - "all": "Préférences pour tous les services", - - "info": "Protection de votre vie privée", - "disclaimer": "En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.", - "allow": "Autoriser", - "deny": "Interdire", - "noCookie": "Ce service ne dépose aucun cookie.", - "useCookie": "Ce service peut déposer", - "useCookieCurrent": "Ce service a déposé", - "useNoCookie": "Ce service n'a déposé aucun cookie.", - "more": "En savoir plus", - "source": "Voir le site officiel", - "credit": "Gestion des cookies par tarteaucitron.js", - "noServices": "Ce site n'utilise aucun cookie nécessitant votre consentement.", - - "toggleInfoBox": "Afficher/masquer les informations sur le stockage des cookies", - "title": "Panneau de gestion des cookies", - "cookieDetail": "Détail des cookies", - "ourSite": "sur notre site", - "newWindow": "(nouvelle fenêtre)", - "allowAll": "Tout accepter", - "denyAll": "Refuser", - - "icon": "Cookies", - - "fallback": "est désactivé.", - "allowed": "autorisé", - "disallowed": "interdit", - - "ads": { - "title": "Régies publicitaires", - "details": "Les régies publicitaires permettent de générer des revenus en commercialisant les espaces publicitaires du site." - }, - "analytic": { - "title": "Mesure d'audience", - "details": "Les services de mesure d'audience permettent de générer des statistiques de fréquentation utiles à l'amélioration du site." - }, - "social": { - "title": "Réseaux sociaux", - "details": "Les réseaux sociaux permettent d'améliorer la convivialité du site et aident à sa promotion via les partages." - }, - "video": { - "title": "Vidéos", - "details": "Les services de partage de vidéo permettent d'enrichir le site de contenu multimédia et augmentent sa visibilité." - }, - "comment": { - "title": "Commentaires", - "details": "Les gestionnaires de commentaires facilitent le dépôt de vos commentaires et luttent contre le spam." - }, - "support": { - "title": "Support", - "details": "Les services de support vous permettent d'entrer en contact avec l'équipe du site et d'aider à son amélioration." - }, - "api": { - "title": "APIs", - "details": "Les APIs permettent de charger des scripts : géolocalisation, moteurs de recherche, traductions, ..." - }, - "other": { - "title": "Autre", - "details": "Services visant à afficher du contenu web." - }, - - "mandatoryTitle": "Cookies obligatoires", - "mandatoryText": "Ce site utilise des cookies nécessaires à son bon fonctionnement. Ils ne peuvent pas être désactivés." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.hu.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.hu.js deleted file mode 100644 index e175ea9a..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.hu.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Szia! Ez a webhely átlátható, és lehetővé teszi a kívánt harmadik fél szolgáltatásainak kiválasztását", - "adblock_call": "A testreszabás megkezdéséhez állítsd le az adblockert, kérlek.", - "reload": "Oldal frissítése", - - "alertBigScroll": "A görgetés folytatásával,", - "alertBigClick": "Ha folytatod a böngészést ezen oldalon,", - "alertBig": "engedélyezed a harmadik fél összes szolgáltatását.", - - "alertBigPrivacy": "A webhely tartalmának megjelenítéséhez és a felhasználói élmény javításához cookie-kat használunk", - "alertSmall": "Szolgáltatások kezelése", - "personalize": "Beállítások", - "acceptAll": "OK, elfogadom", - "close": "Bezár", - - "privacyUrl": "Adatvédelmi irányelvek", - - "all": "Összes szolgáltatás előnyben részesítése", - - "info": "Személyi adataid védelme", - "disclaimer": "A harmadik fél szolgáltatásainak engedélyezésével elfogadja a sütiket és a megfelelő működésükhöz szükséges nyomkövetési technológiák használatát.", - "allow": "Elfogadom", - "deny": "Elutasítom", - "noCookie": "Ez a szolgáltatás nem használ sütit.", - "useCookie": "Ez a szolgáltatás telepíthető", - "useCookieCurrent": "Ez a szolgáltatás telepített", - "useNoCookie": "Ez a szolgáltatás nem telepített sütiket", - "more": "Olvass többet", - "source": "Tekintsd meg a hivatalos weboldalt", - "credit": "Cookie-kezelő: tarteaucitron.js", - "noServices": "Ez a weboldal nem használ olyan sütiket, amelyekhez a beleegyezésed szükséges.", - - "toggleInfoBox": "Információk megjelenítése / elrejtése a süti-tárolással kapcsolatban", - "title": "Süti preferenciák", - "cookieDetail": "Süti adatok a következőhöz:", - "ourSite": "weboldalunkon", - "newWindow": "(új ablak)", - "allowAll": "Elfogadom az öszeset", - "denyAll": "Elutasítom", - - "icon": "Cookies", - - "fallback": "letiltott.", - "allowed": "megengedett", - "disallowed": "nem engedélyezett", - - "ads": { - "title": "Reklámhálózat", - "details": "A hirdetési hálózatok bevételt teremthetnek azáltal, hogy értékesítik a webhelyen található hirdetési felületet" - }, - "analytic": { - "title": "Közönségmérés", - "details": "A közönségmérési szolgáltatások hasznos statisztikai adatokat generáltak a webhely fejlesztése érdekében." - }, - "social": { - "title": "Közösségi hálózatok", - "details": "A közösségi hálózatok javíthatják a webhely használhatóságát, és elősegíthetik annak promoválását a megosztások révén." - }, - "video": { - "title": "Videók", - "details": "A videomegosztó szolgáltatások hozzájárulnak hasznos multimédiához a webhelyen és növelik annak láthatóságát." - }, - "comment": { - "title": "Kommentek", - "details": "A megjegyzésfigyelők megkönnyítik a megjegyzések kitöltését és a spam elleni küzdelmet." - }, - "support": { - "title": "Támogatás", - "details": "A támogatási szolgáltatások lehetővé teszik, hogy kapcsolatba lépjen a webhely csapatával, és segítsen annak fejlesztésében." - }, - "api": { - "title": "APIk", - "details": "Az API-kat a szkriptek betöltésére használják: földrajzi helymeghatározás, keresőmotorok, fordítások..." - }, - "other": { - "title": "Más", - "details": "Szolgáltatások webtartalom megjelenítésére." - }, - - "mandatoryTitle": "Kötelező sütik", - "mandatoryText": "A webhely tartalmának megjelenítéséhez és a felhasználói bejelentkezéshez sütiket használunk amiket nem lehet kikapcsolni." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.it.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.it.js deleted file mode 100644 index 0e3898cc..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.it.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Benvenuto! Questo sito ti permette di attivare i servizi di terzi di tua scelta.", - "adblock_call": "Disabilita il tuo adblocker per iniziare la navigazione.", - "reload": "Aggiorna la pagina", - - "alertBigScroll": "Continuando a scorrere,", - "alertBigClick": "Continuando a navigare nel sito,", - "alertBig": "autorizzi l’utilizzo dei cookies inviati da domini di terze parti", - - "alertBigPrivacy": "Questo sito fa uso di cookies e ti consente di decidere se accettarli o rifiutarli", - "alertSmall": "Gestione dei servizi", - "acceptAll": "Ok, accetta tutto", - "personalize": "Personalizza", - "close": "Chiudi", - - "privacyUrl": "Politica sulla riservatezza", - - "all": "Preferenze per tutti i servizi", - - "info": "Tutela della privacy", - "disclaimer": "Abilitando l'uso dei servizi di terze parti, accetti la ricezione dei cookies e l'uso delle tecnologie analitici necessarie al loro funzionamento.", - "allow": "Consenti", - "deny": "Blocca", - "noCookie": "Questo servizio non invia nessun cookie", - "useCookie": "Questo servizio puo' inviare", - "useCookieCurrent": "Questo servizio ha inviato", - "useNoCookie": "Questo servizio non ha inviato nessun cookie", - "more": "Saperne di più", - "source": "Vai al sito ufficiale", - "credit": "Gestione dei cookies da tarteaucitron.js", - - "toggleInfoBox": "Show/hide informations about cookie storage", - "title": "Cookies management panel", - "cookieDetail": "Cookie detail for", - "ourSite": "on our site", - "newWindow": "(new window)", - "allowAll": "Allow all cookies", - "denyAll": "Deny all cookies", - - "icon": "Cookies", - - "fallback": "è disattivato", - "allowed": "permesso", - "disallowed": "non consentito", - - "ads": { - "title": "Regie pubblicitarie", - "details": "Le regie pubblicitarie producono redditi gestendo la commercializzazione degli spazi del sito dedicati alle campagne pubblicitarie" - }, - "analytic": { - "title": "Misura del pubblico", - "details": "I servizi di misura del pubblico permettono di raccogliere le statistiche utili al miglioramento del sito" - }, - "social": { - "title": "Reti sociali", - "details": "Le reti sociali permettono di migliorare l'aspetto conviviale del sito e di sviluppare la condivisione dei contenuti da parte degli utenti a fini promozionali." - }, - "video": { - "title": "Video", - "details": "I servizi di condivisione di video permettono di arricchire il sito di contenuti multimediali e di aumentare la sua visibilità" - }, - "comment": { - "title": "Commenti", - "details": "La gestione dei commenti utente aiuta a gestire la pubblicazione dei commenti e a lottare contro lo spamming" - }, - "support": { - "title": "Supporto", - "details": "I servizi di supporto ti consentono di contattare la team del sito e di contribuire al suo miglioramento" - }, - "api": { - "title": "API", - "details": "Le API permettono di implementare script diversi : geolocalizzazione, motori di ricerca, traduttori..." - }, - "other": { - "title": "Altro", - "details": "Servizi per visualizzare contenuti web." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ja.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ja.js deleted file mode 100644 index d7e9c994..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ja.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hello! This site is transparent and lets you chose the 3rd party services you want to allow.", - "adblock_call": "Please disable your adblocker to start customizing.", - "reload": "Refresh the page", - - "alertBigScroll": "By continuing to scroll,", - "alertBigClick": "If you continue to browse this website,", - "alertBig": "you are allowing all third-party services", - - "alertBigPrivacy": "当サイトはクッキーを利用しております。お客様自身でクッキー利用の設定および管理ができます。", - "alertSmall": "Manage services", - "personalize": "カスタマイズする", - "acceptAll": "全てに同意する", - "close": "Close", - - "privacyUrl": "プライバシーポリシー", - - "all": "Preference for all services", - - "info": "Protecting your privacy", - "disclaimer": "これらの第三者によるサービスを許可することで、サイトの動作に必要なクッキーや他のトラッキング・テクノロジーの使用に同意するものとみなします。", - "allow": "許可", - "deny": "拒否", - "noCookie": "This service does not use cookie.", - "useCookie": "This service can install", - "useCookieCurrent": "このサービスは2つのクッキーを利用します", - "useNoCookie": "This service has not installed any cookie.", - "more": "もっと読む", - "source": "公式サイトで閲覧する", - "credit": "Cookies manager by tarteaucitron.js", - "noServices": "This website does not use any cookie requiring your consent.", - - "toggleInfoBox": "Show/hide informations about cookie storage", - "title": "クッキー利用の管理について", - "cookieDetail": "Cookie detail for", - "ourSite": "on our site", - "newWindow": "(new window)", - "allowAll": "すべてのクッキーを許可する", - "denyAll": "すべてのクッキーを拒否する", - - "icon": "Cookies", - - "fallback": "is disabled.", - "allowed": "許可", - "disallowed": "許可されていません", - - "ads": { - "title": "Advertising network", - "details": "Ad networks can generate revenue by selling advertising space on the site." - }, - "analytic": { - "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." - }, - "video": { - "title": "Videos", - "details": "Video sharing services help to add rich media on the site and increase its visibility." - }, - "comment": { - "title": "Comments", - "details": "Comments managers facilitate the filing of comments and fight against spam." - }, - "support": { - "title": "Support", - "details": "Support services allow you to get in touch with the site team and help to improve it." - }, - "api": { - "title": "APIs", - "details": "APIs are used to load scripts: geolocation, search engines, translations, ..." - }, - "other": { - "title": "Other", - "details": "Services to display web content." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.lv.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.lv.js deleted file mode 100644 index 586937a4..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.lv.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Szia! Ez a webhely átlátható, és lehetővé teszi a kívánt harmadik fél szolgáltatásainak kiválasztását", - "adblock_call": "A testreszabás megkezdéséhez állítsd le az adblockert, kérlek.", - "reload": "Oldal frissítése", - - "alertBigScroll": "A görgetés folytatásával,", - "alertBigClick": "Ha folytatod a böngészést ezen oldalon,", - "alertBig": "engedélyezed a harmadik fél összes szolgáltatását.", - - "alertBigPrivacy": "A webhely tartalmának megjelenítéséhez és a felhasználói élmény javításához cookie-kat használunk", - "alertSmall": "Szolgáltatások kezelése", - "personalize": "Beállítások", - "acceptAll": "OK, elfogadom", - "close": "Bezár", - - "privacyUrl": "Adatvédelmi irányelvek", - - "all": "Összes szolgáltatás előnyben részesítése", - - "info": "Személyi adataid védelme", - "disclaimer": "A harmadik fél szolgáltatásainak engedélyezésével elfogadja a sütiket és a megfelelő működésükhöz szükséges nyomkövetési technológiák használatát.", - "allow": "Elfogadom", - "deny": "Elutasítom", - "noCookie": "Ez a szolgáltatás nem használ sütit.", - "useCookie": "Ez a szolgáltatás telepíthető", - "useCookieCurrent": "Ez a szolgáltatás telepített", - "useNoCookie": "Ez a szolgáltatás nem telepített sütiket", - "more": "Olvass többet", - "source": "Tekintsd meg a hivatalos weboldalt", - "credit": "Cookie-kezelő: tarteaucitron.js", - "noServices": "Ez a weboldal nem használ olyan sütiket, amelyekhez a beleegyezésed szükséges.", - - "toggleInfoBox": "Információk megjelenítése / elrejtése a süti-tárolással kapcsolatban", - "title": "Süti preferenciák", - "cookieDetail": "Süti adatok a következőhöz:", - "ourSite": "weboldalunkon", - "newWindow": "(új ablak)", - "allowAll": "Elfogadom az öszeset", - "denyAll": "Elutasítom", - - "icon": "Cookies", - - "fallback": "letiltott.", - "allowed": "atļauts", - "disallowed": "nav atļauts", - - "ads": { - "title": "Reklámhálózat", - "details": "A hirdetési hálózatok bevételt teremthetnek azáltal, hogy értékesítik a webhelyen található hirdetési felületet" - }, - "analytic": { - "title": "Közönségmérés", - "details": "A közönségmérési szolgáltatások hasznos statisztikai adatokat generáltak a webhely fejlesztése érdekében." - }, - "social": { - "title": "Közösségi hálózatok", - "details": "A közösségi hálózatok javíthatják a webhely használhatóságát, és elősegíthetik annak promoválását a megosztások révén." - }, - "video": { - "title": "Videók", - "details": "A videomegosztó szolgáltatások hozzájárulnak hasznos multimédiához a webhelyen és növelik annak láthatóságát." - }, - "comment": { - "title": "Kommentek", - "details": "A megjegyzésfigyelők megkönnyítik a megjegyzések kitöltését és a spam elleni küzdelmet." - }, - "support": { - "title": "Támogatás", - "details": "A támogatási szolgáltatások lehetővé teszik, hogy kapcsolatba lépjen a webhely csapatával, és segítsen annak fejlesztésében." - }, - "api": { - "title": "APIk", - "details": "Az API-kat a szkriptek betöltésére használják: földrajzi helymeghatározás, keresőmotorok, fordítások..." - }, - "other": { - "title": "Más", - "details": "Szolgáltatások webtartalom megjelenítésére." - }, - - "mandatoryTitle": "Kötelező sütik", - "mandatoryText": "A webhely tartalmának megjelenítéséhez és a felhasználói bejelentkezéshez sütiket használunk amiket nem lehet kikapcsolni." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.nl.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.nl.js deleted file mode 100644 index 33c45983..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.nl.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hallo! Deze site is transparant en laat u de services van derden kiezen die u wilt toestaan.", - "adblock_call": "Schakel uw adblocker uit om te beginnen met aanpassen.", - "reload": "Ververs de pagina", - - "alertBigScroll": "Door te blijven scrollen,", - "alertBigClick": "Als je doorgaat met het surfen op deze website,", - "alertBig": "sta je alle diensten van derden toe", - - "alertBigPrivacy": "Deze site maakt gebruik van cookies en geeft u controle over wat u wilt activeren", - "alertSmall": "Beheer instellingen", - "personalize": "Personaliseer", - "acceptAll": "OK, accepteer alle", - "close": "Sluit", - - "privacyUrl": "Privacybeleid", - - "all": "Voorkeur voor alle diensten", - - "info": "Bescherming van uw privacy", - "disclaimer": "Door deze services van derden toe te staan, accepteert u hun cookies en het gebruik van trackingtechnologieën die nodig zijn voor hun goede werking.", - "allow": "Toestaan", - "deny": "Weigeren", - "noCookie": "Deze service gebruikt geen cookie", - "useCookie": "Deze service kan worden geïnstalleerd", - "useCookieCurrent": "Deze service is geïnstalleerd", - "useNoCookie": "Deze service heeft geen cookies geïnstalleerd.", - "more": "Lees meer", - "source": "Bekijk de officiële website", - "credit": "Cookie manager mogelijk gemaakt door tarteaucitron.js", - - "fallback": "is uitgeschakeld.", - "allowed": "toegestaan", - "disallowed": "niet toegestaan", - - "toggleInfoBox": "Toon/verberg informatie over cookie opslag", - "title": "Cookies beheer paneel", - "cookieDetail": "Cookie detail voor", - "ourSite": "op onze site", - "newWindow": "(nieuw venster)", - "allowAll": "Sta alle cookies toe", - "denyAll": "Weiger alle cookies", - - "icon": "Cookies", - - "ads": { - "title": "Advertentienetwerk", - "details": "Advertentienetwerken kunnen inkomsten genereren door advertentieruimte op de site te verkopen." - }, - "analytic": { - "title": "Bezoekers meting", - "details": "De bezoekersdiensten voor het publiek worden gebruikt om nuttige statistieken te genereren om de site te verbeteren." - }, - "social": { - "title": "Sociale netwerken", - "details": "Sociale netwerken kunnen de bruikbaarheid van de site verbeteren en helpen deze via de shares te promoten." - }, - "video": { - "title": "Videos", - "details": "Video sharing-services helpen om rich media op de site toe te voegen en de zichtbaarheid ervan te vergroten." - }, - "comment": { - "title": "Comments", - "details": "Commentsmanagers faciliteren het indienen van opmerkingen en het bestrijden van spam." - }, - "support": { - "title": "Support", - "details": "Support diensten stellen u in staat contact op te nemen met het team van de site en helpen het te verbeteren." - }, - "api": { - "title": "APIs", - "details": "APIs worden gebruikt om scripts te laden: geolocatie, zoekmachines, vertalingen, ..." - }, - "other": { - "title": "Overig", - "details": "Diensten om webinhoud weer te geven." - }, - - "mandatoryTitle": "Verplichte cookies", - "mandatoryText": "Deze site maakt gebruik van cookies die nodig zijn voor de goede werking ervan en die niet kunnen worden gedeactiveerd." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.no.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.no.js deleted file mode 100644 index 04820aa3..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.no.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead" : "☝ 🍪", - "adblock" : "Hei! Dette nettstedet er gjennomsiktig og lar deg kontrollere hvilke tredjeparts tjenester du vil tillate.", - "adblock_call" : "For å gjøre endringer, vær så snill å deaktivere annonse-blokkering.", - "reload" : "Oppdater side", - - "alertBigScroll" : "Ved å fortsette å scrolle,", - "alertBigClick" : "Dersom du fortsetter å bruke dette nettstedet,", - "alertBig" : "tillater du alle tredjeparts tjenester", - - "alertBigPrivacy" : "Dette nettstedet bruker informasjonskapsler og gir deg kontroll over hva du vil aktivere", - "alertSmall" : "Administrer tjenester", - "personalize" : "Personaliser", - "acceptAll" : "OK, aksepter alt", - "close" : "Steng", - - "privacyUrl" : "Personvernregler", - - "all" : "Preferanse for alle tjenester", - - "info" : "Beskytt ditt personvern", - "disclaimer" : "Ved å tillate disse tredjepartstjenestene godtar du informasjonskapslene deres og bruken av sporingsteknologier som er nødvendige for at de skal fungere korrekt.", - "allow" : "Tillat", - "deny" : "Ikke tillat", - "noCookie" : "Denne tjenesten bruker ikke informasjonskapsel.", - "useCookie" : "Denne tjenesten kan installeres", - "useCookieCurrent" : "Denne tjenesten er installert", - "useNoCookie" : "TDenne tjenesten har ikke installert noen informasjonskapsel.", - "more" : "Les mer", - "source" : "Se den offisielle nettsiden", - "credit" : "Informasjonskapsler styres av tarteaucitron.js", - "noServices" : "Dette nettstedet bruker ingen informasjonskapsler som krever ditt samtykke.", - - "toggleInfoBox" : "Vis / skjul informasjon om lagring av informasjonskapsler", - "title" : "Panel for informasjonskapsler", - "cookieDetail" : "Informasjon om informasjonskapsler for", - "ourSite" : "på nettstedet vårt", - "newWindow" : "(nytt vindu)", - "allowAll" : "Tillat alle informasjonskapsler", - "denyAll" : "Nekt alle informasjonskapsler", - - "icon": "Cookies", - - "fallback" : "er skrudd av.", - "allowed": "tillatt", - "disallowed": "ikke tillatt", - - "ads" : { - "title" : "Annonsenettverk", - "details" : "Annonsenettverket kan generere inntekter ved å selge reklameplass på nettstedet." - }, - "analytic" : { - "title" : "Målgruppe målinger", - "details" : "Målgruppens målingstjenester ble brukt til å generere nyttig informasjon for å forbedre nettstedet." - }, - "social" : { - "title" : "Sosiale nettverk", - "details" : "Sosiale nettverk kan forbedre brukervennligheten til nettstedet og bidra til å markedsføre det." - }, - "video" : { - "title" : "Video", - "details" : "Videodelingstjenester hjelper til med å legge til rik media på nettstedet og øke synligheten." - }, - "comment" : { - "title" : "Kommentarer", - "details" : "Kommentaradministratorer legger til rette for arkivering av kommentarer og bekjemper spam." - }, - "support" : { - "title" : "Brukerstøtte", - "details" : "Brukerstøtte lar deg komme i kontakt med nettstedsteamet og bidra til å forbedre nettstedet." - }, - "api" : { - "title" : "API-er", - "details" : "API-er brukes til å laste inn skript: geolokalisering, søkemotorer, oversettelser, ..." - }, - "other" : { - "title" : "Annet", - "details" : "Tjenester for å vise innhold på nettet." - }, - - "mandatoryTitle" : "Obligatoriske informasjonskapsler", - "mandatoryText" : "Dette nettstedet bruker obligatoriske informasjonskapsler som er nødvendige for at nettstedet skal fungere som det skal. Disse kan ikke deaktiveres." -}; \ No newline at end of file diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.oc.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.oc.js deleted file mode 100644 index fe582d78..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.oc.js +++ /dev/null @@ -1,85 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - - "middleBarHead": "☝ 🍪", - "adblock": "Bonjorn! Aqueste site jòga la transparéncia e vos dòna la possibilitat de causir los servicis tèrces a activar.", - "adblock_call": "Mercés de desactivar vòstre adblocker per començar la personalizacion.", - "reload": "Recargar la pagina", - - "alertBigScroll": "En contunhant de desfilar,", - "alertBigClick": "En seguissent vòstra navigacion,", - "alertBig": "acceptatz l'utilizacion de servicis tèrces que pòdon installar de cookies", - - "alertBigPrivacy": "Aqueste site utiliza de cookies e vos dòna lo contraròtle sus çò que volètz activar", - "alertSmall": "Gestion dels servicis", - "acceptAll": "OK, tot acceptar", - "personalize": "Personalizar", - "close": "Tampar", - - "privacyUrl": "Politica de confidencialitat", - - "all": "Preferéncias per totes los servicis", - - "info": "Proteccion de vòstra vida privada", - "disclaimer": "En autorizant aquestes servicis tèrces, acceptatz lo depaus e la lectura de cookies e l'utilizacion de tecnologias de seguiment necessaris a lor bon foncionament.", - "allow": "Autorizar", - "deny": "Interdire", - "noCookie": "Aqueste servici daissa pas cap de cookies.", - "useCookie": "Aqueste servici pòt daissar", - "useCookieCurrent": "Aqueste servici a daissat", - "useNoCookie": "Aqueste servici a pas daissat cap de cookies.", - "more": "Ne saber mai", - "source": "Veire lo site oficial", - "credit": "Gestion dels cookies per tarteaucitron.js", - "noServices": "Aqueste site utiliza pas cap de cookies que demandan vòstre consentiment.", - - "toggleInfoBox": "Mostrar/amagar las informacions sus l'emmagazinatge dels cookies", - "title": "Panèl de gestion dels cookies", - "cookieDetail": "Detalh dels cookies", - "ourSite": "sus nòstre site", - "newWindow": "(novèla fenèstra)", - "allowAll": "Autorizar totes los cookies", - "denyAll": "Interdire totes los cookies", - - "icon": "Cookies", - - "fallback": "es desactivat.", - "allowed": "allowed", - "disallowed": "disallowed", - - "ads": { - "title": "Regias publicitàrias", - "details": "Las regias publicitàrias permeton de gerir de revenguts en comercialisant los espacis publicitaris del site." - }, - "analytic": { - "title": "Mesura d'audiéncia", - "details": "Los servicis de mesura d'audiénce permeton de generar d'estatisticas de frequentacion utilas per melhorar lo site." - }, - "social": { - "title": "Malhums socials", - "details": "Los malhums socials permeton de melhorar la convivéncia del site e d'ajudar sa promocion via los partatges." - }, - "video": { - "title": "Vidèos", - "details": "Los servicis de partatge de vidèo permeton d'enriquir lo site de contengut multimèdia e aumentan sa visibilitat." - }, - "comment": { - "title": "Comentaris", - "details": "Los gestionaris de comentaris facilitan lo depaus de vòstres comentaris e lutan contra los messatges indesirables." - }, - "support": { - "title": "Assiténcia", - "details": "Los servicis d'assisténcia vos permeton de dintrar en contacte amb l'equipa del site e d'ajudar a son melhorament." - }, - "api": { - "title": "APIs", - "details": "Las APIs permeton de cargar de scripts : geolocalizacion, motors de recèrca, traduccions, ..." - }, - "other": { - "title": "Autre", - "details": "Servicis que cèrcan a afichar de contengut web." - }, - - "mandatoryTitle": "Cookies necessaris", - "mandatoryText": "Aqueste site utiliza de cookies necessaris pel seu pròpri foncionament que pòdon pas èsser desactivats." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pl.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pl.js deleted file mode 100644 index 5bdb50f3..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pl.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Witaj! Ta witryna oferuje daje mozliwość wyboru aktywacji usług zewnętrznych.", - "adblock_call": "Prosze wylaczyc adblocker aby rozpoczac dostosowanie do potrzeb uzytkownika.", - "reload": "Odswież stronę", - - "alertBigScroll": "Poprzez kontynuowanie przewijania,", - "alertBigClick": "Pozostając na tej stronie", - "alertBig": "zgadzasz się na korzystanie ze wszystkich zewnetrzynych usług", - - "alertBigPrivacy": "Ta witryna używa plików cookie i pozwala wybrać na które chcesz zezwolić", - "alertSmall": "Zarządzanie usługami", - "personalize": "Personalizacja", - "acceptAll": "OK, akceptuję wszystko", - "close": "zamknij", - - "privacyUrl": "Polityka prywatności", - - "all": "Preferencja dla wszystkich usług", - - "info": "Ochrona prywatności", - "disclaimer": "Zgadzając się na korzystanie z usług zewnętrznych, akceptujesz ich pliki cookies oraz wykorzystanie technologii śledzących, niezbędnych do ich funkcjonowania.", - "allow": "Zezwalaj", - "deny": "Odmów", - "noCookie": "Ta usługa nie korzysta z plików cookie.", - "useCookie": "Ta usługa może zainstalować pliki cookie", - "useCookieCurrent": "Ta usługa zainstalowała pliki cookie", - "useNoCookie": "Ta usługa nie zainstalowała żadnego pliku cookie.", - "more": "Więcej informacji", - "source": "Zobacz oficjalną stronę internetową", - "credit": "Cookies menadżer od tarteaucitron.js", - - "toggleInfoBox": "Pokaż/ukryj informacje o zapisie plików cookie", - "title": "Panel zarządzania plikami cookies", - "cookieDetail": "Szczegóły plików cookie dla", - "ourSite": "na naszej stronie", - "newWindow": "(nowe okno)", - "allowAll": "Zezwól na wszystkie pliki cookies", - "denyAll": "Zablokuj wszystkie pliki cookies", - - "icon": "Cookies", - - "fallback": "jest nieaktywna.", - "allowed": "dozwolony", - "disallowed": "niedozwolone", - - "ads": { - "title": "Sieć reklamowa", - "details": "Sieci reklamowe mogą generować przychody ze sprzedaży powierzchni reklamowej na stronie." - }, - "analytic": { - "title": "Pomiar oglądalności", - "details": "Usługi pomiaru oglądalności wykorzystywane są do generowania przydatnych statystyk potrzebnych w doskonaleniu strony." - }, - "social": { - "title": "Portale społecznościowe", - "details": "Sieci społecznościowe mogą poprawić użyteczność serwisu i pomóc w promocji za pośrednictwem udostępniania strony." - }, - "video": { - "title": "Filmy", - "details": "Usługa udostępniania wideo pomoże dodać multimedia do strony i zwiększyć jej ogladalność." - }, - "comment": { - "title": "Komentarze", - "details": "Zarządzanie komentarzami ułatwia komentowanie i zwalcza spam." - }, - "support": { - "title": "Pomoc", - "details": "Usługa pomocy technicznej pozwala skontaktować się z administratorem witryny i pomaga ją udoskonalić." - }, - "api": { - "title": "APIs", - "details": "APIs służą do ładowania skryptów: geolokalizacji, wyszukiwarek, tłumaczenia, ..." - }, - "other": { - "title": "Inne", - "details": "Usługi do wyświetlania treści internetowych." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pt.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pt.js deleted file mode 100644 index 71523464..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.pt.js +++ /dev/null @@ -1,82 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Olá! Em uma ação de transparência, este site lhe dá a opção de quais serviços de terceiros deseje ativar.", - "adblock_call": "Por favor, desative seu bloqueador de publicidades para poder personalizar.", - "reload": "Atualizar esta página", - - "alertBigScroll": "Ao continuar a rolar,", - "alertBigClick": "Se você continuar a navegação neste site,", - "alertBig": "você estará aceitando todos os serviços de terceiros", - - "alertBigPrivacy": "Este site utiliza cookies e dá-lhe controle sobre o que quer ativar", - "alertSmall": "Gerenciar serviços", - "personalize": "Personalizar", - "acceptAll": "OK, aceitar tudo", - "close": "Fechar", - - "privacyUrl": "Política de Privacidade", - - "all": "Definições dos serviços", - "info": "Proteger sua privacidade", - "disclaimer": "Ao aceitar os serviços terceiros, você aceita o uso de cookies em conjunto a tecnologias de rastreamento que lhe são necessárias para funcionar", - "allow": "Autorizar", - "deny": "Recusar", - "noCookie": "Este serviço não usa cookies.", - "useCookie": "Este serviço pode instalar", - "useCookieCurrent": "Este serviço instalou", - "useNoCookie": "Este serviço não instalou nenhum cookie.", - "more": "Ler mais", - "source": "Ver o site oficial", - "credit": "Gerenciador de cookies por tarteaucitron.js", - - "toggleInfoBox": "Mostrar/ocultar informações sobre armazenamento de cookies", - "title": "Painel de Gerenciamento de Cookies", - "cookieDetail": "Detalhe do Cookie", - "ourSite": "em nosso site", - "newWindow": "(nova janela)", - "allowAll": "Permite todos os cookies", - "denyAll": "Proibe todos cookies", - - "icon": "Cookies", - - "fallback": "está desativado.", - "allowed": "permitido", - "disallowed": "não permitido", - - "ads": { - "title": "Rede de anúncios", - "details": "As redes de anúncios podem gerar receitas com a venda de espaço publicitário no site." - }, - "analytic": { - "title": "Medição de audiência", - "details": "Serviços de medição de audiência usados para gerar estatísticas no intuito de melhorar o site." - }, - "social": { - "title": "Rede sociais", - "details": "Rede sociais podem ameliorar o utilização do site e ajudar a promove-lo via compartilhamentos." - }, - "video": { - "title": "Vídeos", - "details": "Serviços de compartilhamento de vídeo adicionam medias no site a aumentam sua visibilidade." - }, - "comment": { - "title": "Comentários", - "details": "Gerenciadores de comentários facilitam o sistema de comentários e lutam contra o spam." - }, - "support": { - "title": "Suporte", - "details": "Serviços de suporte lhe ajudam a entrar em contato com a equipe de suporte." - }, - "api": { - "title": "APIs", - "details": "APIs são usadas para carregar scripts: geolocalização, motores de pesquisa, traduções, ..." - }, - "other": { - "title": "De outros", - "details": "Serviços para exibir conteúdo da web." - }, - - "mandatoryTitle": "Cookies obrigatórios", - "mandatoryText": "Este site utiliza alguns cookies que são necessários ao seu funcionamento e não podem ser desativados." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ro.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ro.js deleted file mode 100644 index 1c9d3915..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ro.js +++ /dev/null @@ -1,83 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Buna! Acest site este transparent și vă permite să alegeți serviciile terță parte pe care doriți să le permiteți.", - "adblock_call": "Dezactivați-vă adblocker-ul pentru a începe personalizarea.", - "reload": "Reincarca Pagina", - - "alertBigScroll": "Continuând să defilați,", - "alertBigClick": "Dacă continuați să răsfoiți acest site,", - "alertBig": "permiteți tuturor serviciilor terță parte", - - "alertBigPrivacy": "Acest site utilizează cookie-uri și vă oferă control asupra a ceea ce doriți să activați", - "alertSmall": "Gestionați serviciile", - "personalize": "Personalizați", - "acceptAll": "OK, acceptați-le pe toate", - "close": "Închide", - - "privacyUrl": "Politica de confidentialitate", - - "all": "Preferință pentru toate serviciile", - - "info": "Protejați-vă confidențialitatea", - "disclaimer": "Permițând acestor servicii terțe părți să acceptați cookie-urile și utilizarea tehnologiilor de urmărire necesare pentru buna funcționare a acestora.", - "allow": "Permite", - "deny": "Refuza", - "noCookie": "Acest serviciu nu utilizează modul cookie.", - "useCookie": "Acest serviciu se poate instala", - "useCookieCurrent": "Acest serviciu a fost instalat", - "useNoCookie": "Acest serviciu nu a instalat niciun cookie.", - "more": "Citeste mai mult", - "source": "Vizualizați site-ul oficial", - "credit": "Cookie manager de către tarteaucitron.js", - - "toggleInfoBox": "Afișați / ascundeți informații despre stocarea modulelor cookie", - "title": "Panoul de gestionare a panourilor cookie", - "cookieDetail": "Detaliile cookie pentru", - "ourSite": "pe site-ul nostru", - "newWindow": "(fereastră nouă)", - "allowAll": "Permiteți toate cookie-urile", - "denyAll": "Respinge toate cookie-urile", - - "icon": "Cookies", - - "fallback": "este dezactivat.", - "allowed": "permis", - "disallowed": "nepermis", - - "ads": { - "title": "Rețea de publicitate", - "details": "Rețelele publicitare pot genera venituri prin vânzarea de spațiu publicitar pe site." - }, - "analytic": { - "title": "Măsurarea audienței", - "details": "Serviciile de măsurare a audienței utilizate pentru a genera participarea la statistici utile pentru îmbunătățirea site-ului." - }, - "social": { - "title": "Retele sociale", - "details": "Rețelele sociale pot îmbunătăți gradul de utilizare a site-ului și pot ajuta să îl promoveze prin intermediul acțiunilor." - }, - "video": { - "title": "Videoclipuri", - "details": "Serviciile de partajare video ajută la adăugarea de materiale media pe site și la creșterea vizibilității acestora." - }, - "comment": { - "title": "Comentarii", - "details": "Managerii de comentarii facilitează depunerea de comentarii și lupta împotriva spamului." - }, - "support": { - "title": "Susţinere", - "details": "Serviciile de asistență vă permit să contactați echipa site-ului și să vă ajutați să îl îmbunătățiți." - }, - "api": { - "title": "APIs", - "details": "API-urile sunt folosite pentru a încărca scripturi: geolocație, motoare de căutare, traduceri, ..." - }, - "other": { - "title": "Alte", - "details": "Servicii pentru afișarea conținutului web." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ru.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ru.js deleted file mode 100644 index f471812a..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.ru.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Привет! Этот сайт совершенно открытый и позволяет вам выбрать сервисы третьих лиц, которым вы хотите дать доступ.", - "adblock_call": "Пожалуйста дезактивируйте АдБлокер чтобы начать настройку.", - "reload": "Перезагрузите страницу", - - "alertBigScroll": "Продолжая прокрутки", - "alertBigClick": "Если вы продолжаете использовать сайт", - "alertBig": "вы позволяете сервисы третьих лиц", - - "alertBigPrivacy": "Этот сайт использует кукис и позволяет вам контролировать сервисы которые вы хотите активировать", - "alertSmall": "Настройка сервисов", - "personalize": "Персонализировать", - "acceptAll": "Ок, все активировать", - "close": "Закрыть", - - "privacyUrl": "Политика конфиденциальности", - - "all": "Преференция всем сервисам", - - "info": "Защитить вашу конфиденциальность", - "disclaimer": "Активирование сервисов третьих лиц позволяет использование их кукис и технолоний отслеживания необходимых для их функционирования", - "allow": "Позволить", - "deny": "Не позволить", - "noCookie": "Этот сервис не использует кукис.", - "useCookie": "Этот сервис может быть инсталирован", - "useCookieCurrent": "Этот сервис инсталирован", - "useNoCookie": "Этот сервис не использует кукис.", - "more": "Подробнее", - "source": "Посетите официальный сайт", - "credit": "Кукис манаджер tarteaucitron.js", - - "toggleInfoBox": "Show/hide informations about cookie storage", - "title": "Панель управления cookies", - "cookieDetail": "Cookie detail for", - "ourSite": "on our site", - "newWindow": "(new window)", - "allowAll": "Разрешить использование cookies", - "denyAll": "Запретить использование cookies", - - "icon": "Cookies", - - - "fallback": "Деактивирован.", - "allowed": "разрешается", - "disallowed": "запрещено", - - "ads": { - "title": "Рекламная сеть", - "details": "Мы позволяем вам аренду нашей рекламной сети." - }, - "analytic": { - "title": "Измерение аудиенции", - "details": "Измерение аудиенции сайта для статистики помогают улучшить предлагаемый сервис." - }, - "social": { - "title": "Социальная сеть", - "details": "Социальная сеть сайтов помогает улучшить предлагаемый сервис через обмен информации." - }, - "video": { - "title": "Видео", - "details": "Обмен видео информации позволяет улучшить сервис и увеличит траффик сайта." - }, - "comment": { - "title": "Комментарии", - "details": "Манаджер комментариев позволяет обмен информации и борьбу со спамом." - }, - "support": { - "title": "Помощь", - "details": "Помощь позволяет вам контактировать напрямую сайт манаджер и улучшить предлагаемый сервис." - }, - "api": { - "title": "АПИ", - "details": "АПИ используются для загрузки скриптов; геолокация, поисковый мотор и переводы..." - }, - "other": { - "title": "Другие", - "details": "Службы для отображения веб-контента." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.se.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.se.js deleted file mode 100644 index d29a600f..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.se.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hej! Denna webbplats är transparent och låter dig välja de tredjeparts tjänster du vill tillåta.", - "adblock_call": "Inaktivera din adblock för att börja anpassa.", - "reload": "Uppdatera sidan", - - "alertBigScroll": "Genom att fortsätta rulla,", - "alertBigClick": "Om du fortsätter att surfa på denna webbplats,", - "alertBig": "du tillåter alla tjänster från tredje part", - - "alertBigPrivacy": "Denna webbplats använder cookies och ger dig kontroll över vad du vill aktivera", - "alertSmall": "Hantera tjänster", - "personalize": "Personifiera", - "acceptAll": "OK, acceptera allt", - "close": "Stänga", - - "privacyUrl": "Integritetspolicy", - - "all": "Preferens för alla tjänster", - - "info": "Skydda din integritet", - "disclaimer": "Genom att tillåta dessa tjänster från tredje part accepterar du deras cookies och användningen av spårningsteknologier som är nödvändiga för att de ska fungera korrekt.", - "allow": "Tillåta", - "deny": "Förneka", - "noCookie": "Den här tjänsten använder inte cookie.", - "useCookie": "Den här tjänsten kan installeras", - "useCookieCurrent": "Den här tjänsten har installerats", - "useNoCookie": "Den här tjänsten har inte installerat någon cookie.", - "more": "Läs mer", - "source": "Visa den officiella webbplatsen", - "credit": "Cookies manager av tarteaucitron.js", - - "toggleInfoBox": "Visa / dölj information om lagring av cookies", - "title": "Cookie- hanteringspanel", - "cookieDetail": "cookie- detalj för", - "ourSite": "på vår webbplats", - "newWindow": "(nytt fönster)", - "allowAll": "Tillåt alla cookie", - "denyAll": "Neka alla cookies", - - "icon": "Cookies", - - "fallback": "är ur funktion.", - "allowed": "tillåten", - "disallowed": "tillåtet", - - "ads": { - "title": "Annonsnätverk", - "details": "Annonsnätverk kan generera intäkter genom att sälja annonsutrymme på webbplatsen." - }, - "analytic": { - "title": "Publikmätning", - "details": "Publikmätningstjänster som används för att generera användbar statistik närvaro för att förbättra webbplatsen." - }, - - "social": { - "title": "Sociala nätverk", - "details": "Sociala nätverk kan förbättra användbarheten på webbplatsen och bidra till att marknadsföra den via aktierna." - }, - "video": { - "title": "videoklipp", - "details": "Videodelningstjänster hjälper till att lägga till rika medier på webbplatsen och öka synligheten." - }, - "comment": { - "title": "Коментари", - "details": "Kommentarhanterare underlättar inlämning av kommentarer och bekämpar skräppost." - }, - "support": { - "title": "Stöd", - "details": "Supporttjänster gör att du kan komma i kontakt med webbplatsteamet och hjälpa dig att förbättra det." - }, - "api": { - "title": "APIs", - "details": "APIs: er används för att ladda skript: geolocation, sökmotorer, översättningar, ..." - }, - "other": { - "title": "Övrig", - "details": "Tjänster för att visa webbinnehåll." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sk.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sk.js deleted file mode 100644 index 4fc54835..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sk.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Ahoj! Táto stránka je transparentná a umožňuje vám vybrať služby tretích strán, ktoré chcete povoliť.", - "adblock_call": "Prosím, vypnite blokovanie reklám k začatiu prispôsobovania", - "reload": "Obnovte stránku", - - "alertBigScroll": "Pokračovaním v posúvaní,", - "alertBigClick": "Ak budete pokračovať v prehliadaní tejto webovej stránky,", - "alertBig": "povoľujete všetky služby tretích strán", - - "alertBigPrivacy": "Táto stránka používa cookies a dáva vám kontrolu nad tým, čo chcete aktivovať", - "alertSmall": "Spravovať služby", - "personalize": "Prispôsobiť", - "acceptAll": "OK, prijať všetko", - "close": "Zatvoriť", - - "privacyUrl": "Zásady ochrany osobných údajov", - - "all": "Prednosť pre všetky služby", - - "info": "Ochrana vášho súkromia", - "disclaimer": "Povolením týchto služieb tretích strán, prijímate ich cookies a používanie sledovacích technológií potrebných pre ich správne fungovanie.", - "allow": "Povoliť", - "deny": "Odmietnúť", - "noCookie": "Táto služba nepoužíva cookies.", - "useCookie": "Túto službu je možné nainštalovať", - "useCookieCurrent": "Táto služba je nainštalovaná", - "useNoCookie": "Táto služba nenainštalovala žiadny súbor cookie.", - "more": "Čítaj viac", - "source": "Pozrite si oficiálnu webovú stránku", - "credit": "Správca súborov cookie od tarteaucitron.js", - "noServices": "Táto webová stránka nepoužíva žiadny súbor cookie, ktorý vyžaduje váš súhlas.", - - "toggleInfoBox": "Zobraziť/skryť informácie o ukladaní súborov cookie", - "title": "Panel riadenia súborov cookie", - "cookieDetail": "Podrobnosti súboru cookie pre", - "ourSite": "na našich stránkach", - "newWindow": "(nové okno)", - "allowAll": "Povoľte všetky súbory cookie", - "denyAll": "Odmietnuť všetky súbory cookie", - - "icon": "Cookies", - - "fallback": "je zakázané.", - "allowed": "povolený", - "disallowed": "nepovolený", - - "ads": { - "title": "Reklamná sieť", - "details": "Reklamné siete môžu generovať príjmy predajom reklamného priestoru na webe." - }, - "analytic": { - "title": "Meranie publika", - "details": "Služby merania publika používané na generovanie užitočnej štatistickej účasti na zlepšenie stránky." - }, - "social": { - "title": "Sociálne siete", - "details": "Sociálne siete môžu zlepšiť použiteľnosť stránky a pomôcť ju propagovať prostredníctvom akcií." - }, - "video": { - "title": "Videá", - "details": "Služby zdieľania videa pomáhajú pridať na web bohatý obsah a zvýšiť jeho viditeľnosť." - }, - "comment": { - "title": "Komentáre", - "details": "Manažéri komentárov uľahčujú zadávanie komentárov a bojujú proti spamu." - }, - "support": { - "title": "Podpora", - "details": "Podporné služby vám umožňujú skontaktovať sa s tímom stránok a pomôcť vám ich vylepšiť." - }, - "api": { - "title": "APIs", - "details": "Rozhrania API sa používajú na načítanie skriptov: geolokácia, vyhľadávače, preklady, ..." - }, - "other": { - "title": "Ostatné", - "details": "Služby na zobrazovanie webového obsahu." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sv.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sv.js deleted file mode 100644 index 2aabfa22..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.sv.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Hej! Denna webbplats är transparent och låter dig välja de tredjeparts tjänster du vill tillåta.", - "adblock_call": "Inaktivera din adblock för att börja anpassa.", - "reload": "Uppdatera sidan", - - "alertBigScroll": "Genom att fortsätta rulla,", - "alertBigClick": "Om du fortsätter att surfa på denna webbplats,", - "alertBig": "du tillåter alla tjänster från tredje part", - - "alertBigPrivacy": "Denna webbplats använder cookies och ger dig kontroll över vad du vill aktivera", - "alertSmall": "Hantera tjänster", - "personalize": "Personifiera", - "acceptAll": "OK, acceptera allt", - "close": "Stänga", - - "privacyUrl": "Integritetspolicy", - - "all": "Preferens för alla tjänster", - - "info": "Skydda din integritet", - "disclaimer": "Genom att tillåta dessa tjänster från tredje part accepterar du deras cookies och användningen av spårningsteknologier som är nödvändiga för att de ska fungera korrekt.", - "allow": "Tillåta", - "deny": "Förneka", - "noCookie": "Den här tjänsten använder inte cookie.", - "useCookie": "Den här tjänsten kan installeras", - "useCookieCurrent": "Den här tjänsten har installerats", - "useNoCookie": "Den här tjänsten har inte installerat någon cookie.", - "more": "Läs mer", - "source": "Visa den officiella webbplatsen", - "credit": "Cookies manager av tarteaucitron.js", - - "toggleInfoBox": "Visa / dölj information om lagring av cookies", - "title": "Cookie- hanteringspanel", - "cookieDetail": "cookie- detalj för", - "ourSite": "på vår webbplats", - "newWindow": "(nytt fönster)", - "allowAll": "Tillåt alla cookie", - "denyAll": "Neka alla cookies", - - "icon": "Cookies", - - "fallback": "är ur funktion.", - "allowed": "dovoljeno", - "disallowed": "nedovoljeno", - - "ads": { - "title": "Annonsnätverk", - "details": "Annonsnätverk kan generera intäkter genom att sälja annonsutrymme på webbplatsen." - }, - "analytic": { - "title": "Publikmätning", - "details": "Publikmätningstjänster som används för att generera användbar statistik närvaro för att förbättra webbplatsen." - }, - - "social": { - "title": "Sociala nätverk", - "details": "Sociala nätverk kan förbättra användbarheten på webbplatsen och bidra till att marknadsföra den via aktierna." - }, - "video": { - "title": "videoklipp", - "details": "Videodelningstjänster hjälper till att lägga till rika medier på webbplatsen och öka synligheten." - }, - "comment": { - "title": "Коментари", - "details": "Kommentarhanterare underlättar inlämning av kommentarer och bekämpar skräppost." - }, - "support": { - "title": "Stöd", - "details": "Supporttjänster gör att du kan komma i kontakt med webbplatsteamet och hjälpa dig att förbättra det." - }, - "api": { - "title": "APIs", - "details": "APIs: er används för att ladda skript: geolocation, sökmotorer, översättningar, ..." - }, - "other": { - "title": "Övrig", - "details": "Tjänster för att visa webbinnehåll." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.tr.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.tr.js deleted file mode 100644 index 98814cb4..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.tr.js +++ /dev/null @@ -1,87 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - - "middleBarHead": "☝ 🍪", - "adblock": "Merhaba! Bu site şeffaflıkla oynar ve size etkinleştirilecek üçüncü taraf hizmetleri seçeneği sunar.", - "adblock_call": "Kişiselleştirmeye başlamak için lütfen reklam engelleyicinizi devre dışı bırakın.", - "reload": "Sayfayı yeniden yükle", - - "alertBigScroll": "Kaydırma devam edien,", - "alertBigClick": "Navigasyonunuza devam ederek,", - "alertBig": "çerez yükleyebilecek üçüncü taraf hizmetlerinin kullanımını kabul edersiniz", - - "alertBigPrivacy": "Bu site çerezleri kullanır ve etkinleştirmek istediklerinizi kontrol etmenizi sağlar", - "alertSmall": "Hizmet yönetimi", - "acceptAll": "evet, her şeyi kabul edin", - "personalize": "kişiselleştirmek", - "close": "kapat", - - "privacyUrl": "Gizlilik Politikası", - - "all": "Tüm hizmetler için tercihler", - - "info": "Gizliliğinin korunması", - "disclaimer": "Bu üçüncü taraf hizmetlerini yetkilendirerek, çerezlerin depolanmasını ve okunmasını ve düzgün çalışması için gerekli izleme teknolojilerinin kullanımını kabul ediyorsunuz.", - "allow": "izin", - "deny": "yasak", - "noCookie": "Bu hizmet çerez yerleştirmez.", - "useCookie": "Bu hizmet para yatırabilir", - "useCookieCurrent": "Bu hizmet sunuldu", - "useNoCookie": "Bu hizmet herhangi bir çerez yerleştirmedi.", - "more": "Daha fazlasını öğrenin", - "source": "web sitesine bakın", - "credit": "Çerez yönetimi tarteaucitron.js", - "noServices": "Bu site, onayınızı gerektiren hiçbir çerez kullanmıyor.", - - "toggleInfoBox": "Çerezlerin depolanmasıyla ilgili bilgileri göster / gizle", - "title": "Çerez yönetimi paneli", - "cookieDetail": "Ayrıntı çerezleri", - "ourSite": "sitemizde", - "newWindow": "(yeni pencere)", - "allowAll": "Tüm çerezlere izin verin", - "denyAll": "Tüm çerezleri yasaklayın", - - "icon": "Cookies", - - "fallback": "devre dışı.", - "allowed": "izin verildi", - "disallowed": "izin verilmeyen", - - "ads": { - "title": "Reklam yönetimi", - "details": "Reklam ajansları, sitedeki reklam alanını pazarlayarak gelir elde etmenizi sağlar." - }, - "analytic": { - "title": "Kitle ölçümü", - "details": "Kitle ölçüm hizmetleri, siteyi geliştirmek için yararlı katılım istatistikleri oluşturur." - }, - "social": { - "title": "Sosyal Medya", - "details": "Sosyal ağlar sitenin kullanım kolaylığını geliştirir ve paylaşım yoluyla sitenin tanıtımına yardımcı olur." - }, - "video": { - "title": "Videolar", - "details": "Video paylaşım hizmetleri siteyi multimedya içeriğiyle zenginleştirir ve görünürlüğünü artırır.\n" + - "\n" - }, - "comment": { - "title": "yorumlar\n", - "details": "Yorum yöneticileri yorumlarınızın gönderilmesini kolaylaştırır ve spam ile mücadele eder.", - }, - "support": { - "title": "destek", - "details": "Destek hizmetleri, site ekibiyle iletişim kurmanıza ve ekibinizi geliştirmenize yardımcı olur.\n" + - "\n" - }, - "api": { - "title": "APIs", - "details": "APIs komut dosyalarının yüklenmesine izin verir: coğrafi konum, arama motorları, çeviriler, ..." - }, - "other": { - "title": "diğer\n", - "details": "Web içeriğini görüntüleme hizmetleri." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.vi.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.vi.js deleted file mode 100644 index 4ce5a9fa..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.vi.js +++ /dev/null @@ -1,84 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "middleBarHead": "☝ 🍪", - "adblock": "Xin chào! Trang web này minh bạch và cho phép bạn chọn dịch vụ bên thứ 3 mà bạn muốn cho phép.", - "adblock_call": "Vui lòng vô hiệu hóa trình chặn quảng cáo của bạn để bắt đầu tùy chỉnh.", - "reload": "Làm mới trang", - - "alertBigScroll": "tiếp tục cuộn,", - "alertBigClick": "Nếu bạn tiếp tục truy cập trang web này,", - "alertBig": "bạn đang cho phép tất cả các dịch vụ của bên thứ ba", - - "alertBigPrivacy": "Trang web này sử dụng cookie và cung cấp cho bạn quyền kiểm soát những gì bạn muốn kích hoạt", - "alertSmall": "Quản lý dịch vụ", - "acceptAll": "OK, đồng ý", - "personalize": "Cá nhân", - "close": "Đóng", - - "privacyUrl": "Chính sách bảo mật", - - "all": "Ưu tiên cho tất cả các dịch vụ", - - "info": "Bảo vệ sự riêng tư của bạn", - "disclaimer": "Bằng cách cho phép các dịch vụ bên thứ ba này, bạn chấp nhận cookie của họ và sử dụng các công nghệ theo dõi cần thiết cho hoạt động đúng đắn của họ.", - "allow": "Cho phép", - "deny": "Từ chối", - "noCookie": "Dịch vụ này không sử dụng cookie.", - "useCookie": "Dịch vụ này có thể cài đặt", - "useCookieCurrent": "Dịch vụ này đã được cài đặt", - "useNoCookie": "Dịch vụ này không được cài đặt bất cứ cookie nào.", - "more": "Xem thêm", - "source": "Xam trang web chính thức", - "credit": "Cookies được quản lý bằng tarteaucitron.js", - "noServices": "Trang web này không sử dụng bất kì cookie nào yêu cầu sự chấp thuận của bạn.", - - "toggleInfoBox": "Hiển thị / ẩn thông tin về lưu trữ cookie", - "title": "Bảng quản lý cookie", - "cookieDetail": "Cookie chi tiết", - "ourSite": "trên site của chúng ta", - "newWindow": "(Cửa sổ mới)", - "allowAll": "Cho phép tất cả các Cookies", - "denyAll": "Từ chối cất cả cookies", - - "icon": "Cookies", - - "fallback": "tắt.", - "allowed": "được phép", - "disallowed": "không được phép", - - "ads": { - "title": "Mạng quảng cáo", - "details": "Mạng quảng cáo có thể tạo doanh thu bằng cách bán không gian quảng cáo trên trang web." - }, - "analytic": { - "title": "Đo lường hành vi người dùng", - "details": "Công cụ đo lường hành vi người dùng cập nhật những thống kê hữu ích nhằm nâng cao chất lượng phục vụ của website." - }, - "social": { - "title": "Các mạng xã hội", - "details": "Mạng xã hội có thể cải thiện khả năng sử dụng của trang web và giúp quảng bá nó thông qua các chia sẻ." - }, - "video": { - "title": "Các video", - "details": "Dịch vụ chia sẻ video giúp thêm phương tiện phong phú trên trang web và tăng khả năng hiển thị của nó." - }, - "comment": { - "title": "Bình luận", - "details": "Quản lý comments tạo điều kiện cho việc gửi ý kiến và chống thư rác." - }, - "support": { - "title": "Hỗ trợ", - "details": "Các dịch vụ hỗ trợ cho phép bạn liên lạc với nhóm trang web và giúp cải thiện nó." - }, - "api": { - "title": "APIs", - "details": "APIs được sử dụng để load: geolocation, search engines, translations, ..." - }, - "other": { - "title": "Dịch vụ khác", - "details": "Dịch vụ hiển thị nội dung web." - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.zh.js b/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.zh.js deleted file mode 100644 index 10aed27d..00000000 --- a/teleforma/static/teleforma/tarteaucitron/lang/tarteaucitron.zh.js +++ /dev/null @@ -1,81 +0,0 @@ -/*global tarteaucitron */ -tarteaucitron.lang = { - "adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。", - "adblock_call": "感谢您停用广告拦截功能并开始个性化设置。", - "reload": "重新加载页面", - - "alertBigScroll": "继续划屏,", - "alertBigClick": "继续浏览,", - "alertBig": "即表示您同意第三方服务安装cookie", - - "alertBigPrivacy": "这个网站使用cookie, 并让您可以控制想要激活的内容。", - "alertSmall": "服务管理", - "acceptAll": "好的,全部接受", - "personalize": "个性化", - "close": "关闭", - - "privacyUrl": "保密政策", - - "all": "所有服务的偏好设置", - - "disclaimer": "通过授权这些第三方服务,您同意存储和读取cookie,并使用其正常运行所需的跟踪技术。", - "allow": "允许", - "deny": "禁用", - "noCookie": "此服务不存储任何cookie。", - "useCookie": "此服务可以存储", - "useCookieCurrent": "此服务已存储", - "useNoCookie": "此服务未存储任何cookie。", - "more": "了解更多", - "source": "查看官网", - "credit": "通过tarteaucitron.js管理cookie", - - "toggleInfoBox": "显示/隐藏cookie存储信息。", - "title": "Cookie管理面板", - "cookieDetail": "Cookie详情", - "ourSite": "显示在我们的网站上", - "newWindow": "(新建窗口)", - "allowAll": "允许", - "denyAll": "禁用", - - "icon": "Cookies", - - "fallback": "已禁用。", - "allowed": "允许的", - "disallowed": "不允许的", - - "ads": { - "title": "广告组", - "details": "广告组通过营销网站上的广告空间来产生收入." - }, - "analytic": { - "title": "受众测量", - "details": "受众测量服务可以生成对站点改进有用的访问统计数据。" - }, - "social": { - "title": "社交网络", - "details": "社交网络有助于提高网站的用户友好性,并通过分享帮助推广。" - }, - "video": { - "title": "视频", - "details": "视频共享服务丰富网站的多媒体内容,提高网站知名度。" - }, - "comment": { - "title": "评论", - "details": "评论管理器使您的评论更容易提交,并避免垃圾邮件。" - }, - "support": { - "title": "支持", - "details": "支持服务使您能够与网站团队联系并帮助改进网站." - }, - "api": { - "title": "API", - "details": "API允许加载脚本:地理位置、搜索引擎、翻译……" - }, - "other": { - "title": "其他", - "details": "旨在显示网页内容的服务。" - }, - - "mandatoryTitle": "Mandatory cookies", - "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." -}; diff --git a/teleforma/static/teleforma/tarteaucitron/package.json b/teleforma/static/teleforma/tarteaucitron/package.json deleted file mode 100644 index ed46881b..00000000 --- a/teleforma/static/teleforma/tarteaucitron/package.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "tarteaucitronjs", - "version": "1.9.0", - "description": "Comply to the European cookie law", - "dependencies": {}, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/AmauriC/tarteaucitron.js.git" - }, - "keywords": [ - "cookie", - "law", - "rgpd", - "gdpr", - "cookie" - ], - "author": "Amauri.IO", - "license": "MIT", - "bugs": { - "url": "https://github.com/AmauriC/tarteaucitron.js/issues" - }, - "homepage": "https://github.com/AmauriC/tarteaucitron.js#readme" -} diff --git a/teleforma/static/teleforma/tarteaucitron/tarteaucitron.js b/teleforma/static/teleforma/tarteaucitron/tarteaucitron.js deleted file mode 100644 index 698397a3..00000000 --- a/teleforma/static/teleforma/tarteaucitron/tarteaucitron.js +++ /dev/null @@ -1,1977 +0,0 @@ -/*jslint browser: true, evil: true */ - -var scripts = document.getElementsByTagName('script'), - path = scripts[scripts.length - 1].src.split('?')[0], - tarteaucitronForceCDN = (tarteaucitronForceCDN === undefined) ? '' : tarteaucitronForceCDN, - cdn = (tarteaucitronForceCDN === '') ? path.split('/').slice(0, -1).join('/') + '/' : tarteaucitronForceCDN, - alreadyLaunch = (alreadyLaunch === undefined) ? 0 : alreadyLaunch, - tarteaucitronForceLanguage = (tarteaucitronForceLanguage === undefined) ? '' : tarteaucitronForceLanguage, - tarteaucitronForceExpire = (tarteaucitronForceExpire === undefined) ? '' : tarteaucitronForceExpire, - tarteaucitronCustomText = (tarteaucitronCustomText === undefined) ? '' : tarteaucitronCustomText, - // tarteaucitronExpireInDay: true for day(s) value - false for hour(s) value - tarteaucitronExpireInDay = (tarteaucitronExpireInDay === undefined || typeof tarteaucitronExpireInDay !== "boolean") ? true : tarteaucitronExpireInDay, - timeExpire = 31536000000, - tarteaucitronProLoadServices, - tarteaucitronNoAdBlocker = false; - - - -var tarteaucitron = { - "version": 20210422, - "cdn": cdn, - "user": {}, - "lang": {}, - "services": {}, - "added": [], - "idprocessed": [], - "state": [], - "launch": [], - "parameters": {}, - "isAjax": false, - "reloadThePage": false, - "events": { - "init": function () {}, - "load": function () {}, - }, - "init": function (params) { - "use strict"; - var origOpen; - - tarteaucitron.parameters = params; - if (alreadyLaunch === 0) { - alreadyLaunch = 1; - if (window.addEventListener) { - window.addEventListener("load", function () { - tarteaucitron.initEvents.loadEvent(false); - }, false); - window.addEventListener("scroll", function () { - tarteaucitron.initEvents.scrollEvent(); - }, false); - - window.addEventListener("keydown", function (evt) { - tarteaucitron.initEvents.keydownEvent(false, evt); - }, false); - window.addEventListener("hashchange", function () { - tarteaucitron.initEvents.hashchangeEvent(); - }, false); - window.addEventListener("resize", function () { - tarteaucitron.initEvents.resizeEvent(); - }, false); - } else { - window.attachEvent("onload", function () { - tarteaucitron.initEvents.loadEvent(true); - }); - window.attachEvent("onscroll", function () { - tarteaucitron.initEvents.scrollEvent(); - }); - window.attachEvent("onkeydown", function (evt) { - tarteaucitron.initEvents.keydownEvent(true, evt); - - }); - window.attachEvent("onhashchange", function () { - tarteaucitron.initEvents.hashchangeEvent(); - }); - window.attachEvent("onresize", function () { - tarteaucitron.initEvents.resizeEvent(); - }); - } - - if (typeof XMLHttpRequest !== 'undefined') { - origOpen = XMLHttpRequest.prototype.open; - XMLHttpRequest.prototype.open = function () { - - if (window.addEventListener) { - this.addEventListener("load", function () { - if (typeof tarteaucitronProLoadServices === 'function') { - tarteaucitronProLoadServices(); - } - }, false); - } else if (typeof this.attachEvent !== 'undefined') { - this.attachEvent("onload", function () { - if (typeof tarteaucitronProLoadServices === 'function') { - tarteaucitronProLoadServices(); - } - }); - } else { - if (typeof tarteaucitronProLoadServices === 'function') { - setTimeout(tarteaucitronProLoadServices, 1000); - } - } - - try { - origOpen.apply(this, arguments); - } catch (err) {} - }; - } - } - - if(tarteaucitron.events.init) { - tarteaucitron.events.init(); - } - }, - "initEvents": { - "loadEvent": function (isOldBrowser) { - tarteaucitron.load(); - tarteaucitron.fallback(['tarteaucitronOpenPanel'], function (elem) { - if (isOldBrowser) { - elem.attachEvent("onclick", function (event) { - tarteaucitron.userInterface.openPanel(); - event.preventDefault(); - }); - } else { - elem.addEventListener("click", function (event) { - tarteaucitron.userInterface.openPanel(); - event.preventDefault(); - }, false); - } - }, true); - }, - "keydownEvent": function (isOldBrowser, evt) { - if (evt.keyCode === 27) { - tarteaucitron.userInterface.closePanel(); - } - - if (isOldBrowser) { - if ( evt.keyCode === 9 && focusableEls.indexOf(evt.target) >= 0) { - if ( evt.shiftKey ) /* shift + tab */ { - if (document.activeElement === firstFocusableEl) { - lastFocusableEl.focus(); - evt.preventDefault(); - } - } else /* tab */ { - if (document.activeElement === lastFocusableEl) { - firstFocusableEl.focus(); - evt.preventDefault(); - } - } - } - } - }, - "hashchangeEvent": function () { - if (document.location.hash === tarteaucitron.hashtag && tarteaucitron.hashtag !== '') { - tarteaucitron.userInterface.openPanel(); - } - }, - "resizeEvent": function () { - var tacElem = document.getElementById('tarteaucitron'); - var tacCookieContainer = document.getElementById('tarteaucitronCookiesListContainer'); - - if (tacElem && tacElem.style.display === 'block') { - tarteaucitron.userInterface.jsSizing('main'); - } - - if (tacCookieContainer && tacCookieContainer.style.display === 'block') { - tarteaucitron.userInterface.jsSizing('cookie'); - } - }, - "scrollEvent": function () { - var scrollPos = window.pageYOffset || document.documentElement.scrollTop; - var heightPosition; - var tacPercentage = document.getElementById('tarteaucitronPercentage'); - var tacAlertBig = document.getElementById('tarteaucitronAlertBig'); - - if (tacAlertBig && !tarteaucitron.highPrivacy) { - if (tacAlertBig.style.display === 'block') { - heightPosition = tacAlertBig.offsetHeight + 'px'; - - if (scrollPos > (screen.height * 2)) { - tarteaucitron.userInterface.respondAll(true); - } else if (scrollPos > (screen.height / 2)) { - document.getElementById('tarteaucitronDisclaimerAlert').innerHTML = '' + tarteaucitron.lang.alertBigScroll + ' ' + tarteaucitron.lang.alertBig; - } - - if (tacPercentage) { - if (tarteaucitron.orientation === 'top') { - tacPercentage.style.top = heightPosition; - } else { - tacPercentage.style.bottom = heightPosition; - } - tacPercentage.style.width = ((100 / (screen.height * 2)) * scrollPos) + '%'; - } - } - } - }, - }, - "load": function () { - "use strict"; - var cdn = tarteaucitron.cdn, - language = tarteaucitron.getLanguage(), - useJSDelivrMinifiedJS = (cdn.indexOf('cdn.jsdelivr.net') >= 0), - pathToLang = cdn + 'lang/tarteaucitron.' + language + (useJSDelivrMinifiedJS ? '.min' : '') + '.js?v=' + tarteaucitron.version, - pathToServices = cdn + 'tarteaucitron.services' + (useJSDelivrMinifiedJS ? '.min' : '') + '.js?v=' + tarteaucitron.version, - linkElement = document.createElement('link'), - defaults = { - "adblocker": false, - "hashtag": '#tarteaucitron', - "cookieName": 'tarteaucitron', - "highPrivacy": true, - "orientation": "middle", - "bodyPosition": "bottom", - "removeCredit": false, - "showAlertSmall": false, - "showIcon": true, - "iconPosition": "BottomRight", - "cookieslist": false, - "handleBrowserDNTRequest": false, - "DenyAllCta": true, - "AcceptAllCta" : true, - "moreInfoLink": true, - "privacyUrl": "", - "useExternalCss": false, - "useExternalJs": false, - "mandatory": true, - "closePopup": false, - "groupServices": false - }, - params = tarteaucitron.parameters; - - // Don't show the middle bar if we are on the privacy policy or more page - if (((tarteaucitron.parameters.readmoreLink !== undefined && window.location.href == tarteaucitron.parameters.readmoreLink) || window.location.href == tarteaucitron.parameters.privacyUrl) && tarteaucitron.parameters.orientation == "middle") { - tarteaucitron.parameters.orientation = "bottom"; - } - - // Step -1 - if (typeof tarteaucitronCustomPremium !== 'undefined') { - tarteaucitronCustomPremium(); - } - - // Step 0: get params - if (params !== undefined) { - - for (var k in defaults) { - if(!tarteaucitron.parameters.hasOwnProperty(k)) { - tarteaucitron.parameters[k] = defaults[k]; - } - } - } - - // global - tarteaucitron.orientation = tarteaucitron.parameters.orientation; - tarteaucitron.hashtag = tarteaucitron.parameters.hashtag; - tarteaucitron.highPrivacy = tarteaucitron.parameters.highPrivacy; - tarteaucitron.handleBrowserDNTRequest = tarteaucitron.parameters.handleBrowserDNTRequest; - - // Step 1: load css - if ( !tarteaucitron.parameters.useExternalCss ) { - linkElement.rel = 'stylesheet'; - linkElement.type = 'text/css'; - linkElement.href = cdn + 'css/tarteaucitron' + (useJSDelivrMinifiedJS ? '.min' : '') + '.css?v=' + tarteaucitron.version; - document.getElementsByTagName('head')[0].appendChild(linkElement); - } - // Step 2: load language and services - tarteaucitron.addInternalScript(pathToLang, '', function () { - - if(tarteaucitronCustomText !== ''){ - tarteaucitron.lang = tarteaucitron.AddOrUpdate(tarteaucitron.lang, tarteaucitronCustomText); - } - tarteaucitron.addInternalScript(pathToServices, '', function () { - - // css for the middle bar TODO: add it on the css file - if (tarteaucitron.orientation === 'middle') { - var customThemeMiddle = document.createElement('style'), - cssRuleMiddle = 'div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {content: \'\';position: fixed;width: 100%;height: 100%;background: white;top: 0;left: 0;z-index: 999;opacity: 0.5;}div#tarteaucitronAlertBig:before {content: \'' + tarteaucitron.lang.middleBarHead + '\';font-size: 35px;}body #tarteaucitronRoot div#tarteaucitronAlertBig {width: 60%;min-width: 285px;height: auto;margin: auto;left: 50%;top: 50%;transform: translate(-50%, -50%);box-shadow: 0 0 9000px #000;border-radius: 20px;padding: 35px 25px;}span#tarteaucitronDisclaimerAlert {padding: 0 30px;}#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {margin: 10px 0 30px;display: block;text-align: center;font-size: 21px;}@media screen and (max-width: 900px) {div#tarteaucitronAlertBig button {margin: 0 auto 10px!important;display: block!important;}}'; - - customThemeMiddle.type = 'text/css'; - if (customThemeMiddle.styleSheet) { - customThemeMiddle.styleSheet.cssText = cssRuleMiddle; - } else { - customThemeMiddle.appendChild(document.createTextNode(cssRuleMiddle)); - } - document.getElementsByTagName('head')[0].appendChild(customThemeMiddle); - } - - // css for the popup bar TODO: add it on the css file - if (tarteaucitron.orientation === 'popup') { - var customThemePopup = document.createElement('style'), - cssRulePopup = 'div#tarteaucitronAlertBig:before {content: \'' + tarteaucitron.lang.middleBarHead + '\';font-size: 22px;}body #tarteaucitronRoot div#tarteaucitronAlertBig {bottom: 0;top: auto!important;left: 8px!important;right: auto!important;transform: initial!important;border-radius: 5px 5px 0 0!important;max-width: 250px!important;width: Calc(100% - 16px)!important;min-width: 0!important;padding: 25px 0;}span#tarteaucitronDisclaimerAlert {padding: 0 30px;font-size: 15px!important;}#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {margin: 10px 0 30px;display: block;text-align: center;font-size: 21px;}div#tarteaucitronAlertBig button {margin: 0 auto 10px!important;display: block!important;width: Calc(100% - 60px);box-sizing: border-box;}'; - - customThemePopup.type = 'text/css'; - if (customThemePopup.styleSheet) { - customThemePopup.styleSheet.cssText = cssRulePopup; - } else { - customThemePopup.appendChild(document.createTextNode(cssRulePopup)); - } - document.getElementsByTagName('head')[0].appendChild(customThemePopup); - } - - var body = document.body, - div = document.createElement('div'), - html = '', - index, - orientation = 'Top', - cat = ['ads', 'analytic', 'api', 'comment', 'social', 'support', 'video', 'other'], - i; - - cat = cat.sort(function (a, b) { - if (tarteaucitron.lang[a].title > tarteaucitron.lang[b].title) { return 1; } - if (tarteaucitron.lang[a].title < tarteaucitron.lang[b].title) { return -1; } - return 0; - }); - - // Step 3: prepare the html - html += '
'; - html += ''; - html += ''; - - if (tarteaucitron.parameters.orientation === 'bottom') { - orientation = 'Bottom'; - } - - if (tarteaucitron.parameters.highPrivacy && !tarteaucitron.parameters.AcceptAllCta) { - html += '
'; - //html += '
'; - html += ' '; - html += ' ' + tarteaucitron.lang.alertBigPrivacy; - html += ' '; - //html += ' '; - html += ' '; - - if (tarteaucitron.parameters.privacyUrl !== "") { - html += ' '; - } - - //html += ' '; - //html += '
'; - html += '
'; - } else { - html += '
'; - //html += '
'; - html += ' '; - - if (tarteaucitron.parameters.highPrivacy) { - html += ' ' + tarteaucitron.lang.alertBigPrivacy; - } else { - html += ' ' + tarteaucitron.lang.alertBigClick + ' ' + tarteaucitron.lang.alertBig; - } - - html += ' '; - //html += ' '; - html += ' '; - - - if (tarteaucitron.parameters.DenyAllCta) { - html += ' '; - //html += '

'; - } - - html += ' '; - - if (tarteaucitron.parameters.privacyUrl !== "") { - html += ' '; - } - - //html += '
'; - //html += '
'; - html += '
'; - html += '
'; - } - - if (tarteaucitron.parameters.showIcon === true) { - html += '
'; - html += ' '; - html += '
'; - } - - if (tarteaucitron.parameters.showAlertSmall === true) { - html += '
'; - html += ' '; - html += '
'; - html += ' '; - html += '
'; - html += ' 0 cookie'; - html += '
'; - html += '
'; - html += '
'; - } else { - html += '
'; - } - html += ''; - } - - tarteaucitron.addInternalScript(tarteaucitron.cdn + 'advertising' + (useJSDelivrMinifiedJS ? '.min' : '') + '.js?v=' + tarteaucitron.version, '', function () { - if (tarteaucitronNoAdBlocker === true || tarteaucitron.parameters.adblocker === false) { - - // create a wrapper container at the same level than tarteaucitron so we can add an aria-hidden when tarteaucitron is opened - /*var wrapper = document.createElement('div'); - wrapper.id = "tarteaucitronContentWrapper"; - - while (document.body.firstChild) - { - wrapper.appendChild(document.body.firstChild); - } - - // Append the wrapper to the body - document.body.appendChild(wrapper);*/ - - div.id = 'tarteaucitronRoot'; - if (tarteaucitron.parameters.bodyPosition === 'top') { - // Prepend tarteaucitron: #tarteaucitronRoot first-child of the body for better accessibility - var bodyFirstChild = body.firstChild; - body.insertBefore(div, bodyFirstChild); - } - else { - // Append tarteaucitron: #tarteaucitronRoot last-child of the body - body.appendChild(div, body); - } - div.innerHTML = html; - - //ie compatibility - var tacRootAvailableEvent; - if(typeof(Event) === 'function') { - tacRootAvailableEvent = new Event("tac.root_available"); - }else{ - tacRootAvailableEvent = document.createEvent('Event'); - tacRootAvailableEvent.initEvent("tac.root_available", true, true); - } - //end ie compatibility - - window.dispatchEvent(tacRootAvailableEvent); - - if (tarteaucitron.job !== undefined) { - tarteaucitron.job = tarteaucitron.cleanArray(tarteaucitron.job); - for (index = 0; index < tarteaucitron.job.length; index += 1) { - tarteaucitron.addService(tarteaucitron.job[index]); - } - } else { - tarteaucitron.job = []; - } - - if (tarteaucitron.job.length === 0) { - tarteaucitron.userInterface.closeAlert(); - } - - tarteaucitron.isAjax = true; - - tarteaucitron.job.push = function (id) { - - // ie <9 hack - if (typeof tarteaucitron.job.indexOf === 'undefined') { - tarteaucitron.job.indexOf = function (obj, start) { - var i, - j = this.length; - for (i = (start || 0); i < j; i += 1) { - if (this[i] === obj) { return i; } - } - return -1; - }; - } - - if (tarteaucitron.job.indexOf(id) === -1) { - Array.prototype.push.call(this, id); - } - tarteaucitron.launch[id] = false; - tarteaucitron.addService(id); - }; - - if (document.location.hash === tarteaucitron.hashtag && tarteaucitron.hashtag !== '') { - tarteaucitron.userInterface.openPanel(); - } - - tarteaucitron.cookie.number(); - setInterval(tarteaucitron.cookie.number, 60000); - } - }, tarteaucitron.parameters.adblocker); - - if (tarteaucitron.parameters.adblocker === true) { - setTimeout(function () { - if (tarteaucitronNoAdBlocker === false) { - html = ''; - html += '
'; - - div.id = 'tarteaucitronRoot'; - if (tarteaucitron.parameters.bodyPosition === 'top') { - // Prepend tarteaucitron: #tarteaucitronRoot first-child of the body for better accessibility - var bodyFirstChild = body.firstChild; - body.insertBefore(div, bodyFirstChild); - } - else { - // Append tarteaucitron: #tarteaucitronRoot last-child of the body - body.appendChild(div, body); - } - div.innerHTML = html; - } - }, 1500); - } - if(tarteaucitron.parameters.closePopup === true){ - setTimeout(function() { - var closeElement = document.getElementById('tarteaucitronAlertBig'), - closeSpan = document.createElement('span'); - if (closeElement) { - closeSpan.textContent = 'X'; - closeSpan.setAttribute('id', "tarteaucitronCloseCross"); - closeElement.insertBefore(closeSpan, closeElement.firstElementChild); - } - }, 100); - } - - - if(tarteaucitron.parameters.groupServices === true) { - var tac_group_style = document.createElement('style'); - tac_group_style.innerHTML = '.tarteaucitronTitle{display:none}'; - document.head.appendChild(tac_group_style); - var cats = document.querySelectorAll('[id^="tarteaucitronServicesTitle_"]') - Array.prototype.forEach.call(cats, function(item) { - var cat = item.getAttribute('id').replace(/^(tarteaucitronServicesTitle_)/, ""); - if (cat !== "mandatory") { - var html = ''; - html += '
  • '; - html += '
    '; - html += ' '+tarteaucitron.lang[cat].title+''; - html += ' '+tarteaucitron.lang[cat].details+''; - html += ' '; - html += '
    '; - html += '
    '; - html += ' '; - html += ' '; - html += '
    '; - html += '
  • '; - var ul = document.createElement('ul'); - ul.innerHTML = html; - item.insertBefore(ul, item.querySelector('#tarteaucitronServices_'+cat+'')); - document.querySelector('#tarteaucitronServices_' + cat).style.display = 'none'; - tarteaucitron.addClickEventToId("tarteaucitron-toggle-group-" + cat, function () { - tarteaucitron.userInterface.toggle('tarteaucitronServices_' + cat); - if (document.getElementById('tarteaucitronServices_' + cat).style.display == 'block') { - tarteaucitron.userInterface.addClass('tarteaucitronServicesTitle_' + cat, 'tarteaucitronIsExpanded'); - } else { - tarteaucitron.userInterface.removeClass('tarteaucitronServicesTitle_' + cat, 'tarteaucitronIsExpanded'); - } - }); - tarteaucitron.addClickEventToId("tarteaucitron-accept-group-" + cat, function () { - tarteaucitron.userInterface.respondAll(true, cat); - }); - tarteaucitron.addClickEventToId("tarteaucitron-reject-group-" + cat, function () { - tarteaucitron.userInterface.respondAll(false, cat); - }); - } - }); - } - tarteaucitron.userInterface.color("", true); - - // add a little timeout to be sure everything is accessible - setTimeout(function () { - - // Setup events - tarteaucitron.addClickEventToId("tarteaucitronCloseCross", function () { - tarteaucitron.userInterface.closeAlert(); - }); - tarteaucitron.addClickEventToId("tarteaucitronPersonalize", function () { - tarteaucitron.userInterface.openPanel(); - }); - tarteaucitron.addClickEventToId("tarteaucitronPersonalize2", function () { - tarteaucitron.userInterface.respondAll(true); - }); - tarteaucitron.addClickEventToId("tarteaucitronManager", function () { - tarteaucitron.userInterface.openPanel(); - }); - tarteaucitron.addClickEventToId("tarteaucitronBack", function () { - tarteaucitron.userInterface.closePanel(); - }); - tarteaucitron.addClickEventToId("tarteaucitronClosePanel", function () { - tarteaucitron.userInterface.closePanel(); - }); - tarteaucitron.addClickEventToId("tarteaucitronClosePanelCookie", function () { - tarteaucitron.userInterface.closePanel(); - }); - tarteaucitron.addClickEventToId("tarteaucitronPrivacyUrl", function () { - document.location = tarteaucitron.parameters.privacyUrl; - }); - tarteaucitron.addClickEventToId("tarteaucitronPrivacyUrlDialog", function () { - document.location = tarteaucitron.parameters.privacyUrl; - }); - tarteaucitron.addClickEventToId("tarteaucitronCookiesNumber", function () { - tarteaucitron.userInterface.toggleCookiesList(); - }); - tarteaucitron.addClickEventToId("tarteaucitronAllAllowed", function () { - tarteaucitron.userInterface.respondAll(true); - }); - tarteaucitron.addClickEventToId("tarteaucitronAllDenied", function () { - tarteaucitron.userInterface.respondAll(false); - }); - tarteaucitron.addClickEventToId("tarteaucitronAllDenied2", function () { - tarteaucitron.userInterface.respondAll(false, '', true); - if (tarteaucitron.reloadThePage === true) { - window.location.reload(); - } - }); - tarteaucitron.addClickEventToId("tarteaucitronCloseAlert", function () { - tarteaucitron.userInterface.openPanel(); - }); - tarteaucitron.addClickEventToId("tarteaucitronCTAButton", function () { - location.reload(); - }); - var toggleBtns = document.getElementsByClassName("catToggleBtn"), i; - for (i = 0; i < toggleBtns.length; i++) { - toggleBtns[i].dataset.index = i; - tarteaucitron.addClickEventToElement(toggleBtns[i], function () { - tarteaucitron.userInterface.toggle('tarteaucitronDetails' + cat[this.dataset.index], 'tarteaucitronInfoBox'); - return false; - }); - } - - var allowBtns = document.getElementsByClassName("tarteaucitronAllow"); - for (i = 0; i < allowBtns.length; i++) { - tarteaucitron.addClickEventToElement(allowBtns[i], function () { - tarteaucitron.userInterface.respond(this, true); - }); - } - var denyBtns = document.getElementsByClassName("tarteaucitronDeny"); - for (i = 0; i < denyBtns.length; i++) { - tarteaucitron.addClickEventToElement(denyBtns[i], function () { - tarteaucitron.userInterface.respond(this, false); - }); - } - if(tarteaucitron.events.load) { - tarteaucitron.events.load(); - } - }, 500); - - }); - }); - }, - "addService": function (serviceId) { - "use strict"; - var html = '', - s = tarteaucitron.services, - service = s[serviceId], - cookie = tarteaucitron.cookie.read(), - hostname = document.location.hostname, - hostRef = document.referrer.split('/')[2], - isNavigating = (hostRef === hostname && window.location.href !== tarteaucitron.parameters.privacyUrl), - isAutostart = (!service.needConsent), - isWaiting = (cookie.indexOf(service.key + '=wait') >= 0), - isDenied = (cookie.indexOf(service.key + '=false') >= 0), - isAllowed = ((cookie.indexOf(service.key + '=true') >= 0) || (!service.needConsent && cookie.indexOf(service.key + '=false') < 0)), - isResponded = (cookie.indexOf(service.key + '=false') >= 0 || cookie.indexOf(service.key + '=true') >= 0), - isDNTRequested = (navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1" || window.doNotTrack === "1"), - currentStatus = (isAllowed) ? tarteaucitron.lang.allowed : tarteaucitron.lang.disallowed; - - if (tarteaucitron.added[service.key] !== true) { - tarteaucitron.added[service.key] = true; - - html += '
  • '; - html += '
    '; - html += ' ' + service.name + ' ('+currentStatus+')'; - html += '
    '; - - if (tarteaucitron.parameters.moreInfoLink == true) { - - var link = 'https://tarteaucitron.io/service/' + service.key + '/'; - if (service.readmoreLink !== undefined && service.readmoreLink !== '') { - link = service.readmoreLink; - } - if (tarteaucitron.parameters.readmoreLink !== undefined && tarteaucitron.parameters.readmoreLink !== '') { - link = tarteaucitron.parameters.readmoreLink; - } - html += ' '; - html += ' ' + tarteaucitron.lang.more; - html += ' '; - html += ' - '; - html += ' '; - html += ' ' + tarteaucitron.lang.source; - html += ' '; - } - - html += '
    '; - html += '
    '; - html += ' '; - html += ' '; - html += '
    '; - html += '
  • '; - - tarteaucitron.userInterface.css('tarteaucitronServicesTitle_' + service.type, 'display', 'block'); - - if (document.getElementById('tarteaucitronServices_' + service.type) !== null) { - document.getElementById('tarteaucitronServices_' + service.type).innerHTML += html; - } - - tarteaucitron.userInterface.css('tarteaucitronNoServicesTitle', 'display', 'none'); - - tarteaucitron.userInterface.order(service.type); - - tarteaucitron.addClickEventToId(service.key + 'Allowed', function () { - tarteaucitron.userInterface.respond(this, true); - }); - - tarteaucitron.addClickEventToId(service.key + 'Denied', function () { - tarteaucitron.userInterface.respond(this, false); - }); - } - - tarteaucitron.pro('!' + service.key + '=' + isAllowed); - - // allow by default for non EU - if (isResponded === false && tarteaucitron.user.bypass === true) { - isAllowed = true; - tarteaucitron.cookie.create(service.key, true); - } - - if ((!isResponded && (isAutostart || (isNavigating && isWaiting)) && !tarteaucitron.highPrivacy) || isAllowed) { - if (!isAllowed || (!service.needConsent && cookie.indexOf(service.key + '=false') < 0)) { - tarteaucitron.cookie.create(service.key, true); - } - if (tarteaucitron.launch[service.key] !== true) { - tarteaucitron.launch[service.key] = true; - if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + service.key + "_") < 0) { service.js(); } - tarteaucitron.sendEvent(service.key + '_loaded'); - } - tarteaucitron.state[service.key] = true; - tarteaucitron.userInterface.color(service.key, true); - } else if (isDenied) { - if (typeof service.fallback === 'function') { - if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + service.key + "_") < 0) { service.fallback(); } - } - tarteaucitron.state[service.key] = false; - tarteaucitron.userInterface.color(service.key, false); - } else if (!isResponded && isDNTRequested && tarteaucitron.handleBrowserDNTRequest) { - tarteaucitron.cookie.create(service.key, 'false'); - if (typeof service.fallback === 'function') { - if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + service.key + "_") < 0) { service.fallback(); } - } - tarteaucitron.state[service.key] = false; - tarteaucitron.userInterface.color(service.key, false); - } else if (!isResponded) { - tarteaucitron.cookie.create(service.key, 'wait'); - if (typeof service.fallback === 'function') { - if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + service.key + "_") < 0) { service.fallback(); } - } - tarteaucitron.userInterface.color(service.key, 'wait'); - tarteaucitron.userInterface.openAlert(); - } - - tarteaucitron.cookie.checkCount(service.key); - tarteaucitron.sendEvent(service.key + '_added') - }, - "sendEvent" : function(event_key) { - if(event_key !== undefined) { - //ie compatibility - var send_event_item; - if(typeof(Event) === 'function') { - send_event_item = new Event(event_key); - }else{ - send_event_item = document.createEvent('Event'); - send_event_item.initEvent(event_key, true, true); - } - //end ie compatibility - - document.dispatchEvent(send_event_item); - } - }, - "cleanArray": function cleanArray(arr) { - "use strict"; - var i, - len = arr.length, - out = [], - obj = {}, - s = tarteaucitron.services; - - for (i = 0; i < len; i += 1) { - if (!obj[arr[i]]) { - obj[arr[i]] = {}; - if (tarteaucitron.services[arr[i]] !== undefined) { - out.push(arr[i]); - } - } - } - - out = out.sort(function (a, b) { - if (s[a].type + s[a].key > s[b].type + s[b].key) { return 1; } - if (s[a].type + s[a].key < s[b].type + s[b].key) { return -1; } - return 0; - }); - - return out; - }, - "userInterface": { - "css": function (id, property, value) { - "use strict"; - if (document.getElementById(id) !== null) { - - if (property == "display" && value == "none" && (id == "tarteaucitron" || id == "tarteaucitronBack" || id == "tarteaucitronAlertBig")) { - document.getElementById(id).style["opacity"] = "0"; - - setTimeout(function() {document.getElementById(id).style[property] = value;}, 200); - } else { - - document.getElementById(id).style[property] = value; - - if (property == "display" && value == "block" && (id == "tarteaucitron" || id == "tarteaucitronAlertBig")) { - document.getElementById(id).style["opacity"] = "0"; - setTimeout(function() {document.getElementById(id).style["opacity"] = "1";}, 1); - } - - if (property == "display" && value == "block" && id == "tarteaucitronBack") { - document.getElementById(id).style["opacity"] = "0"; - setTimeout(function() {document.getElementById(id).style["opacity"] = "0.7";}, 1); - } - } - } - }, - "addClass": function (id, className) { - "use strict"; - if (document.getElementById(id) !== null) { - document.getElementById(id).classList.add(className); - } - }, - "removeClass": function (id, className) { - "use strict"; - if (document.getElementById(id) !== null) { - document.getElementById(id).classList.remove(className); - } - }, - "respondAll": function (status, type, allowSafeAnalytics) { - "use strict"; - var s = tarteaucitron.services, - service, - key, - index = 0; - - for (index = 0; index < tarteaucitron.job.length; index += 1) { - - if (typeof type !== 'undefined' && type !== '' && s[tarteaucitron.job[index]].type !== type) { - continue; - } - - if (allowSafeAnalytics && typeof s[tarteaucitron.job[index]].safeanalytic !== "undefined" && s[tarteaucitron.job[index]].safeanalytic === true) { - continue; - } - - service = s[tarteaucitron.job[index]]; - key = service.key; - if (tarteaucitron.state[key] !== status) { - if (status === false && tarteaucitron.launch[key] === true) { - tarteaucitron.reloadThePage = true; - } - if (tarteaucitron.launch[key] !== true && status === true) { - - tarteaucitron.pro('!' + key + '=engage'); - - tarteaucitron.launch[key] = true; - if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + key + "_") < 0) { tarteaucitron.services[key].js(); } - tarteaucitron.sendEvent(key + '_loaded'); - } - var itemStatusElem = document.getElementById('tacCurrentStatus'+key); - if(status == true){ - itemStatusElem.innerHTML = tarteaucitron.lang.allowed; - }else{ - itemStatusElem.innerHTML = tarteaucitron.lang.disallowed; - } - tarteaucitron.state[key] = status; - tarteaucitron.cookie.create(key, status); - tarteaucitron.userInterface.color(key, status); - } - } - }, - "respond": function (el, status) { - "use strict"; - if (el.id === '') { - return; - } - var key = el.id.replace(new RegExp("(Eng[0-9]+|Allow|Deni)ed", "g"), ''); - - if (key.substring(0, 13) === 'tarteaucitron' || key === '') {return;} - - // return if same state - if (tarteaucitron.state[key] === status) { - return; - } - - if (status === false && tarteaucitron.launch[key] === true) { - tarteaucitron.reloadThePage = true; - } - - // if not already launched... launch the service - if (status === true) { - if (tarteaucitron.launch[key] !== true) { - - tarteaucitron.pro('!' + key + '=engage'); - - tarteaucitron.launch[key] = true; - tarteaucitron.sendEvent(key + '_loaded'); - if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + key + "_") < 0) { tarteaucitron.services[key].js(); } - } - } - var itemStatusElem = document.getElementById('tacCurrentStatus'+key); - if(status == true){ - itemStatusElem.innerHTML = tarteaucitron.lang.allowed; - }else{ - itemStatusElem.innerHTML = tarteaucitron.lang.disallowed; - } - tarteaucitron.state[key] = status; - tarteaucitron.cookie.create(key, status); - tarteaucitron.userInterface.color(key, status); - }, - "color": function (key, status) { - "use strict"; - var c = 'tarteaucitron', - nbDenied = 0, - nbPending = 0, - nbAllowed = 0, - sum = tarteaucitron.job.length, - index, - s = tarteaucitron.services; - - if (key !== "") { - - if (status === true) { - document.getElementById(key + 'Line').classList.add('tarteaucitronIsAllowed'); - document.getElementById(key + 'Line').classList.remove('tarteaucitronIsDenied'); - } else if (status === false) { - document.getElementById(key + 'Line').classList.remove('tarteaucitronIsAllowed'); - document.getElementById(key + 'Line').classList.add('tarteaucitronIsDenied'); - } - - // check if all services are allowed - var sumToRemove = 0; - for (index = 0; index < sum; index += 1) { - - if (typeof s[tarteaucitron.job[index]].safeanalytic !== "undefined" && s[tarteaucitron.job[index]].safeanalytic === true) { - sumToRemove += 1; - continue; - } - - if (tarteaucitron.state[tarteaucitron.job[index]] === false) { - nbDenied += 1; - } else if (tarteaucitron.state[tarteaucitron.job[index]] === undefined) { - nbPending += 1; - } else if (tarteaucitron.state[tarteaucitron.job[index]] === true) { - nbAllowed += 1; - } - } - sum -= sumToRemove; - - tarteaucitron.userInterface.css(c + 'DotGreen', 'width', ((100 / sum) * nbAllowed) + '%'); - tarteaucitron.userInterface.css(c + 'DotYellow', 'width', ((100 / sum) * nbPending) + '%'); - tarteaucitron.userInterface.css(c + 'DotRed', 'width', ((100 / sum) * nbDenied) + '%'); - - if (nbDenied === 0 && nbPending === 0) { - tarteaucitron.userInterface.removeClass(c + 'AllDenied', c + 'IsSelected'); - tarteaucitron.userInterface.addClass(c + 'AllAllowed', c + 'IsSelected'); - - tarteaucitron.userInterface.addClass(c + 'MainLineOffset', c + 'IsAllowed'); - tarteaucitron.userInterface.removeClass(c + 'MainLineOffset', c + 'IsDenied'); - } else if (nbAllowed === 0 && nbPending === 0) { - tarteaucitron.userInterface.removeClass(c + 'AllAllowed', c + 'IsSelected'); - tarteaucitron.userInterface.addClass(c + 'AllDenied', c + 'IsSelected'); - - tarteaucitron.userInterface.removeClass(c + 'MainLineOffset', c + 'IsAllowed'); - tarteaucitron.userInterface.addClass(c + 'MainLineOffset', c + 'IsDenied'); - } else { - tarteaucitron.userInterface.removeClass(c + 'AllAllowed', c + 'IsSelected'); - tarteaucitron.userInterface.removeClass(c + 'AllDenied', c + 'IsSelected'); - - tarteaucitron.userInterface.removeClass(c + 'MainLineOffset', c + 'IsAllowed'); - tarteaucitron.userInterface.removeClass(c + 'MainLineOffset', c + 'IsDenied'); - } - - // close the alert if all service have been reviewed - if (nbPending === 0) { - tarteaucitron.userInterface.closeAlert(); - } - - if (tarteaucitron.services[key].cookies.length > 0 && status === false) { - tarteaucitron.cookie.purge(tarteaucitron.services[key].cookies); - } - - if (status === true) { - if (document.getElementById('tacCL' + key) !== null) { - document.getElementById('tacCL' + key).innerHTML = '...'; - } - setTimeout(function () { - tarteaucitron.cookie.checkCount(key); - }, 2500); - } else { - tarteaucitron.cookie.checkCount(key); - } - - } - - // groups - var cats = document.querySelectorAll('[id^="tarteaucitronServicesTitle_"]') - Array.prototype.forEach.call(cats, function(item) { - var cat = item.getAttribute('id').replace(/^(tarteaucitronServicesTitle_)/, ""), - total = document.getElementById("tarteaucitronServices_"+cat).childElementCount; - var doc = document.getElementById("tarteaucitronServices_"+cat), - groupdenied = 0, - groupallowed = 0; - for (var ii = 0; ii < doc.children.length; ii++) { - if (doc.children[ii].className == "tarteaucitronLine tarteaucitronIsDenied") { - groupdenied++; - } - if (doc.children[ii].className == "tarteaucitronLine tarteaucitronIsAllowed") { - groupallowed++; - } - } - if (total === groupallowed) { - tarteaucitron.userInterface.removeClass('tarteaucitron-group-'+cat, 'tarteaucitronIsDenied'); - tarteaucitron.userInterface.addClass('tarteaucitron-group-'+cat, 'tarteaucitronIsAllowed'); - } - if (total === groupdenied) { - tarteaucitron.userInterface.addClass('tarteaucitron-group-'+cat, 'tarteaucitronIsDenied'); - tarteaucitron.userInterface.removeClass('tarteaucitron-group-'+cat, 'tarteaucitronIsAllowed'); - } - if (total !== groupdenied && total !== groupallowed) { - tarteaucitron.userInterface.removeClass('tarteaucitron-group-'+cat, 'tarteaucitronIsDenied'); - tarteaucitron.userInterface.removeClass('tarteaucitron-group-'+cat, 'tarteaucitronIsAllowed'); - } - groupdenied = 0; - groupallowed = 0; - }); - - }, - "openPanel": function () { - "use strict"; - - tarteaucitron.userInterface.css('tarteaucitron', 'display', 'block'); - tarteaucitron.userInterface.css('tarteaucitronBack', 'display', 'block'); - tarteaucitron.userInterface.css('tarteaucitronCookiesListContainer', 'display', 'none'); - - document.getElementById('tarteaucitronClosePanel').focus(); - document.getElementsByTagName('body')[0].classList.add('tarteaucitron-modal-open'); - tarteaucitron.userInterface.focusTrap(); - tarteaucitron.userInterface.jsSizing('main'); - - //ie compatibility - var tacOpenPanelEvent; - if(typeof(Event) === 'function') { - tacOpenPanelEvent = new Event("tac.open_panel"); - }else{ - tacOpenPanelEvent = document.createEvent('Event'); - tacOpenPanelEvent.initEvent("tac.open_panel", true, true); - } - //end ie compatibility - - window.dispatchEvent(tacOpenPanelEvent); - }, - "closePanel": function () { - "use strict"; - - if (document.location.hash === tarteaucitron.hashtag) { - if (window.history) { - window.history.replaceState('', document.title, window.location.pathname + window.location.search); - } else { - document.location.hash = ''; - } - } - tarteaucitron.userInterface.css('tarteaucitron', 'display', 'none'); - tarteaucitron.userInterface.css('tarteaucitronCookiesListContainer', 'display', 'none'); - - tarteaucitron.fallback(['tarteaucitronInfoBox'], function (elem) { - elem.style.display = 'none'; - }, true); - - if (tarteaucitron.reloadThePage === true) { - window.location.reload(); - } else { - tarteaucitron.userInterface.css('tarteaucitronBack', 'display', 'none'); - } - if (document.getElementById('tarteaucitronCloseAlert') !== null) { - document.getElementById('tarteaucitronCloseAlert').focus(); - } - document.getElementsByTagName('body')[0].classList.remove('tarteaucitron-modal-open'); - - //ie compatibility - var tacClosePanelEvent; - if(typeof(Event) === 'function') { - tacClosePanelEvent = new Event("tac.close_panel"); - }else{ - tacClosePanelEvent = document.createEvent('Event'); - tacClosePanelEvent.initEvent("tac.close_panel", true, true); - } - //end ie compatibility - - window.dispatchEvent(tacClosePanelEvent); - }, - "focusTrap": function() { - "use strict"; - - var focusableEls, - firstFocusableEl, - lastFocusableEl, - filtered; - - focusableEls = document.getElementById('tarteaucitron').querySelectorAll('a[href], button'); - filtered = []; - - // get only visible items - for (var i = 0, max = focusableEls.length; i < max; i++) { - if (focusableEls[i].offsetHeight > 0) { - filtered.push(focusableEls[i]); - } - } - - firstFocusableEl = filtered[0]; - lastFocusableEl = filtered[filtered.length - 1]; - - //loop focus inside tarteaucitron - document.getElementById('tarteaucitron').addEventListener("keydown", function (evt) { - - if ( evt.key === 'Tab' || evt.keyCode === 9 ) { - - if ( evt.shiftKey ) /* shift + tab */ { - if (document.activeElement === firstFocusableEl) { - lastFocusableEl.focus(); - evt.preventDefault(); - } - } else /* tab */ { - if (document.activeElement === lastFocusableEl) { - firstFocusableEl.focus(); - evt.preventDefault(); - } - } - } - }) - }, - "openAlert": function () { - "use strict"; - var c = 'tarteaucitron'; - tarteaucitron.userInterface.css(c + 'Percentage', 'display', 'block'); - tarteaucitron.userInterface.css(c + 'AlertSmall', 'display', 'none'); - tarteaucitron.userInterface.css(c + 'Icon', 'display', 'none'); - tarteaucitron.userInterface.css(c + 'AlertBig', 'display', 'block'); - tarteaucitron.userInterface.addClass(c + 'Root', 'tarteaucitronBeforeVisible'); - - //ie compatibility - var tacOpenAlertEvent; - if(typeof(Event) === 'function') { - tacOpenAlertEvent = new Event("tac.open_alert"); - }else{ - tacOpenAlertEvent = document.createEvent('Event'); - tacOpenAlertEvent.initEvent("tac.open_alert", true, true); - } - //end ie compatibility - - if (document.getElementById('tarteaucitronAlertBig') !== null) { - document.getElementById('tarteaucitronAlertBig').focus(); - } - - window.dispatchEvent(tacOpenAlertEvent); - }, - "closeAlert": function () { - "use strict"; - var c = 'tarteaucitron'; - tarteaucitron.userInterface.css(c + 'Percentage', 'display', 'none'); - tarteaucitron.userInterface.css(c + 'AlertSmall', 'display', 'block'); - tarteaucitron.userInterface.css(c + 'Icon', 'display', 'block'); - tarteaucitron.userInterface.css(c + 'AlertBig', 'display', 'none'); - tarteaucitron.userInterface.removeClass(c + 'Root', 'tarteaucitronBeforeVisible'); - tarteaucitron.userInterface.jsSizing('box'); - - //ie compatibility - var tacCloseAlertEvent; - if(typeof(Event) === 'function') { - tacCloseAlertEvent = new Event("tac.close_alert"); - }else{ - tacCloseAlertEvent = document.createEvent('Event'); - tacCloseAlertEvent.initEvent("tac.close_alert", true, true); - } - //end ie compatibility - - window.dispatchEvent(tacCloseAlertEvent); - }, - "toggleCookiesList": function () { - "use strict"; - var div = document.getElementById('tarteaucitronCookiesListContainer'); - - if (div === null) { - return; - } - - if (div.style.display !== 'block') { - tarteaucitron.cookie.number(); - div.style.display = 'block'; - tarteaucitron.userInterface.jsSizing('cookie'); - tarteaucitron.userInterface.css('tarteaucitron', 'display', 'none'); - tarteaucitron.userInterface.css('tarteaucitronBack', 'display', 'block'); - tarteaucitron.fallback(['tarteaucitronInfoBox'], function (elem) { - elem.style.display = 'none'; - }, true); - } else { - div.style.display = 'none'; - tarteaucitron.userInterface.css('tarteaucitron', 'display', 'none'); - tarteaucitron.userInterface.css('tarteaucitronBack', 'display', 'none'); - } - }, - "toggle": function (id, closeClass) { - "use strict"; - var div = document.getElementById(id); - - if (div === null) { - return; - } - - if (closeClass !== undefined) { - tarteaucitron.fallback([closeClass], function (elem) { - if (elem.id !== id) { - elem.style.display = 'none'; - } - }, true); - } - - if (div.style.display !== 'block') { - div.style.display = 'block'; - } else { - div.style.display = 'none'; - } - }, - "order": function (id) { - "use strict"; - var main = document.getElementById('tarteaucitronServices_' + id), - allDivs, - store = [], - i; - - if (main === null) { - return; - } - - allDivs = main.childNodes; - - if (typeof Array.prototype.map === 'function' && typeof Enumerable === 'undefined') { - Array.prototype.map.call(main.children, Object).sort(function (a, b) { - //var mainChildren = Array.from(main.children); - //mainChildren.sort(function (a, b) { - if (tarteaucitron.services[a.id.replace(/Line/g, '')].name > tarteaucitron.services[b.id.replace(/Line/g, '')].name) { return 1; } - if (tarteaucitron.services[a.id.replace(/Line/g, '')].name < tarteaucitron.services[b.id.replace(/Line/g, '')].name) { return -1; } - return 0; - }).forEach(function (element) { - main.appendChild(element); - }); - } - }, - "jsSizing": function (type) { - "use strict"; - var scrollbarMarginRight = 10, - scrollbarWidthParent, - scrollbarWidthChild, - servicesHeight, - e = window, - a = 'inner', - windowInnerHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight, - mainTop, - mainHeight, - closeButtonHeight, - headerHeight, - cookiesListHeight, - cookiesCloseHeight, - cookiesTitleHeight, - paddingBox, - alertSmallHeight, - cookiesNumberHeight; - - if (type === 'box') { - if (document.getElementById('tarteaucitronAlertSmall') !== null && document.getElementById('tarteaucitronCookiesNumber') !== null) { - - // reset - tarteaucitron.userInterface.css('tarteaucitronCookiesNumber', 'padding', '0px 10px'); - - // calculate - alertSmallHeight = document.getElementById('tarteaucitronAlertSmall').offsetHeight; - cookiesNumberHeight = document.getElementById('tarteaucitronCookiesNumber').offsetHeight; - paddingBox = (alertSmallHeight - cookiesNumberHeight) / 2; - - // apply - tarteaucitron.userInterface.css('tarteaucitronCookiesNumber', 'padding', paddingBox + 'px 10px'); - } - } else if (type === 'main') { - - // get the real window width for media query - if (window.innerWidth === undefined) { - a = 'client'; - e = document.documentElement || document.body; - } - - // height of the services list container - if (document.getElementById('tarteaucitron') !== null && document.getElementById('tarteaucitronClosePanel') !== null && document.getElementById('tarteaucitronMainLineOffset') !== null) { - - // reset - tarteaucitron.userInterface.css('tarteaucitronServices', 'height', 'auto'); - - // calculate - mainHeight = document.getElementById('tarteaucitron').offsetHeight; - closeButtonHeight = document.getElementById('tarteaucitronClosePanel').offsetHeight; - - // apply - servicesHeight = (mainHeight - closeButtonHeight + 2); - tarteaucitron.userInterface.css('tarteaucitronServices', 'height', servicesHeight + 'px'); - tarteaucitron.userInterface.css('tarteaucitronServices', 'overflow-x', 'auto'); - } - - // align the main allow/deny button depending on scrollbar width - if (document.getElementById('tarteaucitronServices') !== null && document.getElementById('tarteaucitronScrollbarChild') !== null) { - - // media query - if (e[a + 'Width'] <= 479) { - //tarteaucitron.userInterface.css('tarteaucitronScrollbarAdjust', 'marginLeft', '11px'); - } else if (e[a + 'Width'] <= 767) { - scrollbarMarginRight = 12; - } - - scrollbarWidthParent = document.getElementById('tarteaucitronServices').offsetWidth; - scrollbarWidthChild = document.getElementById('tarteaucitronScrollbarChild').offsetWidth; - //tarteaucitron.userInterface.css('tarteaucitronScrollbarAdjust', 'marginRight', ((scrollbarWidthParent - scrollbarWidthChild) + scrollbarMarginRight) + 'px'); - } - - // center the main panel - if (document.getElementById('tarteaucitron') !== null) { - - // media query - if (e[a + 'Width'] <= 767) { - mainTop = 0; - } else { - mainTop = ((windowInnerHeight - document.getElementById('tarteaucitron').offsetHeight) / 2) - 21; - } - - if (document.getElementById('tarteaucitronMainLineOffset') !== null) { - if (document.getElementById('tarteaucitron').offsetHeight < (windowInnerHeight / 2)) { - mainTop -= document.getElementById('tarteaucitronMainLineOffset').offsetHeight; - } - } - - // correct - if (mainTop < 0) { - mainTop = 0; - } - - // apply - tarteaucitron.userInterface.css('tarteaucitron', 'top', mainTop + 'px'); - } - - - } else if (type === 'cookie') { - - // put cookies list at bottom - if (document.getElementById('tarteaucitronAlertSmall') !== null) { - tarteaucitron.userInterface.css('tarteaucitronCookiesListContainer', 'bottom', (document.getElementById('tarteaucitronAlertSmall').offsetHeight) + 'px'); - } - - // height of cookies list - if (document.getElementById('tarteaucitronCookiesListContainer') !== null) { - - // reset - tarteaucitron.userInterface.css('tarteaucitronCookiesList', 'height', 'auto'); - - // calculate - cookiesListHeight = document.getElementById('tarteaucitronCookiesListContainer').offsetHeight; - cookiesCloseHeight = document.getElementById('tarteaucitronClosePanelCookie').offsetHeight; - cookiesTitleHeight = document.getElementById('tarteaucitronCookiesTitle').offsetHeight; - - // apply - tarteaucitron.userInterface.css('tarteaucitronCookiesList', 'height', (cookiesListHeight - cookiesCloseHeight - cookiesTitleHeight - 2) + 'px'); - } - } - } - }, - "cookie": { - "owner": {}, - "create": function (key, status) { - "use strict"; - - if (tarteaucitronForceExpire !== '') { - // The number of day(s)/hour(s) can't be higher than 1 year - if ((tarteaucitronExpireInDay && tarteaucitronForceExpire < 365) || (!tarteaucitronExpireInDay && tarteaucitronForceExpire < 8760)) { - if (tarteaucitronExpireInDay) { - // Multiplication to tranform the number of days to milliseconds - timeExpire = tarteaucitronForceExpire * 86400000; - } else { - // Multiplication to tranform the number of hours to milliseconds - timeExpire = tarteaucitronForceExpire * 3600000; - } - } - } - - var d = new Date(), - time = d.getTime(), - expireTime = time + timeExpire, // 365 days - regex = new RegExp("!" + key + "=(wait|true|false)", "g"), - cookie = tarteaucitron.cookie.read().replace(regex, ""), - value = tarteaucitron.parameters.cookieName + '=' + cookie + '!' + key + '=' + status, - domain = (tarteaucitron.parameters.cookieDomain !== undefined && tarteaucitron.parameters.cookieDomain !== '') ? '; domain=' + tarteaucitron.parameters.cookieDomain : '', - secure = location.protocol === 'https:' ? '; Secure' : ''; - - d.setTime(expireTime); - document.cookie = value + '; expires=' + d.toGMTString() + '; path=/' + domain + secure + '; samesite=lax'; - }, - "read": function () { - "use strict"; - var nameEQ = tarteaucitron.parameters.cookieName + "=", - ca = document.cookie.split(';'), - i, - c; - - for (i = 0; i < ca.length; i += 1) { - c = ca[i]; - while (c.charAt(0) === ' ') { - c = c.substring(1, c.length); - } - if (c.indexOf(nameEQ) === 0) { - return c.substring(nameEQ.length, c.length); - } - } - return ''; - }, - "purge": function (arr) { - "use strict"; - var i; - - for (i = 0; i < arr.length; i += 1) { - document.cookie = arr[i] + '=; expires=Thu, 01 Jan 2000 00:00:00 GMT; path=/;'; - document.cookie = arr[i] + '=; expires=Thu, 01 Jan 2000 00:00:00 GMT; path=/; domain=.' + location.hostname + ';'; - document.cookie = arr[i] + '=; expires=Thu, 01 Jan 2000 00:00:00 GMT; path=/; domain=.' + location.hostname.split('.').slice(-2).join('.') + ';'; - } - }, - "checkCount": function (key) { - "use strict"; - var arr = tarteaucitron.services[key].cookies, - nb = arr.length, - nbCurrent = 0, - html = '', - i, - status = document.cookie.indexOf(key + '=true'); - - if (status >= 0 && nb === 0) { - html += tarteaucitron.lang.useNoCookie; - } else if (status >= 0) { - for (i = 0; i < nb; i += 1) { - if (document.cookie.indexOf(arr[i] + '=') !== -1) { - nbCurrent += 1; - if (tarteaucitron.cookie.owner[arr[i]] === undefined) { - tarteaucitron.cookie.owner[arr[i]] = []; - } - if (tarteaucitron.cookie.crossIndexOf(tarteaucitron.cookie.owner[arr[i]], tarteaucitron.services[key].name) === false) { - tarteaucitron.cookie.owner[arr[i]].push(tarteaucitron.services[key].name); - } - } - } - - if (nbCurrent > 0) { - html += tarteaucitron.lang.useCookieCurrent + ' ' + nbCurrent + ' cookie'; - if (nbCurrent > 1) { - html += 's'; - } - html += '.'; - } else { - html += tarteaucitron.lang.useNoCookie; - } - } else if (nb === 0) { - html = tarteaucitron.lang.noCookie; - } else { - html += tarteaucitron.lang.useCookie + ' ' + nb + ' cookie'; - if (nb > 1) { - html += 's'; - } - html += '.'; - } - - if (document.getElementById('tacCL' + key) !== null) { - document.getElementById('tacCL' + key).innerHTML = html; - } - }, - "crossIndexOf": function (arr, match) { - "use strict"; - var i; - for (i = 0; i < arr.length; i += 1) { - if (arr[i] === match) { - return true; - } - } - return false; - }, - "number": function () { - "use strict"; - var cookies = document.cookie.split(';'), - nb = (document.cookie !== '') ? cookies.length : 0, - html = '', - i, - name, - namea, - nameb, - c, - d, - s = (nb > 1) ? 's' : '', - savedname, - regex = /^https?\:\/\/([^\/?#]+)(?:[\/?#]|$)/i, - regexedDomain = (tarteaucitron.cdn.match(regex) !== null) ? tarteaucitron.cdn.match(regex)[1] : tarteaucitron.cdn, - host = (tarteaucitron.domain !== undefined) ? tarteaucitron.domain : regexedDomain; - - cookies = cookies.sort(function (a, b) { - namea = a.split('=', 1).toString().replace(/ /g, ''); - nameb = b.split('=', 1).toString().replace(/ /g, ''); - c = (tarteaucitron.cookie.owner[namea] !== undefined) ? tarteaucitron.cookie.owner[namea] : '0'; - d = (tarteaucitron.cookie.owner[nameb] !== undefined) ? tarteaucitron.cookie.owner[nameb] : '0'; - if (c + a > d + b) { return 1; } - if (c + a < d + b) { return -1; } - return 0; - }); - - if (document.cookie !== '') { - for (i = 0; i < nb; i += 1) { - name = cookies[i].split('=', 1).toString().replace(/ /g, ''); - if (tarteaucitron.cookie.owner[name] !== undefined && tarteaucitron.cookie.owner[name].join(' // ') !== savedname) { - savedname = tarteaucitron.cookie.owner[name].join(' // '); - html += '
    '; - html += ' '; - html += ' ' + tarteaucitron.cookie.owner[name].join(' // '); - html += ' '; - html += '