0byt3m1n1
Path:
/
home
/
kassiope
/
www
/
lib
/
rgpd
/
js
/
[
Home
]
File: init_IT.js
ct_$('html').ultimateGDPR({ popup_style: { position: 'bottom-panel', // bottom-left, bottom-right, bottom-panel, top-left, top-right, top-panel distance: '20px', // distance betwen popup and window border box_style: 'classic', // classic, modern box_shape: 'rounded', // rounded, squared background_color: '#fff584', // color in hex text_color: '#542d04', // color in hex button_shape: 'rounded', // squared, rounded button_color: '#e1e1e1', // color in hex button_size: 'normal', // normal, large box_skin: 'skin-dark-theme', // skin-default-theme, skin-dark-theme, skin-light-theme gear_icon_position: 'bottom-left', // top-left, top-center, top-right, center-left, center-right, bottom-left, bottom-center, bottom-right gear_icon_color: '#6a8ee7', //color in hex }, popup_options: { parent_container: 'body', // append plugin html to this element selector always_show: false, // true, false, when true popup is displayed always even when consent is given gear_display: true, // true, false when true displays icon with cookie settings popup_title: 'Cookies', // title for popup popup_text: 'Cookies Per far funzionare correttamente questo sito, a volte posizioniamo piccoli file di dati chiamati cookie sul tuo dispositivo. La maggior parte dei grandi siti fa anche questo.', // text for popup accept_button_text: 'Accettare', // string, text for accept button decline_button_text: 'Rifiuti', read_button_text: 'Leggi di più', // string, text for read more button read_more_link: 'avvertenze-legali', // string, link to the Read More page advenced_button_text: 'Cambia impostazioni', // string, text for advenced button grouped_popup: true, // true, false, when true cookies are grouped default_group: 'group_2', // string: name, select group that will be selected by default content_before_slider: '<h2>Impostazioni della privacy</h2><div class="ct-ultimate-gdpr-cookie-modal-desc"><p>Decidi quali cookie vuoi consentire.</p><p>Puoi modificare queste impostazioni in qualsiasi momento. Tuttavia, questo può comportare alcune funzioni non più disponibili. Per informazioni sull\'eliminazione dei cookie, consultare la funzione di guida del browser.</p> <span>Ulteriori informazioni sui cookie che utilizziamo.</span></div><h3>Con il cursore è possibile abilitare o disabilitare diversi tipi di cookie:</h3>', // string: this content will be displayed before cookies slider, html tags alowed accepted_text: 'Questo sito web lo farà:', declined_text: "Questo sito non lo farà:", save_btn: 'Salva e chiudi', // string, text for modal close btn prevent_cookies_on_document_write: false, // prevent cookies on document write when there is no agreement for cookies check_country: false, countries_prefixes: ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB'], cookies_expire_time: 30, // set number of days, you can use 0 for session only or 'unlimited' cookies_path: '/', // sets custom path use / for global, '/your_path' for custom path or 'current' for current path reset_link_selector: '.ct-uGdpr-reset', first_party_cookies_whitelist: [], third_party_cookies_whitelist: [], cookies_groups_design: 'skin-1', // skin-1, skin-2, skin-3 assets_path : '/assets', // absolute path to directory with assets video_blocked: 'Questo contenuto è bloccato!', iframe_blocked: false, cookie_popup_close_color:'#fff', cookies_groups: { group_1: { name: 'Essenziale', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-check', // string icon class from font-awesome see -> http://fontawesome.io list: ['Ricorda l\'impostazione dei permessi dei cookie', 'Consenti i cookie di sessione', 'Raccogli le informazioni inserite in moduli di contatto, newsletter e altri moduli in tutte le pagine', 'Tieni traccia di ciò che hai inserito nel carrello', 'Autentica che hai effettuato l\'accesso al tuo account utente', 'Ricorda la versione della lingua selezionata'], // array list of options blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, group_2: { name: 'Funzionalità', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-cog', // string icon class from font-awesome see -> http://fontawesome.io list: ['Ricorda le impostazioni dei social media', 'Remember selected region and country',], blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, group_3: { name: 'analitica', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-chart-bar', // string icon class from font-awesome see -> http://fontawesome.io list: ['Tieni traccia delle pagine visitate e delle interazioni intraprese', 'Tieni traccia della tua posizione e regione in base al tuo numero IP', 'Tieni traccia del tempo trascorso su ogni pagina', 'Aumentare la qualità dei dati delle funzioni statistiche'], blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, group_4: { name: 'Pubblicità', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-exchange-alt', // string icon class from font-awesome see -> http://fontawesome.io list: ['Utilizzare le informazioni per la pubblicità su misura con terze parti', 'Consentono di connettersi ai siti sociali', 'Identifica il dispositivo che stai utilizzando', 'Raccogliere informazioni personali identificabili come nome e posizione'], blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, }, }, forms: { prevent_forms_send: false, // true, false, when enabled forms get checkbox with info that need to be checked for form send prevent_forms_text: 'I consent to the storage of my data according to the Privacy Policy', // string: information for checkbox info prevent_forms_exclude: [], // array of selectors (classes, id), this forms will be excluded from prevent }, configure_mode: { on: false, parametr: '?configure123456', dependencies: [ 'assets/rgpd/css/ct-ultimate-gdpr.min.css', 'https://use.fontawesome.com/releases/v5.0.13/css/all.css'], debug: false, // bool: true false, debug mode on/off (showing all 3rd party cookies urls, blockes urls names of all local cookies and names of blocked local cookies ) } });