Browse Source

Dépot de l'ensemble des fichiers

pull/2/head
Akilia 3 years ago
parent
commit
22aca6d7d4
  1. 1287
      LICENSE
  2. 34
      README.md
  3. 24
      formulaires/configurer_tarteaucitron_bandeau.html
  4. 33
      formulaires/configurer_tarteaucitron_services.html
  5. 30
      javascript/tarteaucitron_config.html
  6. 9
      lang/paquet-tarteaucitron.xml
  7. 15
      lang/paquet-tarteaucitron_fr.php
  8. 9
      lang/tarteaucitron.xml
  9. 26
      lang/tarteaucitron_fr.php
  10. 21
      lib/tarteaucitron/LICENSE
  11. 1
      lib/tarteaucitron/advertising.js
  12. 771
      lib/tarteaucitron/css/tarteaucitron.css
  13. 75
      lib/tarteaucitron/lang/tarteaucitron.bg.js
  14. 75
      lib/tarteaucitron/lang/tarteaucitron.cs.js
  15. 75
      lib/tarteaucitron/lang/tarteaucitron.de.js
  16. 75
      lib/tarteaucitron/lang/tarteaucitron.el.js
  17. 75
      lib/tarteaucitron/lang/tarteaucitron.en.js
  18. 75
      lib/tarteaucitron/lang/tarteaucitron.es.js
  19. 75
      lib/tarteaucitron/lang/tarteaucitron.fr.js
  20. 75
      lib/tarteaucitron/lang/tarteaucitron.it.js
  21. 75
      lib/tarteaucitron/lang/tarteaucitron.nl.js
  22. 75
      lib/tarteaucitron/lang/tarteaucitron.pl.js
  23. 73
      lib/tarteaucitron/lang/tarteaucitron.pt.js
  24. 75
      lib/tarteaucitron/lang/tarteaucitron.ru.js
  25. 1487
      lib/tarteaucitron/tarteaucitron.js
  26. 2762
      lib/tarteaucitron/tarteaucitron.services.js
  27. 26
      paquet.xml
  28. 11
      prive/squelettes/contenu/configurer_tarteaucitron.html
  29. BIN
      prive/themes/spip/images/tarteaucitron-128.png
  30. BIN
      prive/themes/spip/images/tarteaucitron-32.png
  31. BIN
      prive/themes/spip/images/tarteaucitron-64.png
  32. 3
      services/fb.html
  33. 4
      services/fb_pixel.html
  34. 4
      services/gmap.html
  35. 5
      services/gtag.html
  36. 45
      tarteaucitron_administrations.php
  37. 21
      tarteaucitron_autorisations.php
  38. 14
      tarteaucitron_fonctions.php
  39. 71
      tarteaucitron_pipelines.php

1287
LICENSE

File diff suppressed because it is too large Load Diff

34
README.md

@ -1,3 +1,33 @@
# Tarteaucitron
# tarteaucitron
Portage pour SPIP de la solution de gestion de consentement aux cookies Tarteaucitron.js
Portage pour SPIP de la solution de gestion de consentement aux cookies Tarteaucitron.js
Voir https://www.cnil.fr/fr/solutions-centralisees-de-recueil-de-consentement-aux-cookies-les-gestionnaires-de-tag
## Que fait le plugin ?
Il installe le script tarteaucitron.js (voir https://opt-out.ferank.eu/fr/) et propose une interface de configuration permettant le paramétrage de certaines options du plugin ainsi que la possibilité d'activer 4 services au choix :
- Gtag (Global Site Tag, le nouveau script de suivi pour Google Analytics)
- Google Maps
- Facebook
- Facebook Pixel
## Un plugin deux en un
En effet ce plugin fait deux choses à la fois :
1. il insère le tag permettant d'activer le(s) service(s) choisi(s)
2. il propose à vos internautes de choisir si ils acceptent d'être traqués ou non.
## Prérequis
- SPIP 3.2 (mais il devrait aussi marcher sur SPIP 3.1)
- Plugin Zcore (voir https://plugins.spip.net/zcore.html)
## Pour les développeurs : ajouter de nouveaux services
Il est possible d'ajouter de nouveaux services directement dans le plugin.
### Intégrer le code du service
Aller voir https://opt-out.ferank.eu/fr/install/ / Etape 3 : ajouter les services et intégrer le code proposé dans un fichier à placer dans le répertoire `/services` du plugins
### Donner la possibilité d'activer ou non ce nouveau service
Il faut intégrer un nouveau champ de saisie correspondant à ce service et éventuellement à la clé correspondante dans le formulaire de déclaration des services.
Cette intégration se fait dans le fichier `/formulaires/configurer_tarteaucitron_services.html` du plugin.
**Attention** : il faut absolument faire correspondre l'attribut 'name' du nouveau champ et le nom du fichier placé dans `/services`.

24
formulaires/configurer_tarteaucitron_bandeau.html

@ -0,0 +1,24 @@
<div class="formulaire_spip formulaire_configurer formulaire_#FORM">
<h3 class="titrem"><:tarteaucitron:cfg_titre_bandeau:></h3>
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
<form method="post" action="#ENV{action}">
<div>
#ACTION_FORMULAIRE{#ENV{action}}
<div class="editer-groupe">
[(#SAISIE{radio, highprivacy, label=<:tarteaucitron:cfg_afficher_bandeau:>, explication=<:tarteaucitron:cfg_afficher_bandeau_explication:>, defaut=true, datas=[(#ARRAY{true,Oui,false,Non})]})]
[(#SAISIE{radio, orientation, label=<:tarteaucitron:cfg_placement_bandeau:>, defaut=top, datas=[(#ARRAY{top,Haut,bottom,Bas})]})]
[(#SAISIE{radio, acceptallcta, label=<:tarteaucitron:cfg_btn_accetpall:>, explication=<:tarteaucitron:cfg_btn_accetpall_explication:>, defaut=true, datas=[(#ARRAY{true,Oui,false,Non})]})]
[(#SAISIE{input, readmoreLink, label=<:tarteaucitron:cfg_readmoreLink:>, explication=<:tarteaucitron:cfg_readmoreLink_explication:>, defaut=cookiespolicy})]
</div>
<input type="hidden" name="_meta_casier" value="tarteaucitron" />
<p class="boutons"><span class="image_loading">&nbsp;</span><input type="submit" class="submit" value="<:bouton_enregistrer:>" /></p>
</div>
</form>
</div>

33
formulaires/configurer_tarteaucitron_services.html

@ -0,0 +1,33 @@
<div class="formulaire_spip formulaire_configurer formulaire_#FORM">
<h3 class="titrem"><:tarteaucitron:cfg_titre_ajouter_services:></h3>
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
<form method="post" action="#ENV{action}">
<div>
#ACTION_FORMULAIRE{#ENV{action}}
<fieldset>
<legend>Services Google</legend>
[(#REM) Gtag : voir à ce propos
https://developers.google.com/analytics/devguides/collection/gtagjs/
et https://juliencoquet.com/en/2017/09/11/switch-google-analytics-global-site-tag/][
(#SAISIE{input, gtag, label=Google global site tag (gtag.js), explication=Replace GA_MEASUREMENT_ID with the ID of the Google Analytics property to which you want to send data, placeholder=GA_MEASUREMENT_ID})]
[(#SAISIE{input, gmap, label=Google Map API Key, explication=Enter your Google Map API Key, placeholder=API KEY})]
</fieldset>
<fieldset>
<legend>Services Facebook</legend>
[(#SAISIE{checkbox, fb, label=Boutons de Like et Partage Facebook, datas=[(#ARRAY{fb,fb})]})]
[(#SAISIE{input, fb_pixel, label=Facebook Pixel, explication=Enter your FacebookPixel ID, placeholder=YOUR_ID})]
</fieldset>
<input type="hidden" name="_meta_casier" value="tarteaucitron/services" />
<p class="boutons"><span class="image_loading">&nbsp;</span><input type="submit" class="submit" value="<:bouton_enregistrer:>" /></p>
</div>
</form>
</div>

30
javascript/tarteaucitron_config.html

@ -0,0 +1,30 @@
<script type="text/javascript">
tarteaucitron.init({
"privacyUrl": "", /* Privacy policy url */
"hashtag": "#tarteaucitron", /* Ouverture automatique du panel avec le hashtag */
"cookieName": "tarteaucitron", /* Cookie name */
/* Gestion grand bandeau */
"highPrivacy": #CONFIG{tarteaucitron/highprivacy}, /* mettre à true affiche le bandeau et désactive alors le consentement implicite */
"orientation": "#CONFIG{tarteaucitron/orientation}", /* le bandeau doit être en haut (top) ou en bas (bottom) ? */
"AcceptAllCta" : #CONFIG{tarteaucitron/acceptallcta}, /* Show the accept all button when highPrivacy on */
/* Gestion petit bandeau */
"showAlertSmall": false, /* afficher le petit bandeau en bas à droite ? */
"cookieslist": false, /* Afficher la liste des cookies installés ? */
"adblocker": false, /* Afficher un message si un adblocker est détecté */
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, disallow all */
"removeCredit": false, /* supprimer le lien vers la source ? */
"moreInfoLink": true, /* Show more info link */
"useExternalCss": false, /* If false, the tarteaucitron.css file will be loaded */
// "cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for multisite */
"readmoreLink": "/#CONFIG{tarteaucitron/readmoreLink}" /* Change the default readmore link */
});
</script>

9
lang/paquet-tarteaucitron.xml

@ -0,0 +1,9 @@
<traduction
module="paquet-tarteaucitron"
id="paquet-tarteaucitron--tarteaucitron-7f5b4"
gestionnaire="salvatore"
url="https://trad.spip.net"
source="https://github.com/akilia/tarteaucitron/trunk/lang"
reference="fr">
<langue code="fr" url="https://trad.spip.net/tradlang_module/paquet-tarteaucitron?lang_cible=fr" total="3" traduits="3" relire="0" modifs="0" nouveaux="0" pourcent="100.00" />
</traduction>

15
lang/paquet-tarteaucitron_fr.php

@ -0,0 +1,15 @@
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// Fichier source, a modifier dans https://github.com/akilia/tarteaucitron/trunk/lang
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// T
'tarteaucitron_description' => 'Portage pour SPIP de la solution de gestion de consentement aux cookies Tarteaucitron.js (version gratuite).
Solution open source recommandée et utilisée par la CNIL.',
'tarteaucitron_nom' => 'Tarteaucitron',
'tarteaucitron_slogan' => 'Gestionnaire conforme de cookies'
);

9
lang/tarteaucitron.xml

@ -0,0 +1,9 @@
<traduction
module="tarteaucitron"
id="tarteaucitron--tarteaucitron-7f5b4"
gestionnaire="salvatore"
url="https://trad.spip.net"
source="https://github.com/akilia/tarteaucitron/trunk/lang"
reference="fr">
<langue code="fr" url="https://trad.spip.net/tradlang_module/tarteaucitron?lang_cible=fr" total="13" traduits="13" relire="0" modifs="0" nouveaux="0" pourcent="100.00" />
</traduction>

26
lang/tarteaucitron_fr.php

@ -0,0 +1,26 @@
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
// Fichier source, a modifier dans https://github.com/akilia/tarteaucitron/trunk/lang
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// C
'cfg_afficher_bandeau' => 'Afficher le bandeau ?',
'cfg_afficher_bandeau_explication' => 'Si pas de bandeau le consentement est alors implicite.',
'cfg_btn_accetpall' => 'Bouton ’Tout accepter’',
'cfg_btn_accetpall_explication' => 'Faut-il afficher le bouton ’Tout accepter’ ? Si non, seul le bouton ’Personnaliser’ apparaîtra.',
'cfg_exemple' => 'Exemple',
'cfg_exemple_explication' => 'Explication de cet exemple',
'cfg_placement_bandeau' => 'Placement vertical du bandeau',
'cfg_readmorelink' => 'Lien vers votre page d’explication sur le consentement des cookies.',
'cfg_readmorelink_explication' => 'Exemple : spip.php ?article1, rgpd, etc.',
'cfg_titre_ajouter_services' => 'Ajouter un service',
'cfg_titre_bandeau' => 'Bandeau de consentement',
// T
'tarteaucitron_titre' => 'Tarteaucitron',
'titre_page_configurer_tarteaucitron' => 'Tarteaucitron'
);

21
lib/tarteaucitron/LICENSE

@ -0,0 +1,21 @@
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.

1
lib/tarteaucitron/advertising.js

@ -0,0 +1 @@
tarteaucitronNoAdBlocker = true;

771
lib/tarteaucitron/css/tarteaucitron.css

@ -0,0 +1,771 @@
.modal-open{
overflow: hidden;
height: 100%;
}
#contentWrapper {display:unset;}
/***
* 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;
}
/* 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, #tarteaucitronRoot button:focus {
/*outline: 2px solid #cb3333;*/
}
/***
* 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 0 35px #575757;
}
/***
* 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
*/
#tarteaucitron * {
zoom: 1;
}
#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 </body>
*/
#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%;
}
.tarteaucitronSelfLink, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
background: rgba(51, 51, 51, 0.07);
}a.tarteaucitronSelfLink {
text-align: center!important;
display: block;
padding: 7px!important;
}
#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 {
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;
}
/***
* 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;
margin: auto;
width: 100%;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
font: 15px verdana;
color: #fff;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
font-weight: 700;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
cursor: pointer;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
background: #008300;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
padding: 5px 10px;
text-decoration: none;
margin-left: 7px;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
background: #fff;
color: #333;
font-size: 13px;
margin-bottom: 3px;
margin-left: 7px;
padding: 4px 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;
}
/***
* 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;
}
div#tarteaucitronInfo {
display: block!important;
position: relative;
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;
padding-top: 13px!important;
display: block;
text-shadow: 0 0 14px white;
text-transform: uppercase;
}.tarteaucitronMainLine .tarteaucitronH2 {
font-size: 1.2em!important;
margin-top: 4px!important;
}
span.tarteaucitronTitle.tarteaucitronH3 {
margin-top: 12px!important;
}

75
lib/tarteaucitron/lang/tarteaucitron.bg.js

@ -0,0 +1,75 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"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": "Забрани всички",
"fallback": "е изключен.",
"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."
}
};

75
lib/tarteaucitron/lang/tarteaucitron.cs.js

@ -0,0 +1,75 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"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",
"fallback": "je vypnutý.",
"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."
}
};

75
lib/tarteaucitron/lang/tarteaucitron.de.js

@ -0,0 +1,75 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"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 Konfigurieren zu können.",
"reload": "Seite neu laden",
"alertBigScroll": "Durch die fortgesetzte blättern,",
"alertBigClick": "Wenn Sie diese Webseite benutzen,",
"alertBig": "stimmen Sie der Benutzung von externen Diensten zu",
"alertBigPrivacy": "Diese Webseite verwendet 'Cookies' und ermöglicht dadurch Kontrolle, welche Dienste benutzt werden dürfen",
"alertSmall": "Service-Kontrolle",
"personalize": "Personalisieren",
"acceptAll": "OK, akzeptiere alles",
"close": "Beenden",
"privacyUrl": "Datenschutz-Bestimmungen",
"all": "Präferenz 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 installieren",
"useCookieCurrent": "Dieser Dienst hat installiert",
"useNoCookie": "Dieser Dienst hat keine 'Cookies' installiert.",
"more": "Weiter lesen",
"source": "Zur offiziellen Webseite",
"credit": "Cookies manager von 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",
"fallback": "ist deaktiviert.",
"ads": {
"title": "Anzeigen Netzwerke",
"details": "Anzeigen Netzwerke 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": "Video Platformen 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: Geolokalisation, Suchmaschinen, Übersetzungen, ..."
},
"other": {
"title": "Andere",
"details": "Dienste zum Anzeigen von Web-Inhalten."
}
};

75
lib/tarteaucitron/lang/tarteaucitron.el.js

@ -0,0 +1,75 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"adblock": "Γεια σας! Ο ιστότοπος αυτός σας επιτρέπει να επιλέξετε τις υπηρεσίες που παρέχονται από τρίτους που θα θέλατε να επιτρέψετε.",
"adblock_call": "Παρακαλώ απενεργοποιήστε τα προγράμματα απόρριψης διαφημίσεων για να ξεκινήσετε τις τροποποιήσεις σας.",
"reload": "Ανανέωση της σελίδας",
"alertBigScroll": "Συνεχίζοντας την ανάγνωση (κύλιση) της σελίδας,",
"alertBigClick": "Αν συνεχίσετε την περιήγηση σας στον ιστότοπο,",
"alertBig": "επιτρέπετε όλες τις υπηρεσίες που παρέχονται από τρίτους",
"alertBigPrivacy": "Ο ιστότοπος αυτός χρησιμοποιεί &quot;μπισκότα&quot; (cookies) και σας επιτρέπει να ελέγξετε τι θέλετε να ενεργοποιήσετε",
"alertSmall": "Διαχείριση υπηρεσιών",
"personalize": "Εξατομίκευση",
"acceptAll": "OK, αποδοχή όλων",
"close": "Κλείσιμο",
"privacyUrl": "Πολιτική απορρήτου",
"all": "Προτίμηση για όλες τις υπηρεσίες",
"info": "Προστασία των προσωπικών σας δεδομένων",
"disclaimer": "Επιτρέποντας αυτές τις υπηρεσίες που παρέχονται από τρίτους, αποδέχεστε τα &quot;μπισκότα&quot; (cookies) τους καθώς και τη χρήση τεχνολογιών παρακολούθησης που είναι απαραίτητες για τη λειτουργία τους.",
"allow": "Επέτρεψε",
"deny": "Απόρριψε",
"noCookie": "Η υπηρεσία αυτή δε χρησιμοποιεί &quot;μπισκότα&quot; (cookies).",
"useCookie": "Η υπηρεσία αυτή μπορεί να αποθηκεύσει ",
"useCookieCurrent": "Η υπηρεσία αυτή έχει αποθηκεύσει ",
"useNoCookie": "Η υπηρεσία αυτή δεν έχει αποθηκεύσει κανένα &quot;μπισκότο&quot; (cookie).",
"more": "Διαβάστε περισσότερα",
"source": "Δείτε τον επίσημο ιστότοπο",
"credit": "Cookies manager by tarteaucitron.js",
"toggleInfoBox": "Προβολή/Απόκρυψη πληροφοριών για την αποθήκευση &quot;μπισκότων&quot; (cookies)",
"title": "Πίνακας διαχείρισης &quot;Μπισκότων&quot; (Cookies)",
"cookieDetail": "Λεπτομέρειες &quot;μπισκότων&quot; (cookies) για",
"ourSite": "στον ιστότοπο μας",
"newWindow": "(νέο παράθυρο)",
"allowAll": "Επέτρεψε όλα τα &quot;μπισκότα&quot; (cookies)",
"denyAll": "Απόρριψε όλα τα &quot;μπισκότα&quot; (cookies)",
"fallback": "είναι απενεργοποιημένο.",
"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": "Υπηρεσίες που παρουσιάζουν άλλο περιεχόμενο."
}
};

75
lib/tarteaucitron/lang/tarteaucitron.en.js

@ -0,0 +1,75 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"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": "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",
"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",
"fallback": "is disabled.",
"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."
}
};

75
lib/tarteaucitron/lang/tarteaucitron.es.js

@ -0,0 +1,75 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"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",
"fallback": "está deshabilitado.",
"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": {