Merge pull request 'Nouvelle version de la librairie' (#2) from dev/maj_lib_20201017 into master

Reviewed-on: #2
Mise à jour de la lib Tarteaucitron V1.8.3
pull/4/head
peetdu 3 years ago
commit 2472030beb

@ -19,6 +19,10 @@
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;
@ -302,9 +306,9 @@ div#tarteaucitronServices {
box-sizing: border-box;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
color: #fff;
display: inline-block;
@ -444,7 +448,8 @@ div#tarteaucitronServices {
background-color: #1B870B;
opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
background-color: #9C1A1A;
opacity: 1;
}
@ -492,11 +497,13 @@ div#tarteaucitronServices {
box-sizing: content-box;
z-index: 2147483645;
text-align: center;
padding: 10px;
padding: 10px 0 10px 0;
margin: auto;
width: 100%;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
font: 15px verdana;
@ -507,28 +514,41 @@ div#tarteaucitronServices {
font-weight: 700;
}
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
cursor: pointer;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
#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;
font-size: 16px!important;
line-height: 1.2;
padding: 5px 10px;
text-decoration: none;
margin-left: 7px;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
#tarteaucitronRoot .tarteaucitronDeny {
background: #9C1A1A;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
background: #fff;
color: #333;
font-size: 13px;
margin-bottom: 3px;
margin-left: 7px;
padding: 4px 10px;
padding: 5px 10px;
}
#tarteaucitronPercentage {
@ -541,6 +561,81 @@ div#tarteaucitronServices {
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
*/
@ -739,10 +834,13 @@ div.amazon_product {
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
opacity: 1;
}
div#tarteaucitronInfo {
display: block!important;
position: relative;
position: relative !important;
text-align: center!important;
max-width: 80%!important;
padding: 15px 0!important;
@ -769,3 +867,16 @@ a.tarteaucitronSelfLink {
span.tarteaucitronTitle.tarteaucitronH3 {
margin-top: 12px!important;
}
.spacer-20 {
height: 20px;
display: block;
}
.display-block {
display: block;
}
.display-none {
display: none;
}

@ -1,5 +1,6 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"middleBarHead": "☝ 🍪",
"adblock": "Здравей! Този сайт позволяа включването на бисквитки по избор.",
"adblock_call": "Моля изключете вашият adblocker и изберете бисквитките които искате, или спрете всички.",
"reload": "Презареди",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"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."
};

@ -0,0 +1,77 @@
/*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": "禁用",
"fallback": "已禁用。",
"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."
};

@ -1,5 +1,6 @@
/*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",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"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."
};

@ -0,0 +1,80 @@
/*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",
"fallback": "er deaktiveret.",
"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."
};

@ -1,48 +1,49 @@
/*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 Konfigurieren zu können.",
"adblock_call": "Bitte deaktivieren Sie Ihren 'Werbeblocker' um Cookie-Einstellungen vornehmen zu können.",
"reload": "Seite neu laden",
"alertBigScroll": "Durch die fortgesetzte blättern,",
"alertBigScroll": "Durch weiterblä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",
"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": "OK, akzeptiere alles",
"close": "Beenden",
"acceptAll": "Alle akzeptieren",
"close": "Schließen",
"privacyUrl": "Datenschutz-Bestimmungen",
"privacyUrl": "Datenschutzbestimmungen",
"all": "Präferenz für alle Dienste",
"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 installieren",
"useCookieCurrent": "Dieser Dienst hat installiert",
"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": "Cookies manager von tarteaucitron.js",
"credit": "Cookie 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",
"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",
"fallback": "ist deaktiviert.",
"ads": {
"title": "Anzeigen Netzwerke",
"details": "Anzeigen Netzwerke können mit dem Verkauf von Werbeplatzierungen auf der Seite Einnahmen erhalten."
"title": "Werbenetzwerke",
"details": "Werbenetzwerke können mit dem Verkauf von Werbeplatzierungen auf der Seite Einnahmen erhalten."
},
"analytic": {
"title": "Besucher Zähldienste",
@ -54,7 +55,7 @@ tarteaucitron.lang = {
},
"video": {
"title": "Videos",
"details": "Video Platformen erlauben Videoinhalte einzublenden und die Sichtbarkeit der Seite zu erhöhen."
"details": "Videoplattformen erlauben Videoinhalte einzublenden und die Sichtbarkeit der Seite zu erhöhen."
},
"comment": {
"title": "Kommentare",
@ -66,10 +67,13 @@ tarteaucitron.lang = {
},
"api": {
"title": "APIs",
"details": "APIs werden benutzt um Skripte zu laden, wie: Geolokalisation, Suchmaschinen, Übersetzungen, ..."
"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"
};

@ -1,5 +1,6 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"middleBarHead": "☝ 🍪",
"adblock": "Γεια σας! Ο ιστότοπος αυτός σας επιτρέπει να επιλέξετε τις υπηρεσίες που παρέχονται από τρίτους που θα θέλατε να επιτρέψετε.",
"adblock_call": "Παρακαλώ απενεργοποιήστε τα προγράμματα απόρριψης διαφημίσεων για να ξεκινήσετε τις τροποποιήσεις σας.",
"reload": "Ανανέωση της σελίδας",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"other": {
"title": "Λοιπές υπηρεσίες",
"details": "Υπηρεσίες που παρουσιάζουν άλλο περιεχόμενο."
}
},
"mandatoryTitle": "Mandatory cookies",
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};

@ -1,6 +1,7 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"adblock": "Hello! This site is transparent and lets you chose the 3rd party services you want to allow.",
"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",
@ -29,6 +30,7 @@ tarteaucitron.lang = {
"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",
@ -71,5 +73,8 @@ tarteaucitron.lang = {
"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."
};

@ -1,5 +1,6 @@
/*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",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"other": {
"title": "Otro",
"details": "Servicios para mostrar contenido web."
}
},
"mandatoryTitle": "Mandatory cookies",
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};

@ -0,0 +1,83 @@
/*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",
"fallback": "hylätty.",
"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."
};

@ -1,5 +1,7 @@
/*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",
@ -29,6 +31,7 @@ tarteaucitron.lang = {
"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",
@ -71,5 +74,8 @@ tarteaucitron.lang = {
"other": {
"title": "Autre",
"details": "Services visant à afficher du contenu web."
}
},
"mandatoryTitle": "Cookies obligatoires",
"mandatoryText": "Ce site utilise des cookies nécessaires à son bon fonctionnement qui ne peuvent pas être désactivés."
};

@ -0,0 +1,80 @@
/*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",
"fallback": "je zakázané.",
"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."
};

@ -1,5 +1,6 @@
/*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",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"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."
};

@ -0,0 +1,80 @@
/*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": "すべてのクッキーを拒否する",
"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."
},
"mandatoryTitle": "Mandatory cookies",
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};

@ -1,5 +1,6 @@
/*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",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"other": {
"title": "Overig",
"details": "Diensten om webinhoud weer te geven."
}
},
"mandatoryTitle": "Mandatory cookies",
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};

@ -0,0 +1,81 @@
/*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",
"fallback": "es desactivat.",
"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."
};

@ -1,5 +1,6 @@
/*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ę",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"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."
};

@ -1,14 +1,15 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"adblock": "Olá! Em uma açao de transparencia, este site lhe dá a opção de quais serviços terceiros deseje ativar.",
"adblock_call": "Por favor, desative seu bloqueador de publicidades para poder customizar.",
"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çao neste site,",
"alertBig": "você estará aceitando todos os serviços terceiros",
"alertBigClick": "Se você continuar a navegação neste site,",
"alertBig": "você estará aceitando todos os serviços de terceiros",
"alertBigPrivacy": "Esse site utiliza cookies and lhe dá controle sobre o que você quer ativar",
"alertBigPrivacy": "Este site utiliza cookies e dá-lhe controle sobre o que quer ativar",
"alertSmall": "Gerenciar serviços",
"personalize": "Personalizar",
"acceptAll": "OK, aceitar tudo",
@ -18,7 +19,7 @@ tarteaucitron.lang = {
"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 de tecnologias de rastreamento que lhe são necessárias para funcionar",
"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.",
@ -29,13 +30,13 @@ tarteaucitron.lang = {
"source": "Ver o site oficial",
"credit": "Gerenciador de cookies por 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",
"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",
"fallback": "está desativado.",
"ads": {
@ -52,7 +53,7 @@ tarteaucitron.lang = {
},
"video": {
"title": "Vídeos",
"details": "Video sharing services help to add rich media on the site and increase its visibility."
"details": "Serviços de compartilhamento de vídeo adicionam medias no site a aumentam sua visibilidade."
},
"comment": {
"title": "Comentários",
@ -69,5 +70,8 @@ tarteaucitron.lang = {
"other": {
"title": "De outros",
"details": "Serviços para exibir conteúdo da web."
}
},
"mandatoryTitle": "Mandatory cookies",
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};

@ -0,0 +1,79 @@
/*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",
"fallback": "este dezactivat.",
"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."
};

@ -1,5 +1,6 @@
/*global tarteaucitron */
tarteaucitron.lang = {
"middleBarHead": "☝ 🍪",
"adblock": "Привет! Этот сайт совершенно открытый и позволяет вам выбрать сервисы третьих лиц, которым вы хотите дать доступ.",
"adblock_call": "Пожалуйста дезактивируйте АдБлокер чтобы начать настройку.",
"reload": "Перезагрузите страницу",
@ -31,12 +32,12 @@ tarteaucitron.lang = {
"credit": "Кукис манаджер tarteaucitron.js",
"toggleInfoBox": "Show/hide informations about cookie storage",
"title": "Cookies management panel",
"title": "Панель управления cookies",
"cookieDetail": "Cookie detail for",
"ourSite": "on our site",
"newWindow": "(new window)",
"allowAll": "Allow all cookies",
"denyAll": "Deny all cookies",
"allowAll": "Разрешить использование cookies",
"denyAll": "Запретить использование cookies",
"fallback": "Деактивирован.",
@ -71,5 +72,8 @@ tarteaucitron.lang = {
"other": {
"title": "Другие",
"details": "Службы для отображения веб-контента."
}
},
"mandatoryTitle": "Mandatory cookies",
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
};

@ -0,0 +1,80 @@
/*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",
"fallback": "är ur funktion.",
"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."
};

@ -0,0 +1,156 @@
/*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",
"fallback": "je zakázané.",
"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."
};

@ -0,0 +1,83 @@
/*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",
"fallback": "devre dışı.",
"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."