sibu 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/tarteaucitron/advertising.js +1 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.cs.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.de.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.el.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.en.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.es.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.fr.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.it.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.nl.js +75 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.pl.js +76 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.pt.js +73 -0
- data/app/assets/javascripts/tarteaucitron/lang/tarteaucitron.ru.js +75 -0
- data/app/assets/javascripts/tarteaucitron/tarteaucitron.js.erb +1480 -0
- data/app/assets/javascripts/tarteaucitron/tarteaucitron.services.js +2627 -0
- data/app/assets/stylesheets/sibu/defaults.scss +61 -0
- data/app/assets/stylesheets/tarteaucitron/tarteaucitron.css +749 -0
- data/app/views/layouts/sibu/site.html.erb +42 -6
- data/config/initializers/assets.rb +1 -0
- data/config/routes.rb +3 -0
- data/lib/sibu/version.rb +1 -1
- metadata +18 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ff2db5bf9007b2ba592202e4a5df98aee3f08b3
|
4
|
+
data.tar.gz: be2e611f9ebb37aaf290e8fad41d550e3197bf20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1336a5989b92698b0cdcc2e3bd9518d35a89af649e34fa932d625a6564f0a432c2efa4f45cd74ef3f863db018dfe439d9122e0b20be780adee87e5088c5c93bc
|
7
|
+
data.tar.gz: 7c17960464222f8bda579b8f08ddea7adacd16844ac95c279a50150e721a81b33edb6b3ea5d7f71cb2838fa9bbf3016205a6313c0a0e4d63c919d2216024ec8a
|
@@ -0,0 +1 @@
|
|
1
|
+
tarteaucitronNoAdBlocker = true;
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/*global tarteaucitron */
|
2
|
+
tarteaucitron.lang = {
|
3
|
+
"adblock": "Ahoj! Tato stránka je transparetní a umožňuje ti si přímo vybrat, jaké služby třetích stran chceš povolit.",
|
4
|
+
"adblock_call": "Pro úpravu osobních preferencí si, prosím, vypni adblock.",
|
5
|
+
"reload": "Načíst stránku znovu",
|
6
|
+
|
7
|
+
"alertBigScroll": "Pokračováním ve scrollování,",
|
8
|
+
"alertBigClick": "Pokud pokračujete v brouzdání našich stránek,",
|
9
|
+
"alertBig": "povolujete všechny služby třetích stran.",
|
10
|
+
|
11
|
+
"alertBigPrivacy": "Tato stránka využívá cookies a dává ti na výběr, co chceš aktivovat",
|
12
|
+
"alertSmall": "Spravovat služby",
|
13
|
+
"personalize": "Přizpůsobit",
|
14
|
+
"acceptAll": "OK, přijmout vše",
|
15
|
+
"close": "Zavřít",
|
16
|
+
|
17
|
+
"privacyUrl": "Zásady ochrany osobních údajů",
|
18
|
+
|
19
|
+
"all": "Nastavení všech služeb",
|
20
|
+
|
21
|
+
"info": "Chrání tvé soukromí",
|
22
|
+
"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í.",
|
23
|
+
"allow": "Povolit",
|
24
|
+
"deny": "Zamítnout",
|
25
|
+
"noCookie": "Tato služba nepoužívá cookies.",
|
26
|
+
"useCookie": "Tato služba může nainstalovat",
|
27
|
+
"useCookieCurrent": "Tato služba nainstalovala",
|
28
|
+
"useNoCookie": "Tato služba nenainstalovala žádné cookies.",
|
29
|
+
"more": "Dozvědět se více",
|
30
|
+
"source": "Zobrazit oficiální stránku",
|
31
|
+
"credit": "Správce cookies od tarteaucitron.js",
|
32
|
+
|
33
|
+
"toggleInfoBox": "Show/hide informations about cookie storage",
|
34
|
+
"title": "Cookies management panel",
|
35
|
+
"cookieDetail": "Cookie detail for",
|
36
|
+
"ourSite": "on our site",
|
37
|
+
"newWindow": "(new window)",
|
38
|
+
"allowAll": "Allow all cookies",
|
39
|
+
"denyAll": "Deny all cookies",
|
40
|
+
|
41
|
+
"fallback": "je vypnutý.",
|
42
|
+
|
43
|
+
"ads": {
|
44
|
+
"title": "Reklamní síť",
|
45
|
+
"details": "Prodejem reklamních ploch na této stránce mohou reklamní sítě vydělávat peníze."
|
46
|
+
},
|
47
|
+
"analytic": {
|
48
|
+
"title": "Statistika návštěvnosti",
|
49
|
+
"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."
|
50
|
+
},
|
51
|
+
"social": {
|
52
|
+
"title": "Sociální sítě",
|
53
|
+
"details": "Sociální sítě mohou usnadnit práci se stránkou a pomáhají jí prosadit se pomocí sdílení."
|
54
|
+
},
|
55
|
+
"video": {
|
56
|
+
"title": "Videa",
|
57
|
+
"details": "Video-hostingové služby pomáhají přidat na stránku bohaté mediální prvky."
|
58
|
+
},
|
59
|
+
"comment": {
|
60
|
+
"title": "Komentáře",
|
61
|
+
"details": "Správce komentářů zajišťují vyplňování komentářů a bojují proti šíření spamu."
|
62
|
+
},
|
63
|
+
"support": {
|
64
|
+
"title": "Podpora",
|
65
|
+
"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."
|
66
|
+
},
|
67
|
+
"api": {
|
68
|
+
"title": "API",
|
69
|
+
"details": "API slouží k načtění skriptů: geolokace, vyhledávačů, překladů, ..."
|
70
|
+
},
|
71
|
+
"other": {
|
72
|
+
"title": "Jiný",
|
73
|
+
"details": "Služby pro zobrazení webového obsahu."
|
74
|
+
}
|
75
|
+
};
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/*global tarteaucitron */
|
2
|
+
tarteaucitron.lang = {
|
3
|
+
"adblock": "Hallo! Diese Seite ist transparent und lässt Ihnen die Wahl der externen Services, die aktiviert werden dürfen.",
|
4
|
+
"adblock_call": "Bitte deaktivieren Sie Ihren 'Werbeblocker' um Konfigurieren zu können.",
|
5
|
+
"reload": "Seite neu laden",
|
6
|
+
|
7
|
+
"alertBigScroll": "Durch die fortgesetzte blättern,",
|
8
|
+
"alertBigClick": "Wenn Sie diese Webseite benutzen,",
|
9
|
+
"alertBig": "stimmen Sie der Benutzung von externen Diensten zu",
|
10
|
+
|
11
|
+
"alertBigPrivacy": "Diese Webseite verwendet 'Cookies' und ermöglicht dadurch Kontrolle, welche Dienste benutzt werden dürfen",
|
12
|
+
"alertSmall": "Service-Kontrolle",
|
13
|
+
"personalize": "Personalisieren",
|
14
|
+
"acceptAll": "OK, akzeptiere alles",
|
15
|
+
"close": "Beenden",
|
16
|
+
|
17
|
+
"privacyUrl": "Datenschutz-Bestimmungen",
|
18
|
+
|
19
|
+
"all": "Präferenz für alle Dienste",
|
20
|
+
|
21
|
+
"info": "Schutz der Privatsphäre",
|
22
|
+
"disclaimer": "Wenn Sie diese Dienste nutzen, erlauben Sie deren 'Cookies' und Tracking-Funktionen, die zu ihrer ordnungsgemäßen Funktion notwendig sind.",
|
23
|
+
"allow": "Erlauben",
|
24
|
+
"deny": "Ablehnen",
|
25
|
+
"noCookie": "Dieser Dienst nutzt keine 'Cookies'.",
|
26
|
+
"useCookie": "Dieser Dienst kann installieren",
|
27
|
+
"useCookieCurrent": "Dieser Dienst hat installiert",
|
28
|
+
"useNoCookie": "Dieser Dienst hat keine 'Cookies' installiert.",
|
29
|
+
"more": "Weiter lesen",
|
30
|
+
"source": "Zur offiziellen Webseite",
|
31
|
+
"credit": "Cookies manager von tarteaucitron.js",
|
32
|
+
|
33
|
+
"toggleInfoBox": "Show/hide informations about cookie storage",
|
34
|
+
"title": "Cookies management panel",
|
35
|
+
"cookieDetail": "Cookie detail for",
|
36
|
+
"ourSite": "on our site",
|
37
|
+
"newWindow": "(new window)",
|
38
|
+
"allowAll": "Allow all cookies",
|
39
|
+
"denyAll": "Deny all cookies",
|
40
|
+
|
41
|
+
"fallback": "ist deaktiviert.",
|
42
|
+
|
43
|
+
"ads": {
|
44
|
+
"title": "Anzeigen Netzwerke",
|
45
|
+
"details": "Anzeigen Netzwerke können mit dem Verkauf von Werbeplatzierungen auf der Seite Einnahmen erhalten."
|
46
|
+
},
|
47
|
+
"analytic": {
|
48
|
+
"title": "Besucher Zähldienste",
|
49
|
+
"details": "Die verwendeten Besucher Zähldienste generieren Statistiken die dabei helfen, die Seite zu verbessern."
|
50
|
+
},
|
51
|
+
"social": {
|
52
|
+
"title": "Soziale Netzwerke",
|
53
|
+
"details": "Soziale Netzwerke können die Benutzbarkeit der Seite verbessern und ihren Bekanntheitsgrad erhöhen."
|
54
|
+
},
|
55
|
+
"video": {
|
56
|
+
"title": "Videos",
|
57
|
+
"details": "Video Platformen erlauben Videoinhalte einzublenden und die Sichtbarkeit der Seite zu erhöhen."
|
58
|
+
},
|
59
|
+
"comment": {
|
60
|
+
"title": "Kommentare",
|
61
|
+
"details": "Kommentar Manager erleichtern die Organisation von Kommentaren und helfen dabei Spam zu verhindern."
|
62
|
+
},
|
63
|
+
"support": {
|
64
|
+
"title": "Support",
|
65
|
+
"details": "Support Dienste erlauben es die Urheber der Seite zu kontaktieren und sie zu verbessern."
|
66
|
+
},
|
67
|
+
"api": {
|
68
|
+
"title": "APIs",
|
69
|
+
"details": "APIs werden benutzt um Skripte zu laden, wie: Geolokalisation, Suchmaschinen, Übersetzungen, ..."
|
70
|
+
},
|
71
|
+
"other": {
|
72
|
+
"title": "Andere",
|
73
|
+
"details": "Dienste zum Anzeigen von Web-Inhalten."
|
74
|
+
}
|
75
|
+
};
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/*global tarteaucitron */
|
2
|
+
tarteaucitron.lang = {
|
3
|
+
"adblock": "Γεια σας! Ο ιστότοπος αυτός σας επιτρέπει να επιλέξετε τις υπηρεσίες που παρέχονται από τρίτους που θα θέλατε να επιτρέψετε.",
|
4
|
+
"adblock_call": "Παρακαλώ απενεργοποιήστε τα προγράμματα απόρριψης διαφημίσεων για να ξεκινήσετε τις τροποποιήσεις σας.",
|
5
|
+
"reload": "Ανανέωση της σελίδας",
|
6
|
+
|
7
|
+
"alertBigScroll": "Συνεχίζοντας την ανάγνωση (κύλιση) της σελίδας,",
|
8
|
+
"alertBigClick": "Αν συνεχίσετε την περιήγηση σας στον ιστότοπο,",
|
9
|
+
"alertBig": "επιτρέπετε όλες τις υπηρεσίες που παρέχονται από τρίτους",
|
10
|
+
|
11
|
+
"alertBigPrivacy": "Ο ιστότοπος αυτός χρησιμοποιεί "μπισκότα" (cookies) και σας επιτρέπει να ελέγξετε τι θέλετε να ενεργοποιήσετε",
|
12
|
+
"alertSmall": "Διαχείριση υπηρεσιών",
|
13
|
+
"personalize": "Εξατομίκευση",
|
14
|
+
"acceptAll": "OK, αποδοχή όλων",
|
15
|
+
"close": "Κλείσιμο",
|
16
|
+
|
17
|
+
"privacyUrl": "Πολιτική απορρήτου",
|
18
|
+
|
19
|
+
"all": "Προτίμηση για όλες τις υπηρεσίες",
|
20
|
+
|
21
|
+
"info": "Προστασία των προσωπικών σας δεδομένων",
|
22
|
+
"disclaimer": "Επιτρέποντας αυτές τις υπηρεσίες που παρέχονται από τρίτους, αποδέχεστε τα "μπισκότα" (cookies) τους καθώς και τη χρήση τεχνολογιών παρακολούθησης που είναι απαραίτητες για τη λειτουργία τους.",
|
23
|
+
"allow": "Επέτρεψε",
|
24
|
+
"deny": "Απόρριψε",
|
25
|
+
"noCookie": "Η υπηρεσία αυτή δε χρησιμοποιεί "μπισκότα" (cookies).",
|
26
|
+
"useCookie": "Η υπηρεσία αυτή μπορεί να αποθηκεύσει ",
|
27
|
+
"useCookieCurrent": "Η υπηρεσία αυτή έχει αποθηκεύσει ",
|
28
|
+
"useNoCookie": "Η υπηρεσία αυτή δεν έχει αποθηκεύσει κανένα "μπισκότο" (cookie).",
|
29
|
+
"more": "Διαβάστε περισσότερα",
|
30
|
+
"source": "Δείτε τον επίσημο ιστότοπο",
|
31
|
+
"credit": "Cookies manager by tarteaucitron.js",
|
32
|
+
|
33
|
+
"toggleInfoBox": "Προβολή/Απόκρυψη πληροφοριών για την αποθήκευση "μπισκότων" (cookies)",
|
34
|
+
"title": "Πίνακας διαχείρισης "Μπισκότων" (Cookies)",
|
35
|
+
"cookieDetail": "Λεπτομέρειες "μπισκότων" (cookies) για",
|
36
|
+
"ourSite": "στον ιστότοπο μας",
|
37
|
+
"newWindow": "(νέο παράθυρο)",
|
38
|
+
"allowAll": "Επέτρεψε όλα τα "μπισκότα" (cookies)",
|
39
|
+
"denyAll": "Απόρριψε όλα τα "μπισκότα" (cookies)",
|
40
|
+
|
41
|
+
"fallback": "είναι απενεργοποιημένο.",
|
42
|
+
|
43
|
+
"ads": {
|
44
|
+
"title": "Διαφημιστικό Δίκτυο",
|
45
|
+
"details": "Τα διαφημιστικά δίκτυα μπορούν να αποφέρουν εισόδημα πουλώντας διαφημιστικό χώρο στη σελίδα."
|
46
|
+
},
|
47
|
+
"analytic": {
|
48
|
+
"title": "Μετρήσεις κοινού",
|
49
|
+
"details": "Οι υπηρεσίες μέτρησης κοινού χρησιμοποιούνται για τον υπολογισμό χρήσιμων στατιστικών επισκεψιμότητας του ιστοτόπου για την βελτίωση του."
|
50
|
+
},
|
51
|
+
"social": {
|
52
|
+
"title": "Κοινωνικά δίκτυα",
|
53
|
+
"details": "Τα κοινωνικά δίκτυα μπορούν να βελτιώσουν την χρηστικότητα του ιστοτόπου και να τον προωθήσουν μέσω κοινοποιήσεων."
|
54
|
+
},
|
55
|
+
"video": {
|
56
|
+
"title": "Βίντεο",
|
57
|
+
"details": "Υπηρεσίες διαμοιρασμού βίντεο που βοηθούν να παρουσιαστεί πλούσιο περιεχόμενο στον ιστότοπο και να αυξήσουν την αναγνωρισιμότητα του."
|
58
|
+
},
|
59
|
+
"comment": {
|
60
|
+
"title": "Σχόλια",
|
61
|
+
"details": "Οι διαχειριστές σχολίων βοηθούν την καταχώρηση σχολίων και προστατεύουν από κακόβουλες ενέργειες."
|
62
|
+
},
|
63
|
+
"support": {
|
64
|
+
"title": "Υποστήριξη",
|
65
|
+
"details": "Οι υποστηρικτικές υπηρεσίες σας επιτρέπουν να επικονωνείτε με την ομάδα υποστήριξης του ιστοτόπου και να βοηθήσετε στην βελτίωση του."
|
66
|
+
},
|
67
|
+
"api": {
|
68
|
+
"title": "APIs",
|
69
|
+
"details": "Τα API χρησιμοποιούνται για την φόρτωση προγραμμάτων: αναγνώρισης τοποθεσίας, μηχανών αναζήτησης, μεταφράσεων, ..."
|
70
|
+
},
|
71
|
+
"other": {
|
72
|
+
"title": "Λοιπές υπηρεσίες",
|
73
|
+
"details": "Υπηρεσίες που παρουσιάζουν άλλο περιεχόμενο."
|
74
|
+
}
|
75
|
+
};
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/*global tarteaucitron */
|
2
|
+
tarteaucitron.lang = {
|
3
|
+
"adblock": "Hello! This site is transparent and lets you chose the 3rd party services you want to allow.",
|
4
|
+
"adblock_call": "Please disable your adblocker to start customizing.",
|
5
|
+
"reload": "Refresh the page",
|
6
|
+
|
7
|
+
"alertBigScroll": "By continuing to scroll,",
|
8
|
+
"alertBigClick": "If you continue to browse this website,",
|
9
|
+
"alertBig": "you are allowing all third-party services",
|
10
|
+
|
11
|
+
"alertBigPrivacy": "This site uses cookies and gives you control over what you want to activate",
|
12
|
+
"alertSmall": "Manage services",
|
13
|
+
"personalize": "Personalize",
|
14
|
+
"acceptAll": "OK, accept all",
|
15
|
+
"close": "Close",
|
16
|
+
|
17
|
+
"privacyUrl": "Privacy policy",
|
18
|
+
|
19
|
+
"all": "Preference for all services",
|
20
|
+
|
21
|
+
"info": "Protecting your privacy",
|
22
|
+
"disclaimer": "By allowing these third party services, you accept their cookies and the use of tracking technologies necessary for their proper functioning.",
|
23
|
+
"allow": "Allow",
|
24
|
+
"deny": "Deny",
|
25
|
+
"noCookie": "This service does not use cookie.",
|
26
|
+
"useCookie": "This service can install",
|
27
|
+
"useCookieCurrent": "This service has installed",
|
28
|
+
"useNoCookie": "This service has not installed any cookie.",
|
29
|
+
"more": "Read more",
|
30
|
+
"source": "View the official website",
|
31
|
+
"credit": "Cookies manager by tarteaucitron.js",
|
32
|
+
|
33
|
+
"toggleInfoBox": "Show/hide informations about cookie storage",
|
34
|
+
"title": "Cookies management panel",
|
35
|
+
"cookieDetail": "Cookie detail for",
|
36
|
+
"ourSite": "on our site",
|
37
|
+
"newWindow": "(new window)",
|
38
|
+
"allowAll": "Allow all cookies",
|
39
|
+
"denyAll": "Deny all cookies",
|
40
|
+
|
41
|
+
"fallback": "is disabled.",
|
42
|
+
|
43
|
+
"ads": {
|
44
|
+
"title": "Advertising network",
|
45
|
+
"details": "Ad networks can generate revenue by selling advertising space on the site."
|
46
|
+
},
|
47
|
+
"analytic": {
|
48
|
+
"title": "Audience measurement",
|
49
|
+
"details": "The audience measurement services used to generate useful statistics attendance to improve the site."
|
50
|
+
},
|
51
|
+
"social": {
|
52
|
+
"title": "Social networks",
|
53
|
+
"details": "Social networks can improve the usability of the site and help to promote it via the shares."
|
54
|
+
},
|
55
|
+
"video": {
|
56
|
+
"title": "Videos",
|
57
|
+
"details": "Video sharing services help to add rich media on the site and increase its visibility."
|
58
|
+
},
|
59
|
+
"comment": {
|
60
|
+
"title": "Comments",
|
61
|
+
"details": "Comments managers facilitate the filing of comments and fight against spam."
|
62
|
+
},
|
63
|
+
"support": {
|
64
|
+
"title": "Support",
|
65
|
+
"details": "Support services allow you to get in touch with the site team and help to improve it."
|
66
|
+
},
|
67
|
+
"api": {
|
68
|
+
"title": "APIs",
|
69
|
+
"details": "APIs are used to load scripts: geolocation, search engines, translations, ..."
|
70
|
+
},
|
71
|
+
"other": {
|
72
|
+
"title": "Other",
|
73
|
+
"details": "Services to display web content."
|
74
|
+
}
|
75
|
+
};
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/*global tarteaucitron */
|
2
|
+
tarteaucitron.lang = {
|
3
|
+
"adblock": "¡Hola! Este sitio web es transparente y te da la opción de activar los servicios de terceros.",
|
4
|
+
"adblock_call": "Por favor deshabilita tu AdBlocker para empezar a personalizar los servicios.",
|
5
|
+
"reload": "Actualizar esta página",
|
6
|
+
|
7
|
+
"alertBigScroll": "Al continuar desplazándote,",
|
8
|
+
"alertBigClick": "Si continuas navegando por este sitio web,",
|
9
|
+
"alertBig": "estás permitiendo servicios terceros",
|
10
|
+
|
11
|
+
"alertBigPrivacy": "Este sitio web usa cookies y te permite controlar las que deseas activar",
|
12
|
+
"alertSmall": "Gestionar servicios",
|
13
|
+
"personalize": "Personalizar",
|
14
|
+
"acceptAll": "OK, aceptar todas",
|
15
|
+
"close": "Cerrar",
|
16
|
+
|
17
|
+
"privacyUrl": "Política de privacidad",
|
18
|
+
|
19
|
+
"all": "Ajustes para todos los servicios",
|
20
|
+
|
21
|
+
"info": "Protegiendo tu privacidad",
|
22
|
+
"disclaimer": "Aceptando estos servicios de terceros, estás aceptando sus cookies y el uso de tecnologías de rastreo necesarias para su correcto funcionamiento.",
|
23
|
+
"allow": "Permitir",
|
24
|
+
"deny": "Denegar",
|
25
|
+
"noCookie": "Este servicio no usa cookies.",
|
26
|
+
"useCookie": "Este servicio puede instalar",
|
27
|
+
"useCookieCurrent": "Este servicio ha instalado",
|
28
|
+
"useNoCookie": "Este servicio no ha instalado ninguna cookie.",
|
29
|
+
"more": "Leer más",
|
30
|
+
"source": "Ver sitio web oficial",
|
31
|
+
"credit": "Gestor de cookies realizada por tarteaucitron.js",
|
32
|
+
|
33
|
+
"toggleInfoBox": "Mostrar/ocultar información sobre almacenamiento de cookies",
|
34
|
+
"title": "Panel de gestión de cookies",
|
35
|
+
"cookieDetail": "Detalles de las cookies para",
|
36
|
+
"ourSite": "en nuestra web",
|
37
|
+
"newWindow": "(ventana nueva)",
|
38
|
+
"allowAll": "Permitir todas las cookies",
|
39
|
+
"denyAll": "Denegar todas las cookies",
|
40
|
+
|
41
|
+
"fallback": "está deshabilitado.",
|
42
|
+
|
43
|
+
"ads": {
|
44
|
+
"title": "Red de publicidad",
|
45
|
+
"details": "Las redes publicitarias pueden generar ingresos mediante la venta de espacios publicitarios en el sitio."
|
46
|
+
},
|
47
|
+
"analytic": {
|
48
|
+
"title": "Medición de audiencia",
|
49
|
+
"details": "Los servicios de medición de audiencia se usan para generar estadísticas útiles para mejorar el sitio."
|
50
|
+
},
|
51
|
+
"social": {
|
52
|
+
"title": "Redes sociales",
|
53
|
+
"details": "Las redes sociales pueden aumentar la usabilidad del sitio web y ayudar a promoverlo a través de la contribución."
|
54
|
+
},
|
55
|
+
"video": {
|
56
|
+
"title": "Videos",
|
57
|
+
"details": "Los servicios para compartir videos ayudan a añadir contenido enriquecido en el sitio web y aumentar su visibilidad."
|
58
|
+
},
|
59
|
+
"comment": {
|
60
|
+
"title": "Comentarios",
|
61
|
+
"details": "El gestor de comentarios facilita la clasificación de comentarios y luchar contra spam."
|
62
|
+
},
|
63
|
+
"support": {
|
64
|
+
"title": "Soporte",
|
65
|
+
"details": "Los servicios de soporte te permiten contactar con el sitio web y ayudar a mejorarlo."
|
66
|
+
},
|
67
|
+
"api": {
|
68
|
+
"title": "APIs",
|
69
|
+
"details": "APIs se utilizan para cargar scripts: geolocalización, motor de búsqueda, traducciones, ..."
|
70
|
+
},
|
71
|
+
"other": {
|
72
|
+
"title": "Otro",
|
73
|
+
"details": "Servicios para mostrar contenido web."
|
74
|
+
}
|
75
|
+
};
|
@@ -0,0 +1,75 @@
|
|
1
|
+
/*global tarteaucitron */
|
2
|
+
tarteaucitron.lang = {
|
3
|
+
"adblock": "Bonjour! Ce site joue la transparence et vous donne le choix des services tiers à activer.",
|
4
|
+
"adblock_call": "Merci de désactiver votre adblocker pour commencer la personnalisation.",
|
5
|
+
"reload": "Recharger la page",
|
6
|
+
|
7
|
+
"alertBigScroll": "En continuant de défiler,",
|
8
|
+
"alertBigClick": "En poursuivant votre navigation,",
|
9
|
+
"alertBig": "vous acceptez l'utilisation de services tiers pouvant installer des cookies",
|
10
|
+
|
11
|
+
"alertBigPrivacy": "Ce site utilise des cookies et vous donne le contrôle sur ce que vous souhaitez activer",
|
12
|
+
"alertSmall": "Gestion des services",
|
13
|
+
"acceptAll": "OK, tout accepter",
|
14
|
+
"personalize": "Personnaliser",
|
15
|
+
"close": "Fermer",
|
16
|
+
|
17
|
+
"privacyUrl": "Politique de confidentialité",
|
18
|
+
|
19
|
+
"all": "Préférence pour tous les services",
|
20
|
+
|
21
|
+
"info": "Protection de votre vie privée",
|
22
|
+
"disclaimer": "En autorisant ces services tiers, vous acceptez le dépôt et la lecture de cookies et l'utilisation de technologies de suivi nécessaires à leur bon fonctionnement.",
|
23
|
+
"allow": "Autoriser",
|
24
|
+
"deny": "Interdire",
|
25
|
+
"noCookie": "Ce service ne dépose aucun cookie.",
|
26
|
+
"useCookie": "Ce service peut déposer",
|
27
|
+
"useCookieCurrent": "Ce service a déposé",
|
28
|
+
"useNoCookie": "Ce service n'a déposé aucun cookie.",
|
29
|
+
"more": "En savoir plus",
|
30
|
+
"source": "Voir le site officiel",
|
31
|
+
"credit": "Gestion des cookies par tarteaucitron.js",
|
32
|
+
|
33
|
+
"toggleInfoBox": "Afficher/masquer les informations sur le stockage des cookies",
|
34
|
+
"title": "Panneau de gestion des cookies",
|
35
|
+
"cookieDetail": "Détail des cookies",
|
36
|
+
"ourSite": "sur notre site",
|
37
|
+
"newWindow": "(nouvelle fenêtre)",
|
38
|
+
"allowAll": "Autoriser tous les cookies",
|
39
|
+
"denyAll": "Interdire tous les cookies",
|
40
|
+
|
41
|
+
"fallback": "est désactivé.",
|
42
|
+
|
43
|
+
"ads": {
|
44
|
+
"title": "Régies publicitaires",
|
45
|
+
"details": "Les régies publicitaires permettent de générer des revenus en commercialisant les espaces publicitaires du site."
|
46
|
+
},
|
47
|
+
"analytic": {
|
48
|
+
"title": "Mesure d'audience",
|
49
|
+
"details": "Les services de mesure d'audience permettent de générer des statistiques de fréquentation utiles à l'amélioration du site."
|
50
|
+
},
|
51
|
+
"social": {
|
52
|
+
"title": "Réseaux sociaux",
|
53
|
+
"details": "Les réseaux sociaux permettent d'améliorer la convivialité du site et aident à sa promotion via les partages."
|
54
|
+
},
|
55
|
+
"video": {
|
56
|
+
"title": "Vidéos",
|
57
|
+
"details": "Les services de partage de vidéo permettent d'enrichir le site de contenu multimédia et augmentent sa visibilité."
|
58
|
+
},
|
59
|
+
"comment": {
|
60
|
+
"title": "Commentaires",
|
61
|
+
"details": "Les gestionnaires de commentaires facilitent le dépôt de vos commentaires et luttent contre le spam."
|
62
|
+
},
|
63
|
+
"support": {
|
64
|
+
"title": "Support",
|
65
|
+
"details": "Les services de support vous permettent d'entrer en contact avec l'équipe du site et d'aider à son amélioration."
|
66
|
+
},
|
67
|
+
"api": {
|
68
|
+
"title": "APIs",
|
69
|
+
"details": "Les APIs permettent de charger des scripts : géolocalisation, moteurs de recherche, traductions, ..."
|
70
|
+
},
|
71
|
+
"other": {
|
72
|
+
"title": "Autre",
|
73
|
+
"details": "Services visant à afficher du contenu web."
|
74
|
+
}
|
75
|
+
};
|