Changeset 3462251
- Timestamp:
- 02/16/2026 07:29:15 AM (6 weeks ago)
- Location:
- cookies-and-content-security-policy/trunk
- Files:
-
- 14 edited
-
cookies-and-content-security-policy.php (modified) (1 diff)
-
css/cookies-and-content-security-policy.min.css (modified) (1 diff)
-
css/cookies-and-content-security-policy.min.css.map (modified) (1 diff)
-
inc/modal-cacsp.php (modified) (1 diff)
-
inc/settings-cacsp-tab-settings.php (modified) (3 diffs)
-
inc/settings-cacsp-update-options.php (modified) (2 diffs)
-
inc/settings-cacsp.php (modified) (2 diffs)
-
languages/cookies-and-content-security-policy-sv_SE.l10n.php (modified) (1 diff)
-
languages/cookies-and-content-security-policy-sv_SE.mo (modified) (previous)
-
languages/cookies-and-content-security-policy-sv_SE.po (modified) (61 diffs)
-
languages/cookies-and-content-security-policy.pot (modified) (60 diffs)
-
readme.txt (modified) (1 diff)
-
scss/cookies-and-content-security-policy.scss (modified) (4 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cookies-and-content-security-policy/trunk/cookies-and-content-security-policy.php
r3440826 r3462251 5 5 * Description: Block cookies and unwanted external content by setting Content Security Policy. A modal will be shown on the front end to let the visitor choose what kind of resources to accept. 6 6 * Short Description: Be fully GDPR and CCPA compliant through Content Security Policy. Blocks cookies and unwanted external content. 7 * Version: 2.3 57 * Version: 2.36 8 8 * Author: Jonk @ Follow me Darling 9 9 * Author URI: https://plugins.followmedarling.se/ -
cookies-and-content-security-policy/trunk/css/cookies-and-content-security-policy.min.css
r3389380 r3462251 1 .warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{display:inline-block;white-space:nowrap;border-radius:3px;padding:8px 16px;background-color:#000;border:1px solid #000;font-size:1em;line-height:1.8em;margin-right:12px;text-align:center;text-decoration:none !important}html.modal-cacsp-open:not(.modal-cacsp-open-no-backdrop){overflow:hidden}body.modal-cacsp-open .modal-cacsp-backdrop{width:100%;height:100%;opacity:.6}body.modal-cacsp-open .modal-cacsp-position{box-sizing:border-box;width:100%;height:100%}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{color:#fff;text-decoration:none;position:fixed;right:0;top:0;margin:15px;padding:0 8px;font-size:2em;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}@media(max-width: 576px){body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{margin:0;position:absolute;margin-top:-5px}}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close:hover{opacity:.6}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-backdrop{display:none}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position{height:0;padding:0}@media(max-width: 576px){body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position>.modal-cacsp-box-close{position:fixed}}.modal-cacsp-backdrop{width:0;height:0;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:#000;opacity:0;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position{position:fixed;width:0;height:0;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;padding:40px 0;z-index:999999;overflow-y:auto;outline:0;font-size:100%}.modal-cacsp-position,.modal-cacsp-position *{color:#000}.modal-cacsp-position .modal-cacsp-box{width:0;height:0;overflow:hidden;opacity:0;border-radius:6px;-webkit-transition:opacity .4s ease-in-out 0s;-moz-transition:opacity .4s ease-in-out 0s;-o-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box>*{background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:80%;margin:auto;height:auto;min-width:320px;max-width:800px;opacity:1}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:90%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{width:100%;max-width:100%;position:fixed;display:flex;align-items:center;bottom:0;left:0;margin:0;border-radius:0;border-top:1px solid #e6e6e6;background-color:#fff} @media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{flex-wrap:wrap}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-header{display:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{width:50%;flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{border:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{padding-top:0;white-space:normal}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%}}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{margin-right:0;margin-bottom:8px}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{width:100%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul{list-style:none;margin:0;padding:0;width:100%;max-width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li{padding:24px 32px 0;margin:0;border-bottom:1px solid #e6e6e6;line-height:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:first-child{border-top:1px solid #e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:last-child{border-bottom:0}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch{padding-bottom:24px;display:flex;align-items:center;width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch *,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch *{text-decoration:none !important;outline:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch:hover,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch:hover{opacity:1;text-decoration:none !important}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span{font-size:1em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span:first-child,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span:first-child{flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span>span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span>span{font-size:.9em;font-weight:300}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle{width:40px;height:20px;border-radius:20px;margin-left:8px;display:block;position:relative;float:right;background-color:#e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle{width:20px;height:100%;border-radius:20px;background-color:#b3b3b3;position:absolute;left:0;right:auto;-webkit-transition:left .2s ease-in-out 0s;-moz-transition:left .2s ease-in-out 0s;-o-transition:left .2s ease-in-out 0s;transition:left .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle{background-color:#cde1d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle{background-color:#4b7d5e;left:20px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled{cursor:not-allowed}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span{color:#000}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle{background-color:#f1d5d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle{background-color:#bd403c}.modal-cacsp-position .modal-cacsp-box a{text-decoration:underline}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header{display:block;background-color:#000;padding:24px 32px;font-size:1.5em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-content{display:block;padding:32px;font-size:1em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{display:flex;justify-content:flex-end;border-top:1px solid #e6e6e6;padding:24px 32px;white-space:nowrap}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{flex-wrap:wrap}}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{white-space:normal}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:hover{opacity:.6}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{width:100%;margin-right:0;margin-bottom:8px}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:last-child{margin-right:0;margin-bottom:0}.warning-cacsp-iframe,.warning-cacsp-object{visibility:hidden}.warning-cacsp-iframe-content,.warning-cacsp-object-content{background-color:#e6e6e6;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:200px}.warning-cacsp-iframe-content,.warning-cacsp-iframe-content *,.warning-cacsp-object-content,.warning-cacsp-object-content *{color:#000}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-text,.warning-cacsp-iframe-content .warning-cacsp-object-content-text,.warning-cacsp-object-content .warning-cacsp-iframe-content-text,.warning-cacsp-object-content .warning-cacsp-object-content-text{text-align:center;width:90%;max-width:600px;margin:0 auto 20px}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a{margin-right:0}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a *,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a *{color:#fff}.modal-cacsp-grandma .modal-cacsp-position{overflow-x:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom),.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{position:relative}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-box-header,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header{border-radius:6px 6px 0 0}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-btns,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-btns{border-radius:0 0 6px 6px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show{overflow:visible}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:250px;height:163px;display:block;position:absolute;left:-30px;top:-40px;background-position:center center;background-size:auto 100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{width:100%;left:0;top:-140px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{padding-left:200px;width:100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-content{padding-left:32px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:160px;height:160px;display:block;position:absolute;right:-60px;top:-50px;background-size:auto 100%;background-position:center center}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{overflow:visible;padding-left:35px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{padding-left:0}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{content:"";background:url(../img/grandma.webp) left top no-repeat;width:420px;height:800px;display:block;position:absolute;left:0;background-size:auto 100%;margin-left:-270px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{background-image:none}}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/grandma.webp) left top no-repeat;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100px;height:200px;display:block;position:absolute;right:-30px;top:0;background-size:auto 100%;background-position:center center}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:128px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:32px}}/*# sourceMappingURL=cookies-and-content-security-policy.min.css.map */1 .warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{display:inline-block;white-space:nowrap;border-radius:3px;padding:8px 16px;background-color:#000;border:1px solid #000;font-size:1em;line-height:1.8em;margin-right:12px;text-align:center;text-decoration:none !important}html.modal-cacsp-open:not(.modal-cacsp-open-no-backdrop){overflow:hidden}body.modal-cacsp-open .modal-cacsp-backdrop{width:100%;height:100%;opacity:.6}body.modal-cacsp-open .modal-cacsp-position{box-sizing:border-box;width:100%;height:100%}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{color:#fff;text-decoration:none;position:fixed;right:0;top:0;margin:15px;padding:0 8px;font-size:2em;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}@media(max-width: 576px){body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close{margin:0;position:absolute;margin-top:-5px}}body.modal-cacsp-open .modal-cacsp-position>.modal-cacsp-box-close:hover{opacity:.6}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-backdrop{display:none}body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position{height:0;padding:0}@media(max-width: 576px){body.modal-cacsp-open.modal-cacsp-open-no-backdrop .modal-cacsp-position>.modal-cacsp-box-close{position:fixed}}.modal-cacsp-backdrop{width:0;height:0;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:#000;opacity:0;-webkit-transition:opacity .2s ease-in-out 0s;-moz-transition:opacity .2s ease-in-out 0s;-o-transition:opacity .2s ease-in-out 0s;transition:opacity .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position{position:fixed;width:0;height:0;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;padding:40px 0;z-index:999999;overflow-y:auto;outline:0;font-size:100%}.modal-cacsp-position,.modal-cacsp-position *{color:#000}.modal-cacsp-position .modal-cacsp-box{width:0;height:0;overflow:hidden;opacity:0;border-radius:6px;-webkit-transition:opacity .4s ease-in-out 0s;-moz-transition:opacity .4s ease-in-out 0s;-o-transition:opacity .4s ease-in-out 0s;transition:opacity .4s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box>*{background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:80%;margin:auto;height:auto;min-width:320px;max-width:800px;opacity:1}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show{width:90%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{width:100%;max-width:100%;position:fixed;display:flex;align-items:center;bottom:0;left:0;margin:0;border-radius:0;border-top:1px solid #e6e6e6;background-color:#fff}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom>*{background-color:rgba(0,0,0,0)}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float{margin:2rem;border-radius:1rem;width:calc(100% - 4rem);max-width:calc(100% - 4rem);box-shadow:0 0 2rem rgba(0,0,0,.4);border-top:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom{flex-wrap:wrap}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-header{display:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content{width:50%;flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{border:0}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{padding-top:0;white-space:normal}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%}}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns .modal-cacsp-btn{margin-right:0;margin-bottom:8px}}@media(max-width: 992px){.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom .modal-cacsp-btns{width:100%}}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small{max-width:calc(320px - 4rem);min-width:200px;flex-wrap:wrap}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-box-content,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-btns{flex-wrap:wrap;width:100%;font-size:.8em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-box-content{padding-bottom:16px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-btns{border:0;padding-top:0;white-space:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small .modal-cacsp-btns .modal-cacsp-btn{width:100%;max-width:100%;margin-right:0;margin-bottom:8px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul{list-style:none;margin:0;padding:0;width:100%;max-width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li{padding:24px 32px 0;margin:0;border-bottom:1px solid #e6e6e6;line-height:normal}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:first-child{border-top:1px solid #e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li:last-child{border-bottom:0}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch{padding-bottom:24px;display:flex;align-items:center;width:100%}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch *,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch *{text-decoration:none !important;outline:none}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch:hover,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch:hover{opacity:1;text-decoration:none !important}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span{font-size:1em}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span:first-child,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span:first-child{flex-grow:1}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span>span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span>span{font-size:.9em;font-weight:300}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle{width:40px;height:20px;border-radius:20px;margin-left:8px;display:block;position:relative;float:right;background-color:#e6e6e6}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch span.modal-cacsp-toggle-switch-handle{width:20px;height:100%;border-radius:20px;background-color:#b3b3b3;position:absolute;left:0;right:auto;-webkit-transition:left .2s ease-in-out 0s;-moz-transition:left .2s ease-in-out 0s;-o-transition:left .2s ease-in-out 0s;transition:left .2s ease-in-out 0s;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle{background-color:#cde1d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle{background-color:#4b7d5e;left:20px}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled{cursor:not-allowed}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span{color:#000}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle{background-color:#f1d5d4}.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle,.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle{background-color:#bd403c}.modal-cacsp-position .modal-cacsp-box a{text-decoration:underline}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header{display:block;background-color:#000;padding:24px 32px;font-size:1.5em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-content{display:block;padding:32px;font-size:1em}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{display:flex;justify-content:flex-end;border-top:1px solid #e6e6e6;padding:24px 32px;white-space:nowrap}@media(max-width: 768px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{flex-wrap:wrap}}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns{white-space:normal}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:hover{opacity:.6}@media(max-width: 576px){.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{width:100%;margin-right:0;margin-bottom:8px}}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-settings *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all{background-color:#bd403c;border:1px solid #bd403c}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-refuse-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save{background-color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-save *{color:#000}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all{background-color:#4b7d5e;border:1px solid #4b7d5e}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all,.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all *{color:#fff}.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:last-child{margin-right:0;margin-bottom:0}.warning-cacsp-iframe,.warning-cacsp-object{visibility:hidden}.warning-cacsp-iframe-content,.warning-cacsp-object-content{background-color:#e6e6e6;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:200px}.warning-cacsp-iframe-content,.warning-cacsp-iframe-content *,.warning-cacsp-object-content,.warning-cacsp-object-content *{color:#000}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-text,.warning-cacsp-iframe-content .warning-cacsp-object-content-text,.warning-cacsp-object-content .warning-cacsp-iframe-content-text,.warning-cacsp-object-content .warning-cacsp-object-content-text{text-align:center;width:90%;max-width:600px;margin:0 auto 20px}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a{margin-right:0}.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a,.warning-cacsp-iframe-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a,.warning-cacsp-iframe-content .warning-cacsp-object-content-button a *,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a,.warning-cacsp-object-content .warning-cacsp-iframe-content-button a *,.warning-cacsp-object-content .warning-cacsp-object-content-button a,.warning-cacsp-object-content .warning-cacsp-object-content-button a *{color:#fff}.modal-cacsp-grandma .modal-cacsp-position{overflow-x:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom),.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{position:relative}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-box-header,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header{border-radius:6px 6px 0 0}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info:not(.modal-cacsp-box-bottom).modal-cacsp-box-show .modal-cacsp-btns,.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-btns{border-radius:0 0 6px 6px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show{overflow:visible}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:250px;height:163px;display:block;position:absolute;left:-30px;top:-40px;background-position:center center;background-size:auto 100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom::before{width:100%;left:0;top:-140px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom.modal-cacsp-box-bottom-float-small::before{width:125px;height:82px;width:100%;left:0;top:-55px}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom:not(.modal-cacsp-box-bottom-float-small) .modal-cacsp-box-content{padding-left:200px;width:100%}@media(max-width: 768px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show.modal-cacsp-box-bottom:not(.modal-cacsp-box-bottom-float-small) .modal-cacsp-box-content{padding-left:32px}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-info.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/cookie.webp) left top no-repeat;width:160px;height:160px;display:block;position:absolute;right:-60px;top:-50px;background-size:auto 100%;background-position:center center}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings{overflow:hidden}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{overflow:visible;padding-left:35px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show{padding-left:0}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{content:"";background:url(../img/grandma.webp) left top no-repeat;width:420px;height:800px;display:block;position:absolute;left:0;background-size:auto 100%;margin-left:-270px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show::before{background-image:none}}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-header::before{content:"";background:url(../img/grandma.webp) left top no-repeat;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:100px;height:200px;display:block;position:absolute;right:-30px;top:0;background-size:auto 100%;background-position:center center}}.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:128px}@media(max-width: 576px){.modal-cacsp-grandma .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings.modal-cacsp-box-show .modal-cacsp-box-settings-list li:first-child{padding-left:32px}}/*# sourceMappingURL=cookies-and-content-security-policy.min.css.map */ -
cookies-and-content-security-policy/trunk/css/cookies-and-content-security-policy.min.css.map
r3389380 r3462251 1 {"version":3,"sourceRoot":"","sources":["../scss/cookies-and-content-security-policy.scss","../scss/_variables.scss","../scss/_mixins.scss"],"names":[],"mappings":"AAGA,8VACC,qBACA,mBACA,kBACA,iBACA,iBCPO,KDQP,sBACA,cACA,kBACA,kBACA,kBACA,gCAcA,yDACC,gBAID,4CACC,WACA,YACA,WAED,4CACC,sBACA,WACA,YACA,mEACC,MCzCK,KD0CL,qBACA,eACA,QACA,MACA,YAMA,cACA,cEhDD,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BAgBH,yBFaA,mEAQE,SACA,kBACA,iBAKD,yEACC,WAKF,yEACC,aAED,yEACC,SACA,UEvCD,yBFwCC,gGAEE,gBAML,sBACC,QACA,SACA,gBACA,eACA,MACA,QACA,SACA,OACA,cACA,iBCtFO,KDuFP,UEjFC,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BF8EL,sBACC,eACA,QACA,SACA,aACA,mBACA,uBACA,MACA,QACA,SACA,OACA,eACA,eACA,gBACA,UACA,eACA,8CACC,MC3GM,KD6GP,uCACC,QACA,SACA,gBACA,UAIA,kBE/GA,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BFsGH,yCACC,iBClHK,KDsHN,4DACC,UACA,YAIA,YACA,gBACA,gBACA,UEpGD,yBF2FA,4DAIE,WAMD,mFACC,WACA,eACA,eACA,aACA,mBACA,SACA,OACA,SACA,gBACA,6BACA,iBC3II,K CqCN,yBF2FC,mFAaE,gBAED,2GACC,aAED,4GACC,UACA,YAED,qGACC,SElHH,yBFiHE,qGAGE,cACA,oBErHJ,yBFuHG,sHAEE,WACA,gBE/HL,yBF4HG,sHAME,eACA,mBE9HL,yBFkIE,iNAGE,YAOF,kGACC,gBACA,SACA,UACA,WACA,eACA,qGAEC,oBACA,SACA,gCACA,mBACA,iHACC,6BAED,gHACC,gBAED,qQAGC,oBACA,aACA,mBACA,WACA,8gBACC,gCACA,aAED,iRACC,UACA,gCAED,+QACC,cACA,uSACC,YAED,yRACC,eACA,gBAED,qTACC,WACA,YACA,mBACA,gBACA,cACA,kBACA,YACA,iBC9NI,QDgOL,iVACC,WACA,YACA,mBACA,iBCrOF,QDsOE,kBACA,OACA,WEvOP,2CACA,wCACA,sCACA,mCACA,mCACA,gCACG,2BFuOI,uXACC,iBCjPI,QDmPL,mZACC,iBCrPF,QDsPE,UAGF,yVACC,mBACA,mWACC,MC9PF,KD+PE,yYACC,iBCxPC,QD0PF,qaACC,iBC5PL,QDsQJ,yCACC,0BAED,+DACC,cACA,iBClRK,KDoRL,kBACA,gBACA,gIACC,MCtRI,KDyRN,gEACC,cAEA,aACA,cAED,yDACC,aAIA,yBAEA,6BAEA,kBACA,mBEzQD,yBF+PA,yDAGE,gBEvQF,yBFoQA,yDAYE,oBAIA,sJACC,MChTG,KDkTJ,gFACC,WExRH,yBFkRC,0EAUE,WACA,eAEA,mBAED,mGACC,iBC7TG,KD8TH,wMACC,MChUE,KDmUJ,iGACC,iBC7TC,QD8TD,yBACA,oMACC,MCtUE,KDyUJ,qGACC,iBCpUC,QDqUD,yBACA,4MACC,MC7UE,KDgVJ,+FACC,iBCjVG,KDkVH,gMACC,MCpVE,KDuVJ,iGACC,iBCtVG,QDuVH,yBACA,oMACC,MC1VE,KD6VJ,qGACC,iBC7VG,QD8VH,yBACA,4MACC,MCjWE,KDoWJ,qFACC,eACA,gBAML,4CAEC,kBAED,4DAEC,iBC7WY,QD8WZ,aACA,mBACA,uBACA,sBACA,iBACA,4HACC,MC1XM,KD4XP,oQAEC,kBACA,UACA,gBACA,mBAIA,oRAEC,eACA,gjBACC,MCxYI,KD8YP,2CACC,kBAEC,mMAEC,kBAEC,6RACC,0BAED,iRACC,0BAIH,iFACC,gBACA,sGACC,iBAEC,qIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,WACA,UACA,kCACA,0BE5YL,yBFkYI,qIAYE,WACA,OACA,YAGF,sJACC,mBACA,WErZL,yBFmZI,sJAIE,mBAKF,sIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,YACA,UACA,0BACA,kCAKJ,qFACC,gBACA,0GACC,iBACA,kBEpbH,yBFkbE,0GAIE,gBAED,kHACC,WACA,uDACA,YACA,aACA,cACA,kBACA,OACA,0BACA,mBEjcJ,yBFwbG,kHAWE,uBEncL,yBFwcK,0IACC,WACA,uDACA,6BACE,qBACF,YACA,aACA,cACA,kBACA,YACA,MACA,0BACA,mCAMD,wJACC,mBE3dN,yBF0dK,wJAGE","file":"cookies-and-content-security-policy.min.css"}1 {"version":3,"sourceRoot":"","sources":["../scss/cookies-and-content-security-policy.scss","../scss/_variables.scss","../scss/_mixins.scss"],"names":[],"mappings":"AAGA,8VACC,qBACA,mBACA,kBACA,iBACA,iBCPO,KDQP,sBACA,cACA,kBACA,kBACA,kBACA,gCAcA,yDACC,gBAID,4CACC,WACA,YACA,WAED,4CACC,sBACA,WACA,YACA,mEACC,MCzCK,KD0CL,qBACA,eACA,QACA,MACA,YAMA,cACA,cEhDD,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BAgBH,yBFaA,mEAQE,SACA,kBACA,iBAKD,yEACC,WAKF,yEACC,aAED,yEACC,SACA,UEvCD,yBFwCC,gGAEE,gBAML,sBACC,QACA,SACA,gBACA,eACA,MACA,QACA,SACA,OACA,cACA,iBCtFO,KDuFP,UEjFC,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BF8EL,sBACC,eACA,QACA,SACA,aACA,mBACA,uBACA,MACA,QACA,SACA,OACA,eACA,eACA,gBACA,UACA,eACA,8CACC,MC3GM,KD6GP,uCACC,QACA,SACA,gBACA,UAIA,kBE/GA,8CACA,2CACA,yCACA,sCACA,mCACA,gCACG,2BFsGH,yCACC,iBClHK,KDsHN,4DACC,UACA,YAIA,YACA,gBACA,gBACA,UEpGD,yBF2FA,4DAIE,WAMD,mFACC,WACA,eACA,eACA,aACA,mBACA,SACA,OACA,SACA,gBACA,6BACA,iBC3II,KD4IJ,qFACC,+BAED,gHACC,YACA,mBACA,wBACA,4BACA,mCACA,aEhHH,yBF2FC,mFAyBE,gBAED,2GACC,aAED,4GACC,UACA,YAED,qGACC,SE9HH,yBF6HE,qGAGE,cACA,oBEjIJ,yBFmIG,sHAEE,WACA,gBE3IL,yBFwIG,sHAME,eACA,mBE1IL,yBF8IE,iNAGE,YAGF,sHACC,6BACA,gBACA,eACA,uRAEC,eACA,WACA,eAED,+IACC,oBAED,wIACC,SACA,cACA,mBACA,yJACC,WACA,eACA,eACA,kBAaH,kGACC,gBACA,SACA,UACA,WACA,eACA,qGAEC,oBACA,SACA,gCACA,mBACA,iHACC,6BAED,gHACC,gBAED,qQAGC,oBACA,aACA,mBACA,WACA,8gBACC,gCACA,aAED,iRACC,UACA,gCAED,+QACC,cACA,uSACC,YAED,yRACC,eACA,gBAED,qTACC,WACA,YACA,mBACA,gBACA,cACA,kBACA,YACA,iBCxQI,QD0QL,iVACC,WACA,YACA,mBACA,iBC/QF,QDgRE,kBACA,OACA,WEjRP,2CACA,wCACA,sCACA,mCACA,mCACA,gCACG,2BFiRI,uXACC,iBC3RI,QD6RL,mZACC,iBC/RF,QDgSE,UAGF,yVACC,mBACA,mWACC,MCxSF,KDySE,yYACC,iBClSC,QDoSF,qaACC,iBCtSL,QDgTJ,yCACC,0BAED,+DACC,cACA,iBC5TK,KD8TL,kBACA,gBACA,gIACC,MChUI,KDmUN,gEACC,cAEA,aACA,cAED,yDACC,aAIA,yBAEA,6BAEA,kBACA,mBEnTD,yBFySA,yDAGE,gBEjTF,yBF8SA,yDAYE,oBAIA,sJACC,MC1VG,KD4VJ,gFACC,WElUH,yBF4TC,0EAUE,WACA,eAEA,mBAED,mGACC,iBCvWG,KDwWH,wMACC,MC1WE,KD6WJ,iGACC,iBCvWC,QDwWD,yBACA,oMACC,MChXE,KDmXJ,qGACC,iBC9WC,QD+WD,yBACA,4MACC,MCvXE,KD0XJ,+FACC,iBC3XG,KD4XH,gMACC,MC9XE,KDiYJ,iGACC,iBChYG,QDiYH,yBACA,oMACC,MCpYE,KDuYJ,qGACC,iBCvYG,QDwYH,yBACA,4MACC,MC3YE,KD8YJ,qFACC,eACA,gBAML,4CAEC,kBAED,4DAEC,iBCvZY,QDwZZ,aACA,mBACA,uBACA,sBACA,iBACA,4HACC,MCpaM,KDsaP,oQAEC,kBACA,UACA,gBACA,mBAIA,oRAEC,eACA,gjBACC,MClbI,KDwbP,2CACC,kBAEC,mMAEC,kBAEC,6RACC,0BAED,iRACC,0BAIH,iFACC,gBACA,sGACC,iBAEC,qIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,WACA,UACA,kCACA,0BEtbL,yBF4aI,qIAYE,WACA,OACA,YAID,wKACC,YACA,YACA,WACA,OACA,UAID,+LACC,mBACA,WEzcN,yBFucK,+LAIE,mBAMH,sIACC,WACA,sDACA,YACA,aACA,cACA,kBACA,YACA,UACA,0BACA,kCAKJ,qFACC,gBACA,0GACC,iBACA,kBEzeH,yBFueE,0GAIE,gBAED,kHACC,WACA,uDACA,YACA,aACA,cACA,kBACA,OACA,0BACA,mBEtfJ,yBF6eG,kHAWE,uBExfL,yBF6fK,0IACC,WACA,uDACA,6BACE,qBACF,YACA,aACA,cACA,kBACA,YACA,MACA,0BACA,mCAMD,wJACC,mBEhhBN,yBF+gBK,wJAGE","file":"cookies-and-content-security-policy.min.css"} -
cookies-and-content-security-policy/trunk/inc/modal-cacsp.php
r3258434 r3462251 16 16 if ( $cacsp_option_banner ) { 17 17 $cacsp_option_banner_class = ' modal-cacsp-box-bottom'; 18 $cacsp_option_banner_float = get_cacsp_options( 'cacsp_option_banner_float' ); 19 if ( $cacsp_option_banner_float ) { 20 $cacsp_option_banner_class .= ' modal-cacsp-box-bottom-float'; 21 $cacsp_option_banner_float_small = get_cacsp_options( 'cacsp_option_banner_float_small' ); 22 if ( $cacsp_option_banner_float_small ) { 23 $cacsp_option_banner_class .= ' modal-cacsp-box-bottom-float-small'; 24 } 25 } 18 26 } 19 27 ?> -
cookies-and-content-security-policy/trunk/inc/settings-cacsp-tab-settings.php
r3440826 r3462251 14 14 $cacsp_option_own_style = get_cacsp_options( 'cacsp_option_own_style', false, '', true ); 15 15 $cacsp_option_own_js = get_cacsp_options( 'cacsp_option_own_js', false, '', true ); 16 $cacsp_option_banner = get_cacsp_options( 'cacsp_option_banner', false, '', true );17 $cacsp_option_allow_use_site = get_cacsp_options( 'cacsp_option_allow_use_site', false, '', true );18 $cacsp_option_hide_unused_settings_row = get_cacsp_options( 'cacsp_option_hide_unused_settings_row', false, '', true );19 $cacsp_option_grandma = get_cacsp_options( 'cacsp_option_grandma', false, '', true );20 $cacsp_option_show_refuse_button = get_cacsp_options( 'cacsp_option_show_refuse_button', false, '', true );21 $cacsp_option_settings_close_button = get_cacsp_options( 'cacsp_option_settings_close_button', false, '', true );22 16 $cacsp_option_settings_save_consent = get_cacsp_options( 'cacsp_option_settings_save_consent', false, '', true ); 23 17 $cacsp_option_forms = get_cacsp_options( 'cacsp_option_forms', false, '', true ); … … 62 56 </label> 63 57 <br> 64 <label for="cacsp_option_banner">65 <?php if ( $cacsp_option_banner ) {66 $checked = ' checked';67 } else {68 $checked = '';69 } ?>70 <input type="checkbox" name="cacsp_option_banner" id="cacsp_option_banner" value="1"<?php echo $checked; ?>>71 <?php esc_html_e( 'Do not use a modal, I want a banner.', 'cookies-and-content-security-policy' ); ?>72 </label>73 <br>74 <label for="cacsp_option_allow_use_site">75 <?php if ( $cacsp_option_allow_use_site ) {76 $checked = ' checked';77 } else {78 $checked = '';79 } ?>80 <input type="checkbox" name="cacsp_option_allow_use_site" id="cacsp_option_allow_use_site" value="1"<?php echo $checked; ?>>81 <?php esc_html_e( 'Allow user to access site without saving settings.', 'cookies-and-content-security-policy' ); ?>82 <br>83 <small><?php esc_html_e( 'Only works with banner.', 'cookies-and-content-security-policy' ); ?></small>84 </label>85 <br>86 <label for="cacsp_option_hide_unused_settings_row">87 <?php if ( $cacsp_option_hide_unused_settings_row ) {88 $checked = ' checked';89 } else {90 $checked = '';91 } ?>92 <input type="checkbox" name="cacsp_option_hide_unused_settings_row" id="cacsp_option_hide_unused_settings_row" value="1"<?php echo $checked; ?>>93 <?php esc_html_e( 'Hide unused sections in Settings.', 'cookies-and-content-security-policy' ); ?>94 <br>95 <small><?php esc_html_e( 'Example: If you don\'t have any domains specified for Marketing, that setting won\'t show for the visitor.', 'cookies-and-content-security-policy' ); ?></small>96 </label>97 <br>98 <label for="cacsp_option_grandma">99 <?php if ( $cacsp_option_grandma ) {100 $checked = ' checked';101 } else {102 $checked = '';103 } ?>104 <input type="checkbox" name="cacsp_option_grandma" id="cacsp_option_grandma" value="1"<?php echo $checked; ?>>105 <?php esc_html_e( 'Grandma mode.', 'cookies-and-content-security-policy' ); ?>106 <br>107 <small><?php esc_html_e( 'Add grandma with milk and cookies.', 'cookies-and-content-security-policy' ); ?></small>108 </label>109 <br>110 <label for="cacsp_option_show_refuse_button">111 <?php if ( $cacsp_option_show_refuse_button ) {112 $checked = ' checked';113 } else {114 $checked = '';115 } ?>116 <input type="checkbox" name="cacsp_option_show_refuse_button" id="cacsp_option_show_refuse_button" value="1"<?php echo $checked; ?>>117 <?php esc_html_e( 'Show refuse cookies button.', 'cookies-and-content-security-policy' ); ?>118 </label>119 <br>120 <label for="cacsp_option_settings_close_button">121 <?php if ( $cacsp_option_settings_close_button ) {122 $checked = ' checked';123 } else {124 $checked = '';125 } ?>126 <input type="checkbox" name="cacsp_option_settings_close_button" id="cacsp_option_settings_close_button" value="1"<?php echo $checked; ?>>127 <?php esc_html_e( 'Show close button (×).', 'cookies-and-content-security-policy' ); ?>128 </label>129 <br>130 58 <label for="cacsp_option_google_consent_mode"> 131 59 <?php if ( $cacsp_option_google_consent_mode ) { … … 408 336 409 337 <script> 410 // Show/hide "Allow user to access site without saving settings"411 if ( !jQuery('label[for="cacsp_option_banner"] input').is(":checked") ) {412 jQuery('label[for="cacsp_option_allow_use_site"]').hide();413 jQuery('label[for="cacsp_option_allow_use_site"]').next('br').hide();414 }415 jQuery('label[for="cacsp_option_banner"] input').change(function() {416 if ( jQuery('label[for="cacsp_option_banner"] input').is(":checked") ) {417 jQuery('label[for="cacsp_option_allow_use_site"]').show();418 jQuery('label[for="cacsp_option_allow_use_site"]').next('br').show();419 } else {420 jQuery('label[for="cacsp_option_allow_use_site"]').hide();421 jQuery('label[for="cacsp_option_allow_use_site"]').next('br').hide();422 }423 });424 338 // Show/hide "IPs to bypass" 425 339 if ( !jQuery('label[for="cacsp_option_bypass_ip"] input').is(":checked") ) { -
cookies-and-content-security-policy/trunk/inc/settings-cacsp-update-options.php
r3389380 r3462251 630 630 update_option( 'cacsp_option_own_style', intval( isset( $_POST['cacsp_option_own_style'] ) ) ); 631 631 update_option( 'cacsp_option_own_js', intval( isset( $_POST['cacsp_option_own_js'] ) ) ); 632 update_option( 'cacsp_option_banner', intval( isset( $_POST['cacsp_option_banner'] ) ) );633 update_option( 'cacsp_option_allow_use_site', intval( isset( $_POST['cacsp_option_allow_use_site'] ) ) );634 update_option( 'cacsp_option_grandma', intval( isset( $_POST['cacsp_option_grandma'] ) ) );635 update_option( 'cacsp_option_hide_unused_settings_row', intval( isset( $_POST['cacsp_option_hide_unused_settings_row'] ) ) );636 update_option( 'cacsp_option_show_refuse_button', intval( isset( $_POST['cacsp_option_show_refuse_button'] ) ) );637 update_option( 'cacsp_option_settings_close_button', intval( isset( $_POST['cacsp_option_settings_close_button'] ) ) );638 632 update_option( 'cacsp_option_settings_save_consent', intval( isset( $_POST['cacsp_option_settings_save_consent'] ) ) ); 639 633 update_option( 'cacsp_option_forms', intval( isset( $_POST['cacsp_option_forms'] ) ) ); … … 657 651 update_option( 'cacsp_option_bypass_ip', intval( isset( $_POST['cacsp_option_bypass_ip'] ) ) ); 658 652 update_option( 'cacsp_option_bypass_ips', cacsp_sanitize_ip( $_POST['cacsp_option_bypass_ips'] ) ); 653 echo '<div id="message" class="updated fade"> 654 <p>' . __( 'Your settings are now updated', 'cookies-and-content-security-policy' ) . '</p> 655 </div>'; 656 } elseif ( isset( $_POST['save_cacsp_settings_design'] ) && $can_change_all ) { 657 update_option( 'cacsp_option_banner', intval( isset( $_POST['cacsp_option_banner'] ) ) ); 658 update_option( 'cacsp_option_banner_float', intval( isset( $_POST['cacsp_option_banner_float'] ) ) ); 659 update_option( 'cacsp_option_banner_float_small', intval( isset( $_POST['cacsp_option_banner_float_small'] ) ) ); 660 update_option( 'cacsp_option_allow_use_site', intval( isset( $_POST['cacsp_option_allow_use_site'] ) ) ); 661 update_option( 'cacsp_option_grandma', intval( isset( $_POST['cacsp_option_grandma'] ) ) ); 662 update_option( 'cacsp_option_hide_unused_settings_row', intval( isset( $_POST['cacsp_option_hide_unused_settings_row'] ) ) ); 663 update_option( 'cacsp_option_show_refuse_button', intval( isset( $_POST['cacsp_option_show_refuse_button'] ) ) ); 664 update_option( 'cacsp_option_settings_close_button', intval( isset( $_POST['cacsp_option_settings_close_button'] ) ) ); 665 update_option( 'cacsp_option_dark_mode', intval( isset( $_POST['cacsp_option_dark_mode'] ) ) ); 666 if ( intval( isset( $_POST['cacsp_option_dark_mode'] ) ) ) { 667 update_option( 'cacsp_option_color_modal_bg', sanitize_hex_color( '#444444' ) ); 668 update_option( 'cacsp_option_color_modal_header_bg', sanitize_hex_color( '#2b2b2b' ) ); 669 update_option( 'cacsp_option_color_modal_list_border', sanitize_hex_color( '#8e8e8e' ) ); 670 update_option( 'cacsp_option_color_modal_text_color', sanitize_hex_color( '#ffffff' ) ); 671 update_option( 'cacsp_option_color_modal_header_text_color', sanitize_hex_color( '#ffffff' ) ); 672 } 659 673 echo '<div id="message" class="updated fade"> 660 674 <p>' . __( 'Your settings are now updated', 'cookies-and-content-security-policy' ) . '</p> -
cookies-and-content-security-policy/trunk/inc/settings-cacsp.php
r3146036 r3462251 112 112 <?php } ?> 113 113 <?php if ( !$show_only_text ) { ?> 114 <a href="?page=cacsp_settings&tab=design" class="nav-tab <?php echo $active_tab == 'design' ? 'nav-tab-active' : ''; ?>"><?php esc_html_e( 'Design', 'cookies-and-content-security-policy' ); ?></a> 115 <?php } ?> 116 <?php if ( !$show_only_text ) { ?> 114 117 <a href="?page=cacsp_settings&tab=colors" class="nav-tab <?php echo $active_tab == 'colors' ? 'nav-tab-active' : ''; ?>"><?php esc_html_e( 'Colors', 'cookies-and-content-security-policy' ); ?></a> 115 118 <?php } ?> … … 132 135 } elseif ( $active_tab == 'settings' ) { 133 136 include_once( 'settings-cacsp-tab-settings.php' ); 137 } elseif ( $active_tab == 'design' ) { 138 include_once( 'settings-cacsp-tab-design.php' ); 134 139 } elseif ( $active_tab == 'colors' ) { 135 140 include_once( 'settings-cacsp-tab-colors.php' ); -
cookies-and-content-security-policy/trunk/languages/cookies-and-content-security-policy-sv_SE.l10n.php
r3440826 r3462251 1 1 <?php 2 return ['po-revision-date'=>'2026-01-1 5 15:43+0000','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','language'=>'sv_SE','project-id-version'=>'Plugins - Cookies and Content Security Policy - Stable (latest release)','language-team'=>'Svenska','report-msgid-bugs-to'=>'','pot-creation-date'=>'2022-07-25 07:20+0000','last-translator'=>'Testing stuff','x-loco-version'=>'2.6.6; wp-6.4.3','messages'=>['127.0.0.1<br>13.37.841.01'=>'127.0.0.1<br>13.37.841.01','Accept all'=>'Acceptera alla','Accept all button'=>'Acceptera alla-knapp','Accept button border'=>'Färg på ram för acceptera-knapp','Accept button color'=>'Färg på acceptera-knapp','Accept button text'=>'Färg på acceptera-knappens text','accepted_cookies'=>'accepted_cookies','Activate'=>'Aktivera','Activate the plugin to use it.'=>'Aktivera pluginet för att använda det.','Active'=>'Aktivt','Add grandma with milk and cookies.'=>'Lägg till mormor som serverar mjölk och kakor.','Admin'=>'Admin','Advanced settings'=>'Avancerade inställningar','After how many days the accept cookie should expire.'=>'Efter hur många dagar ska accept-cookien upphöra att gälla.','Allow background scripts via Worker'=>'Tillåt att script körs i bakgrunden med Worker','Allow blob.'=>'Tillåt blob.','Allow data.'=>'Tillåt data.','Allow user to access site without saving settings.'=>'Tillåt att besökaren använder siten utan att ha sparat några inställningar.','Always allow'=>'Tillåt alltid','Always allow, description'=>'Tillåt alltid, beskrivning','Always allow, header'=>'Tillåt alltid, rubrik','Always allowed, resources that the visitor can\'t opt out of.'=>'Tillåt alltid, resurser som besökaren inte kan välja bort.','Analytics'=>'Analys','Backdrop'=>'Backdrop','Backgrounds'=>'Bakgrunder','Basic settings'=>'Grundläggande inställningar','Block cookies and unwanted external content by setting Content Security Policy. A modal will be shown on the front end to let the visitor choose what kind of resources to accept.'=>'Blockera cookies och oönskat externt innehåll genom att skapa en Content Security Policy. En modal kommer att visas för besökaren som låter hen bestämma vilka typer av resurser som accepteras.','Buttons'=>'Knappar','By sharing your interests and behavior as you visit our site, you increase the chance of seeing personalized content and offers.'=>'Genom att dela med dig av dina intressen och ditt beteende när du surfar ökar du chansen att få se personligt anpassat innehåll och erbjudanden.','Bypass by IP'=>'Förbigå IP','Bypassing'=>'Förbikoppla','Calendly'=>'Calendly','Choose how to handle domains, texts, settings and colors in you network.'=>'Välj hur du vill hantera domäner, texter, inställningar och färger i ditt nätverk.','Choose what kind of cookies to accept. Your choice will be saved for one year.'=>'Välj vilken typ av kakor du vill acceptera. Ditt val kommer att sparas i ett år.','Choose which external resources the site uses to automatically save them to Domains. These are recommended settings for each resource.'=>'Välj vilka externa resurser som din site använder för att automatiskt spara dem till dina Domäner. Detta är rekommenderade inställningar för respektive resurs.','Close'=>'Stäng','Close button'=>'Stäng-knapp','Colors'=>'Färger','Consent'=>'Samtycke','Contact the administrator'=>'Kontakta administratören','Content not allowed button'=>'Innehållet är inte tillåtet-knapp','Content not allowed text'=>'Innehållet är inte tillåtet-text','Cookie Expire'=>'Cookie löper ut','Cookie policy link text'=>'Cookie policy länk-text','Cookie policy page'=>'Cookie policy-sida','Cookie policy target'=>'Cookie policy länkmål','Cookie policy URL'=>'Cookie policy URL','Cookies'=>'Kakor','Cookies and Content Security Policy'=>'Cookies och Content Security Policy','CRM'=>'CRM','Deactivated'=>'Deaktiverat','Debug.'=>'Debugga.','Default'=>'Standard','Default: 1000'=>'Standard: 1000','Default: 365'=>'Default: 365','Delete range'=>'Ta bort intervall','Delete selected'=>'Ta bort valda','Disable content not allowed message.'=>'Avaktivera meddelande för blockerad innehåll.','Disable unsafe-eval.'=>'Inaktivera unsafe-eval.','Disable unsafe-inline.'=>'Inaktivera unsafe-inline.','Disable X-Content-Security-Policy.'=>'Inaktivera X-Content-Security-Policy.','Disabled switch'=>'Avaktiverad switch','Disables the error message that appears when an iframe is blocked.'=>'Tar bort felmeddelandet som dyker upp när en ifram är blockerad.','Disables the use of eval() and similar methods for creating code from strings.'=>'Inaktiverar användningen av eval() och liknande metoder för att skapa kod från strängar.','Disables the use of inline resources, such as inline <script> elements, javascript: URLs, and inline event handlers.'=>'Inaktiverar användningen av inline-resurser, såsom inline <script>-element, javascript:-URLar och inline event handlers.','Divi'=>'Divi','Do not include css, I\'ve got my own style.'=>'Inkluder inte css, jag har min egen stil.','Do not include js, I\'ve got my own script.'=>'Inkludera inte js, jag har mitt eget script.','Do not use a modal, I want a banner.'=>'Använd inte modal, jag vill ha en banner.','Do your settings without disturbing anyone. No modal or Content Security Policy will be used at all.'=>'Gör dina inställningar utan att störa någon. Ingen modal eller Content Security Policy kommer att användas alls.','Domains'=>'Domäner','Donate with PayPal'=>'Donera med PayPal','drop me a line'=>'hör av dig','Enable Google Consent Mode v2'=>'Aktivera Google Consent Mode v2','Enabling this will use the <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> to set the cookie, which will allow this plugin to work with WP Engine caching. <strong>Do not enable this setting if you are not on WP Engine.</strong>.'=>'Om du aktiverar detta så används <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> för att ställa in cookien, vilket kommer att tillåta denna plugin att fungera med WP Engine-cache. <strong>Aktivera inte den här inställningen om du inte använder WP Engine.</strong>.','Everything'=>'Allt','Everything is individual on all sites'=>'Allt är individuellt på alla siter','Everything is shared from your main site *.'=>'Alla inställningar kommer från din huvudwebbplats *.','Everyting but texts is shared from the main site *.'=>'Alla inställningar förutom texter kommer från din huvudwebbplats *.','Example:'=>'Exempel:','Example: If you don\'t have any domains specified for Marketing, that setting won\'t show for the visitor.'=>'Exempel: Om du inte har några domäner sparade för Marknadsföring, så syns inte den inställningen för användaren.','Example: Some javascript libraries uses blob for images. Divi uses this for scripts in edit mode.'=>'Exempel: Vissa javascript-bibliotek använder blob för bilder. Divi använder detta i redigerings-läget.','Example: Sometimes data is used for loading images and scripts.'=>'Exempel: Ibland används data för att ladda bilder och script.','Experience'=>'Upplevelse','Experience, description'=>'Upplevelse, beskrivning','Experience, header'=>'Upplevelse, rubrik','Experience, resources for displaying external videos etc.'=>'Upplevelse, resurser för att visa externa videos etc.','expires'=>'expires','Facebook Pixel'=>'Facebook Pixel','Fill the forms with domains that should be allowed in each box. The groups are:'=>'Fyll i formulären med domäner som ska vara tillåtna i varje ruta. Grupperna är:','Forms'=>'Formulär','Frames'=>'Frames','From'=>'Från','Google'=>'Google','Google Ads'=>'Google Ads','Google Ads conversions'=>'Google Ads conversions','Google Ads remarketing'=>'Google Ads remarketing','Google Analytics'=>'Google Analytics','Google Analytics is under "Google"'=>'Google Analytics hittar du under "Google"','Google Docs'=>'Google Docs','Google Maps'=>'Google Maps','Google Optimize'=>'Google Optimize','Google Tag Manager'=>'Google Tag Manager','Google Translate'=>'Google Translate','Grandma mode.'=>'Mormor-mode.','Gravatar'=>'Gravatar','Hide unused sections in Settings.'=>'Dölj oanvända sektioner under Inställningar.','Hotjar'=>'Hotjar','How many ms (milliseconds) until the cookie modal should appear.'=>'Hur många ms (millisekunder) tills cookiemodalen ska visas.','How to link back to settings'=>'Länka till inställningarna','https://plugins.followmedarling.se/'=>'https://plugins.followmedarling.se/','https://plugins.followmedarling.se/cookies-and-content-security-policy/'=>'https://plugins.followmedarling.se/cookies-and-content-security-policy/','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F','Hubspot'=>'Hubspot','id'=>'id','If i missed some common resource or if some resource is missing any setting for domain'=>'Om jag har missat någon vanlig resurs, eller om någon resurs saknar inställning för domän','If you are using a translation plugin (like Polylang or WPML) only your sites default language can be edited here, translations are edited in your translation plugins string translation area.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så kan du bara redigera ditt default-språk här, översättningar redigerar du bland ditt översättningsplugins strängöversättningar.','If you are using a translation plugin (like Polylang or WPML) you have to save this form to make the texts below appear in your translation plugin. If you are happy with the default texts, and the plugins is already available in your language, you can skip saving this form and everything is already set up for you.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så måste du spara detta formulär för att texterna nedan ska dyka upp in ditt översättningsplugin. om du är nöjd med texterna, och pluginet redan finns på ditt språk, så kan du hoppa över att spara detta forumläret och allt är klart.','If you enable Google Consent Mode v2, consent will be denied until the visitor accepts marketing cookies. If you do not enable Google Consent Mode v2, consent will always be denied.'=>'Om du aktiverar Google Consent Mode v2 kommer samtycke att nekas tills besökaren accepterar marknadsförings-cookies. Om du inte aktiverar Google Consent Mode v2 nekas samtycke alltid.','If you use a PDF, or have your cookie policy externally, simply add the URL here. Don\'t forget https://'=>'Om du använder en PDF, eller har din cookiepolicy externt, lägg bara till URL:en här. Glöm inte https://','If you want to link back to the settings modal simply add a link with href = "#cookiesAndContentPolicySettings"'=>'Om du vill länka tillbaks till inställnings-modalen, skapa helt enkelt en länk med href = "#cookiesAndContentPolicySettings"','If you\'re not using a translation plugin you just need to save this form if you want to change any of the texts.'=>'Om du inte använder någon översättningsplugin så behöver du bara spara detta formuläret om du vill ändra någon av texterna.','If your host does not accept setting php header(), or if you\'re using static page cache that doesn\'t go through php, check this to add CSP as a meta tag in the header instead.'=>'Om ditt webbhotell inte låter dig sätta php header(), eller om du använder statisk cache, kryssa i här för att köra CSP som meta tag istället.','Images'=>'Bilder','In order for our website to perform as well as possible during your visit. If you refuse these cookies, some functionality will disappear from the website.'=>'För att vår hemsida ska prestera så bra som möjligt under ditt besök. Om du nekar de här kakorna kommer viss funktionalitet att försvinna från hemsidan.','In order for us to improve the website\'s functionality and structure, based on how the website is used.'=>'För att vi ska kunna förbättra hemsidans funktionalitet och uppbyggnad, baserat på hur hemsidan används.','Info'=>'Info','Instagram'=>'Instagram','ip'=>'ip','IPs to bypass'=>'IP-adresser att förbigå','Issuu'=>'Issuu','It would make my day. :)'=>'Det skulle gör mig så hjärtans glad. :)','Jetpack'=>'Jetpack','Jonk @ Follow me Darling'=>'Jonk @ Follow me Darling','Just add ?cacsp_bypass=true to your url. All cookies will be accepted for the session. Great for when you run speedtest and so forth.'=>'Lägg bara till ?cacsp_bypass=true till din url. Alla cookies kommer att bli accepterade för sessionen. Bra att använda när man kör test av webbplatsprestanda och så vidare.','LinkedIn Insight Tag/LinkedIn Pixel'=>'LinkedIn Insight Tag/LinkedIn Pixel','Mailchimp'=>'Mailchimp','Marketing'=>'Marknadsföring','Marketing, description'=>'Marknadsföring, beskrivning','Marketing, header'=>'Marknadsföring, rubrik','Marketing, resources for gathering data about the visitor for remarketing etc.'=>'Marknadsföring, resurser för att samla in data om besökaren för remarketing etc.','Media'=>'Media','Misc'=>'Övrigt','Modal background'=>'Bakgrund i modalen','Modal header'=>'Rubrik i modalen','Modal header background'=>'Bakgrund i modalens sidhuvud','Modal list border'=>'Linjer mellan listelement i modalen','Modal text color'=>'Textfärg i modal','Modal text header color'=>'Textfärg i modalens sidhuvud','Necessary'=>'Nödvändiga','Network settings'=>'Nätverksinställningar','No idea :)'=>'Ingen aning :)','Off switch'=>'Av-switch','On switch'=>'På-switch','On switch, text color'=>'Textfärg för aktivt val','Only texts'=>'Bara texter','Only use CSP, no modal for me.'=>'Använd bara CSP, ingen modal för mig, tack.','Only works with banner.'=>'Fungerar bara med banner.','Open cookie policy in a new tab.'=>'Öppna cookie policy i en ny tabb.','Overwrite all settings in Domains'=>'Skriv över alla inställningar i Domäner','Page builders'=>'Sidbyggare','Payment'=>'Betalning','PayPal'=>'PayPal','Quickstart'=>'Snabbstart','Read in the FAQ how to translate with Polylang.'=>'Läs under Vanliga frågor hur du översätter med Polylang.','Read in the FAQ how to translate with WPML.'=>'Läs under Vanliga frågor hur du översätter med WPML.','Read our cookie policy'=>'Läs vår cookie policy','Read the FAQ, all commonly asked questions are answered there.'=>'Läs Vanliga frågor, alla de vanligaste frågorna är besvarade där.','reCAPTCHA v3'=>'reCAPTCHA v3','Recommended for better security.'=>'Rekommenderas för bättre säkerhet.','Refuse all'=>'Neka alla','Refuse button'=>'Neka-knapp','Refuse button border'=>'Färg på ram för neka-knapp','Refuse button color'=>' Färg på neka-knapp','Refuse button text'=>'Färg på neka-knappens text','Review your settings'=>'Granska dina inställningar','Review your settings button'=>'Granska dina inställningar-knapp','Review your settings text'=>'Granska dina inställningar-text','Save'=>'Spara','Save button'=>'Spara-knapp','Save button border'=>'Färg på ram för spara-knapp','Save button color'=>'Färg på spara-knapp','Save button text'=>'Färg på spara-knappens text','Save proof of consent'=>'Spara bevis på samtycke','Save Settings'=>'Spara inställningar','Scripts'=>'Script','Security check failed.'=>'Säkerhetskontroll misslyckades.','Separate domains by new line.<br>Example:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com'=>'Separera domänerna med ny rad.<br>Exempel:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com','Settings'=>'Inställningar','Settings button'=>'Inställnings-knapp','Settings button border'=>'Färg på ram för inställningar-knapp','Settings button color'=>'Färg på inställningar-knapp','Settings button text'=>'Färg på inställningar-knappens text','Settings text'=>'Text för inställningar','Show admin email in error messages.'=>'Visa e-postadress för administration i felmeddelanden.','Show close button (×).'=>'Visa stäng-knapp (×).','Show refuse cookies button.'=>'Visa neka cookies-knapp.','site'=>'site','Social networks'=>'Sociala nätverk','SoundCloud'=>'SoundCloud','Spotify'=>'Spotify','Statistics'=>'Statistik','Statistics, description'=>'Statistik, beskrivning','Statistics, header'=>'Statistik, rubrik','Statistics, resources for gathering data about the visitor for statistics etc.'=>'Statistik, resurser för att samla in data om besökaren för statistik etc.','Stripe'=>'Stripe','Support'=>'Support','Test your settings without disturbing your visitors. Modal and Content Security Policy will be used only for logged in users with Administrator role.'=>'Testa dina instlällningar utan att störa dina besökare. Modal och Content Security Policy kommer bara att synas för inloggade användare med rollen Administratör.','Texts'=>'Texter','The consent data is saved in the database table "your_prefix" + "cacsp_consent". By default, the prefix is "wp_", so in most cases the table is named "wp_cacsp_consent".'=>'Samtyckesuppgifterna sparas i databastabellen "your_prefix" + "cacsp_consent". Som standard är prefixet "wp_", så i de flesta fall heter tabellen "wp_cacsp_consent".','The content can\'t be loaded, since it is not allowed on the site.'=>'Innehållet kan inte laddas eftersom det inte är tillåtet på siten.','These cookies are not optional. They are needed for the website to function.'=>'Dessa kakor går inte att välja bort. De behövs för att hemsidan över huvud taget ska fungera.','This will bypass the cookie modal and accept all cookies for the specified IPs.'=>'Detta kommer att kringgå cookie-modalen och acceptera alla cookies för de angivna IP-adresserna','This will only make use of domains in Always allowed.'=>'Detta innebär också att bara domäner i Tillåt alltid kommer att användas.','This will print helpful comments at the beginning of your page inside the >head< tag.'=>'Detta kommer att skiva ut hjälpsamma kommentarer i början av din sida inuti >head<-taggen.','time'=>'time','Timeout'=>'Paus','To'=>'Till','Twitter'=>'Twitter','Use Content Security Policy for forms for added security.'=>'Använd Content Security Policy till formulär för ökad säkerhet.','Use Content Security Policy for worker-src.'=>'Använd Content Security Policy för worker-src.','Use meta.'=>'Använd meta.','Use the default colors or pick you own here.'=>'Använd standard-färgerna eller välj dina egna här.','Use this to allow posting data to other sites, like subscribing to a MailChimp newsletter would need https://*.list-manage.com/'=>'Använd denna för att tillåta postning till andra domäner, t.ex. kommer starta prenumereraton på ett MailChimp-nyhetsbrev att behöva https://*.list-manage.com/','Vimeo'=>'Vimeo','Visit the support forum for the plugin at WordPress.org.'=>'Besök support-forumet för pluginet på WordPress.org.','Want support?'=>'Vill du ha support?','Want to support the plugin?'=>'Vill du supporta pluginet?','We are live!'=>'Det är live!','We serve cookies. If you think that\'s ok, just click "Accept all". You can also choose what kind of cookies you want by clicking "Settings".'=>'Vi bjuder på kakor! Om du tycker det är ok, klickar du bara på "Acceptera alla". Du kan såklart välja vilken typ av kakor du vill ha genom att klicka på "Inställningar".','Wildcard domains can be used.<br>Example:<br>https://*.youtube.com'=>'Wildcard-domäner kan användas.<br>Exempel:<br>https://*.youtube.com','Will be linked from the cookie modal. Does not show the the cookie modal for the user to be able to read the policy before accepting.'=>'Länkas till i cookie-modalen. Visar inte cookie-modalen så att användaren kan läsa policyn innan denne accepterar.','Worker'=>'Worker','WP Engine compatibility mode.'=>'WP Engine kompabilitets-läge.','Yes, the plugin is free. Totally free. But if you still want to pay for it to show your appreciation:'=>'Ja, pluginet är gratis. Helt gratis. Men om du ändå vill betala för det för att visa din uppskattning:','You don\'t have to fill out this form, the plugin comes with default colors. But if you want to change the colors, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla färger som behövs. Men om du vill ändra några färgerså gör du det här.','You don\'t have to fill out this form, the plugin comes with default settings. But if you want to change settings, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla inställningar som behövs. Men om du vill ändra några inställningar så gör du det här.','You have unsaved changes, do you want to continue?'=>'Du har osparade ändringar, vill du fortsätta?','Your CDN, like https://media.yourdomain.com/'=>'Din CDN, som t.ex. https://media.dinhemsida.se/','Your main site'=>'Din huvudwebbplats','Your settings are now updated'=>'Dina inställningar är nu uppdaterade','Your settings are now updated in <a href="?page=cacsp_settings&tab=domains">Domains</a>'=>'Dina inställningar är nu uppdaterade i <a href="?page=cacsp_settings&tab=domains">Domäner</a>','Your settings may be preventing you from seeing this content. Most likely you have Experience turned off.'=>'Det verkar som om dina inställningar hindrar dig från att se detta innehållet. Med största sannolikhet är det för att du har Upplevelse avstängt.','YouTube'=>'YouTube']];2 return ['po-revision-date'=>'2026-01-18 14:19+0000','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=2; plural=n != 1;','x-generator'=>'Loco https://localise.biz/','language'=>'sv_SE','project-id-version'=>'Plugins - Cookies and Content Security Policy - Stable (latest release)','language-team'=>'Svenska','report-msgid-bugs-to'=>'','pot-creation-date'=>'2022-07-25 07:20+0000','last-translator'=>'Testing stuff','x-loco-version'=>'2.6.6; wp-6.4.3','messages'=>['127.0.0.1<br>13.37.841.01'=>'127.0.0.1<br>13.37.841.01','Accept all'=>'Acceptera alla','Accept all button'=>'Acceptera alla-knapp','Accept button border'=>'Färg på ram för acceptera-knapp','Accept button color'=>'Färg på acceptera-knapp','Accept button text'=>'Färg på acceptera-knappens text','accepted_cookies'=>'accepted_cookies','Activate'=>'Aktivera','Activate the plugin to use it.'=>'Aktivera pluginet för att använda det.','Active'=>'Aktivt','Add grandma with milk and cookies.'=>'Lägg till mormor som serverar mjölk och kakor.','Admin'=>'Admin','Advanced settings'=>'Avancerade inställningar','After how many days the accept cookie should expire.'=>'Efter hur många dagar ska accept-cookien upphöra att gälla.','Allow background scripts via Worker'=>'Tillåt att script körs i bakgrunden med Worker','Allow blob.'=>'Tillåt blob.','Allow data.'=>'Tillåt data.','Allow user to access site without saving settings.'=>'Tillåt att besökaren använder siten utan att ha sparat några inställningar.','Always allow'=>'Tillåt alltid','Always allow, description'=>'Tillåt alltid, beskrivning','Always allow, header'=>'Tillåt alltid, rubrik','Always allowed, resources that the visitor can\'t opt out of.'=>'Tillåt alltid, resurser som besökaren inte kan välja bort.','Analytics'=>'Analys','Backdrop'=>'Backdrop','Backgrounds'=>'Bakgrunder','Basic settings'=>'Grundläggande inställningar','Block cookies and unwanted external content by setting Content Security Policy. A modal will be shown on the front end to let the visitor choose what kind of resources to accept.'=>'Blockera cookies och oönskat externt innehåll genom att skapa en Content Security Policy. En modal kommer att visas för besökaren som låter hen bestämma vilka typer av resurser som accepteras.','Buttons'=>'Knappar','By sharing your interests and behavior as you visit our site, you increase the chance of seeing personalized content and offers.'=>'Genom att dela med dig av dina intressen och ditt beteende när du surfar ökar du chansen att få se personligt anpassat innehåll och erbjudanden.','Bypass by IP'=>'Förbigå IP','Bypassing'=>'Förbikoppla','Calendly'=>'Calendly','Choose how to handle domains, texts, settings and colors in you network.'=>'Välj hur du vill hantera domäner, texter, inställningar och färger i ditt nätverk.','Choose what kind of cookies to accept. Your choice will be saved for one year.'=>'Välj vilken typ av kakor du vill acceptera. Ditt val kommer att sparas i ett år.','Choose which external resources the site uses to automatically save them to Domains. These are recommended settings for each resource.'=>'Välj vilka externa resurser som din site använder för att automatiskt spara dem till dina Domäner. Detta är rekommenderade inställningar för respektive resurs.','Close'=>'Stäng','Close button'=>'Stäng-knapp','Colors'=>'Färger','Consent'=>'Samtycke','Contact the administrator'=>'Kontakta administratören','Content not allowed button'=>'Innehållet är inte tillåtet-knapp','Content not allowed text'=>'Innehållet är inte tillåtet-text','Cookie Expire'=>'Cookie löper ut','Cookie policy link text'=>'Cookie policy länk-text','Cookie policy page'=>'Cookie policy-sida','Cookie policy target'=>'Cookie policy länkmål','Cookie policy URL'=>'Cookie policy URL','Cookies'=>'Kakor','Cookies and Content Security Policy'=>'Cookies och Content Security Policy','CRM'=>'CRM','Dark mode.'=>'Mörkt läge.','Deactivated'=>'Deaktiverat','Debug.'=>'Debugga.','Default'=>'Standard','Default: 1000'=>'Standard: 1000','Default: 365'=>'Default: 365','Delete range'=>'Ta bort intervall','Delete selected'=>'Ta bort valda','Design'=>'Design','Disable content not allowed message.'=>'Avaktivera meddelande för blockerad innehåll.','Disable unsafe-eval.'=>'Inaktivera unsafe-eval.','Disable unsafe-inline.'=>'Inaktivera unsafe-inline.','Disable X-Content-Security-Policy.'=>'Inaktivera X-Content-Security-Policy.','Disabled switch'=>'Avaktiverad switch','Disables the error message that appears when an iframe is blocked.'=>'Tar bort felmeddelandet som dyker upp när en ifram är blockerad.','Disables the use of eval() and similar methods for creating code from strings.'=>'Inaktiverar användningen av eval() och liknande metoder för att skapa kod från strängar.','Disables the use of inline resources, such as inline <script> elements, javascript: URLs, and inline event handlers.'=>'Inaktiverar användningen av inline-resurser, såsom inline <script>-element, javascript:-URLar och inline event handlers.','Divi'=>'Divi','Do not include css, I\'ve got my own style.'=>'Inkluder inte css, jag har min egen stil.','Do not include js, I\'ve got my own script.'=>'Inkludera inte js, jag har mitt eget script.','Do not use a modal, I want a banner.'=>'Använd inte modal, jag vill ha en banner.','Do your settings without disturbing anyone. No modal or Content Security Policy will be used at all.'=>'Gör dina inställningar utan att störa någon. Ingen modal eller Content Security Policy kommer att användas alls.','Domains'=>'Domäner','Donate with PayPal'=>'Donera med PayPal','drop me a line'=>'hör av dig','Enable Google Consent Mode v2'=>'Aktivera Google Consent Mode v2','Enabling this will use the <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> to set the cookie, which will allow this plugin to work with WP Engine caching. <strong>Do not enable this setting if you are not on WP Engine.</strong>.'=>'Om du aktiverar detta så används <a href="https://wpengine.com/support/personalization-user-segmentation-page-cache/" target="_blank">User Cache Segmentation</a> för att ställa in cookien, vilket kommer att tillåta denna plugin att fungera med WP Engine-cache. <strong>Aktivera inte den här inställningen om du inte använder WP Engine.</strong>.','Everything'=>'Allt','Everything is individual on all sites'=>'Allt är individuellt på alla siter','Everything is shared from your main site *.'=>'Alla inställningar kommer från din huvudwebbplats *.','Everyting but texts is shared from the main site *.'=>'Alla inställningar förutom texter kommer från din huvudwebbplats *.','Example:'=>'Exempel:','Example: If you don\'t have any domains specified for Marketing, that setting won\'t show for the visitor.'=>'Exempel: Om du inte har några domäner sparade för Marknadsföring, så syns inte den inställningen för användaren.','Example: Some javascript libraries uses blob for images. Divi uses this for scripts in edit mode.'=>'Exempel: Vissa javascript-bibliotek använder blob för bilder. Divi använder detta i redigerings-läget.','Example: Sometimes data is used for loading images and scripts.'=>'Exempel: Ibland används data för att ladda bilder och script.','Experience'=>'Upplevelse','Experience, description'=>'Upplevelse, beskrivning','Experience, header'=>'Upplevelse, rubrik','Experience, resources for displaying external videos etc.'=>'Upplevelse, resurser för att visa externa videos etc.','expires'=>'expires','Facebook Pixel'=>'Facebook Pixel','Fill the forms with domains that should be allowed in each box. The groups are:'=>'Fyll i formulären med domäner som ska vara tillåtna i varje ruta. Grupperna är:','Floating banner with rounded edges and drop shadow.'=>'Flytande banner med rundade hörn och skugga.','Floating banner.'=>'Flytande banner.','Forms'=>'Formulär','Frames'=>'Frames','From'=>'Från','Google'=>'Google','Google Ads'=>'Google Ads','Google Ads conversions'=>'Google Ads conversions','Google Ads remarketing'=>'Google Ads remarketing','Google Analytics'=>'Google Analytics','Google Analytics is under "Google"'=>'Google Analytics hittar du under "Google"','Google Docs'=>'Google Docs','Google Maps'=>'Google Maps','Google Optimize'=>'Google Optimize','Google Tag Manager'=>'Google Tag Manager','Google Translate'=>'Google Translate','Grandma mode.'=>'Mormor-mode.','Gravatar'=>'Gravatar','Hide unused sections in Settings.'=>'Dölj oanvända sektioner under Inställningar.','Hotjar'=>'Hotjar','How many ms (milliseconds) until the cookie modal should appear.'=>'Hur många ms (millisekunder) tills cookiemodalen ska visas.','How to link back to settings'=>'Länka till inställningarna','https://plugins.followmedarling.se/'=>'https://plugins.followmedarling.se/','https://plugins.followmedarling.se/cookies-and-content-security-policy/'=>'https://plugins.followmedarling.se/cookies-and-content-security-policy/','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20polylang%3F','https://wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F'=>'https://sv.wordpress.org/plugins/cookies-and-content-security-policy/#how%20do%20i%20translate%20in%20wpml%3F','Hubspot'=>'Hubspot','id'=>'id','If i missed some common resource or if some resource is missing any setting for domain'=>'Om jag har missat någon vanlig resurs, eller om någon resurs saknar inställning för domän','If you are using a translation plugin (like Polylang or WPML) only your sites default language can be edited here, translations are edited in your translation plugins string translation area.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så kan du bara redigera ditt default-språk här, översättningar redigerar du bland ditt översättningsplugins strängöversättningar.','If you are using a translation plugin (like Polylang or WPML) you have to save this form to make the texts below appear in your translation plugin. If you are happy with the default texts, and the plugins is already available in your language, you can skip saving this form and everything is already set up for you.'=>'Om du använder en översättningsplugin (som Polylang eller WPML) så måste du spara detta formulär för att texterna nedan ska dyka upp in ditt översättningsplugin. om du är nöjd med texterna, och pluginet redan finns på ditt språk, så kan du hoppa över att spara detta forumläret och allt är klart.','If you enable Google Consent Mode v2, consent will be denied until the visitor accepts marketing cookies. If you do not enable Google Consent Mode v2, consent will always be denied.'=>'Om du aktiverar Google Consent Mode v2 kommer samtycke att nekas tills besökaren accepterar marknadsförings-cookies. Om du inte aktiverar Google Consent Mode v2 nekas samtycke alltid.','If you use a PDF, or have your cookie policy externally, simply add the URL here. Don\'t forget https://'=>'Om du använder en PDF, eller har din cookiepolicy externt, lägg bara till URL:en här. Glöm inte https://','If you want to link back to the settings modal simply add a link with href = "#cookiesAndContentPolicySettings"'=>'Om du vill länka tillbaks till inställnings-modalen, skapa helt enkelt en länk med href = "#cookiesAndContentPolicySettings"','If you\'re not using a translation plugin you just need to save this form if you want to change any of the texts.'=>'Om du inte använder någon översättningsplugin så behöver du bara spara detta formuläret om du vill ändra någon av texterna.','If your host does not accept setting php header(), or if you\'re using static page cache that doesn\'t go through php, check this to add CSP as a meta tag in the header instead.'=>'Om ditt webbhotell inte låter dig sätta php header(), eller om du använder statisk cache, kryssa i här för att köra CSP som meta tag istället.','Images'=>'Bilder','In order for our website to perform as well as possible during your visit. If you refuse these cookies, some functionality will disappear from the website.'=>'För att vår hemsida ska prestera så bra som möjligt under ditt besök. Om du nekar de här kakorna kommer viss funktionalitet att försvinna från hemsidan.','In order for us to improve the website\'s functionality and structure, based on how the website is used.'=>'För att vi ska kunna förbättra hemsidans funktionalitet och uppbyggnad, baserat på hur hemsidan används.','Info'=>'Info','Instagram'=>'Instagram','ip'=>'ip','IPs to bypass'=>'IP-adresser att förbigå','Issuu'=>'Issuu','It would make my day. :)'=>'Det skulle gör mig så hjärtans glad. :)','Jetpack'=>'Jetpack','Jonk @ Follow me Darling'=>'Jonk @ Follow me Darling','Just add ?cacsp_bypass=true to your url. All cookies will be accepted for the session. Great for when you run speedtest and so forth.'=>'Lägg bara till ?cacsp_bypass=true till din url. Alla cookies kommer att bli accepterade för sessionen. Bra att använda när man kör test av webbplatsprestanda och så vidare.','LinkedIn Insight Tag/LinkedIn Pixel'=>'LinkedIn Insight Tag/LinkedIn Pixel','Mailchimp'=>'Mailchimp','Marketing'=>'Marknadsföring','Marketing, description'=>'Marknadsföring, beskrivning','Marketing, header'=>'Marknadsföring, rubrik','Marketing, resources for gathering data about the visitor for remarketing etc.'=>'Marknadsföring, resurser för att samla in data om besökaren för remarketing etc.','Media'=>'Media','Misc'=>'Övrigt','Modal background'=>'Bakgrund i modalen','Modal header'=>'Rubrik i modalen','Modal header background'=>'Bakgrund i modalens sidhuvud','Modal list border'=>'Linjer mellan listelement i modalen','Modal text color'=>'Textfärg i modal','Modal text header color'=>'Textfärg i modalens sidhuvud','Necessary'=>'Nödvändiga','Network settings'=>'Nätverksinställningar','No idea :)'=>'Ingen aning :)','Off switch'=>'Av-switch','On switch'=>'På-switch','On switch, text color'=>'Textfärg för aktivt val','Only texts'=>'Bara texter','Only use CSP, no modal for me.'=>'Använd bara CSP, ingen modal för mig, tack.','Only works with banner.'=>'Fungerar bara med banner.','Open cookie policy in a new tab.'=>'Öppna cookie policy i en ny tabb.','Overwrite all settings in Domains'=>'Skriv över alla inställningar i Domäner','Page builders'=>'Sidbyggare','Payment'=>'Betalning','PayPal'=>'PayPal','Quickstart'=>'Snabbstart','Read in the FAQ how to translate with Polylang.'=>'Läs under Vanliga frågor hur du översätter med Polylang.','Read in the FAQ how to translate with WPML.'=>'Läs under Vanliga frågor hur du översätter med WPML.','Read our cookie policy'=>'Läs vår cookie policy','Read the FAQ, all commonly asked questions are answered there.'=>'Läs Vanliga frågor, alla de vanligaste frågorna är besvarade där.','reCAPTCHA v3'=>'reCAPTCHA v3','Recommended for better security.'=>'Rekommenderas för bättre säkerhet.','Refuse all'=>'Neka alla','Refuse button'=>'Neka-knapp','Refuse button border'=>'Färg på ram för neka-knapp','Refuse button color'=>' Färg på neka-knapp','Refuse button text'=>'Färg på neka-knappens text','Resaves some colors in Colors tab if checked while saving.'=>'Sparar över några färger i Färg-tabben om denna är ikryssad när du sparar.','Review your settings'=>'Granska dina inställningar','Review your settings button'=>'Granska dina inställningar-knapp','Review your settings text'=>'Granska dina inställningar-text','Save'=>'Spara','Save button'=>'Spara-knapp','Save button border'=>'Färg på ram för spara-knapp','Save button color'=>'Färg på spara-knapp','Save button text'=>'Färg på spara-knappens text','Save proof of consent'=>'Spara bevis på samtycke','Save Settings'=>'Spara inställningar','Scripts'=>'Script','Security check failed.'=>'Säkerhetskontroll misslyckades.','Separate domains by new line.<br>Example:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com'=>'Separera domänerna med ny rad.<br>Exempel:<br>https://www.googleadservices.com<br>https://www.googletagmanager.com','Settings'=>'Inställningar','Settings button'=>'Inställnings-knapp','Settings button border'=>'Färg på ram för inställningar-knapp','Settings button color'=>'Färg på inställningar-knapp','Settings button text'=>'Färg på inställningar-knappens text','Settings text'=>'Text för inställningar','Show admin email in error messages.'=>'Visa e-postadress för administration i felmeddelanden.','Show close button (×).'=>'Visa stäng-knapp (×).','Show refuse cookies button.'=>'Visa neka cookies-knapp.','site'=>'site','Size and position'=>'Storlek och position','Small banner in the left bottom corner with rounded edges and drop shadow.'=>'Liten banner i nedre vänstar hörnet med rundade hörn och skugga.','Small floating banner.'=>'Liten fytande banner.','Social networks'=>'Sociala nätverk','SoundCloud'=>'SoundCloud','Spotify'=>'Spotify','Statistics'=>'Statistik','Statistics, description'=>'Statistik, beskrivning','Statistics, header'=>'Statistik, rubrik','Statistics, resources for gathering data about the visitor for statistics etc.'=>'Statistik, resurser för att samla in data om besökaren för statistik etc.','Stripe'=>'Stripe','Support'=>'Support','Test your settings without disturbing your visitors. Modal and Content Security Policy will be used only for logged in users with Administrator role.'=>'Testa dina instlällningar utan att störa dina besökare. Modal och Content Security Policy kommer bara att synas för inloggade användare med rollen Administratör.','Texts'=>'Texter','The consent data is saved in the database table "your_prefix" + "cacsp_consent". By default, the prefix is "wp_", so in most cases the table is named "wp_cacsp_consent".'=>'Samtyckesuppgifterna sparas i databastabellen "your_prefix" + "cacsp_consent". Som standard är prefixet "wp_", så i de flesta fall heter tabellen "wp_cacsp_consent".','The content can\'t be loaded, since it is not allowed on the site.'=>'Innehållet kan inte laddas eftersom det inte är tillåtet på siten.','These cookies are not optional. They are needed for the website to function.'=>'Dessa kakor går inte att välja bort. De behövs för att hemsidan över huvud taget ska fungera.','This will bypass the cookie modal and accept all cookies for the specified IPs.'=>'Detta kommer att kringgå cookie-modalen och acceptera alla cookies för de angivna IP-adresserna','This will only make use of domains in Always allowed.'=>'Detta innebär också att bara domäner i Tillåt alltid kommer att användas.','This will print helpful comments at the beginning of your page inside the >head< tag.'=>'Detta kommer att skiva ut hjälpsamma kommentarer i början av din sida inuti >head<-taggen.','time'=>'time','Timeout'=>'Paus','To'=>'Till','Twitter'=>'Twitter','Use Content Security Policy for forms for added security.'=>'Använd Content Security Policy till formulär för ökad säkerhet.','Use Content Security Policy for worker-src.'=>'Använd Content Security Policy för worker-src.','Use meta.'=>'Använd meta.','Use the default colors or pick you own here.'=>'Använd standard-färgerna eller välj dina egna här.','Use this to allow posting data to other sites, like subscribing to a MailChimp newsletter would need https://*.list-manage.com/'=>'Använd denna för att tillåta postning till andra domäner, t.ex. kommer starta prenumereraton på ett MailChimp-nyhetsbrev att behöva https://*.list-manage.com/','Vimeo'=>'Vimeo','Visit the support forum for the plugin at WordPress.org.'=>'Besök support-forumet för pluginet på WordPress.org.','Want support?'=>'Vill du ha support?','Want to support the plugin?'=>'Vill du supporta pluginet?','We are live!'=>'Det är live!','We serve cookies. If you think that\'s ok, just click "Accept all". You can also choose what kind of cookies you want by clicking "Settings".'=>'Vi bjuder på kakor! Om du tycker det är ok, klickar du bara på "Acceptera alla". Du kan såklart välja vilken typ av kakor du vill ha genom att klicka på "Inställningar".','Wildcard domains can be used.<br>Example:<br>https://*.youtube.com'=>'Wildcard-domäner kan användas.<br>Exempel:<br>https://*.youtube.com','Will be linked from the cookie modal. Does not show the the cookie modal for the user to be able to read the policy before accepting.'=>'Länkas till i cookie-modalen. Visar inte cookie-modalen så att användaren kan läsa policyn innan denne accepterar.','Worker'=>'Worker','WP Engine compatibility mode.'=>'WP Engine kompabilitets-läge.','Yes, the plugin is free. Totally free. But if you still want to pay for it to show your appreciation:'=>'Ja, pluginet är gratis. Helt gratis. Men om du ändå vill betala för det för att visa din uppskattning:','You don\'t have to fill out this form, the plugin comes with default colors. But if you want to change the colors, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla färger som behövs. Men om du vill ändra några färger så gör du det här.','You don\'t have to fill out this form, the plugin comes with default design. But if you want to change the design, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan den design som behövs. Men om du vill ändra designen så gör du det här.','You don\'t have to fill out this form, the plugin comes with default settings. But if you want to change settings, this is it.'=>'Du behöver inte fylla i det här formuläret, pluginet har redan alla inställningar som behövs. Men om du vill ändra några inställningar så gör du det här.','You have unsaved changes, do you want to continue?'=>'Du har osparade ändringar, vill du fortsätta?','Your CDN, like https://media.yourdomain.com/'=>'Din CDN, som t.ex. https://media.dinhemsida.se/','Your main site'=>'Din huvudwebbplats','Your settings are now updated'=>'Dina inställningar är nu uppdaterade','Your settings are now updated in <a href="?page=cacsp_settings&tab=domains">Domains</a>'=>'Dina inställningar är nu uppdaterade i <a href="?page=cacsp_settings&tab=domains">Domäner</a>','Your settings may be preventing you from seeing this content. Most likely you have Experience turned off.'=>'Det verkar som om dina inställningar hindrar dig från att se detta innehållet. Med största sannolikhet är det för att du har Upplevelse avstängt.','YouTube'=>'YouTube']]; -
cookies-and-content-security-policy/trunk/languages/cookies-and-content-security-policy-sv_SE.po
r3440826 r3462251 3 3 msgid "" 4 4 msgstr "" 5 "PO-Revision-Date: 2026-01-1 5 15:43+0000\n"5 "PO-Revision-Date: 2026-01-18 14:19+0000\n" 6 6 "MIME-Version: 1.0\n" 7 7 "Content-Type: text/plain; charset=UTF-8\n" … … 18 18 "X-Loco-Version: 2.6.6; wp-6.4.3" 19 19 20 #: inc/settings-cacsp-tab-settings.php: 40220 #: inc/settings-cacsp-tab-settings.php:330 21 21 msgid "127.0.0.1<br>13.37.841.01" 22 22 msgstr "127.0.0.1<br>13.37.841.01" 23 23 24 #: inc/modal-cacsp.php: 59 inc/modal-cacsp.php:16824 #: inc/modal-cacsp.php:67 inc/modal-cacsp.php:176 25 25 #: inc/settings-cacsp-tab-texts.php:74 26 26 msgid "Accept all" … … 59 59 msgstr "Aktivt" 60 60 61 #: inc/settings-cacsp-tab- settings.php:10761 #: inc/settings-cacsp-tab-design.php:118 62 62 msgid "Add grandma with milk and cookies." 63 63 msgstr "Lägg till mormor som serverar mjölk och kakor." … … 67 67 msgstr "Admin" 68 68 69 #: inc/settings-cacsp-tab-settings.php: 14669 #: inc/settings-cacsp-tab-settings.php:74 70 70 msgid "Advanced settings" 71 71 msgstr "Avancerade inställningar" 72 72 73 #: inc/settings-cacsp-tab-settings.php: 36373 #: inc/settings-cacsp-tab-settings.php:291 74 74 msgid "After how many days the accept cookie should expire." 75 75 msgstr "Efter hur många dagar ska accept-cookien upphöra att gälla." … … 80 80 msgstr "Tillåt att script körs i bakgrunden med Worker" 81 81 82 #: inc/settings-cacsp-tab-settings.php: 20182 #: inc/settings-cacsp-tab-settings.php:129 83 83 #| msgid "Allow blob:" 84 84 msgid "Allow blob." 85 85 msgstr "Tillåt blob." 86 86 87 #: inc/settings-cacsp-tab-settings.php: 21387 #: inc/settings-cacsp-tab-settings.php:141 88 88 msgid "Allow data." 89 89 msgstr "Tillåt data." 90 90 91 #: inc/settings-cacsp-tab- settings.php:8191 #: inc/settings-cacsp-tab-design.php:92 92 92 msgid "Allow user to access site without saving settings." 93 93 msgstr "" … … 122 122 msgstr "Bakgrunder" 123 123 124 #: inc/settings-cacsp-tab-settings.php:4 8124 #: inc/settings-cacsp-tab-settings.php:42 125 125 msgid "Basic settings" 126 126 msgstr "Grundläggande inställningar" … … 140 140 msgstr "Knappar" 141 141 142 #: inc/modal-cacsp.php:1 45inc/settings-cacsp-tab-texts.php:71142 #: inc/modal-cacsp.php:153 inc/settings-cacsp-tab-texts.php:71 143 143 msgid "" 144 144 "By sharing your interests and behavior as you visit our site, you increase " … … 148 148 "ökar du chansen att få se personligt anpassat innehåll och erbjudanden." 149 149 150 #: inc/settings-cacsp-tab-settings.php:3 86151 #: inc/settings-cacsp-tab-settings.php:3 96150 #: inc/settings-cacsp-tab-settings.php:314 151 #: inc/settings-cacsp-tab-settings.php:324 152 152 msgid "Bypass by IP" 153 153 msgstr "Förbigå IP" 154 154 155 #: inc/settings-cacsp-tab-settings.php:3 78155 #: inc/settings-cacsp-tab-settings.php:306 156 156 msgid "Bypassing" 157 157 msgstr "Förbikoppla" … … 168 168 "nätverk." 169 169 170 #: inc/modal-cacsp.php: 68inc/settings-cacsp-tab-texts.php:63170 #: inc/modal-cacsp.php:76 inc/settings-cacsp-tab-texts.php:63 171 171 msgid "" 172 172 "Choose what kind of cookies to accept. Your choice will be saved for one " … … 185 185 "resurs." 186 186 187 #: inc/modal-cacsp.php: 24inc/settings-cacsp-tab-texts.php:76187 #: inc/modal-cacsp.php:32 inc/settings-cacsp-tab-texts.php:76 188 188 msgid "Close" 189 189 msgstr "Stäng" … … 193 193 msgstr "Stäng-knapp" 194 194 195 #: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:11 4195 #: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:117 196 196 msgid "Colors" 197 197 msgstr "Färger" 198 198 199 #: inc/settings-cacsp.php:1 17inc/settings-cacsp-tab-consent.php:369199 #: inc/settings-cacsp.php:120 inc/settings-cacsp-tab-consent.php:369 200 200 msgid "Consent" 201 201 msgstr "Samtycke" … … 213 213 msgstr "Innehållet är inte tillåtet-text" 214 214 215 #: inc/settings-cacsp-tab-settings.php: 363215 #: inc/settings-cacsp-tab-settings.php:291 216 216 msgid "Cookie Expire" 217 217 msgstr "Cookie löper ut" … … 221 221 msgstr "Cookie policy länk-text" 222 222 223 #: inc/settings-cacsp-tab-settings.php: 326223 #: inc/settings-cacsp-tab-settings.php:254 224 224 msgid "Cookie policy page" 225 225 msgstr "Cookie policy-sida" 226 226 227 #: inc/settings-cacsp-tab-settings.php: 348227 #: inc/settings-cacsp-tab-settings.php:276 228 228 msgid "Cookie policy target" 229 229 msgstr "Cookie policy länkmål" 230 230 231 #: inc/settings-cacsp-tab-settings.php: 344231 #: inc/settings-cacsp-tab-settings.php:272 232 232 msgid "Cookie policy URL" 233 233 msgstr "Cookie policy URL" 234 234 235 #: inc/modal-cacsp.php: 28 inc/modal-cacsp.php:65235 #: inc/modal-cacsp.php:36 inc/modal-cacsp.php:73 236 236 #: inc/settings-cacsp-tab-texts.php:60 237 237 msgid "Cookies" … … 248 248 msgstr "CRM" 249 249 250 #: inc/settings-cacsp-tab-design.php:72 251 #| msgid "Dark mode" 252 msgid "Dark mode." 253 msgstr "Mörkt läge." 254 250 255 #: inc/settings-cacsp-tab-activate.php:24 251 256 msgid "Deactivated" 252 257 msgstr "Deaktiverat" 253 258 254 #: inc/settings-cacsp-tab-settings.php:2 73259 #: inc/settings-cacsp-tab-settings.php:201 255 260 msgid "Debug." 256 261 msgstr "Debugga." … … 260 265 msgstr "Standard" 261 266 262 #: inc/settings-cacsp-tab-settings.php: 366267 #: inc/settings-cacsp-tab-settings.php:294 263 268 msgid "Default: 1000" 264 269 msgstr "Standard: 1000" 265 270 266 #: inc/settings-cacsp-tab-settings.php: 363271 #: inc/settings-cacsp-tab-settings.php:291 267 272 msgid "Default: 365" 268 273 msgstr "Default: 365" … … 276 281 msgstr "Ta bort valda" 277 282 278 #: inc/settings-cacsp-tab-settings.php:249 283 #: inc/settings-cacsp-tab-design.php:23 inc/settings-cacsp.php:114 284 msgid "Design" 285 msgstr "Design" 286 287 #: inc/settings-cacsp-tab-settings.php:177 279 288 #| msgid "Disable content not allowed message" 280 289 msgid "Disable content not allowed message." 281 290 msgstr "Avaktivera meddelande för blockerad innehåll." 282 291 283 #: inc/settings-cacsp-tab-settings.php: 237292 #: inc/settings-cacsp-tab-settings.php:165 284 293 #| msgid "Disable unsafe-eval" 285 294 msgid "Disable unsafe-eval." 286 295 msgstr "Inaktivera unsafe-eval." 287 296 288 #: inc/settings-cacsp-tab-settings.php: 225297 #: inc/settings-cacsp-tab-settings.php:153 289 298 #| msgid "Disable unsafe-inline" 290 299 msgid "Disable unsafe-inline." 291 300 msgstr "Inaktivera unsafe-inline." 292 301 293 #: inc/settings-cacsp-tab-settings.php:2 85302 #: inc/settings-cacsp-tab-settings.php:213 294 303 msgid "Disable X-Content-Security-Policy." 295 304 msgstr "Inaktivera X-Content-Security-Policy." … … 299 308 msgstr "Avaktiverad switch" 300 309 301 #: inc/settings-cacsp-tab-settings.php: 251310 #: inc/settings-cacsp-tab-settings.php:179 302 311 msgid "Disables the error message that appears when an iframe is blocked." 303 312 msgstr "Tar bort felmeddelandet som dyker upp när en ifram är blockerad." 304 313 305 #: inc/settings-cacsp-tab-settings.php: 239314 #: inc/settings-cacsp-tab-settings.php:167 306 315 msgid "" 307 316 "Disables the use of eval() and similar methods for creating code from " … … 311 320 "från strängar." 312 321 313 #: inc/settings-cacsp-tab-settings.php: 227322 #: inc/settings-cacsp-tab-settings.php:155 314 323 msgid "" 315 324 "Disables the use of inline resources, such as inline <script> elements," … … 323 332 msgstr "Divi" 324 333 325 #: inc/settings-cacsp-tab-settings.php: 157334 #: inc/settings-cacsp-tab-settings.php:85 326 335 msgid "Do not include css, I've got my own style." 327 336 msgstr "Inkluder inte css, jag har min egen stil." 328 337 329 #: inc/settings-cacsp-tab-settings.php: 167338 #: inc/settings-cacsp-tab-settings.php:95 330 339 msgid "Do not include js, I've got my own script." 331 340 msgstr "Inkludera inte js, jag har mitt eget script." 332 341 333 #: inc/settings-cacsp-tab- settings.php:71342 #: inc/settings-cacsp-tab-design.php:38 334 343 msgid "Do not use a modal, I want a banner." 335 344 msgstr "Använd inte modal, jag vill ha en banner." … … 355 364 msgstr "hör av dig" 356 365 357 #: inc/settings-cacsp-tab-settings.php: 137366 #: inc/settings-cacsp-tab-settings.php:65 358 367 msgid "Enable Google Consent Mode v2" 359 368 msgstr "Aktivera Google Consent Mode v2" 360 369 361 #: inc/settings-cacsp-tab-settings.php: 307370 #: inc/settings-cacsp-tab-settings.php:235 362 371 msgid "" 363 372 "Enabling this will use the <a href=\"https://wpengine." … … 394 403 msgstr "Exempel:" 395 404 396 #: inc/settings-cacsp-tab- settings.php:95405 #: inc/settings-cacsp-tab-design.php:106 397 406 msgid "" 398 407 "Example: If you don't have any domains specified for Marketing, that setting " … … 402 411 "inte den inställningen för användaren." 403 412 404 #: inc/settings-cacsp-tab-settings.php: 203413 #: inc/settings-cacsp-tab-settings.php:131 405 414 msgid "" 406 415 "Example: Some javascript libraries uses blob for images. Divi uses this for " … … 410 419 "detta i redigerings-läget." 411 420 412 #: inc/settings-cacsp-tab-settings.php: 215421 #: inc/settings-cacsp-tab-settings.php:143 413 422 msgid "Example: Sometimes data is used for loading images and scripts." 414 423 msgstr "Exempel: Ibland används data för att ladda bilder och script." 415 424 416 #: inc/modal-cacsp.php:1 26inc/settings-cacsp-tab-domains.php:86425 #: inc/modal-cacsp.php:134 inc/settings-cacsp-tab-domains.php:86 417 426 #: inc/settings-cacsp-tab-texts.php:68 418 427 msgid "Experience" … … 446 455 "Fyll i formulären med domäner som ska vara tillåtna i varje ruta. Grupperna " 447 456 "är:" 457 458 #: inc/settings-cacsp-tab-design.php:50 459 msgid "Floating banner with rounded edges and drop shadow." 460 msgstr "Flytande banner med rundade hörn och skugga." 461 462 #: inc/settings-cacsp-tab-design.php:48 463 msgid "Floating banner." 464 msgstr "Flytande banner." 448 465 449 466 #: inc/settings-cacsp-tab-domains.php:68 inc/settings-cacsp-tab-domains.php:80 … … 505 522 msgstr "Google Translate" 506 523 507 #: inc/settings-cacsp-tab- settings.php:105524 #: inc/settings-cacsp-tab-design.php:116 508 525 msgid "Grandma mode." 509 526 msgstr "Mormor-mode." … … 513 530 msgstr "Gravatar" 514 531 515 #: inc/settings-cacsp-tab- settings.php:93532 #: inc/settings-cacsp-tab-design.php:104 516 533 msgid "Hide unused sections in Settings." 517 534 msgstr "Dölj oanvända sektioner under Inställningar." … … 521 538 msgstr "Hotjar" 522 539 523 #: inc/settings-cacsp-tab-settings.php: 366540 #: inc/settings-cacsp-tab-settings.php:294 524 541 msgid "How many ms (milliseconds) until the cookie modal should appear." 525 542 msgstr "Hur många ms (millisekunder) tills cookiemodalen ska visas." 526 543 527 #: inc/settings-cacsp-tab-settings.php: 370544 #: inc/settings-cacsp-tab-settings.php:298 528 545 msgid "How to link back to settings" 529 546 msgstr "Länka till inställningarna" … … 594 611 "klart." 595 612 596 #: inc/settings-cacsp-tab-settings.php: 139613 #: inc/settings-cacsp-tab-settings.php:67 597 614 #| msgid "" 598 615 #| "If you enable Google Consent Mode v2, consent will be denied intil the " … … 608 625 "Consent Mode v2 nekas samtycke alltid." 609 626 610 #: inc/settings-cacsp-tab-settings.php: 344627 #: inc/settings-cacsp-tab-settings.php:272 611 628 msgid "" 612 629 "If you use a PDF, or have your cookie policy externally, simply add the URL " … … 616 633 "URL:en här. Glöm inte https://" 617 634 618 #: inc/settings-cacsp-tab-settings.php:3 73635 #: inc/settings-cacsp-tab-settings.php:301 619 636 msgid "" 620 637 "If you want to link back to the settings modal simply add a link with href = " … … 632 649 "formuläret om du vill ändra någon av texterna." 633 650 634 #: inc/settings-cacsp-tab-settings.php: 263651 #: inc/settings-cacsp-tab-settings.php:191 635 652 msgid "" 636 653 "If your host does not accept setting php header(), or if you're using static " … … 646 663 msgstr "Bilder" 647 664 648 #: inc/modal-cacsp.php:1 27inc/settings-cacsp-tab-texts.php:69665 #: inc/modal-cacsp.php:135 inc/settings-cacsp-tab-texts.php:69 649 666 msgid "" 650 667 "In order for our website to perform as well as possible during your visit. " … … 655 672 "nekar de här kakorna kommer viss funktionalitet att försvinna från hemsidan." 656 673 657 #: inc/modal-cacsp.php:1 09inc/settings-cacsp-tab-texts.php:67674 #: inc/modal-cacsp.php:117 inc/settings-cacsp-tab-texts.php:67 658 675 msgid "" 659 676 "In order for us to improve the website's functionality and structure, based " … … 675 692 msgstr "ip" 676 693 677 #: inc/settings-cacsp-tab-settings.php: 402694 #: inc/settings-cacsp-tab-settings.php:330 678 695 msgid "IPs to bypass" 679 696 msgstr "IP-adresser att förbigå" … … 695 712 msgstr "Jonk @ Follow me Darling" 696 713 697 #: inc/settings-cacsp-tab-settings.php:3 81714 #: inc/settings-cacsp-tab-settings.php:309 698 715 msgid "" 699 716 "Just add ?cacsp_bypass=true to your url. All cookies will be accepted for " … … 712 729 msgstr "Mailchimp" 713 730 714 #: inc/modal-cacsp.php:1 44inc/settings-cacsp-tab-domains.php:98731 #: inc/modal-cacsp.php:152 inc/settings-cacsp-tab-domains.php:98 715 732 #: inc/settings-cacsp-tab-texts.php:70 716 733 msgid "Marketing" … … 737 754 msgstr "Media" 738 755 756 #: inc/settings-cacsp-tab-design.php:81 739 757 #: inc/settings-cacsp-tab-quickstart.php:348 740 758 msgid "Misc" … … 765 783 msgstr "Textfärg i modalens sidhuvud" 766 784 767 #: inc/modal-cacsp.php:9 0inc/settings-cacsp-tab-texts.php:64785 #: inc/modal-cacsp.php:98 inc/settings-cacsp-tab-texts.php:64 768 786 msgid "Necessary" 769 787 msgstr "Nödvändiga" … … 793 811 msgstr "Bara texter" 794 812 795 #: inc/settings-cacsp-tab-settings.php:5 9813 #: inc/settings-cacsp-tab-settings.php:53 796 814 msgid "Only use CSP, no modal for me." 797 815 msgstr "Använd bara CSP, ingen modal för mig, tack." 798 816 799 #: inc/settings-cacsp-tab- settings.php:83817 #: inc/settings-cacsp-tab-design.php:94 800 818 msgid "Only works with banner." 801 819 msgstr "Fungerar bara med banner." 802 820 803 #: inc/settings-cacsp-tab-settings.php: 358821 #: inc/settings-cacsp-tab-settings.php:286 804 822 msgid "Open cookie policy in a new tab." 805 823 msgstr "Öppna cookie policy i en ny tabb." … … 833 851 msgstr "Läs under Vanliga frågor hur du översätter med WPML." 834 852 835 #: inc/modal-cacsp.php: 39 inc/modal-cacsp.php:43 inc/modal-cacsp.php:72836 #: inc/modal-cacsp.php: 76inc/settings-cacsp-tab-texts.php:62853 #: inc/modal-cacsp.php:47 inc/modal-cacsp.php:51 inc/modal-cacsp.php:80 854 #: inc/modal-cacsp.php:84 inc/settings-cacsp-tab-texts.php:62 837 855 msgid "Read our cookie policy" 838 856 msgstr "Läs vår cookie policy" … … 846 864 msgstr "reCAPTCHA v3" 847 865 848 #: inc/settings-cacsp-tab-settings.php:1 79849 #: inc/settings-cacsp-tab-settings.php:1 91866 #: inc/settings-cacsp-tab-settings.php:107 867 #: inc/settings-cacsp-tab-settings.php:119 850 868 msgid "Recommended for better security." 851 869 msgstr "Rekommenderas för bättre säkerhet." 852 870 853 #: inc/modal-cacsp.php: 55 inc/modal-cacsp.php:164871 #: inc/modal-cacsp.php:63 inc/modal-cacsp.php:172 854 872 #: inc/settings-cacsp-tab-texts.php:73 855 873 msgid "Refuse all" … … 872 890 msgstr "Färg på neka-knappens text" 873 891 892 #: inc/settings-cacsp-tab-design.php:74 893 msgid "Resaves some colors in Colors tab if checked while saving." 894 msgstr "" 895 "Sparar över några färger i Färg-tabben om denna är ikryssad när du sparar." 896 874 897 #: inc/settings-cacsp-tab-texts.php:78 875 898 msgid "Review your settings" … … 884 907 msgstr "Granska dina inställningar-text" 885 908 886 #: inc/modal-cacsp.php:1 58inc/settings-cacsp-tab-texts.php:75909 #: inc/modal-cacsp.php:166 inc/settings-cacsp-tab-texts.php:75 887 910 msgid "Save" 888 911 msgstr "Spara" … … 904 927 msgstr "Färg på spara-knappens text" 905 928 906 #: inc/settings-cacsp-tab-settings.php: 317929 #: inc/settings-cacsp-tab-settings.php:245 907 930 msgid "Save proof of consent" 908 931 msgstr "Spara bevis på samtycke" 909 932 910 #: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-domains.php:112 911 #: inc/settings-cacsp-tab-settings.php:406 inc/settings-cacsp-tab-texts.php:84 933 #: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-design.php:147 934 #: inc/settings-cacsp-tab-domains.php:112 935 #: inc/settings-cacsp-tab-settings.php:334 inc/settings-cacsp-tab-texts.php:84 912 936 #: inc/settings-cacsp-tab-quickstart.php:396 inc/network.php:79 913 937 #: inc/settings-cacsp-tab-activate.php:50 … … 932 956 "com<br>https://www.googletagmanager.com" 933 957 934 #: inc/modal-cacsp.php: 49inc/settings-cacsp.php:111935 #: inc/settings-cacsp-tab-settings.php: 44inc/settings-cacsp-tab-texts.php:72958 #: inc/modal-cacsp.php:57 inc/settings-cacsp.php:111 959 #: inc/settings-cacsp-tab-settings.php:38 inc/settings-cacsp-tab-texts.php:72 936 960 msgid "Settings" 937 961 msgstr "Inställningar" … … 957 981 msgstr "Text för inställningar" 958 982 959 #: inc/settings-cacsp-tab-settings.php:2 95983 #: inc/settings-cacsp-tab-settings.php:223 960 984 #| msgid "Hide admin email in error messages." 961 985 msgid "Show admin email in error messages." 962 986 msgstr "Visa e-postadress för administration i felmeddelanden." 963 987 964 #: inc/settings-cacsp-tab- settings.php:127988 #: inc/settings-cacsp-tab-design.php:138 965 989 msgid "Show close button (×)." 966 990 msgstr "Visa stäng-knapp (×)." 967 991 968 #: inc/settings-cacsp-tab- settings.php:117992 #: inc/settings-cacsp-tab-design.php:128 969 993 msgid "Show refuse cookies button." 970 994 msgstr "Visa neka cookies-knapp." … … 974 998 msgstr "site" 975 999 1000 #: inc/settings-cacsp-tab-design.php:27 1001 msgid "Size and position" 1002 msgstr "Storlek och position" 1003 1004 #: inc/settings-cacsp-tab-design.php:62 1005 msgid "" 1006 "Small banner in the left bottom corner with rounded edges and drop shadow." 1007 msgstr "Liten banner i nedre vänstar hörnet med rundade hörn och skugga." 1008 1009 #: inc/settings-cacsp-tab-design.php:60 1010 msgid "Small floating banner." 1011 msgstr "Liten fytande banner." 1012 976 1013 #: inc/settings-cacsp-tab-quickstart.php:151 977 1014 msgid "Social networks" … … 986 1023 msgstr "Spotify" 987 1024 988 #: inc/modal-cacsp.php:1 08inc/settings-cacsp-tab-domains.php:741025 #: inc/modal-cacsp.php:116 inc/settings-cacsp-tab-domains.php:74 989 1026 #: inc/settings-cacsp-tab-texts.php:66 990 1027 msgid "Statistics" … … 1010 1047 msgstr "Stripe" 1011 1048 1012 #: inc/settings-cacsp.php:12 0inc/settings-cacsp-tab-support.php:61049 #: inc/settings-cacsp.php:123 inc/settings-cacsp-tab-support.php:6 1013 1050 msgid "Support" 1014 1051 msgstr "Support" … … 1029 1066 msgstr "Texter" 1030 1067 1031 #: inc/settings-cacsp-tab-settings.php: 3191068 #: inc/settings-cacsp-tab-settings.php:247 1032 1069 msgid "" 1033 1070 "The consent data is saved in the database table \"your_prefix\" + " … … 1043 1080 msgstr "Innehållet kan inte laddas eftersom det inte är tillåtet på siten." 1044 1081 1045 #: inc/modal-cacsp.php:9 1inc/settings-cacsp-tab-texts.php:651082 #: inc/modal-cacsp.php:99 inc/settings-cacsp-tab-texts.php:65 1046 1083 msgid "" 1047 1084 "These cookies are not optional. They are needed for the website to function." … … 1050 1087 "taget ska fungera." 1051 1088 1052 #: inc/settings-cacsp-tab-settings.php:3 981089 #: inc/settings-cacsp-tab-settings.php:326 1053 1090 msgid "" 1054 1091 "This will bypass the cookie modal and accept all cookies for the specified " … … 1058 1095 "angivna IP-adresserna" 1059 1096 1060 #: inc/settings-cacsp-tab-settings.php: 611097 #: inc/settings-cacsp-tab-settings.php:55 1061 1098 msgid "This will only make use of domains in Always allowed." 1062 1099 msgstr "" 1063 1100 "Detta innebär också att bara domäner i Tillåt alltid kommer att användas." 1064 1101 1065 #: inc/settings-cacsp-tab-settings.php:2 751102 #: inc/settings-cacsp-tab-settings.php:203 1066 1103 msgid "" 1067 1104 "This will print helpful comments at the beginning of your page inside the " … … 1075 1112 msgstr "time" 1076 1113 1077 #: inc/settings-cacsp-tab-settings.php: 3661114 #: inc/settings-cacsp-tab-settings.php:294 1078 1115 msgid "Timeout" 1079 1116 msgstr "Paus" … … 1087 1124 msgstr "Twitter" 1088 1125 1089 #: inc/settings-cacsp-tab-settings.php:1 771126 #: inc/settings-cacsp-tab-settings.php:105 1090 1127 msgid "Use Content Security Policy for forms for added security." 1091 1128 msgstr "Använd Content Security Policy till formulär för ökad säkerhet." 1092 1129 1093 #: inc/settings-cacsp-tab-settings.php:1 891130 #: inc/settings-cacsp-tab-settings.php:117 1094 1131 msgid "Use Content Security Policy for worker-src." 1095 1132 msgstr "Använd Content Security Policy för worker-src." 1096 1133 1097 #: inc/settings-cacsp-tab-settings.php: 2611134 #: inc/settings-cacsp-tab-settings.php:189 1098 1135 msgid "Use meta." 1099 1136 msgstr "Använd meta." … … 1133 1170 msgstr "Det är live!" 1134 1171 1135 #: inc/modal-cacsp.php:3 1inc/settings-cacsp-tab-texts.php:611172 #: inc/modal-cacsp.php:39 inc/settings-cacsp-tab-texts.php:61 1136 1173 msgid "" 1137 1174 "We serve cookies. If you think that's ok, just click \"Accept all\". You can " … … 1146 1183 msgstr "Wildcard-domäner kan användas.<br>Exempel:<br>https://*.youtube.com" 1147 1184 1148 #: inc/settings-cacsp-tab-settings.php: 3401185 #: inc/settings-cacsp-tab-settings.php:268 1149 1186 msgid "" 1150 1187 "Will be linked from the cookie modal. Does not show the the cookie modal for " … … 1159 1196 msgstr "Worker" 1160 1197 1161 #: inc/settings-cacsp-tab-settings.php: 3051198 #: inc/settings-cacsp-tab-settings.php:233 1162 1199 #| msgid "WP Engine compatibility mode" 1163 1200 msgid "WP Engine compatibility mode." … … 1180 1217 "som behövs. Men om du vill ändra några färger så gör du det här." 1181 1218 1219 #: inc/settings-cacsp-tab-design.php:8 1220 msgid "" 1221 "You don't have to fill out this form, the plugin comes with default design. " 1222 "But if you want to change the design, this is it." 1223 msgstr "" 1224 "Du behöver inte fylla i det här formuläret, pluginet har redan den design " 1225 "som behövs. Men om du vill ändra designen så gör du det här." 1226 1182 1227 #: inc/settings-cacsp-tab-settings.php:8 1183 1228 msgid "" … … 1189 1234 "det här." 1190 1235 1191 #: inc/settings-cacsp.php:15 21236 #: inc/settings-cacsp.php:157 1192 1237 msgid "You have unsaved changes, do you want to continue?" 1193 1238 msgstr "Du har osparade ändringar, vill du fortsätta?" … … 1205 1250 #: inc/settings-cacsp-update-options.php:600 1206 1251 #: inc/settings-cacsp-update-options.php:626 1207 #: inc/settings-cacsp-update-options.php:660 1208 #: inc/settings-cacsp-update-options.php:686 1209 #: inc/settings-cacsp-update-options.php:694 1252 #: inc/settings-cacsp-update-options.php:654 1253 #: inc/settings-cacsp-update-options.php:674 1254 #: inc/settings-cacsp-update-options.php:700 1255 #: inc/settings-cacsp-update-options.php:708 1210 1256 msgid "Your settings are now updated" 1211 1257 msgstr "Dina inställningar är nu uppdaterade" -
cookies-and-content-security-policy/trunk/languages/cookies-and-content-security-policy.pot
r3440826 r3462251 4 4 "Project-Id-Version: Cookies and Content Security Policy\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2026-01-1 5 15:43+0000\n"6 "POT-Creation-Date: 2026-01-18 14:19+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: cookies-and-content-security-policy" 18 18 19 #: inc/settings-cacsp-tab-settings.php: 40219 #: inc/settings-cacsp-tab-settings.php:330 20 20 msgid "127.0.0.1<br>13.37.841.01" 21 21 msgstr "" 22 22 23 #: inc/modal-cacsp.php: 59 inc/modal-cacsp.php:16823 #: inc/modal-cacsp.php:67 inc/modal-cacsp.php:176 24 24 #: inc/settings-cacsp-tab-texts.php:74 25 25 msgid "Accept all" … … 58 58 msgstr "" 59 59 60 #: inc/settings-cacsp-tab- settings.php:10760 #: inc/settings-cacsp-tab-design.php:118 61 61 msgid "Add grandma with milk and cookies." 62 62 msgstr "" … … 66 66 msgstr "" 67 67 68 #: inc/settings-cacsp-tab-settings.php: 14668 #: inc/settings-cacsp-tab-settings.php:74 69 69 msgid "Advanced settings" 70 70 msgstr "" 71 71 72 #: inc/settings-cacsp-tab-settings.php: 36372 #: inc/settings-cacsp-tab-settings.php:291 73 73 msgid "After how many days the accept cookie should expire." 74 74 msgstr "" … … 79 79 msgstr "" 80 80 81 #: inc/settings-cacsp-tab-settings.php: 20181 #: inc/settings-cacsp-tab-settings.php:129 82 82 msgid "Allow blob." 83 83 msgstr "" 84 84 85 #: inc/settings-cacsp-tab-settings.php: 21385 #: inc/settings-cacsp-tab-settings.php:141 86 86 msgid "Allow data." 87 87 msgstr "" 88 88 89 #: inc/settings-cacsp-tab- settings.php:8189 #: inc/settings-cacsp-tab-design.php:92 90 90 msgid "Allow user to access site without saving settings." 91 91 msgstr "" … … 119 119 msgstr "" 120 120 121 #: inc/settings-cacsp-tab-settings.php:4 8121 #: inc/settings-cacsp-tab-settings.php:42 122 122 msgid "Basic settings" 123 123 msgstr "" … … 134 134 msgstr "" 135 135 136 #: inc/modal-cacsp.php:1 45inc/settings-cacsp-tab-texts.php:71136 #: inc/modal-cacsp.php:153 inc/settings-cacsp-tab-texts.php:71 137 137 msgid "" 138 138 "By sharing your interests and behavior as you visit our site, you increase " … … 140 140 msgstr "" 141 141 142 #: inc/settings-cacsp-tab-settings.php:3 86143 #: inc/settings-cacsp-tab-settings.php:3 96142 #: inc/settings-cacsp-tab-settings.php:314 143 #: inc/settings-cacsp-tab-settings.php:324 144 144 msgid "Bypass by IP" 145 145 msgstr "" 146 146 147 #: inc/settings-cacsp-tab-settings.php:3 78147 #: inc/settings-cacsp-tab-settings.php:306 148 148 msgid "Bypassing" 149 149 msgstr "" … … 158 158 msgstr "" 159 159 160 #: inc/modal-cacsp.php: 68inc/settings-cacsp-tab-texts.php:63160 #: inc/modal-cacsp.php:76 inc/settings-cacsp-tab-texts.php:63 161 161 msgid "" 162 162 "Choose what kind of cookies to accept. Your choice will be saved for one " … … 170 170 msgstr "" 171 171 172 #: inc/modal-cacsp.php: 24inc/settings-cacsp-tab-texts.php:76172 #: inc/modal-cacsp.php:32 inc/settings-cacsp-tab-texts.php:76 173 173 msgid "Close" 174 174 msgstr "" … … 178 178 msgstr "" 179 179 180 #: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:11 4180 #: inc/settings-cacsp-tab-colors.php:36 inc/settings-cacsp.php:117 181 181 msgid "Colors" 182 182 msgstr "" 183 183 184 #: inc/settings-cacsp.php:1 17inc/settings-cacsp-tab-consent.php:369184 #: inc/settings-cacsp.php:120 inc/settings-cacsp-tab-consent.php:369 185 185 msgid "Consent" 186 186 msgstr "" … … 198 198 msgstr "" 199 199 200 #: inc/settings-cacsp-tab-settings.php: 363200 #: inc/settings-cacsp-tab-settings.php:291 201 201 msgid "Cookie Expire" 202 202 msgstr "" … … 206 206 msgstr "" 207 207 208 #: inc/settings-cacsp-tab-settings.php: 326208 #: inc/settings-cacsp-tab-settings.php:254 209 209 msgid "Cookie policy page" 210 210 msgstr "" 211 211 212 #: inc/settings-cacsp-tab-settings.php: 348212 #: inc/settings-cacsp-tab-settings.php:276 213 213 msgid "Cookie policy target" 214 214 msgstr "" 215 215 216 #: inc/settings-cacsp-tab-settings.php: 344216 #: inc/settings-cacsp-tab-settings.php:272 217 217 msgid "Cookie policy URL" 218 218 msgstr "" 219 219 220 #: inc/modal-cacsp.php: 28 inc/modal-cacsp.php:65220 #: inc/modal-cacsp.php:36 inc/modal-cacsp.php:73 221 221 #: inc/settings-cacsp-tab-texts.php:60 222 222 msgid "Cookies" … … 233 233 msgstr "" 234 234 235 #: inc/settings-cacsp-tab-design.php:72 236 msgid "Dark mode." 237 msgstr "" 238 235 239 #: inc/settings-cacsp-tab-activate.php:24 236 240 msgid "Deactivated" 237 241 msgstr "" 238 242 239 #: inc/settings-cacsp-tab-settings.php:2 73243 #: inc/settings-cacsp-tab-settings.php:201 240 244 msgid "Debug." 241 245 msgstr "" … … 245 249 msgstr "" 246 250 247 #: inc/settings-cacsp-tab-settings.php: 366251 #: inc/settings-cacsp-tab-settings.php:294 248 252 msgid "Default: 1000" 249 253 msgstr "" 250 254 251 #: inc/settings-cacsp-tab-settings.php: 363255 #: inc/settings-cacsp-tab-settings.php:291 252 256 msgid "Default: 365" 253 257 msgstr "" … … 261 265 msgstr "" 262 266 263 #: inc/settings-cacsp-tab-settings.php:249 267 #: inc/settings-cacsp-tab-design.php:23 inc/settings-cacsp.php:114 268 msgid "Design" 269 msgstr "" 270 271 #: inc/settings-cacsp-tab-settings.php:177 264 272 msgid "Disable content not allowed message." 265 273 msgstr "" 266 274 267 #: inc/settings-cacsp-tab-settings.php: 237275 #: inc/settings-cacsp-tab-settings.php:165 268 276 msgid "Disable unsafe-eval." 269 277 msgstr "" 270 278 271 #: inc/settings-cacsp-tab-settings.php: 225279 #: inc/settings-cacsp-tab-settings.php:153 272 280 msgid "Disable unsafe-inline." 273 281 msgstr "" 274 282 275 #: inc/settings-cacsp-tab-settings.php:2 85283 #: inc/settings-cacsp-tab-settings.php:213 276 284 msgid "Disable X-Content-Security-Policy." 277 285 msgstr "" … … 281 289 msgstr "" 282 290 283 #: inc/settings-cacsp-tab-settings.php: 251291 #: inc/settings-cacsp-tab-settings.php:179 284 292 msgid "Disables the error message that appears when an iframe is blocked." 285 293 msgstr "" 286 294 287 #: inc/settings-cacsp-tab-settings.php: 239295 #: inc/settings-cacsp-tab-settings.php:167 288 296 msgid "" 289 297 "Disables the use of eval() and similar methods for creating code from " … … 291 299 msgstr "" 292 300 293 #: inc/settings-cacsp-tab-settings.php: 227301 #: inc/settings-cacsp-tab-settings.php:155 294 302 msgid "" 295 303 "Disables the use of inline resources, such as inline <script> elements," … … 301 309 msgstr "" 302 310 303 #: inc/settings-cacsp-tab-settings.php: 157311 #: inc/settings-cacsp-tab-settings.php:85 304 312 msgid "Do not include css, I've got my own style." 305 313 msgstr "" 306 314 307 #: inc/settings-cacsp-tab-settings.php: 167315 #: inc/settings-cacsp-tab-settings.php:95 308 316 msgid "Do not include js, I've got my own script." 309 317 msgstr "" 310 318 311 #: inc/settings-cacsp-tab- settings.php:71319 #: inc/settings-cacsp-tab-design.php:38 312 320 msgid "Do not use a modal, I want a banner." 313 321 msgstr "" … … 331 339 msgstr "" 332 340 333 #: inc/settings-cacsp-tab-settings.php: 137341 #: inc/settings-cacsp-tab-settings.php:65 334 342 msgid "Enable Google Consent Mode v2" 335 343 msgstr "" 336 344 337 #: inc/settings-cacsp-tab-settings.php: 307345 #: inc/settings-cacsp-tab-settings.php:235 338 346 msgid "" 339 347 "Enabling this will use the <a href=\"https://wpengine." … … 364 372 msgstr "" 365 373 366 #: inc/settings-cacsp-tab- settings.php:95374 #: inc/settings-cacsp-tab-design.php:106 367 375 msgid "" 368 376 "Example: If you don't have any domains specified for Marketing, that setting " … … 370 378 msgstr "" 371 379 372 #: inc/settings-cacsp-tab-settings.php: 203380 #: inc/settings-cacsp-tab-settings.php:131 373 381 msgid "" 374 382 "Example: Some javascript libraries uses blob for images. Divi uses this for " … … 376 384 msgstr "" 377 385 378 #: inc/settings-cacsp-tab-settings.php: 215386 #: inc/settings-cacsp-tab-settings.php:143 379 387 msgid "Example: Sometimes data is used for loading images and scripts." 380 388 msgstr "" 381 389 382 #: inc/modal-cacsp.php:1 26inc/settings-cacsp-tab-domains.php:86390 #: inc/modal-cacsp.php:134 inc/settings-cacsp-tab-domains.php:86 383 391 #: inc/settings-cacsp-tab-texts.php:68 384 392 msgid "Experience" … … 409 417 "Fill the forms with domains that should be allowed in each box. The groups " 410 418 "are:" 419 msgstr "" 420 421 #: inc/settings-cacsp-tab-design.php:50 422 msgid "Floating banner with rounded edges and drop shadow." 423 msgstr "" 424 425 #: inc/settings-cacsp-tab-design.php:48 426 msgid "Floating banner." 411 427 msgstr "" 412 428 … … 469 485 msgstr "" 470 486 471 #: inc/settings-cacsp-tab- settings.php:105487 #: inc/settings-cacsp-tab-design.php:116 472 488 msgid "Grandma mode." 473 489 msgstr "" … … 477 493 msgstr "" 478 494 479 #: inc/settings-cacsp-tab- settings.php:93495 #: inc/settings-cacsp-tab-design.php:104 480 496 msgid "Hide unused sections in Settings." 481 497 msgstr "" … … 485 501 msgstr "" 486 502 487 #: inc/settings-cacsp-tab-settings.php: 366503 #: inc/settings-cacsp-tab-settings.php:294 488 504 msgid "How many ms (milliseconds) until the cookie modal should appear." 489 505 msgstr "" 490 506 491 #: inc/settings-cacsp-tab-settings.php: 370507 #: inc/settings-cacsp-tab-settings.php:298 492 508 msgid "How to link back to settings" 493 509 msgstr "" … … 543 559 msgstr "" 544 560 545 #: inc/settings-cacsp-tab-settings.php: 139561 #: inc/settings-cacsp-tab-settings.php:67 546 562 msgid "" 547 563 "If you enable Google Consent Mode v2, consent will be denied until the " … … 550 566 msgstr "" 551 567 552 #: inc/settings-cacsp-tab-settings.php: 344568 #: inc/settings-cacsp-tab-settings.php:272 553 569 msgid "" 554 570 "If you use a PDF, or have your cookie policy externally, simply add the URL " … … 556 572 msgstr "" 557 573 558 #: inc/settings-cacsp-tab-settings.php:3 73574 #: inc/settings-cacsp-tab-settings.php:301 559 575 msgid "" 560 576 "If you want to link back to the settings modal simply add a link with href = " … … 568 584 msgstr "" 569 585 570 #: inc/settings-cacsp-tab-settings.php: 263586 #: inc/settings-cacsp-tab-settings.php:191 571 587 msgid "" 572 588 "If your host does not accept setting php header(), or if you're using static " … … 580 596 msgstr "" 581 597 582 #: inc/modal-cacsp.php:1 27inc/settings-cacsp-tab-texts.php:69598 #: inc/modal-cacsp.php:135 inc/settings-cacsp-tab-texts.php:69 583 599 msgid "" 584 600 "In order for our website to perform as well as possible during your visit. " … … 587 603 msgstr "" 588 604 589 #: inc/modal-cacsp.php:1 09inc/settings-cacsp-tab-texts.php:67605 #: inc/modal-cacsp.php:117 inc/settings-cacsp-tab-texts.php:67 590 606 msgid "" 591 607 "In order for us to improve the website's functionality and structure, based " … … 605 621 msgstr "" 606 622 607 #: inc/settings-cacsp-tab-settings.php: 402623 #: inc/settings-cacsp-tab-settings.php:330 608 624 msgid "IPs to bypass" 609 625 msgstr "" … … 625 641 msgstr "" 626 642 627 #: inc/settings-cacsp-tab-settings.php:3 81643 #: inc/settings-cacsp-tab-settings.php:309 628 644 msgid "" 629 645 "Just add ?cacsp_bypass=true to your url. All cookies will be accepted for " … … 639 655 msgstr "" 640 656 641 #: inc/modal-cacsp.php:1 44inc/settings-cacsp-tab-domains.php:98657 #: inc/modal-cacsp.php:152 inc/settings-cacsp-tab-domains.php:98 642 658 #: inc/settings-cacsp-tab-texts.php:70 643 659 msgid "Marketing" … … 662 678 msgstr "" 663 679 680 #: inc/settings-cacsp-tab-design.php:81 664 681 #: inc/settings-cacsp-tab-quickstart.php:348 665 682 msgid "Misc" … … 690 707 msgstr "" 691 708 692 #: inc/modal-cacsp.php:9 0inc/settings-cacsp-tab-texts.php:64709 #: inc/modal-cacsp.php:98 inc/settings-cacsp-tab-texts.php:64 693 710 msgid "Necessary" 694 711 msgstr "" … … 718 735 msgstr "" 719 736 720 #: inc/settings-cacsp-tab-settings.php:5 9737 #: inc/settings-cacsp-tab-settings.php:53 721 738 msgid "Only use CSP, no modal for me." 722 739 msgstr "" 723 740 724 #: inc/settings-cacsp-tab- settings.php:83741 #: inc/settings-cacsp-tab-design.php:94 725 742 msgid "Only works with banner." 726 743 msgstr "" 727 744 728 #: inc/settings-cacsp-tab-settings.php: 358745 #: inc/settings-cacsp-tab-settings.php:286 729 746 msgid "Open cookie policy in a new tab." 730 747 msgstr "" … … 758 775 msgstr "" 759 776 760 #: inc/modal-cacsp.php: 39 inc/modal-cacsp.php:43 inc/modal-cacsp.php:72761 #: inc/modal-cacsp.php: 76inc/settings-cacsp-tab-texts.php:62777 #: inc/modal-cacsp.php:47 inc/modal-cacsp.php:51 inc/modal-cacsp.php:80 778 #: inc/modal-cacsp.php:84 inc/settings-cacsp-tab-texts.php:62 762 779 msgid "Read our cookie policy" 763 780 msgstr "" … … 771 788 msgstr "" 772 789 773 #: inc/settings-cacsp-tab-settings.php:1 79774 #: inc/settings-cacsp-tab-settings.php:1 91790 #: inc/settings-cacsp-tab-settings.php:107 791 #: inc/settings-cacsp-tab-settings.php:119 775 792 msgid "Recommended for better security." 776 793 msgstr "" 777 794 778 #: inc/modal-cacsp.php: 55 inc/modal-cacsp.php:164795 #: inc/modal-cacsp.php:63 inc/modal-cacsp.php:172 779 796 #: inc/settings-cacsp-tab-texts.php:73 780 797 msgid "Refuse all" … … 797 814 msgstr "" 798 815 816 #: inc/settings-cacsp-tab-design.php:74 817 msgid "Resaves some colors in Colors tab if checked while saving." 818 msgstr "" 819 799 820 #: inc/settings-cacsp-tab-texts.php:78 800 821 msgid "Review your settings" … … 809 830 msgstr "" 810 831 811 #: inc/modal-cacsp.php:1 58inc/settings-cacsp-tab-texts.php:75832 #: inc/modal-cacsp.php:166 inc/settings-cacsp-tab-texts.php:75 812 833 msgid "Save" 813 834 msgstr "" … … 829 850 msgstr "" 830 851 831 #: inc/settings-cacsp-tab-settings.php: 317852 #: inc/settings-cacsp-tab-settings.php:245 832 853 msgid "Save proof of consent" 833 854 msgstr "" 834 855 835 #: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-domains.php:112 836 #: inc/settings-cacsp-tab-settings.php:406 inc/settings-cacsp-tab-texts.php:84 856 #: inc/settings-cacsp-tab-colors.php:225 inc/settings-cacsp-tab-design.php:147 857 #: inc/settings-cacsp-tab-domains.php:112 858 #: inc/settings-cacsp-tab-settings.php:334 inc/settings-cacsp-tab-texts.php:84 837 859 #: inc/settings-cacsp-tab-quickstart.php:396 inc/network.php:79 838 860 #: inc/settings-cacsp-tab-activate.php:50 … … 855 877 msgstr "" 856 878 857 #: inc/modal-cacsp.php: 49inc/settings-cacsp.php:111858 #: inc/settings-cacsp-tab-settings.php: 44inc/settings-cacsp-tab-texts.php:72879 #: inc/modal-cacsp.php:57 inc/settings-cacsp.php:111 880 #: inc/settings-cacsp-tab-settings.php:38 inc/settings-cacsp-tab-texts.php:72 859 881 msgid "Settings" 860 882 msgstr "" … … 880 902 msgstr "" 881 903 882 #: inc/settings-cacsp-tab-settings.php:2 95904 #: inc/settings-cacsp-tab-settings.php:223 883 905 msgid "Show admin email in error messages." 884 906 msgstr "" 885 907 886 #: inc/settings-cacsp-tab- settings.php:127908 #: inc/settings-cacsp-tab-design.php:138 887 909 msgid "Show close button (×)." 888 910 msgstr "" 889 911 890 #: inc/settings-cacsp-tab- settings.php:117912 #: inc/settings-cacsp-tab-design.php:128 891 913 msgid "Show refuse cookies button." 892 914 msgstr "" … … 896 918 msgstr "" 897 919 920 #: inc/settings-cacsp-tab-design.php:27 921 msgid "Size and position" 922 msgstr "" 923 924 #: inc/settings-cacsp-tab-design.php:62 925 msgid "" 926 "Small banner in the left bottom corner with rounded edges and drop shadow." 927 msgstr "" 928 929 #: inc/settings-cacsp-tab-design.php:60 930 msgid "Small floating banner." 931 msgstr "" 932 898 933 #: inc/settings-cacsp-tab-quickstart.php:151 899 934 msgid "Social networks" … … 908 943 msgstr "" 909 944 910 #: inc/modal-cacsp.php:1 08inc/settings-cacsp-tab-domains.php:74945 #: inc/modal-cacsp.php:116 inc/settings-cacsp-tab-domains.php:74 911 946 #: inc/settings-cacsp-tab-texts.php:66 912 947 msgid "Statistics" … … 931 966 msgstr "" 932 967 933 #: inc/settings-cacsp.php:12 0inc/settings-cacsp-tab-support.php:6968 #: inc/settings-cacsp.php:123 inc/settings-cacsp-tab-support.php:6 934 969 msgid "Support" 935 970 msgstr "" … … 947 982 msgstr "" 948 983 949 #: inc/settings-cacsp-tab-settings.php: 319984 #: inc/settings-cacsp-tab-settings.php:247 950 985 msgid "" 951 986 "The consent data is saved in the database table \"your_prefix\" + " … … 958 993 msgstr "" 959 994 960 #: inc/modal-cacsp.php:9 1inc/settings-cacsp-tab-texts.php:65995 #: inc/modal-cacsp.php:99 inc/settings-cacsp-tab-texts.php:65 961 996 msgid "" 962 997 "These cookies are not optional. They are needed for the website to function." 963 998 msgstr "" 964 999 965 #: inc/settings-cacsp-tab-settings.php:3 981000 #: inc/settings-cacsp-tab-settings.php:326 966 1001 msgid "" 967 1002 "This will bypass the cookie modal and accept all cookies for the specified " … … 969 1004 msgstr "" 970 1005 971 #: inc/settings-cacsp-tab-settings.php: 611006 #: inc/settings-cacsp-tab-settings.php:55 972 1007 msgid "This will only make use of domains in Always allowed." 973 1008 msgstr "" 974 1009 975 #: inc/settings-cacsp-tab-settings.php:2 751010 #: inc/settings-cacsp-tab-settings.php:203 976 1011 msgid "" 977 1012 "This will print helpful comments at the beginning of your page inside the " … … 983 1018 msgstr "" 984 1019 985 #: inc/settings-cacsp-tab-settings.php: 3661020 #: inc/settings-cacsp-tab-settings.php:294 986 1021 msgid "Timeout" 987 1022 msgstr "" … … 995 1030 msgstr "" 996 1031 997 #: inc/settings-cacsp-tab-settings.php:1 771032 #: inc/settings-cacsp-tab-settings.php:105 998 1033 msgid "Use Content Security Policy for forms for added security." 999 1034 msgstr "" 1000 1035 1036 #: inc/settings-cacsp-tab-settings.php:117 1037 msgid "Use Content Security Policy for worker-src." 1038 msgstr "" 1039 1001 1040 #: inc/settings-cacsp-tab-settings.php:189 1002 msgid "Use Content Security Policy for worker-src."1003 msgstr ""1004 1005 #: inc/settings-cacsp-tab-settings.php:2611006 1041 msgid "Use meta." 1007 1042 msgstr "" … … 1038 1073 msgstr "" 1039 1074 1040 #: inc/modal-cacsp.php:3 1inc/settings-cacsp-tab-texts.php:611075 #: inc/modal-cacsp.php:39 inc/settings-cacsp-tab-texts.php:61 1041 1076 msgid "" 1042 1077 "We serve cookies. If you think that's ok, just click \"Accept all\". You can " … … 1048 1083 msgstr "" 1049 1084 1050 #: inc/settings-cacsp-tab-settings.php: 3401085 #: inc/settings-cacsp-tab-settings.php:268 1051 1086 msgid "" 1052 1087 "Will be linked from the cookie modal. Does not show the the cookie modal for " … … 1059 1094 msgstr "" 1060 1095 1061 #: inc/settings-cacsp-tab-settings.php: 3051096 #: inc/settings-cacsp-tab-settings.php:233 1062 1097 msgid "WP Engine compatibility mode." 1063 1098 msgstr "" … … 1075 1110 msgstr "" 1076 1111 1112 #: inc/settings-cacsp-tab-design.php:8 1113 msgid "" 1114 "You don't have to fill out this form, the plugin comes with default design. " 1115 "But if you want to change the design, this is it." 1116 msgstr "" 1117 1077 1118 #: inc/settings-cacsp-tab-settings.php:8 1078 1119 msgid "" … … 1081 1122 msgstr "" 1082 1123 1083 #: inc/settings-cacsp.php:15 21124 #: inc/settings-cacsp.php:157 1084 1125 msgid "You have unsaved changes, do you want to continue?" 1085 1126 msgstr "" … … 1097 1138 #: inc/settings-cacsp-update-options.php:600 1098 1139 #: inc/settings-cacsp-update-options.php:626 1099 #: inc/settings-cacsp-update-options.php:660 1100 #: inc/settings-cacsp-update-options.php:686 1101 #: inc/settings-cacsp-update-options.php:694 1140 #: inc/settings-cacsp-update-options.php:654 1141 #: inc/settings-cacsp-update-options.php:674 1142 #: inc/settings-cacsp-update-options.php:700 1143 #: inc/settings-cacsp-update-options.php:708 1102 1144 msgid "Your settings are now updated" 1103 1145 msgstr "" -
cookies-and-content-security-policy/trunk/readme.txt
r3440826 r3462251 195 195 == Changelog == 196 196 197 = 2.36 = 198 * New settings tab: Design 199 * New design: Floating banner 200 * New design: Small floating banner 201 * New design: Dark mode 202 197 203 = 2.35 = 198 204 * Make "Show admin email in error messages" false by default -
cookies-and-content-security-policy/trunk/scss/cookies-and-content-security-policy.scss
r3389380 r3462251 141 141 border-top: 1px solid $gray-light; 142 142 background-color: $modal-bg; 143 > * { 144 background-color: transparent; 145 } 146 &.modal-cacsp-box-bottom-float { 147 margin: 2rem; 148 border-radius: 1rem; 149 width: calc(100% - 4rem); 150 max-width: calc(100% - 4rem); 151 box-shadow: 0 0 2rem rgba($black,.4); 152 border-top: 0; 153 } 154 143 155 @include responsive(width-max-regular-down) { 144 156 flex-wrap: wrap; … … 171 183 .modal-cacsp-btns { 172 184 @include responsive(width-max-regular-down) { 173 width: 100% 185 width: 100%; 186 } 187 } 188 &.modal-cacsp-box-bottom-float-small { 189 max-width: calc(320px - 4rem); 190 min-width: 200px; 191 flex-wrap: wrap; 192 .modal-cacsp-box-content, 193 .modal-cacsp-btns { 194 flex-wrap: wrap; 195 width: 100%; 196 font-size: .8em; 197 } 198 .modal-cacsp-box-content { 199 padding-bottom: 16px; 200 } 201 .modal-cacsp-btns { 202 border: 0; 203 padding-top: 0; 204 white-space: normal; 205 .modal-cacsp-btn { 206 width: 100%; 207 max-width: 100%; 208 margin-right: 0; 209 margin-bottom: 8px; 210 } 174 211 } 175 212 } … … 177 214 } 178 215 &.modal-cacsp-box-settings { 216 /* 217 > * { 218 background-color: $modal-bg; 219 } 220 */ 179 221 .modal-cacsp-box-settings-list { 180 222 ul { … … 436 478 } 437 479 } 438 .modal-cacsp-box-content { 439 padding-left: 200px; 440 width: 100%; 441 @include responsive(width-max-medium-down) { 442 padding-left: 32px; 480 &.modal-cacsp-box-bottom-float-small { 481 &::before { 482 width: 125px; 483 height: 82px; 484 width: 100%; 485 left: 0; 486 top: -55px; 487 } 488 } 489 &:not(.modal-cacsp-box-bottom-float-small) { 490 .modal-cacsp-box-content { 491 padding-left: 200px; 492 width: 100%; 493 @include responsive(width-max-medium-down) { 494 padding-left: 32px; 495 } 443 496 } 444 497 } -
cookies-and-content-security-policy/trunk/uninstall.php
r3372209 r3462251 57 57 'cacsp_option_show_refuse_button', 58 58 'cacsp_option_settings_close_button', 59 'cacsp_option_dark_mode', 59 60 'cacsp_option_forms', 60 61 'cacsp_option_worker',
Note: See TracChangeset
for help on using the changeset viewer.