Version Description
- Interface
- Visual fix: CSS prefixed in notices to avoid class conflicts
- Visual fix: improve Imagify Notices CSS to avoid issue with WP Engine CSS
- Medias: new "Compare Original VS Optimized" action link in grid view mode
- Settings: new sample images for visual comparison of compression levels (removes unused sample images)
Download this release
Release Info
Developer | wp_media |
Plugin | Imagify Image Optimizer |
Version | 1.4.4 |
Comparing to | |
See all releases |
Code changes from version 1.4.3 to 1.4.4
- assets/css/admin.css +14 -7
- assets/css/admin.min.css +1 -1
- assets/images/bear-aggressive.jpg +0 -0
- assets/images/bear-normal.jpg +0 -0
- assets/images/bear-original.jpg +0 -0
- assets/images/bear-ultra.jpg +0 -0
- assets/images/mushrooms-aggressive.jpg +0 -0
- assets/images/mushrooms-normal.jpg +0 -0
- assets/images/mushrooms-original.jpg +0 -0
- assets/images/mushrooms-ultra.jpg +0 -0
- assets/images/penseur-aggressive.jpg +0 -0
- assets/images/penseur-normal.jpg +0 -0
- assets/images/penseur-original.jpg +0 -0
- assets/images/penseur-ultra.jpg +0 -0
- assets/js/admin.js +39 -36
- assets/js/admin.min.js +3 -3
- assets/js/jquery.twentytwenty.js +91 -5
- assets/js/jquery.twentytwenty.min.js +27 -24
- imagify.php +2 -2
- inc/admin/ajax.php +10 -1
- inc/admin/ui/bulk.php +8 -2
- inc/admin/ui/options.php +26 -24
- inc/functions/admin-stats.php +8 -3
- inc/functions/admin-ui.php +10 -0
- languages/imagify-de_DE.mo +0 -0
- languages/imagify-de_DE.po +683 -693
- languages/imagify-de_DE_formal.mo +0 -0
- languages/imagify-de_DE_formal.po +490 -500
- languages/imagify-es_ES.mo +0 -0
- languages/imagify-es_ES.po +124 -115
- languages/imagify-fr_FR.mo +0 -0
- languages/imagify-fr_FR.po +125 -116
- languages/imagify-it_IT.mo +0 -0
- languages/imagify-it_IT.po +125 -116
- languages/imagify.pot +72 -80
- readme.txt +8 -1
assets/css/admin.css
CHANGED
@@ -184,6 +184,12 @@ td .imagify-chart {
|
|
184 |
vertical-align: super;
|
185 |
}
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
.media_page_imagify-bulk-optimization .media-item {
|
188 |
margin: 0;
|
189 |
}
|
@@ -339,7 +345,8 @@ td .imagify-chart {
|
|
339 |
}
|
340 |
|
341 |
/* exception */
|
342 |
-
.wp_attachment_image .imagify-button-primary
|
|
|
343 |
float: left;
|
344 |
padding: 0 10px 1px;
|
345 |
margin: 0 5px 2px 0;
|
@@ -550,19 +557,19 @@ td .imagify-chart {
|
|
550 |
flex-shrink: 0;
|
551 |
}
|
552 |
.imagify-rkt-notice .imagify-rkt-logo {
|
553 |
-
width: 150px;
|
554 |
text-align: center;
|
555 |
padding: 0 25px 0 30px;
|
556 |
line-height: 0.8;
|
557 |
}
|
558 |
.imagify-rkt-notice .imagify-rkt-msg {
|
559 |
-
width: 100
|
560 |
padding: 0 15px;
|
561 |
font-size: 14px;
|
562 |
line-height: 1.6;
|
563 |
}
|
564 |
.imagify-rkt-notice .imagify-rkt-coupon {
|
565 |
-
width: 150px;
|
566 |
padding: 0 15px;
|
567 |
}
|
568 |
.imagify-rkt-notice .imagify-rkt-coupon-code {
|
@@ -573,7 +580,7 @@ td .imagify-chart {
|
|
573 |
color: #F7A933;
|
574 |
}
|
575 |
.imagify-rkt-notice .imagify-rkt-cta {
|
576 |
-
width: 200px;
|
577 |
}
|
578 |
.imagify-rkt-notice .button.button {
|
579 |
position: relative;
|
@@ -2163,12 +2170,12 @@ td.imagify-cell-filename {
|
|
2163 |
|
2164 |
/* Attachment page exception */
|
2165 |
.wp_attachment_image #imagify-visual-comparison .close-btn,
|
2166 |
-
.
|
2167 |
top: 0;
|
2168 |
}
|
2169 |
/* Attachment page exception */
|
2170 |
.wp_attachment_image #imagify-visual-comparison .imagify-modal-content,
|
2171 |
-
.
|
2172 |
padding-top: 40px;
|
2173 |
}
|
2174 |
|
184 |
vertical-align: super;
|
185 |
}
|
186 |
|
187 |
+
.media_page_imagify-bulk-optimization .notice,
|
188 |
+
.settings_page_imagify .notice {
|
189 |
+
margin-right: 20px;
|
190 |
+
margin-left: 2px;
|
191 |
+
}
|
192 |
+
|
193 |
.media_page_imagify-bulk-optimization .media-item {
|
194 |
margin: 0;
|
195 |
}
|
345 |
}
|
346 |
|
347 |
/* exception */
|
348 |
+
.wp_attachment_image .imagify-button-primary,
|
349 |
+
.media-frame-content .imagify-button-primary {
|
350 |
float: left;
|
351 |
padding: 0 10px 1px;
|
352 |
margin: 0 5px 2px 0;
|
557 |
flex-shrink: 0;
|
558 |
}
|
559 |
.imagify-rkt-notice .imagify-rkt-logo {
|
560 |
+
width: 150px!important; /* !important because of a dirtugly WP Engine code */
|
561 |
text-align: center;
|
562 |
padding: 0 25px 0 30px;
|
563 |
line-height: 0.8;
|
564 |
}
|
565 |
.imagify-rkt-notice .imagify-rkt-msg {
|
566 |
+
width: 100%!important; /* !important because of a dirtugly WP Engine code */
|
567 |
padding: 0 15px;
|
568 |
font-size: 14px;
|
569 |
line-height: 1.6;
|
570 |
}
|
571 |
.imagify-rkt-notice .imagify-rkt-coupon {
|
572 |
+
width: 150px!important; /* !important because of a dirtugly WP Engine code */
|
573 |
padding: 0 15px;
|
574 |
}
|
575 |
.imagify-rkt-notice .imagify-rkt-coupon-code {
|
580 |
color: #F7A933;
|
581 |
}
|
582 |
.imagify-rkt-notice .imagify-rkt-cta {
|
583 |
+
width: 200px!important; /* !important because of a dirtugly WP Engine code */
|
584 |
}
|
585 |
.imagify-rkt-notice .button.button {
|
586 |
position: relative;
|
2170 |
|
2171 |
/* Attachment page exception */
|
2172 |
.wp_attachment_image #imagify-visual-comparison .close-btn,
|
2173 |
+
.imagify-visual-comparison .close-btn {
|
2174 |
top: 0;
|
2175 |
}
|
2176 |
/* Attachment page exception */
|
2177 |
.wp_attachment_image #imagify-visual-comparison .imagify-modal-content,
|
2178 |
+
.imagify-visual-comparison .imagify-modal-content {
|
2179 |
padding-top: 40px;
|
2180 |
}
|
2181 |
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
body.imagify-modal-is-open{overflow:hidden}.imagify-plugins-error{overflow:hidden;padding-left:20px;list-style-type:disc}.imagify-plugins-error li{width:300px;line-height:30px}@media (max-width:570px){.imagify-plugins-error li{width:auto}}.imagify-notice-dismiss.notice-dismiss{text-decoration:none}.imagify-spinner{display:inline-block;width:20px;height:20px;margin-right:5px;vertical-align:middle;background:rgba(0,0,0,0) url("../images/spinner.gif") no-repeat scroll 0 0 / 20px 20px;opacity:0.7}.spinner.imagify-hidden{width:0;margin:4px 0 0 0}.misc-pub-section.misc-pub-imagify h4{font-size:14px;margin-top:5px;margin-bottom:0}.imagify-sweet-alert button{margin-top:17px !important;height:45px !important;letter-spacing:3px;text-transform:uppercase !important;border-radius:3px !important;background-color:#40b1d0 !important;box-shadow:0 3px 0 #338ea6 !important}.imagify-sweet-alert button.cancel{background:#777 !important;box-shadow:0 3px 0 #444 !important}.imagify-sweet-alert-signup .sa-confirm-button-container{width:40%}.imagify-sweet-alert-signup button{width:100%;padding:0 !important}.imagify-sweet-alert .sa-input-error:before,.imagify-sweet-alert .sa-input-error:after,.imagify-sweet-alert .la-ball-fall{top:25% !important}#wpwrap{transition:all .4s}.stop-scrolling #wpwrap{filter:blur(2px)}.stop-scrolling #wpwrap #wpadminbar{top:-32px}.imagify-primary{color:#40b1d0}.imagify-secondary{color:#8cc152}#imagify-check-api-container{font-weight:bold}#imagify-check-api-container .dashicons{font-size:25px}#imagify-check-api-container .dashicons-no:before{color:#f06e57;vertical-align:-1px}#imagify-check-api-container .dashicons-yes:before{color:#8BC34A;vertical-align:-1px}.imagify-valid{color:#8BC34A}.imagify-chart{width:33.33%;position:relative}#imagify-overview-chart-legend{overflow:hidden}.imagify-doughnut-legend{margin-top:38px;list-style:none}.imagify-doughnut-legend li{display:block;padding-left:30px;position:relative;margin-bottom:15px;border-radius:5px;padding:3px 8px 2px 31px;font-size:14px;font-weight:600;cursor:default;-webkit-transition:background-color 200ms ease-in-out;-moz-transition:background-color 200ms ease-in-out;-o-transition:background-color 200ms ease-in-out;transition:background-color 200ms ease-in-out}.imagify-doughnut-legend li span{display:block;position:absolute;left:0;top:0;width:25px;height:25px;border-radius:50%}.imagify-chart{float:left;margin-bottom:20px}td .imagify-chart{float:none;margin-bottom:0}.imagify-chart-container{position:relative;width:180px;float:left;margin-right:40px}td .imagify-chart-container{width:18px;height:18px;float:none;margin-right:10px}td .imagify-chart{top:4px}.imagify-chart-percent{position:absolute;left:0;right:0;top:50%;margin-top:-14px;text-align:center;font-size:55px;font-weight:bold;color:#46B1CE}.imagify-chart-percent span{font-size:20px;vertical-align:super}.media_page_imagify-bulk-optimization .media-item{margin:0}.media_page_imagify-bulk-optimization .media-item .progress{float:none;width:100%;margin:0;background:#1F2331;box-shadow:0;border-radius:0}.media_page_imagify-bulk-optimization .media-item .percent{width:auto;padding:0 5px;line-height:1.85;font-size:12px}.media_page_imagify-bulk-optimization .media-item .progress,.media_page_imagify-bulk-optimization .media-item .percent{text-align:right}.media_page_imagify-bulk-optimization .media-item .progress .bar{width:1px;height:22px;margin-top:0;background:#46B1CE;border-radius:0;overflow:visible;-webkit-transition:width .5s;transition:width .5s}.imagify-settings a,.imagify-settings .button,.imagify-settings input,.imagify-welcome a,.imagify-welcome .button,.imagify-weolcome input{-webkit-transition:all .275s;transition:all .275s}.imagify-settings a{color:#40b1d0}.imagify-options-title{padding-bottom:.5em;border-bottom:3px solid #F2F2F2;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:0.025em;color:#40b1d0}.imagify-settings,.imagify-settings p,.imagify-settings th{color:#5F758E}@media (max-width:782px){.imagify-settings .form-table th{padding-top:2em;padding-bottom:.5em}}.imagify-settings .form-table td{vertical-align:top}.imagify-settings .form-table th span{cursor:pointer}.imagify-middle th{padding-top:35px}.imagify-settings .button,.imagify-welcome .button,.imagify-notice .button,.imagify-button-primary.imagify-button-primary{height:auto;padding:8px 20px;border:0 none;font-size:14px;font-weight:600;box-shadow:0 3px 0 rgba(0,0,0,.15)}.imagify-notice .button-mini{padding:2px 10px;font-size:13px}.button-primary.button-mini{padding:2px 10px}.imagify-settings .button.button-mini-flat{padding:3px 6px 5px;font-size:12px;box-shadow:none!important;line-height:1.2}.imagify-settings .button.button-mini-flat:hover,.imagify-settings .button.button-mini-flat:focus{box-shadow:none!important}.imagify-title .button-ghost.button-ghost{padding:2px 9px;border:1px solid #40B1D0;font-size:12px;font-weight:normal;color:#40B1D0;background:transparent}.imagify-title .button-ghost.button-ghost:hover,.imagify-title .button-ghost.button-ghost:focus{border-color:transparent;color:#000;background:#40B1D0}.button .dashicons{margin-right:5px;vertical-align:middle}.imagify-settings .button-primary.button-primary,.imagify-welcome .button-primary.button-primary,.imagify-button-primary.imagify-button-primary{background:#40B1D0;color:#FFF;box-shadow:0 3px 0 rgba(51,142,166,1);text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799!important}.imagify-settings .button-primary:hover,.imagify-settings .button-primary:focus,.imagify-welcome .button-primary:hover,.imagify-welcome .button-primary:focus,.imagify-button-primary.imagify-button-primary:hover,.imagify-button-primary.imagify-button-primary:focus{background:rgb(51,142,166);box-shadow:0 3px 0 rgb(31,122,146)}.wp_attachment_image .imagify-button-primary{float:left;padding:0 10px 1px;margin:0 5px 2px 0;font-size:13px;line-height:26px;box-shadow:0 3px 0 rgba(51,142,166,1)}.imagify-settings input[type="text"]{color:#4A4A4A;font-weight:600;box-shadow:none}.imagify-settings p.submit .button-primary{margin-left:240px}@media (max-width:850px){.imagify-settings p.submit .button-primary{margin-left:0px}.imagify-settings p.submit{text-align:center}}.imagify-title.imagify-title{position:relative;padding:30px 50px;font-size:23px;background:#2E3243;color:#FFF}.imagify-settings .imagify-title+.imagify-notice{margin:0;border-right:1px solid #D9D9D9;padding-top:15px;padding-bottom:15px}.imagify-logo{vertical-align:top}.imagify-sub-header,.imagify-sub-title.imagify-sub-title,.imagify-settings div.submit{margin:0;padding:20px;background:#F2F5F7}.imagify-bulk-info{margin:1em 1em 1em 240px;transition:margin .3s}@media (max-width:850px){.imagify-bulk-info{margin:1em}}.imagify-bulk-info p{display:inline-block;text-align:left;width:400px;max-width:100%;font-weight:bold}@media (min-width:1500px){.imagify-settings div.submit{display:table;width:100%}.imagify-settings div.submit >*{display:table-cell;vertical-align:middle}.imagify-bulk-info{padding:0 25px;text-align:right}}.imagify-settings div.submit{margin-top:2em;padding:20px 0}.imagify-sub-header th{text-align:right}.imagify-sub-header .form-table{margin:0}.imagify-sub-header th,.imagify-sub-header td{padding-top:0;padding-bottom:0}[for="api_key"]{padding-top:5px}.imagify-notice .imagify-rate-us.imagify-rate-us{position:relative;bottom:0;right:0;text-align:left}.imagify-notice .imagify-rate-us .stars{margin:0}.imagify-rate-us.imagify-rate-us{position:absolute;bottom:50%;right:20px;text-align:right;margin-bottom:-2.4em;color:#FFF}.imagify-rate-us a{color:#40B1D0}.imagify-rate-us .stars{display:inline-block;margin:2px 0 0 10px;text-decoration:none;letter-spacing:.2em;vertical-align:-1px}.imagify-rate-us .stars .dashicons:before{font-size:18px}.imagify-rate-us a:hover,.imagify-rate-us a:focus{color:#FEE102}@media (max-width:1220px){.imagify-rate-us.imagify-rate-us{position:static;margin-bottom:0;text-align:left}.imagify-rate-us.imagify-rate-us br{display:none}.imagify-rate-us .stars{display:block;margin-left:0}}.imagify-rkt-notice.imagify-rkt-notice{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;padding:10px 45px 10px 0;border:0 none;box-shadow:none;color:#FFF;background:#412355}.media_page_imagify-bulk-optimization .imagify-rkt-notice{margin-left:2px;margin-right:20px}@media (max-width:782px){.media_page_imagify-bulk-optimization .imagify-rkt-notice{margin-left:0;margin-right:12px}}.imagify-rkt-notice .imagify-cross{position:absolute;right:8px;top:50%;width:22px;height:22px;padding:0;margin-top:-11px;background:transparent;color:#FD7300;border-radius:50%;transition:all .275s}.imagify-rkt-notice .imagify-cross .dashicons{position:relative;top:2px;left:1px;transition:all .275s}.imagify-rkt-notice .imagify-cross:hover{background:#FFF}.imagify-rkt-notice .imagify-cross:hover .dashicons{color:#412355}.imagify-rkt-notice .imagify-rkt-cta,.imagify-rkt-notice .imagify-rkt-logo,.imagify-rkt-notice .imagify-rkt-coupon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.imagify-rkt-notice .imagify-rkt-logo{width:150px;text-align:center;padding:0 25px 0 30px;line-height:0.8}.imagify-rkt-notice .imagify-rkt-msg{width:100%;padding:0 15px;font-size:14px;line-height:1.6}.imagify-rkt-notice .imagify-rkt-coupon{width:150px;padding:0 15px}.imagify-rkt-notice .imagify-rkt-coupon-code{padding:5px 10px;font-size:23px;font-weight:bold;border:1px dashed #F7A933;color:#F7A933}.imagify-rkt-notice .imagify-rkt-cta{width:200px}.imagify-rkt-notice .button.button{position:relative;top:-1px;height:auto;font-weight:600;font-size:14px;box-shadow:0 4px 0 #B27A27;border:0 none;padding:9px 18px 9px;background:#F7A933;text-shadow:1px 1px 1px rgba(0,0,0,.2)}@media (max-width:880px){.imagify-rkt-notice{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.imagify-rkt-notice .imagify-rkt-msg,.imagify-rkt-notice .imagify-rkt-cta,.imagify-rkt-notice .imagify-rkt-logo{text-align:left;padding:5px 15px}.imagify-cross.imagify-cross{top:8px;margin-top:0}.imagify-rkt-notice .imagify-cross .dashicons{top:1px}}.imagify-settings-section{padding:10px 20px}[id="imagify-settings"],.imagify-welcome .imagify-settings-section{border:1px solid #D9D9D9;border-top:0 none;background:#FFF}.imagify-br{line-height:2}.imagify-important{color:#F5A623}.imagify-info,.imagify-info a{color:#40B1D0;font-size:12px}.imagify-info{position:relative;display:inline-block;padding-left:25px;vertical-align:top}.imagify-info .dashicons{position:absolute;left:0;top:-1px}label+.imagify-info,label+.imagify-options-line,.imagify-visual-label{display:inline-block;max-width:70%;margin-left:15px;margin-top:2px!important;-webkit-transition:opacity .3s;transition:opacity .3s}.imagify-visual-label{vertical-align:-5px}label[for="imagify_sizes_full"]+.imagify-info{vertical-align:middle}.imagify-settings.imagify-settings [type="checkbox"]:not(:checked)+label+.imagify-options-line,.imagify-settings.imagify-settings [type="checkbox"]:not(:checked)+label .imagify-visual-label{opacity:.5}.imagify-settings.imagify-settings [type="checkbox"]:checked+label+.imagify-options-line,.imagify-settings.imagify-settings [type="checkbox"]:checked+label .imagify-visual-label{opacity:1}.imagify-checkbox-marged{max-width:500px;margin-left:45px}.imagify-settings.imagify-settings [type="checkbox"]:not(:checked),.imagify-settings.imagify-settings [type="checkbox"]:checked{opacity:0.01}.imagify-settings.imagify-settings [type="checkbox"]:not(:checked):focus,.imagify-settings.imagify-settings [type="checkbox"]:checked:focus{box-shadow:none!important;outline:none!important;border:0 none!important}.imagify-settings [type="checkbox"]:not(:checked)+label,.imagify-settings [type="checkbox"]:checked+label{position:relative;padding-left:6px;cursor:pointer;vertical-align:top}.imagify-settings [type="checkbox"]:not(:checked)+label:before,.imagify-settings [type="checkbox"]:checked+label:before{content:'';position:absolute;left:0;top:0;width:28px;height:28px;margin:0 0 0 -24px;border:2px solid #8BA6B4;background:#FFF;border-radius:4px}.imagify-settings [type="checkbox"]:not(:checked)+label:after,.imagify-settings [type="checkbox"]:checked+label:after{content:"✓";position:absolute;font-size:1.4em;top:3px;left:-16px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;transition:all .2s}.imagify-settings [type="checkbox"][disabled]:not(:checked)+label:before,.imagify-settings [type="checkbox"][disabled]:checked+label:before{border-color:#ccc;background:#ddd}.imagify-settings [type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.imagify-settings [type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}input[id^="imagify_sizes_"]:checked+label{font-weight:bold}.imagify-settings .mini[type="checkbox"]:not(:checked)+label:before,.imagify-settings .mini[type="checkbox"]:checked+label:before{width:15px;height:15px;border-width:1px;border-radius:2px;margin-top:0}.imagify-settings .mini[type="checkbox"]:not(:checked)+label:after,.imagify-settings .mini[type="checkbox"]:checked+label:after{content:"✓";font-size:.9em;left:-21px;top:1px}.imagify-settings [type="checkbox"]:not(:checked):focus+label:before,.imagify-settings [type="checkbox"]:checked:focus+label:before{border-style:dotted;border-color:#40b1d0}.imagify-inline-options{position:relative;display:table;width:100%;max-width:600px;border-collapse:collapse}.imagify-inline-options:after{content:"";display:table;clear:both}.imagify-inline-options input[type="radio"]:not(:checked),.imagify-inline-options input[type="radio"]:checked{position:absolute;left:5px;top:5px;display:none}.imagify-inline-options input[type="radio"]:not(:checked)+label,.imagify-inline-options input[type="radio"]:checked+label{position:relative;display:table-cell;padding:13px 10px;text-align:center;font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:0.1em;color:#FFF;background:#2E3243;border-left:1px solid rgba(255,255,255,0.2);box-shadow:0 -3px 0 rgba(0,0,0,0.1) inset,inset -1px 0 0 rgba(255,255,255,0.2);z-index:2;-webkit-transition:all .275s;transition:all .275s}.imagify-bulk-submit .imagify-inline-options input[type="radio"]:not(:checked)+label,.imagify-bulk-submit .imagify-inline-options input[type="radio"]:checked+label{margin-bottom:1.75em}.imagify-inline-options input[type="radio"]:not(:checked)+label:first-of-type,.imagify-inline-options input[type="radio"]:checked+label:first-of-type{border-radius:3px 0 0 3px}.imagify-inline-options input[type="radio"]:not(:checked)+label:last-of-type,.imagify-inline-options input[type="radio"]:checked+label:last-of-type{border-radius:0 3px 3px 0}.imagify-inline-options input[type="radio"]:checked+label{background:#8BC34A}.imagify-inline-options .imagify-info{margin-top:15px}.imagify-btn-info{display:block;font-size:0.7em;letter-spacing:0;line-height:1;text-transform:none}#describe-resize-larger input{width:5em}.imagify-col{overflow:hidden}.imagify-sidebar{float:right;width:280px;margin-left:25px}.imagify-sidebar-section{border:1px solid #BBB;background:#FFF}.imagify-sidebar-section+.imagify-sidebar-section{margin-top:2em}@media (max-width:760px){.imagify-settings{display:flex;flex-direction:column}.imagify-sidebar{order:2;float:none;width:auto;margin-left:0;margin-top:25px}.wp-media-products{text-align:center}.wp-media-products li{display:inline-block;width:100%;max-width:276px}}.imagify-sidebar-title{display:block;padding:20px 15px;border-bottom:1px solid #BBB;font-size:14px;font-weight:bold;color:#23282d;background:#F2F5F7}.imagify-sidebar-title img{vertical-align:top;margin-right:5px}.imagify-sidebar .wp-media-products{margin-top:0;margin-bottom:-.5em}.imagify-sidebar .wp-media-products .links{display:block;padding:85px 25px 24px;text-align:center;background-color:#2E3243;background-size:contain;background-repeat:no-repeat;background-position:50% 0;text-decoration:none}.imagify-sidebar .wp-media-products .links p{margin:1.5em auto;color:#FFF}.imagify-sidebar .wp-media-products .wprocket-link{background-image:linear-gradient(to bottom,rgba(59,30,78,0),rgba(59,30,78,0) 130px,rgba(59,30,78,1) 210px),url("../images/sidebar-wp-rocket.jpg");background-color:#3B1E4E;background-repeat:repeat-x,no-repeat}.imagify-sidebar-content{padding:10px 20px}.imagify-mark-styled{display:inline-block;padding:1px 2px 1px 4px;line-height:1.3;font-weight:bold;background:#F7A933;transform-origine:50% 50%;transform:rotateZ(-2deg) rotateX(-10deg) skewX(-2deg) skewY(-3deg);text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.imagify-mark-styled span{display:inline-block;transform:rotateZ(2deg) rotateX(10deg) skewX(2deg) skewY(3deg)}.imagify-discount-code{margin:0.35em 0 .5em;display:block;font-size:2em;letter-spacing:.05em;font-weight:bold;text-align:center;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.imagify-big-text{font-size:15px;font-weight:bold}.imagify-big-text strong{font-size:20px}a.btn-rocket{display:block;font-size:1.15em;padding:12px;background:#F7A933;box-shadow:0 3px 0 #D69626;border-radius:3px;color:#FFF;text-transform:uppercase;font-weight:bold;text-shadow:1px 1px 0 rgba(0,0,0,0.2);text-decoration:none}a.btn-rocket:hover,a.btn-rocket:focus{background:darkorange;box-shadow:0 3px 0 darkorange}.imagify-welcome{margin:30px 20px 0 0}.imagify-welcome .baseline{display:inline-block;margin:.2em 0 0 2em;font-size:17px}.imagify-welcome .imagify-logo{vertical-align:middle}.imagify-welcome-remove{position:absolute;top:50%;right:15px;margin-top:-8px;color:#FFF;text-decoration:none}.imagify-columns{overflow:hidden;padding:15px 0;counter-reset:cols}.imagify-columns [class^="col-"]{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.imagify-columns .col-1-3{width:33.333%;padding-left:28px}.imagify-columns .col-1-2{width:50%;padding:0 20px}.imagify-columns .col-informations{width:41.6%;padding-right:30px}.imagify-columns .col-statistics{width:25%}@media (max-width:830px){.imagify-columns [class^="col-"]{float:none;margin-bottom:1.5em}.imagify-columns .col-1-3,.imagify-columns .col-1-2{width:auto;padding:0 28px;clear:both;padding-top:1em}}.imagify-columns [class^="col-"] img{float:left;margin-right:18px}.imagify-col-content{overflow:hidden}.imagify-col-title{margin:0 0 15px 0;font-size:23px}.counter .imagify-col-title:before{counter-increment:cols;content:counter(cols) ". ";color:#40B1D0}.imagify-col-desc{color:#5F758E;margin-bottom:2em}.imagify-notice.imagify-notice{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;margin:10px 20px 10px 2px;border:0 none;background:#2E3243;box-shadow:none;color:#FFF}@media (max-width:782px){.imagify-notice.imagify-notice,.imagify-welcome{margin-right:12px}}@media (max-width:450px){.imagify-notice.imagify-notice{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column}}.wrap .imagify-notice{margin:5px 15px 2px;position:relative}.imagify-notice-logo{padding:18px 23px;background:#40B1D0}.updated .imagify-notice-logo{background:#8BC34A}.error .imagify-notice-logo{background:#D0021B}.imagify-notice-title{font-size:15px}.imagify-notice-content{padding:5px 23px}.imagify-notice-content.imagify-notice-content p{margin:0.65em 0}.imagify-notice a{color:#40B1D0}.imagify-notice a:hover,.imagify-notice a:focus{color:#FEE102}.imagify-notice code{background:rgba(0,0,0,0.4) none repeat scroll 0 0}.column-imagify_optimized_file.column-imagify_optimized_file{width:300px;text-align:center;vertical-align:middle}.column-imagify_optimized_file >*{max-width:235px;margin:0 auto}ul.imagify-datas-list.imagify-datas-list{margin:0 auto;color:#555;font-size:10px}.compat-field-imagify .label{vertical-align:top}.compat-field-imagify ul.imagify-datas-list{margin-top:7px;font-size:11px}ul.imagify-datas-list .big{font-size:12px;color:#40B1D0}.imagify-data-item{overflow:hidden}.imagify-data-item .imagify-chart{display:inline-block;top:1px;width:20px;vertical-align:middle;margin-bottom:0}li.imagify-data-item{clear:both;margin-bottom:2px}ul.imagify-datas-list .imagify-data-item span.data,ul.imagify-datas-list .imagify-data-item strong{float:left;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}ul.imagify-datas-list .imagify-data-item span.data{text-align:left;padding-right:5px}.compat-field-imagify .imagify-datas-list .imagify-data-item .data{width:130px;text-align:left;font-weight:bold}.media-sidebar .imagify-datas-list .imagify-data-item .data{width:auto;float:none}ul.imagify-datas-list .imagify-data-item strong{text-align:left;padding-left:5px}.media-sidebar .imagify-datas-list .imagify-data-item strong{width:auto;float:none}.imagify-datas-more-action.imagify-datas-more-action{margin:.4em auto;background:linear-gradient(to bottom,transparent,transparent 49%,rgba(0,0,0,.075) 50%,rgba(0,0,0,.075) 58%,transparent 58%,transparent)}.imagify-datas-more-action a{display:inline-block;padding:0 5px;background:#40B1D0;color:#FFF;text-transform:uppercase;font-size:9px;font-weight:bold;line-height:1.9;text-decoration:none}.imagify-datas-more-action a.is-open{background:#555}.imagify-datas-more-action a.is-open .dashicons{transform:rotate(180deg)}.imagify-datas-more-action a .dashicons{font-size:14px;vertical-align:middle;line-height:.8}.imagify-datas-more-action a .dashicons:before{vertical-align:middle;line-height:20px}.imagify-datas-more-action .the-text{display:inline-block;vertical-align:middle;height:20px;line-height:20px}ul.imagify-datas-details.imagify-datas-details{margin:.7em auto}.imagify-datas-details strong{color:#40B1D0}.imagify-datas-details .original{color:#555}.imagify-datas-actions-links{overflow:hidden;border-top:2px solid transparent;padding-top:5px;font-size:8px}.imagify-datas-actions-links a{position:relative;display:inline-block;padding-left:17px;text-decoration:none;font-weight:600}.compat-field-imagify .imagify-datas-actions-links{max-width:300px}.misc-pub-imagify .imagify-datas-actions-links{border-top:2px solid #f2f2f2;padding-bottom:5px}.compat-field-imagify .imagify-datas-actions-links a,.misc-pub-imagify .imagify-datas-actions-links a{font-size:10px;float:left;width:50%}.media-sidebar .compat-field-imagify .imagify-datas-actions-links a,.submitbox .misc-pub-imagify .imagify-datas-actions-links a{display:block;width:auto;float:none}.column-imagify_optimized_file .imagify-datas-actions-links a{margin:0 .7em;padding-left:15px}.imagify-datas-actions-links a:only-child{float:none;width:auto}.imagify-datas-details.is-open+.imagify-datas-actions-links{border-top-color:rgba(0,0,0,.075)}.imagify-datas-actions-links .dashicons{position:absolute;left:0;top:4px;width:12px;margin-right:2px;font-size:11px}.imagify-title >h1{padding:0}.imagify-title-right{display:table;float:right;margin-top:-10px}.imagify-title-right p{margin:0}.imagify-title-right a{font-weight:bold;text-decoration:none}.imagify-title-right >div{display:table-cell;vertical-align:middle}.imagify-title-right .dashicons-arrow-down-alt2{vertical-align:-4px;margin-left:2px}@media (max-width:1200px){.imagify-bulk .imagify-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.imagify-title-right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-top:20px}}.imagify-account,.imagify-account-link{padding-right:15px}.imagify-sep-v{width:1px;background:rgba(255,255,255,.2)}.imagify-credit-left{position:relative;min-width:280px;padding-left:15px}.imagify-meteo-icon{display:inline-block;height:38px;vertical-align:middle;margin-right:10px}.imagify-user-plan{color:#40b1d0}@media (max-width:630px){.imagify-title-right{display:block;width:auto}.imagify-title-right >div{display:block;width:auto;margin-top:10px;max-width:100%}.imagify-credit-left{padding-left:0}}.imagify-meteo-title.imagify-meteo-title{color:#FFF;font-size:17px}.imagify-space-left{display:inline-block;min-height:38px;min-width:245px;vertical-align:middle}.imagify-space-left >p{color:#FFF}[class^="imagify-bar-"],#wp-admin-bar-imagify-profile [class^="imagify-bar-"]{position:relative;height:15px;width:100%;background:#60758D;color:#FFF;font-size:10px}.base-transparent{background:transparent}[class^="imagify-bar-"].right-outside-number{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:45px}.right-outside-number .imagify-barnb{display:block;margin-right:-45px;text-align:right;font-weight:bold;line-height:15px}.imagify-progress-value,#wp-admin-bar-imagify-profile .imagify-progress-value{position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;line-height:13px;font-weight:bold}.imagify-progress,#wp-admin-bar-imagify-profile .imagify-progress{height:15px}.imagify-bar-positive .imagify-progress{background:#8CC152}.imagify-bar-positive .imagify-barnb{color:#8CC152}.imagify-bar-negative .imagify-progress{background:#73818C}.imagify-bar-negative .imagify-barnb{color:#73818C}.imagify-bar-neutral .imagify-progress{background:#F5A623}.imagify-space-left .imagify-bar-negative .imagify-progress{background:#D0021B}#wpadminbar #wp-admin-bar-imagify-profile *{line-height:1.5;white-space:initial}#wpadminbar #wp-admin-bar-imagify .ab-submenu{padding-bottom:0}#wpadminbar #wp-admin-bar-imagify-profile .ab-item{height:auto;padding:0 13px}#wpadminbar #wp-admin-bar-imagify-profile{min-width:200px;padding:15px 0 10px;margin-top:0.7em;background:#222}#wp-admin-bar-imagify .dashicons{font-family:"dashicons";font-size:18px;vertical-align:middle;margin:0 5px 0 0}#wp-admin-bar-imagify .button-text{display:inline-block;vertical-align:middle}#wp-admin-bar-imagify .imagify-abq-row{display:table;width:100%}#wp-admin-bar-imagify .imagify-abq-row+.imagify-abq-row{margin-top:.75em}#wp-admin-bar-imagify .imagify-abq-row >*{display:table-cell}#wp-admin-bar-imagify-profile .imagify-meteo-icon{padding-right:7px}#wp-admin-bar-imagify-profile .imagify-meteo-icon img{width:37px}#wp-admin-bar-imagify-profile .imagify-meteo-title{font-size:17px}#wp-admin-bar-imagify-profile .imagify-meteo-subs{color:#72889F}#wpadminbar #wp-admin-bar-imagify-profile strong{font-weight:bold}#wpadminbar #wp-admin-bar-imagify-profile .imagify-user-plan,#wpadminbar #wp-admin-bar-imagify-profile a{padding:0;color:#40B1D0}#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link{display:table}#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link >* {display:table-cell}#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left{max-width:210px;min-width:210px;width:210px}#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left p{font-size:12px}#wp-admin-bar-imagify-profile .imagify-error,#wp-admin-bar-imagify-profile .imagify-warning{padding:10px;margin:0 -13px -13px}#wp-admin-bar-imagify-profile .imagify-error p+p,#wp-admin-bar-imagify-profile .imagify-warning p+p{margin-top:.5em}#wp-admin-bar-imagify-profile .imagify-error p+p+p,#wp-admin-bar-imagify-profile .imagify-warning p+p+p{margin-top:1em}.btn-ghost,#wpadminbar #wp-admin-bar-imagify-profile .btn-ghost{display:inline-block;height:auto;padding:7px 10px;border:1px solid #FFF;text-align:center;background:transparent;color:#FFF;border-radius:3px;transition:all .275s}.btn-ghost:hover,.btn-ghost:focus,#wpadminbar #wp-admin-bar-imagify-profile .btn-ghost:hover,#wpadminbar #wp-admin-bar-imagify-profile .btn-ghost:focus{background:#FFF;color:#888}.txt-center{text-align:center}.imagify-list-dash li{position:relative;padding-left:24px}.imagify-list-dash li:before{content:"";position:absolute;left:0;top:9px;height:1px;width:12px;background:#5f758e}.imagify-sub-title.imagify-sub-title{font-size:23px;background:#FFF;color:#2E3243;border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9;font-weight:lighter}.imagify-sub-title .icon-bulk{margin-right:10px;vertical-align:middle}.imagify-sub-title .title-text{display:inline-block;line-height:1;vertical-align:middle}.imagify-bulk .imagify-settings-section{border:1px solid #D9D9D9;border-top:0;background:#F2F5F7;color:#4A4A4A}.imagify-bulk .imagify-settings-section p,.imagify-bulk .imagify-settings-section li,.imagify-bulk .imagify-settings-section h3{color:#4A4A4A}.imagify-bulk .imagify-settings-section h3{margin-bottom:2em}.imagify-bulk-submit{margin-top:4em}#imagify-bulk-action{float:left}#imagify-bulk-action+.imagify-tooltips{overflow:hidden;display:block}.imagify-title .imagify-tooltips{position:absolute;top:100%;left:0}.imagify-tooltips .icon-round{float:left;display:inline-block;width:28px;height:28px;border:1px solid #FFF;margin-right:8px;margin-bottom:8px;font-size:17px;font-style:italic;line-height:29px;font-weight:bold;text-align:center;border-radius:50%}.imagify-tooltips .tooltip-content{display:block;position:relative;max-width:250px;padding:7px 15px 8px;background:#2e3242;color:#FFF;font-size:10px;border-radius:3px}.imagify-tooltips.right .tooltip-content{margin-left:12px}.imagify-tooltips.bottom .tooltip-content{margin-top:4px}.imagify-inline-options label .tooltip-content{position:absolute;left:0;right:0;top:100%;text-transform:none;font-size:10px;letter-spacing:0;text-align:center}.imagify-tooltips .tooltip-content:after{content:"";position:absolute}.imagify-tooltips.right .tooltip-content:after{top:16px;left:-6px;border-right:8px solid #2e3242;border-top:6px solid transparent;border-bottom:6px solid transparent}.imagify-tooltips.bottom .tooltip-content:after{top:-5px;left:50%;margin-left:-3px;border-bottom:6px solid #2e3242;border-left:6px solid transparent;border-right:6px solid transparent}.imagify-space-tooltips .tooltip-content{max-width:280px;margin-top:20px;margin-left:0;padding:5px 15px 5px;font-size:13px;background:#40B1D0;box-shadow:0 3px 0 #338EA6}.imagify-space-tooltips .tooltip-content:after{top:-14px;left:50%;margin-left:-7px;border:0 none;border-bottom:15px solid #40B1D0;border-left:15px solid transparent;border-right:15px solid transparent}.tooltip-content.tooltip-table{display:table;width:100%}.tooltip-content.tooltip-table >*{display:table-cell;vertical-align:middle}.tooltip-content .cell-icon{width:28px}.tooltip-content .cell-icon .icon{margin-bottom:0}.tooltip-content .cell-text{padding:5px 10px 5px 0;line-height:1.3}.tooltip-content .cell-sep{width:1px;background:rgba(255,255,255,.4)}.tooltip-content .cell-cta{padding-left:10px}.tooltip-content .cell-cta a{display:block;color:#FFF;width:100%;height:100%;white-space:nowrap}.imagify-number-you-optimized .number{display:table-cell;padding-right:15px;font-size:36px;font-weight:bold;line-height:1.1;vertical-align:middle}.imagify-number-you-optimized .text{display:table-cell;vertical-align:middle;overflow:hidden;font-size:12px}.imagify-number-you-optimized .text br{display:none}.imagify-number-you-optimized >p{display:table}.imagify-number-you-optimized{padding-bottom:0.85em;margin-bottom:1.35em;overflow:hidden;border-bottom:1px solid rgba(0,0,0,0.05)}.imagify-bars p{font-weight:bold;font-size:12px;margin-bottom:0}.imagify-bars+.imagify-number-you-optimized{border-bottom:0;padding-top:0.85em}.imagify-bars+.imagify-number-you-optimized p{color:#46b1ce}.imagify-bulk-table{margin-top:2em;max-height:600px;max-height:60vh;overflow:auto}.imagify-bulk-table table{width:100%;border-spacing:0;border-collapse:collapse;border:1px solid #D3D3D3}.imagify-bulk-table td{padding:8px 15px}.imagify-bulk-table thead tr,.imagify-bulk-table thead th{background:#2E3242}.imagify-bulk-table tfoot tr,.imagify-bulk-table tfoot th{background:#73818C}.imagify-bulk-table thead th{padding:14px 15px;text-align:left;color:#F2F5F7;font-weight:bold;font-size:14px}.imagify-bulk-table tfoot td{padding:14px 15px;color:#F9FAFA}.imagify-bulk-table tbody tr,.imagify-bulk-table tbody td{background:#FFF}.imagify-bulk-table tbody tr:nth-child(odd),.imagify-bulk-table tbody tr:nth-child(odd) td{background:#F2F5F7}.imagify-bulk-table .imagify-row-progress{display:none}.imagify-bulk-table .imagify-row-progress,.imagify-bulk-table .imagify-row-progress td{height:15px;padding:0}.imagify-bulk-table .imagify-no-uploaded-yet td{height:200px;font-size:17px;letter-spacing:.1em;word-spacing:.12em;vertical-align:middle;text-transform:uppercase;font-weight:bold;text-align:center;color:#999;background-color:#FFF}.imagify-row-complete{padding:35px 20px;margin-top:2em;background:#8BC34A;color:#FFF;text-shadow:0 0 2px rgba(0,0,0,.1)}.imagify-row-complete .imagify-ac-chart{margin-top:3px}.imagify-row-complete p{color:#FFF;margin:0}@-webkit-keyframes congrate{ 0%{opacity:0;-webkit-transform:scale(1)} 50%{-webkit-transform:scale(1.05);opacity:1} 100%{-webkit-transform:scale(1);opacity:1}}​@keyframes congrate{ 0%{opacity:0;transform:scale(1)} 50%{transform:scale(1.05);opacity:1} 100%{transform:scale(1);opacity:1}}.imagify-row-complete.done{-webkit-animation:congrate 500ms ease-in-out;animation:congrate 500ms ease-in-out}.imagify-all-complete{margin:1.5em 0}.imagify-all-complete >div{display:inline-block;vertical-align:middle}.imagify-ac-report{min-width:310px}.imagify-ac-chart{width:46px;height:46px;float:left;margin:0 20px 0 10px}.imagify-ac-report-text{overflow:hidden}.imagify-ac-report-text p{line-height:1.3}.imagify-ac-rt-big{font-weight:bold;font-size:24px;letter-spacing:0.15em;word-spacing:0.15em;text-transform:uppercase}.imagify-ac-share{text-align:right}.imagify-ac-share-content{display:inline-block;padding:10px 15px;background:rgba(255,255,255,.2)}.imagify-ac-share-content >*{display:inline-block;vertical-align:middle}.imagify-bulk-table .imagify-ac-share-content p{margin-right:5px}.imagify-share-networks,.imagify-share-networks li{margin:0}.imagify-share-networks li{display:inline-block}.imagify-share-networks a{display:inline-block;vertical-align:-7px;margin:0 5px;text-decoration:none;color:#FFF}.imagify-cell-filename{max-width:200px}.imagify-cell-status{max-width:145px}.imagify-cell-status .dashicons-warning{margin-right:2px}.imagify-cell-thumbnails{max-width:120px}td.imagify-cell-filename{text-overflow:clip;white-space:nowrap;overflow:hidden}.imagify-bulk-table td.imagify-cell-totaloriginal{padding-right:78px}.imagiuploaded,.imagifilename{display:inline-block;vertical-align:middle}.imagifilename{font-size:12px}.imagiuploaded{width:33px;height:33px;margin-right:5px;margin-left:-8px;overflow:hidden;background:url(../images/upload-image.png) 0 0 no-repeat;background-size:cover}.imagiuploaded img{max-widht:100%;height:auto}.imagistatus{color:#8CA6B3;text-transform:uppercase;font-weight:bold}.status-compressing{color:#46B1CE}.status-error{color:#CE0B24}.status-warning{color:#f5a623}.status-complete{color:#8CC152}.imagify-error{background:#D0021B;color:#FFF}.imagify-warning,#wpadminbar .imagify-warning *{background:#f5a623;color:#FFF;text-shadow:0 0 2px rgba(0,0,0,0.2)}.imagify-bulk-table .imagify-cell-thumbnails{text-align:center}.imagify-cell-percentage,.imagify-cell-savings{color:#46B1CE;font-weight:bold}.imagify-cell-optimized{font-weight:bold}.imagify-cell-totaloriginal{text-align:right}.dashicons.rotate{-webkit-animation:icon-rotate 2.6s infinite linear;animation:icon-rotate 2.6s infinite linear}.dashicons-admin-generic{transform-origin:48.75% 51.75%}.imagify-modal{display:flex;flex-direction:column;align-items:center;justify-content:center}.js .imagify-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#1F2332;background-color:rgba(31,35,50,.95);z-index:99999}.imagify-modal-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:800px;max-width:95%;max-height:90vw;overflow:auto;padding:20px 25px;margin:1em auto;background:#FFF;box-shadow:1px 1px 4px rgba(0,0,0,.7);border-radius:3px}#imagify-visual-comparison .imagify-modal-content,.imagify-visual-comparison .imagify-modal-content{max-width:1400px;background:transparent;padding:5px;box-shadow:none;border-radius:0}.imagify-modal .h2{margin:.5em 0;color:#8ba6b4;font-weight:normal;font-size:24px;letter-spacing:0.075em;text-align:center}.imagify-modal .h3{color:#40b1d0;font-weight:normal;font-size:18px;letter-spacing:0.075em;text-align:center}.text-justify{text-align:justify}.imagify-modal .close-btn{display:none;visibility:hidden;position:absolute;right:20px;top:20px;font-size:1.2em;border:0;background:transparent none;border-radius:0;cursor:pointer}.imagify-modal .close-btn i{margin-left:-2px}.imagify-modal .close-btn:hover,.imagify-modal .close-btn:focus{color:#40b1d0}.js .imagify-modal .close-btn{display:block;visibility:visible}#imagify-visual-comparison .close-btn,.imagify-visual-comparison .close-btn{top:50px;right:5px;width:33px;height:33px;padding:1px 0 0 2px;border:1px solid #F2F2F2;color:#F2F2F2;line-height:19px;text-align:center;border-radius:50%}.wp_attachment_image #imagify-visual-comparison .close-btn,.column-primary .imagify-visual-comparison .close-btn{top:0}.wp_attachment_image #imagify-visual-comparison .imagify-modal-content,.column-primary .imagify-visual-comparison .imagify-modal-content{padding-top:40px}.imagify-modal .imagify-comparison-title{font-size:28px;margin-bottom:1em;color:#F2F2F2;text-align:left}.imagify-modal .imagify-comparison-title .twentytwenty-duo-buttons{position:static;margin:0 10px 0 15px}.imagify-comparison-title .twentytwenty-duo-buttons button{float:none;padding:6px 12px;font-size:16px;text-transform:none;border:1px solid #40B1D0;color:#889;letter-spacing:0}.imagify-comparison-title .twentytwenty-duo-buttons button:focus{outline:none;box-shadow:none}.imagify-comparison-title .twentytwenty-duo-buttons .selected{border:1px solid #40B1D0;color:#FFF;background:#40B1D0}.imagify-comparison-levels{margin:15px 0;overflow:hidden}.imagify-comparison-levels div{display:none;min-width:175px;font-size:11px}.imagify-comparison-levels .imagify-chart,.imagify-comparison-levels .imagify-chart-container{width:25px;float:none;margin:0}.imagify-c-level.go-left{float:left}.imagify-c-level.go-right{float:right}.imagify-c-level.go-right,.imagify-c-level.go-left{display:table}.imagify-c-level .imagify-c-level-row{display:table-row;margin:0;color:#FFF}.imagify-c-level-row >span{display:table-cell;padding:2px 0}.imagify-c-level-row .value{text-align:right;padding-left:5px}.imagify-c-level-row .value.level{color:#40b1d0}.imagify-c-level-row .value.size{color:#8bc34a;font-weight:bold}.imagify-c-level-row .value .imagify-chart{top:1px}@-webkit-keyframes icon-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.imagify-menu-bar-img{margin-top:1em}.imagify-modal .loader{position:absolute;top:50%;left:50%;margin:-32px 0 0 -32px;opacity:0;visibility:hidden;transition:opacity .4s}.imagify-modal .loading .loader{visibility:visible;opacity:1}.imagify-settings .imagify-visual-comparison-text{margin-top:1em;color:#40b1d0;font-weight:bold}
|
1 |
+
body.imagify-modal-is-open{overflow:hidden}.imagify-plugins-error{overflow:hidden;padding-left:20px;list-style-type:disc}.imagify-plugins-error li{width:300px;line-height:30px}@media (max-width:570px){.imagify-plugins-error li{width:auto}}.imagify-notice-dismiss.notice-dismiss{text-decoration:none}.imagify-spinner{display:inline-block;width:20px;height:20px;margin-right:5px;vertical-align:middle;background:rgba(0,0,0,0) url("../images/spinner.gif") no-repeat scroll 0 0 / 20px 20px;opacity:0.7}.spinner.imagify-hidden{width:0;margin:4px 0 0 0}.misc-pub-section.misc-pub-imagify h4{font-size:14px;margin-top:5px;margin-bottom:0}.imagify-sweet-alert button{margin-top:17px !important;height:45px !important;letter-spacing:3px;text-transform:uppercase !important;border-radius:3px !important;background-color:#40b1d0 !important;box-shadow:0 3px 0 #338ea6 !important}.imagify-sweet-alert button.cancel{background:#777 !important;box-shadow:0 3px 0 #444 !important}.imagify-sweet-alert-signup .sa-confirm-button-container{width:40%}.imagify-sweet-alert-signup button{width:100%;padding:0 !important}.imagify-sweet-alert .sa-input-error:before,.imagify-sweet-alert .sa-input-error:after,.imagify-sweet-alert .la-ball-fall{top:25% !important}#wpwrap{transition:all .4s}.stop-scrolling #wpwrap{filter:blur(2px)}.stop-scrolling #wpwrap #wpadminbar{top:-32px}.imagify-primary{color:#40b1d0}.imagify-secondary{color:#8cc152}#imagify-check-api-container{font-weight:bold}#imagify-check-api-container .dashicons{font-size:25px}#imagify-check-api-container .dashicons-no:before{color:#f06e57;vertical-align:-1px}#imagify-check-api-container .dashicons-yes:before{color:#8BC34A;vertical-align:-1px}.imagify-valid{color:#8BC34A}.imagify-chart{width:33.33%;position:relative}#imagify-overview-chart-legend{overflow:hidden}.imagify-doughnut-legend{margin-top:38px;list-style:none}.imagify-doughnut-legend li{display:block;padding-left:30px;position:relative;margin-bottom:15px;border-radius:5px;padding:3px 8px 2px 31px;font-size:14px;font-weight:600;cursor:default;-webkit-transition:background-color 200ms ease-in-out;-moz-transition:background-color 200ms ease-in-out;-o-transition:background-color 200ms ease-in-out;transition:background-color 200ms ease-in-out}.imagify-doughnut-legend li span{display:block;position:absolute;left:0;top:0;width:25px;height:25px;border-radius:50%}.imagify-chart{float:left;margin-bottom:20px}td .imagify-chart{float:none;margin-bottom:0}.imagify-chart-container{position:relative;width:180px;float:left;margin-right:40px}td .imagify-chart-container{width:18px;height:18px;float:none;margin-right:10px}td .imagify-chart{top:4px}.imagify-chart-percent{position:absolute;left:0;right:0;top:50%;margin-top:-14px;text-align:center;font-size:55px;font-weight:bold;color:#46B1CE}.imagify-chart-percent span{font-size:20px;vertical-align:super}.media_page_imagify-bulk-optimization .notice,.settings_page_imagify .notice{margin-right:20px;margin-left:2px}.media_page_imagify-bulk-optimization .media-item{margin:0}.media_page_imagify-bulk-optimization .media-item .progress{float:none;width:100%;margin:0;background:#1F2331;box-shadow:0;border-radius:0}.media_page_imagify-bulk-optimization .media-item .percent{width:auto;padding:0 5px;line-height:1.85;font-size:12px}.media_page_imagify-bulk-optimization .media-item .progress,.media_page_imagify-bulk-optimization .media-item .percent{text-align:right}.media_page_imagify-bulk-optimization .media-item .progress .bar{width:1px;height:22px;margin-top:0;background:#46B1CE;border-radius:0;overflow:visible;-webkit-transition:width .5s;transition:width .5s}.imagify-settings a,.imagify-settings .button,.imagify-settings input,.imagify-welcome a,.imagify-welcome .button,.imagify-weolcome input{-webkit-transition:all .275s;transition:all .275s}.imagify-settings a{color:#40b1d0}.imagify-options-title{padding-bottom:.5em;border-bottom:3px solid #F2F2F2;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:0.025em;color:#40b1d0}.imagify-settings,.imagify-settings p,.imagify-settings th{color:#5F758E}@media (max-width:782px){.imagify-settings .form-table th{padding-top:2em;padding-bottom:.5em}}.imagify-settings .form-table td{vertical-align:top}.imagify-settings .form-table th span{cursor:pointer}.imagify-middle th{padding-top:35px}.imagify-settings .button,.imagify-welcome .button,.imagify-notice .button,.imagify-button-primary.imagify-button-primary{height:auto;padding:8px 20px;border:0 none;font-size:14px;font-weight:600;box-shadow:0 3px 0 rgba(0,0,0,.15)}.imagify-notice .button-mini{padding:2px 10px;font-size:13px}.button-primary.button-mini{padding:2px 10px}.imagify-settings .button.button-mini-flat{padding:3px 6px 5px;font-size:12px;box-shadow:none!important;line-height:1.2}.imagify-settings .button.button-mini-flat:hover,.imagify-settings .button.button-mini-flat:focus{box-shadow:none!important}.imagify-title .button-ghost.button-ghost{padding:2px 9px;border:1px solid #40B1D0;font-size:12px;font-weight:normal;color:#40B1D0;background:transparent}.imagify-title .button-ghost.button-ghost:hover,.imagify-title .button-ghost.button-ghost:focus{border-color:transparent;color:#000;background:#40B1D0}.button .dashicons{margin-right:5px;vertical-align:middle}.imagify-settings .button-primary.button-primary,.imagify-welcome .button-primary.button-primary,.imagify-button-primary.imagify-button-primary{background:#40B1D0;color:#FFF;box-shadow:0 3px 0 rgba(51,142,166,1);text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799!important}.imagify-settings .button-primary:hover,.imagify-settings .button-primary:focus,.imagify-welcome .button-primary:hover,.imagify-welcome .button-primary:focus,.imagify-button-primary.imagify-button-primary:hover,.imagify-button-primary.imagify-button-primary:focus{background:rgb(51,142,166);box-shadow:0 3px 0 rgb(31,122,146)}.wp_attachment_image .imagify-button-primary,.media-frame-content .imagify-button-primary{float:left;padding:0 10px 1px;margin:0 5px 2px 0;font-size:13px;line-height:26px;box-shadow:0 3px 0 rgba(51,142,166,1)}.imagify-settings input[type="text"]{color:#4A4A4A;font-weight:600;box-shadow:none}.imagify-settings p.submit .button-primary{margin-left:240px}@media (max-width:850px){.imagify-settings p.submit .button-primary{margin-left:0px}.imagify-settings p.submit{text-align:center}}.imagify-title.imagify-title{position:relative;padding:30px 50px;font-size:23px;background:#2E3243;color:#FFF}.imagify-settings .imagify-title+.imagify-notice{margin:0;border-right:1px solid #D9D9D9;padding-top:15px;padding-bottom:15px}.imagify-logo{vertical-align:top}.imagify-sub-header,.imagify-sub-title.imagify-sub-title,.imagify-settings div.submit{margin:0;padding:20px;background:#F2F5F7}.imagify-bulk-info{margin:1em 1em 1em 240px;transition:margin .3s}@media (max-width:850px){.imagify-bulk-info{margin:1em}}.imagify-bulk-info p{display:inline-block;text-align:left;width:400px;max-width:100%;font-weight:bold}@media (min-width:1500px){.imagify-settings div.submit{display:table;width:100%}.imagify-settings div.submit >*{display:table-cell;vertical-align:middle}.imagify-bulk-info{padding:0 25px;text-align:right}}.imagify-settings div.submit{margin-top:2em;padding:20px 0}.imagify-sub-header th{text-align:right}.imagify-sub-header .form-table{margin:0}.imagify-sub-header th,.imagify-sub-header td{padding-top:0;padding-bottom:0}[for="api_key"]{padding-top:5px}.imagify-notice .imagify-rate-us.imagify-rate-us{position:relative;bottom:0;right:0;text-align:left}.imagify-notice .imagify-rate-us .stars{margin:0}.imagify-rate-us.imagify-rate-us{position:absolute;bottom:50%;right:20px;text-align:right;margin-bottom:-2.4em;color:#FFF}.imagify-rate-us a{color:#40B1D0}.imagify-rate-us .stars{display:inline-block;margin:2px 0 0 10px;text-decoration:none;letter-spacing:.2em;vertical-align:-1px}.imagify-rate-us .stars .dashicons:before{font-size:18px}.imagify-rate-us a:hover,.imagify-rate-us a:focus{color:#FEE102}@media (max-width:1220px){.imagify-rate-us.imagify-rate-us{position:static;margin-bottom:0;text-align:left}.imagify-rate-us.imagify-rate-us br{display:none}.imagify-rate-us .stars{display:block;margin-left:0}}.imagify-rkt-notice.imagify-rkt-notice{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;padding:10px 45px 10px 0;border:0 none;box-shadow:none;color:#FFF;background:#412355}.media_page_imagify-bulk-optimization .imagify-rkt-notice{margin-left:2px;margin-right:20px}@media (max-width:782px){.media_page_imagify-bulk-optimization .imagify-rkt-notice{margin-left:0;margin-right:12px}}.imagify-rkt-notice .imagify-cross{position:absolute;right:8px;top:50%;width:22px;height:22px;padding:0;margin-top:-11px;background:transparent;color:#FD7300;border-radius:50%;transition:all .275s}.imagify-rkt-notice .imagify-cross .dashicons{position:relative;top:2px;left:1px;transition:all .275s}.imagify-rkt-notice .imagify-cross:hover{background:#FFF}.imagify-rkt-notice .imagify-cross:hover .dashicons{color:#412355}.imagify-rkt-notice .imagify-rkt-cta,.imagify-rkt-notice .imagify-rkt-logo,.imagify-rkt-notice .imagify-rkt-coupon{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.imagify-rkt-notice .imagify-rkt-logo{width:150px!important;text-align:center;padding:0 25px 0 30px;line-height:0.8}.imagify-rkt-notice .imagify-rkt-msg{width:100%!important;padding:0 15px;font-size:14px;line-height:1.6}.imagify-rkt-notice .imagify-rkt-coupon{width:150px!important;padding:0 15px}.imagify-rkt-notice .imagify-rkt-coupon-code{padding:5px 10px;font-size:23px;font-weight:bold;border:1px dashed #F7A933;color:#F7A933}.imagify-rkt-notice .imagify-rkt-cta{width:200px!important}.imagify-rkt-notice .button.button{position:relative;top:-1px;height:auto;font-weight:600;font-size:14px;box-shadow:0 4px 0 #B27A27;border:0 none;padding:9px 18px 9px;background:#F7A933;text-shadow:1px 1px 1px rgba(0,0,0,.2)}@media (max-width:880px){.imagify-rkt-notice{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.imagify-rkt-notice .imagify-rkt-msg,.imagify-rkt-notice .imagify-rkt-cta,.imagify-rkt-notice .imagify-rkt-logo{text-align:left;padding:5px 15px}.imagify-cross.imagify-cross{top:8px;margin-top:0}.imagify-rkt-notice .imagify-cross .dashicons{top:1px}}.imagify-settings-section{padding:10px 20px}[id="imagify-settings"],.imagify-welcome .imagify-settings-section{border:1px solid #D9D9D9;border-top:0 none;background:#FFF}.imagify-br{line-height:2}.imagify-important{color:#F5A623}.imagify-info,.imagify-info a{color:#40B1D0;font-size:12px}.imagify-info{position:relative;display:inline-block;padding-left:25px;vertical-align:top}.imagify-info .dashicons{position:absolute;left:0;top:-1px}label+.imagify-info,label+.imagify-options-line,.imagify-visual-label{display:inline-block;max-width:70%;margin-left:15px;margin-top:2px!important;-webkit-transition:opacity .3s;transition:opacity .3s}.imagify-visual-label{vertical-align:-5px}label[for="imagify_sizes_full"]+.imagify-info{vertical-align:middle}.imagify-settings.imagify-settings [type="checkbox"]:not(:checked)+label+.imagify-options-line,.imagify-settings.imagify-settings [type="checkbox"]:not(:checked)+label .imagify-visual-label{opacity:.5}.imagify-settings.imagify-settings [type="checkbox"]:checked+label+.imagify-options-line,.imagify-settings.imagify-settings [type="checkbox"]:checked+label .imagify-visual-label{opacity:1}.imagify-checkbox-marged{max-width:500px;margin-left:45px}.imagify-settings.imagify-settings [type="checkbox"]:not(:checked),.imagify-settings.imagify-settings [type="checkbox"]:checked{opacity:0.01}.imagify-settings.imagify-settings [type="checkbox"]:not(:checked):focus,.imagify-settings.imagify-settings [type="checkbox"]:checked:focus{box-shadow:none!important;outline:none!important;border:0 none!important}.imagify-settings [type="checkbox"]:not(:checked)+label,.imagify-settings [type="checkbox"]:checked+label{position:relative;padding-left:6px;cursor:pointer;vertical-align:top}.imagify-settings [type="checkbox"]:not(:checked)+label:before,.imagify-settings [type="checkbox"]:checked+label:before{content:'';position:absolute;left:0;top:0;width:28px;height:28px;margin:0 0 0 -24px;border:2px solid #8BA6B4;background:#FFF;border-radius:4px}.imagify-settings [type="checkbox"]:not(:checked)+label:after,.imagify-settings [type="checkbox"]:checked+label:after{content:"✓";position:absolute;font-size:1.4em;top:3px;left:-16px;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;transition:all .2s}.imagify-settings [type="checkbox"][disabled]:not(:checked)+label:before,.imagify-settings [type="checkbox"][disabled]:checked+label:before{border-color:#ccc;background:#ddd}.imagify-settings [type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.imagify-settings [type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}input[id^="imagify_sizes_"]:checked+label{font-weight:bold}.imagify-settings .mini[type="checkbox"]:not(:checked)+label:before,.imagify-settings .mini[type="checkbox"]:checked+label:before{width:15px;height:15px;border-width:1px;border-radius:2px;margin-top:0}.imagify-settings .mini[type="checkbox"]:not(:checked)+label:after,.imagify-settings .mini[type="checkbox"]:checked+label:after{content:"✓";font-size:.9em;left:-21px;top:1px}.imagify-settings [type="checkbox"]:not(:checked):focus+label:before,.imagify-settings [type="checkbox"]:checked:focus+label:before{border-style:dotted;border-color:#40b1d0}.imagify-inline-options{position:relative;display:table;width:100%;max-width:600px;border-collapse:collapse}.imagify-inline-options:after{content:"";display:table;clear:both}.imagify-inline-options input[type="radio"]:not(:checked),.imagify-inline-options input[type="radio"]:checked{position:absolute;left:5px;top:5px;display:none}.imagify-inline-options input[type="radio"]:not(:checked)+label,.imagify-inline-options input[type="radio"]:checked+label{position:relative;display:table-cell;padding:13px 10px;text-align:center;font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:0.1em;color:#FFF;background:#2E3243;border-left:1px solid rgba(255,255,255,0.2);box-shadow:0 -3px 0 rgba(0,0,0,0.1) inset,inset -1px 0 0 rgba(255,255,255,0.2);z-index:2;-webkit-transition:all .275s;transition:all .275s}.imagify-bulk-submit .imagify-inline-options input[type="radio"]:not(:checked)+label,.imagify-bulk-submit .imagify-inline-options input[type="radio"]:checked+label{margin-bottom:1.75em}.imagify-inline-options input[type="radio"]:not(:checked)+label:first-of-type,.imagify-inline-options input[type="radio"]:checked+label:first-of-type{border-radius:3px 0 0 3px}.imagify-inline-options input[type="radio"]:not(:checked)+label:last-of-type,.imagify-inline-options input[type="radio"]:checked+label:last-of-type{border-radius:0 3px 3px 0}.imagify-inline-options input[type="radio"]:checked+label{background:#8BC34A}.imagify-inline-options .imagify-info{margin-top:15px}.imagify-btn-info{display:block;font-size:0.7em;letter-spacing:0;line-height:1;text-transform:none}#describe-resize-larger input{width:5em}.imagify-col{overflow:hidden}.imagify-sidebar{float:right;width:280px;margin-left:25px}.imagify-sidebar-section{border:1px solid #BBB;background:#FFF}.imagify-sidebar-section+.imagify-sidebar-section{margin-top:2em}@media (max-width:760px){.imagify-settings{display:flex;flex-direction:column}.imagify-sidebar{order:2;float:none;width:auto;margin-left:0;margin-top:25px}.wp-media-products{text-align:center}.wp-media-products li{display:inline-block;width:100%;max-width:276px}}.imagify-sidebar-title{display:block;padding:20px 15px;border-bottom:1px solid #BBB;font-size:14px;font-weight:bold;color:#23282d;background:#F2F5F7}.imagify-sidebar-title img{vertical-align:top;margin-right:5px}.imagify-sidebar .wp-media-products{margin-top:0;margin-bottom:-.5em}.imagify-sidebar .wp-media-products .links{display:block;padding:85px 25px 24px;text-align:center;background-color:#2E3243;background-size:contain;background-repeat:no-repeat;background-position:50% 0;text-decoration:none}.imagify-sidebar .wp-media-products .links p{margin:1.5em auto;color:#FFF}.imagify-sidebar .wp-media-products .wprocket-link{background-image:linear-gradient(to bottom,rgba(59,30,78,0),rgba(59,30,78,0) 130px,rgba(59,30,78,1) 210px),url("../images/sidebar-wp-rocket.jpg");background-color:#3B1E4E;background-repeat:repeat-x,no-repeat}.imagify-sidebar-content{padding:10px 20px}.imagify-mark-styled{display:inline-block;padding:1px 2px 1px 4px;line-height:1.3;font-weight:bold;background:#F7A933;transform-origine:50% 50%;transform:rotateZ(-2deg) rotateX(-10deg) skewX(-2deg) skewY(-3deg);text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.imagify-mark-styled span{display:inline-block;transform:rotateZ(2deg) rotateX(10deg) skewX(2deg) skewY(3deg)}.imagify-discount-code{margin:0.35em 0 .5em;display:block;font-size:2em;letter-spacing:.05em;font-weight:bold;text-align:center;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}.imagify-big-text{font-size:15px;font-weight:bold}.imagify-big-text strong{font-size:20px}a.btn-rocket{display:block;font-size:1.15em;padding:12px;background:#F7A933;box-shadow:0 3px 0 #D69626;border-radius:3px;color:#FFF;text-transform:uppercase;font-weight:bold;text-shadow:1px 1px 0 rgba(0,0,0,0.2);text-decoration:none}a.btn-rocket:hover,a.btn-rocket:focus{background:darkorange;box-shadow:0 3px 0 darkorange}.imagify-welcome{margin:30px 20px 0 0}.imagify-welcome .baseline{display:inline-block;margin:.2em 0 0 2em;font-size:17px}.imagify-welcome .imagify-logo{vertical-align:middle}.imagify-welcome-remove{position:absolute;top:50%;right:15px;margin-top:-8px;color:#FFF;text-decoration:none}.imagify-columns{overflow:hidden;padding:15px 0;counter-reset:cols}.imagify-columns [class^="col-"]{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.imagify-columns .col-1-3{width:33.333%;padding-left:28px}.imagify-columns .col-1-2{width:50%;padding:0 20px}.imagify-columns .col-informations{width:41.6%;padding-right:30px}.imagify-columns .col-statistics{width:25%}@media (max-width:830px){.imagify-columns [class^="col-"]{float:none;margin-bottom:1.5em}.imagify-columns .col-1-3,.imagify-columns .col-1-2{width:auto;padding:0 28px;clear:both;padding-top:1em}}.imagify-columns [class^="col-"] img{float:left;margin-right:18px}.imagify-col-content{overflow:hidden}.imagify-col-title{margin:0 0 15px 0;font-size:23px}.counter .imagify-col-title:before{counter-increment:cols;content:counter(cols) ". ";color:#40B1D0}.imagify-col-desc{color:#5F758E;margin-bottom:2em}.imagify-notice.imagify-notice{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0;margin:10px 20px 10px 2px;border:0 none;background:#2E3243;box-shadow:none;color:#FFF}@media (max-width:782px){.imagify-notice.imagify-notice,.imagify-welcome{margin-right:12px}}@media (max-width:450px){.imagify-notice.imagify-notice{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column}}.wrap .imagify-notice{margin:5px 15px 2px;position:relative}.imagify-notice-logo{padding:18px 23px;background:#40B1D0}.updated .imagify-notice-logo{background:#8BC34A}.error .imagify-notice-logo{background:#D0021B}.imagify-notice-title{font-size:15px}.imagify-notice-content{padding:5px 23px}.imagify-notice-content.imagify-notice-content p{margin:0.65em 0}.imagify-notice a{color:#40B1D0}.imagify-notice a:hover,.imagify-notice a:focus{color:#FEE102}.imagify-notice code{background:rgba(0,0,0,0.4) none repeat scroll 0 0}.column-imagify_optimized_file.column-imagify_optimized_file{width:300px;text-align:center;vertical-align:middle}.column-imagify_optimized_file >*{max-width:235px;margin:0 auto}ul.imagify-datas-list.imagify-datas-list{margin:0 auto;color:#555;font-size:10px}.compat-field-imagify .label{vertical-align:top}.compat-field-imagify ul.imagify-datas-list{margin-top:7px;font-size:11px}ul.imagify-datas-list .big{font-size:12px;color:#40B1D0}.imagify-data-item{overflow:hidden}.imagify-data-item .imagify-chart{display:inline-block;top:1px;width:20px;vertical-align:middle;margin-bottom:0}li.imagify-data-item{clear:both;margin-bottom:2px}ul.imagify-datas-list .imagify-data-item span.data,ul.imagify-datas-list .imagify-data-item strong{float:left;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}ul.imagify-datas-list .imagify-data-item span.data{text-align:left;padding-right:5px}.compat-field-imagify .imagify-datas-list .imagify-data-item .data{width:130px;text-align:left;font-weight:bold}.media-sidebar .imagify-datas-list .imagify-data-item .data{width:auto;float:none}ul.imagify-datas-list .imagify-data-item strong{text-align:left;padding-left:5px}.media-sidebar .imagify-datas-list .imagify-data-item strong{width:auto;float:none}.imagify-datas-more-action.imagify-datas-more-action{margin:.4em auto;background:linear-gradient(to bottom,transparent,transparent 49%,rgba(0,0,0,.075) 50%,rgba(0,0,0,.075) 58%,transparent 58%,transparent)}.imagify-datas-more-action a{display:inline-block;padding:0 5px;background:#40B1D0;color:#FFF;text-transform:uppercase;font-size:9px;font-weight:bold;line-height:1.9;text-decoration:none}.imagify-datas-more-action a.is-open{background:#555}.imagify-datas-more-action a.is-open .dashicons{transform:rotate(180deg)}.imagify-datas-more-action a .dashicons{font-size:14px;vertical-align:middle;line-height:.8}.imagify-datas-more-action a .dashicons:before{vertical-align:middle;line-height:20px}.imagify-datas-more-action .the-text{display:inline-block;vertical-align:middle;height:20px;line-height:20px}ul.imagify-datas-details.imagify-datas-details{margin:.7em auto}.imagify-datas-details strong{color:#40B1D0}.imagify-datas-details .original{color:#555}.imagify-datas-actions-links{overflow:hidden;border-top:2px solid transparent;padding-top:5px;font-size:8px}.imagify-datas-actions-links a{position:relative;display:inline-block;padding-left:17px;text-decoration:none;font-weight:600}.compat-field-imagify .imagify-datas-actions-links{max-width:300px}.misc-pub-imagify .imagify-datas-actions-links{border-top:2px solid #f2f2f2;padding-bottom:5px}.compat-field-imagify .imagify-datas-actions-links a,.misc-pub-imagify .imagify-datas-actions-links a{font-size:10px;float:left;width:50%}.media-sidebar .compat-field-imagify .imagify-datas-actions-links a,.submitbox .misc-pub-imagify .imagify-datas-actions-links a{display:block;width:auto;float:none}.column-imagify_optimized_file .imagify-datas-actions-links a{margin:0 .7em;padding-left:15px}.imagify-datas-actions-links a:only-child{float:none;width:auto}.imagify-datas-details.is-open+.imagify-datas-actions-links{border-top-color:rgba(0,0,0,.075)}.imagify-datas-actions-links .dashicons{position:absolute;left:0;top:4px;width:12px;margin-right:2px;font-size:11px}.imagify-title >h1{padding:0}.imagify-title-right{display:table;float:right;margin-top:-10px}.imagify-title-right p{margin:0}.imagify-title-right a{font-weight:bold;text-decoration:none}.imagify-title-right >div{display:table-cell;vertical-align:middle}.imagify-title-right .dashicons-arrow-down-alt2{vertical-align:-4px;margin-left:2px}@media (max-width:1200px){.imagify-bulk .imagify-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.imagify-title-right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin-top:20px}}.imagify-account,.imagify-account-link{padding-right:15px}.imagify-sep-v{width:1px;background:rgba(255,255,255,.2)}.imagify-credit-left{position:relative;min-width:280px;padding-left:15px}.imagify-meteo-icon{display:inline-block;height:38px;vertical-align:middle;margin-right:10px}.imagify-user-plan{color:#40b1d0}@media (max-width:630px){.imagify-title-right{display:block;width:auto}.imagify-title-right >div{display:block;width:auto;margin-top:10px;max-width:100%}.imagify-credit-left{padding-left:0}}.imagify-meteo-title.imagify-meteo-title{color:#FFF;font-size:17px}.imagify-space-left{display:inline-block;min-height:38px;min-width:245px;vertical-align:middle}.imagify-space-left >p{color:#FFF}[class^="imagify-bar-"],#wp-admin-bar-imagify-profile [class^="imagify-bar-"]{position:relative;height:15px;width:100%;background:#60758D;color:#FFF;font-size:10px}.base-transparent{background:transparent}[class^="imagify-bar-"].right-outside-number{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:45px}.right-outside-number .imagify-barnb{display:block;margin-right:-45px;text-align:right;font-weight:bold;line-height:15px}.imagify-progress-value,#wp-admin-bar-imagify-profile .imagify-progress-value{position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;line-height:13px;font-weight:bold}.imagify-progress,#wp-admin-bar-imagify-profile .imagify-progress{height:15px}.imagify-bar-positive .imagify-progress{background:#8CC152}.imagify-bar-positive .imagify-barnb{color:#8CC152}.imagify-bar-negative .imagify-progress{background:#73818C}.imagify-bar-negative .imagify-barnb{color:#73818C}.imagify-bar-neutral .imagify-progress{background:#F5A623}.imagify-space-left .imagify-bar-negative .imagify-progress{background:#D0021B}#wpadminbar #wp-admin-bar-imagify-profile *{line-height:1.5;white-space:initial}#wpadminbar #wp-admin-bar-imagify .ab-submenu{padding-bottom:0}#wpadminbar #wp-admin-bar-imagify-profile .ab-item{height:auto;padding:0 13px}#wpadminbar #wp-admin-bar-imagify-profile{min-width:200px;padding:15px 0 10px;margin-top:0.7em;background:#222}#wp-admin-bar-imagify .dashicons{font-family:"dashicons";font-size:18px;vertical-align:middle;margin:0 5px 0 0}#wp-admin-bar-imagify .button-text{display:inline-block;vertical-align:middle}#wp-admin-bar-imagify .imagify-abq-row{display:table;width:100%}#wp-admin-bar-imagify .imagify-abq-row+.imagify-abq-row{margin-top:.75em}#wp-admin-bar-imagify .imagify-abq-row >*{display:table-cell}#wp-admin-bar-imagify-profile .imagify-meteo-icon{padding-right:7px}#wp-admin-bar-imagify-profile .imagify-meteo-icon img{width:37px}#wp-admin-bar-imagify-profile .imagify-meteo-title{font-size:17px}#wp-admin-bar-imagify-profile .imagify-meteo-subs{color:#72889F}#wpadminbar #wp-admin-bar-imagify-profile strong{font-weight:bold}#wpadminbar #wp-admin-bar-imagify-profile .imagify-user-plan,#wpadminbar #wp-admin-bar-imagify-profile a{padding:0;color:#40B1D0}#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link{display:table}#wpadminbar #wp-admin-bar-imagify-profile .imagify-account-link >* {display:table-cell}#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left{max-width:210px;min-width:210px;width:210px}#wpadminbar #wp-admin-bar-imagify-profile .imagify-space-left p{font-size:12px}#wp-admin-bar-imagify-profile .imagify-error,#wp-admin-bar-imagify-profile .imagify-warning{padding:10px;margin:0 -13px -13px}#wp-admin-bar-imagify-profile .imagify-error p+p,#wp-admin-bar-imagify-profile .imagify-warning p+p{margin-top:.5em}#wp-admin-bar-imagify-profile .imagify-error p+p+p,#wp-admin-bar-imagify-profile .imagify-warning p+p+p{margin-top:1em}.btn-ghost,#wpadminbar #wp-admin-bar-imagify-profile .btn-ghost{display:inline-block;height:auto;padding:7px 10px;border:1px solid #FFF;text-align:center;background:transparent;color:#FFF;border-radius:3px;transition:all .275s}.btn-ghost:hover,.btn-ghost:focus,#wpadminbar #wp-admin-bar-imagify-profile .btn-ghost:hover,#wpadminbar #wp-admin-bar-imagify-profile .btn-ghost:focus{background:#FFF;color:#888}.txt-center{text-align:center}.imagify-list-dash li{position:relative;padding-left:24px}.imagify-list-dash li:before{content:"";position:absolute;left:0;top:9px;height:1px;width:12px;background:#5f758e}.imagify-sub-title.imagify-sub-title{font-size:23px;background:#FFF;color:#2E3243;border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9;font-weight:lighter}.imagify-sub-title .icon-bulk{margin-right:10px;vertical-align:middle}.imagify-sub-title .title-text{display:inline-block;line-height:1;vertical-align:middle}.imagify-bulk .imagify-settings-section{border:1px solid #D9D9D9;border-top:0;background:#F2F5F7;color:#4A4A4A}.imagify-bulk .imagify-settings-section p,.imagify-bulk .imagify-settings-section li,.imagify-bulk .imagify-settings-section h3{color:#4A4A4A}.imagify-bulk .imagify-settings-section h3{margin-bottom:2em}.imagify-bulk-submit{margin-top:4em}#imagify-bulk-action{float:left}#imagify-bulk-action+.imagify-tooltips{overflow:hidden;display:block}.imagify-title .imagify-tooltips{position:absolute;top:100%;left:0}.imagify-tooltips .icon-round{float:left;display:inline-block;width:28px;height:28px;border:1px solid #FFF;margin-right:8px;margin-bottom:8px;font-size:17px;font-style:italic;line-height:29px;font-weight:bold;text-align:center;border-radius:50%}.imagify-tooltips .tooltip-content{display:block;position:relative;max-width:250px;padding:7px 15px 8px;background:#2e3242;color:#FFF;font-size:10px;border-radius:3px}.imagify-tooltips.right .tooltip-content{margin-left:12px}.imagify-tooltips.bottom .tooltip-content{margin-top:4px}.imagify-inline-options label .tooltip-content{position:absolute;left:0;right:0;top:100%;text-transform:none;font-size:10px;letter-spacing:0;text-align:center}.imagify-tooltips .tooltip-content:after{content:"";position:absolute}.imagify-tooltips.right .tooltip-content:after{top:16px;left:-6px;border-right:8px solid #2e3242;border-top:6px solid transparent;border-bottom:6px solid transparent}.imagify-tooltips.bottom .tooltip-content:after{top:-5px;left:50%;margin-left:-3px;border-bottom:6px solid #2e3242;border-left:6px solid transparent;border-right:6px solid transparent}.imagify-space-tooltips .tooltip-content{max-width:280px;margin-top:20px;margin-left:0;padding:5px 15px 5px;font-size:13px;background:#40B1D0;box-shadow:0 3px 0 #338EA6}.imagify-space-tooltips .tooltip-content:after{top:-14px;left:50%;margin-left:-7px;border:0 none;border-bottom:15px solid #40B1D0;border-left:15px solid transparent;border-right:15px solid transparent}.tooltip-content.tooltip-table{display:table;width:100%}.tooltip-content.tooltip-table >*{display:table-cell;vertical-align:middle}.tooltip-content .cell-icon{width:28px}.tooltip-content .cell-icon .icon{margin-bottom:0}.tooltip-content .cell-text{padding:5px 10px 5px 0;line-height:1.3}.tooltip-content .cell-sep{width:1px;background:rgba(255,255,255,.4)}.tooltip-content .cell-cta{padding-left:10px}.tooltip-content .cell-cta a{display:block;color:#FFF;width:100%;height:100%;white-space:nowrap}.imagify-number-you-optimized .number{display:table-cell;padding-right:15px;font-size:36px;font-weight:bold;line-height:1.1;vertical-align:middle}.imagify-number-you-optimized .text{display:table-cell;vertical-align:middle;overflow:hidden;font-size:12px}.imagify-number-you-optimized .text br{display:none}.imagify-number-you-optimized >p{display:table}.imagify-number-you-optimized{padding-bottom:0.85em;margin-bottom:1.35em;overflow:hidden;border-bottom:1px solid rgba(0,0,0,0.05)}.imagify-bars p{font-weight:bold;font-size:12px;margin-bottom:0}.imagify-bars+.imagify-number-you-optimized{border-bottom:0;padding-top:0.85em}.imagify-bars+.imagify-number-you-optimized p{color:#46b1ce}.imagify-bulk-table{margin-top:2em;max-height:600px;max-height:60vh;overflow:auto}.imagify-bulk-table table{width:100%;border-spacing:0;border-collapse:collapse;border:1px solid #D3D3D3}.imagify-bulk-table td{padding:8px 15px}.imagify-bulk-table thead tr,.imagify-bulk-table thead th{background:#2E3242}.imagify-bulk-table tfoot tr,.imagify-bulk-table tfoot th{background:#73818C}.imagify-bulk-table thead th{padding:14px 15px;text-align:left;color:#F2F5F7;font-weight:bold;font-size:14px}.imagify-bulk-table tfoot td{padding:14px 15px;color:#F9FAFA}.imagify-bulk-table tbody tr,.imagify-bulk-table tbody td{background:#FFF}.imagify-bulk-table tbody tr:nth-child(odd),.imagify-bulk-table tbody tr:nth-child(odd) td{background:#F2F5F7}.imagify-bulk-table .imagify-row-progress{display:none}.imagify-bulk-table .imagify-row-progress,.imagify-bulk-table .imagify-row-progress td{height:15px;padding:0}.imagify-bulk-table .imagify-no-uploaded-yet td{height:200px;font-size:17px;letter-spacing:.1em;word-spacing:.12em;vertical-align:middle;text-transform:uppercase;font-weight:bold;text-align:center;color:#999;background-color:#FFF}.imagify-row-complete{padding:35px 20px;margin-top:2em;background:#8BC34A;color:#FFF;text-shadow:0 0 2px rgba(0,0,0,.1)}.imagify-row-complete .imagify-ac-chart{margin-top:3px}.imagify-row-complete p{color:#FFF;margin:0}@-webkit-keyframes congrate{ 0%{opacity:0;-webkit-transform:scale(1)} 50%{-webkit-transform:scale(1.05);opacity:1} 100%{-webkit-transform:scale(1);opacity:1}}​@keyframes congrate{ 0%{opacity:0;transform:scale(1)} 50%{transform:scale(1.05);opacity:1} 100%{transform:scale(1);opacity:1}}.imagify-row-complete.done{-webkit-animation:congrate 500ms ease-in-out;animation:congrate 500ms ease-in-out}.imagify-all-complete{margin:1.5em 0}.imagify-all-complete >div{display:inline-block;vertical-align:middle}.imagify-ac-report{min-width:310px}.imagify-ac-chart{width:46px;height:46px;float:left;margin:0 20px 0 10px}.imagify-ac-report-text{overflow:hidden}.imagify-ac-report-text p{line-height:1.3}.imagify-ac-rt-big{font-weight:bold;font-size:24px;letter-spacing:0.15em;word-spacing:0.15em;text-transform:uppercase}.imagify-ac-share{text-align:right}.imagify-ac-share-content{display:inline-block;padding:10px 15px;background:rgba(255,255,255,.2)}.imagify-ac-share-content >*{display:inline-block;vertical-align:middle}.imagify-bulk-table .imagify-ac-share-content p{margin-right:5px}.imagify-share-networks,.imagify-share-networks li{margin:0}.imagify-share-networks li{display:inline-block}.imagify-share-networks a{display:inline-block;vertical-align:-7px;margin:0 5px;text-decoration:none;color:#FFF}.imagify-cell-filename{max-width:200px}.imagify-cell-status{max-width:145px}.imagify-cell-status .dashicons-warning{margin-right:2px}.imagify-cell-thumbnails{max-width:120px}td.imagify-cell-filename{text-overflow:clip;white-space:nowrap;overflow:hidden}.imagify-bulk-table td.imagify-cell-totaloriginal{padding-right:78px}.imagiuploaded,.imagifilename{display:inline-block;vertical-align:middle}.imagifilename{font-size:12px}.imagiuploaded{width:33px;height:33px;margin-right:5px;margin-left:-8px;overflow:hidden;background:url(../images/upload-image.png) 0 0 no-repeat;background-size:cover}.imagiuploaded img{max-widht:100%;height:auto}.imagistatus{color:#8CA6B3;text-transform:uppercase;font-weight:bold}.status-compressing{color:#46B1CE}.status-error{color:#CE0B24}.status-warning{color:#f5a623}.status-complete{color:#8CC152}.imagify-error{background:#D0021B;color:#FFF}.imagify-warning,#wpadminbar .imagify-warning *{background:#f5a623;color:#FFF;text-shadow:0 0 2px rgba(0,0,0,0.2)}.imagify-bulk-table .imagify-cell-thumbnails{text-align:center}.imagify-cell-percentage,.imagify-cell-savings{color:#46B1CE;font-weight:bold}.imagify-cell-optimized{font-weight:bold}.imagify-cell-totaloriginal{text-align:right}.dashicons.rotate{-webkit-animation:icon-rotate 2.6s infinite linear;animation:icon-rotate 2.6s infinite linear}.dashicons-admin-generic{transform-origin:48.75% 51.75%}.imagify-modal{display:flex;flex-direction:column;align-items:center;justify-content:center}.js .imagify-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#1F2332;background-color:rgba(31,35,50,.95);z-index:99999}.imagify-modal-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;width:800px;max-width:95%;max-height:90vw;overflow:auto;padding:20px 25px;margin:1em auto;background:#FFF;box-shadow:1px 1px 4px rgba(0,0,0,.7);border-radius:3px}#imagify-visual-comparison .imagify-modal-content,.imagify-visual-comparison .imagify-modal-content{max-width:1400px;background:transparent;padding:5px;box-shadow:none;border-radius:0}.imagify-modal .h2{margin:.5em 0;color:#8ba6b4;font-weight:normal;font-size:24px;letter-spacing:0.075em;text-align:center}.imagify-modal .h3{color:#40b1d0;font-weight:normal;font-size:18px;letter-spacing:0.075em;text-align:center}.text-justify{text-align:justify}.imagify-modal .close-btn{display:none;visibility:hidden;position:absolute;right:20px;top:20px;font-size:1.2em;border:0;background:transparent none;border-radius:0;cursor:pointer}.imagify-modal .close-btn i{margin-left:-2px}.imagify-modal .close-btn:hover,.imagify-modal .close-btn:focus{color:#40b1d0}.js .imagify-modal .close-btn{display:block;visibility:visible}#imagify-visual-comparison .close-btn,.imagify-visual-comparison .close-btn{top:50px;right:5px;width:33px;height:33px;padding:1px 0 0 2px;border:1px solid #F2F2F2;color:#F2F2F2;line-height:19px;text-align:center;border-radius:50%}.wp_attachment_image #imagify-visual-comparison .close-btn,.imagify-visual-comparison .close-btn{top:0}.wp_attachment_image #imagify-visual-comparison .imagify-modal-content,.imagify-visual-comparison .imagify-modal-content{padding-top:40px}.imagify-modal .imagify-comparison-title{font-size:28px;margin-bottom:1em;color:#F2F2F2;text-align:left}.imagify-modal .imagify-comparison-title .twentytwenty-duo-buttons{position:static;margin:0 10px 0 15px}.imagify-comparison-title .twentytwenty-duo-buttons button{float:none;padding:6px 12px;font-size:16px;text-transform:none;border:1px solid #40B1D0;color:#889;letter-spacing:0}.imagify-comparison-title .twentytwenty-duo-buttons button:focus{outline:none;box-shadow:none}.imagify-comparison-title .twentytwenty-duo-buttons .selected{border:1px solid #40B1D0;color:#FFF;background:#40B1D0}.imagify-comparison-levels{margin:15px 0;overflow:hidden}.imagify-comparison-levels div{display:none;min-width:175px;font-size:11px}.imagify-comparison-levels .imagify-chart,.imagify-comparison-levels .imagify-chart-container{width:25px;float:none;margin:0}.imagify-c-level.go-left{float:left}.imagify-c-level.go-right{float:right}.imagify-c-level.go-right,.imagify-c-level.go-left{display:table}.imagify-c-level .imagify-c-level-row{display:table-row;margin:0;color:#FFF}.imagify-c-level-row >span{display:table-cell;padding:2px 0}.imagify-c-level-row .value{text-align:right;padding-left:5px}.imagify-c-level-row .value.level{color:#40b1d0}.imagify-c-level-row .value.size{color:#8bc34a;font-weight:bold}.imagify-c-level-row .value .imagify-chart{top:1px}@-webkit-keyframes icon-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.imagify-menu-bar-img{margin-top:1em}.imagify-modal .loader{position:absolute;top:50%;left:50%;margin:-32px 0 0 -32px;opacity:0;visibility:hidden;transition:opacity .4s}.imagify-modal .loading .loader{visibility:visible;opacity:1}.imagify-settings .imagify-visual-comparison-text{margin-top:1em;color:#40b1d0;font-weight:bold}
|
assets/images/bear-aggressive.jpg
DELETED
Binary file
|
assets/images/bear-normal.jpg
DELETED
Binary file
|
assets/images/bear-original.jpg
DELETED
Binary file
|
assets/images/bear-ultra.jpg
DELETED
Binary file
|
assets/images/mushrooms-aggressive.jpg
ADDED
Binary file
|
assets/images/mushrooms-normal.jpg
ADDED
Binary file
|
assets/images/mushrooms-original.jpg
ADDED
Binary file
|
assets/images/mushrooms-ultra.jpg
ADDED
Binary file
|
assets/images/penseur-aggressive.jpg
DELETED
Binary file
|
assets/images/penseur-normal.jpg
DELETED
Binary file
|
assets/images/penseur-original.jpg
DELETED
Binary file
|
assets/images/penseur-ultra.jpg
DELETED
Binary file
|
assets/js/admin.js
CHANGED
@@ -67,10 +67,10 @@ jQuery(function($){
|
|
67 |
$.get(ajaxurl + concat + "action=imagify_check_api_key_validity&api_key=" +inputValue + "&imagifycheckapikeynonce="+ $('#imagifycheckapikeynonce').val())
|
68 |
.done(function(response){
|
69 |
if( !response.success ) {
|
70 |
-
swal.showInputError(response.data);
|
71 |
} else {
|
72 |
swal({
|
73 |
-
title:imagify.ApiKeyCheckSuccessTitle,
|
74 |
text: imagify.ApiKeyCheckSuccessText,
|
75 |
type: "success",
|
76 |
customClass: "imagify-sweet-alert"
|
@@ -105,47 +105,50 @@ jQuery(function($){
|
|
105 |
/*
|
106 |
* Imagify Light modal
|
107 |
*/
|
108 |
-
|
109 |
-
if ( $('.imagify-modal-trigger').length > 0 ) {
|
110 |
-
|
111 |
-
// accessibility
|
112 |
-
$('.imagify-modal').attr('aria-hidden', 'true');
|
113 |
|
114 |
-
|
115 |
-
$('.imagify-modal-trigger').on('click', function(){
|
116 |
-
var the_target = $(this).data('target') || $(this).attr('href');
|
117 |
|
118 |
-
|
119 |
-
|
120 |
|
121 |
-
|
122 |
-
});
|
123 |
|
124 |
-
|
125 |
-
|
126 |
-
$(this).closest('.imagify-modal').fadeOut(400).attr('aria-hidden', 'true').removeClass('modal-is-open');
|
127 |
-
$('body').removeClass('imagify-modal-is-open');
|
128 |
-
})
|
129 |
-
.on('blur', function(){
|
130 |
-
var $modal = $(this).closest('.imagify-modal');
|
131 |
-
if ( $modal.attr('aria-hidden') === 'false' ) {
|
132 |
-
$modal.attr('tabindex', '0').focus().removeAttr('tabindex');
|
133 |
-
}
|
134 |
-
});
|
135 |
|
136 |
-
|
137 |
-
|
138 |
-
if ( e.keyCode == 27 && $('.imagify-modal.modal-is-open').length > 0 ) {
|
139 |
|
140 |
-
|
141 |
-
|
142 |
-
// trigger the event
|
143 |
-
$('.imagify-modal.modal-is-open').find('.close-btn').trigger('click');
|
144 |
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
var busy = false,
|
151 |
xhr = false;
|
67 |
$.get(ajaxurl + concat + "action=imagify_check_api_key_validity&api_key=" +inputValue + "&imagifycheckapikeynonce="+ $('#imagifycheckapikeynonce').val())
|
68 |
.done(function(response){
|
69 |
if( !response.success ) {
|
70 |
+
swal.showInputError( response.data );
|
71 |
} else {
|
72 |
swal({
|
73 |
+
title: imagify.ApiKeyCheckSuccessTitle,
|
74 |
text: imagify.ApiKeyCheckSuccessText,
|
75 |
type: "success",
|
76 |
customClass: "imagify-sweet-alert"
|
105 |
/*
|
106 |
* Imagify Light modal
|
107 |
*/
|
108 |
+
var imagify_open_modal = function( $the_link ){
|
|
|
|
|
|
|
|
|
109 |
|
110 |
+
var the_target = $the_link.data('target') || $the_link.attr('href');
|
|
|
|
|
111 |
|
112 |
+
$( the_target ).css('display', 'flex').hide().fadeIn(400).attr('aria-hidden', 'false').attr('tabindex', '0').focus().removeAttr('tabindex').addClass('modal-is-open');
|
113 |
+
$('body').addClass('imagify-modal-is-open');
|
114 |
|
115 |
+
};
|
|
|
116 |
|
117 |
+
// accessibility
|
118 |
+
$('.imagify-modal').attr('aria-hidden', 'true');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|
120 |
+
// on click on modal trigger
|
121 |
+
$('.imagify-modal-trigger').on('click', function(){
|
|
|
122 |
|
123 |
+
imagify_open_modal( $(this) );
|
|
|
|
|
|
|
124 |
|
125 |
+
return false;
|
126 |
+
});
|
127 |
+
|
128 |
+
// on click on close button
|
129 |
+
$(document).on('click', '.imagify-modal .close-btn', function(){
|
130 |
+
$(this).closest('.imagify-modal').fadeOut(400).attr('aria-hidden', 'true').removeClass('modal-is-open');
|
131 |
+
$('body').removeClass('imagify-modal-is-open');
|
132 |
+
})
|
133 |
+
.on('blur', '.imagify-modal .close-btn', function(){
|
134 |
+
var $modal = $(this).closest('.imagify-modal');
|
135 |
+
if ( $modal.attr('aria-hidden') === 'false' ) {
|
136 |
+
$modal.attr('tabindex', '0').focus().removeAttr('tabindex');
|
137 |
+
}
|
138 |
+
});
|
139 |
+
|
140 |
+
// `Esc` key binding
|
141 |
+
$(window).on('keydown', function(e){
|
142 |
+
if ( e.keyCode == 27 && $('.imagify-modal.modal-is-open').length > 0 ) {
|
143 |
+
|
144 |
+
e.preventDefault();
|
145 |
+
|
146 |
+
// trigger the event
|
147 |
+
$('.imagify-modal.modal-is-open').find('.close-btn').trigger('click');
|
148 |
+
|
149 |
+
return false;
|
150 |
+
}
|
151 |
+
});
|
152 |
|
153 |
var busy = false,
|
154 |
xhr = false;
|
assets/js/admin.min.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
jQuery(function(a){var d=0<ajaxurl.indexOf("?")?"&":"?";a("#imagify-signup").click(function(b){b.preventDefault();swal({title:imagify.signupTitle,text:imagify.signupText,confirmButtonText:imagify.signupConfirmButtonText,type:"input",closeOnConfirm:!1,allowOutsideClick:!0,showLoaderOnConfirm:!0,customClass:"imagify-sweet-alert imagify-sweet-alert-signup"},function(b){if(""==a.trim(b)||!b)return swal.showInputError(imagify.signupErrorEmptyEmail),!1;a.get(ajaxurl+d+"action=imagify_signup&email="+b+"&imagifysignupnonce="+
|
2 |
a("#imagifysignupnonce").val()).done(function(a){a.success?swal({title:imagify.signupSuccessTitle,text:imagify.signupSuccessText,type:"success",customClass:"imagify-sweet-alert"}):swal.showInputError(a.data)})})});a("#imagify-save-api-key").click(function(b){b.preventDefault();swal({title:imagify.saveApiKeyTitle,text:imagify.saveApiKeyText,confirmButtonText:imagify.saveApiKeyConfirmButtonText,type:"input",closeOnConfirm:!1,allowOutsideClick:!0,showLoaderOnConfirm:!0,customClass:"imagify-sweet-alert imagify-sweet-alert-signup"},
|
3 |
function(b){if(""==a.trim(b)||!b)return swal.showInputError(imagify.signupErrorEmptyEmail),!1;a.get(ajaxurl+d+"action=imagify_check_api_key_validity&api_key="+b+"&imagifycheckapikeynonce="+a("#imagifycheckapikeynonce").val()).done(function(a){a.success?swal({title:imagify.ApiKeyCheckSuccessTitle,text:imagify.ApiKeyCheckSuccessText,type:"success",customClass:"imagify-sweet-alert"}):swal.showInputError(a.data)})})});a(".imagify-notice-dismiss").click(function(b){b.preventDefault();var c=a(this);b=c.parents(".imagify-welcome, .imagify-notice");
|
4 |
-
c=c.attr("href");b.fadeTo(100,0,function(){a(this).slideUp(100,function(){a(this).remove()})});a.get(c.replace("admin-post.php","admin-ajax.php"))});
|
5 |
-
|
6 |
-
|
1 |
jQuery(function(a){var d=0<ajaxurl.indexOf("?")?"&":"?";a("#imagify-signup").click(function(b){b.preventDefault();swal({title:imagify.signupTitle,text:imagify.signupText,confirmButtonText:imagify.signupConfirmButtonText,type:"input",closeOnConfirm:!1,allowOutsideClick:!0,showLoaderOnConfirm:!0,customClass:"imagify-sweet-alert imagify-sweet-alert-signup"},function(b){if(""==a.trim(b)||!b)return swal.showInputError(imagify.signupErrorEmptyEmail),!1;a.get(ajaxurl+d+"action=imagify_signup&email="+b+"&imagifysignupnonce="+
|
2 |
a("#imagifysignupnonce").val()).done(function(a){a.success?swal({title:imagify.signupSuccessTitle,text:imagify.signupSuccessText,type:"success",customClass:"imagify-sweet-alert"}):swal.showInputError(a.data)})})});a("#imagify-save-api-key").click(function(b){b.preventDefault();swal({title:imagify.saveApiKeyTitle,text:imagify.saveApiKeyText,confirmButtonText:imagify.saveApiKeyConfirmButtonText,type:"input",closeOnConfirm:!1,allowOutsideClick:!0,showLoaderOnConfirm:!0,customClass:"imagify-sweet-alert imagify-sweet-alert-signup"},
|
3 |
function(b){if(""==a.trim(b)||!b)return swal.showInputError(imagify.signupErrorEmptyEmail),!1;a.get(ajaxurl+d+"action=imagify_check_api_key_validity&api_key="+b+"&imagifycheckapikeynonce="+a("#imagifycheckapikeynonce").val()).done(function(a){a.success?swal({title:imagify.ApiKeyCheckSuccessTitle,text:imagify.ApiKeyCheckSuccessText,type:"success",customClass:"imagify-sweet-alert"}):swal.showInputError(a.data)})})});a(".imagify-notice-dismiss").click(function(b){b.preventDefault();var c=a(this);b=c.parents(".imagify-welcome, .imagify-notice");
|
4 |
+
c=c.attr("href");b.fadeTo(100,0,function(){a(this).slideUp(100,function(){a(this).remove()})});a.get(c.replace("admin-post.php","admin-ajax.php"))});a(".imagify-modal").attr("aria-hidden","true");a(".imagify-modal-trigger").on("click",function(){var b=a(this),b=b.data("target")||b.attr("href");a(b).css("display","flex").hide().fadeIn(400).attr("aria-hidden","false").attr("tabindex","0").focus().removeAttr("tabindex").addClass("modal-is-open");a("body").addClass("imagify-modal-is-open");return!1});
|
5 |
+
a(document).on("click",".imagify-modal .close-btn",function(){a(this).closest(".imagify-modal").fadeOut(400).attr("aria-hidden","true").removeClass("modal-is-open");a("body").removeClass("imagify-modal-is-open")}).on("blur",".imagify-modal .close-btn",function(){var b=a(this).closest(".imagify-modal");"false"===b.attr("aria-hidden")&&b.attr("tabindex","0").focus().removeAttr("tabindex")});a(window).on("keydown",function(b){if(27==b.keyCode&&0<a(".imagify-modal.modal-is-open").length)return b.preventDefault(),
|
6 |
+
a(".imagify-modal.modal-is-open").find(".close-btn").trigger("click"),!1});var e=!1,f=!1;a("#wp-admin-bar-imagify").hover(function(){!0===e&&f.abort();e=!0;var b=a("#wp-admin-bar-imagify-profile-content");b.is(":empty")&&(f=a.get(ajaxurl+d+"action=imagify_get_admin_bar_profile&imagifygetadminbarprofilenonce="+a("#imagifygetadminbarprofilenonce").val()).done(function(c){b.html(c.data);a("#wp-admin-bar-imagify-profile-loading").remove();e=!1}))})});
|
assets/js/jquery.twentytwenty.js
CHANGED
@@ -161,7 +161,15 @@
|
|
161 |
*
|
162 |
* @param {object} Parameters to build modal with datas
|
163 |
*/
|
164 |
-
var
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
var defaults = {
|
167 |
width: 0, //px
|
@@ -174,6 +182,7 @@
|
|
174 |
modal_append_to: $('body'), // jQuery element
|
175 |
trigger: $('[data-target="imagify-visual-comparison"]'), // jQuery element (button, link) with data-target="modal_id"
|
176 |
modal_id: 'imagify-visual-comparison', // should be dynamic if multiple modals
|
|
|
177 |
},
|
178 |
settings = $.extend({}, defaults, options);
|
179 |
|
@@ -213,12 +222,16 @@
|
|
213 |
);
|
214 |
|
215 |
settings.trigger.on('click.imagify', function(){
|
216 |
-
|
217 |
var $modal = $( $(this).data('target') ),
|
218 |
imgs_loaded = 0;
|
219 |
|
|
|
|
|
|
|
|
|
220 |
$modal.find('.imagify-modal-content').css({
|
221 |
-
'width' : ($(window).outerWidth()*0.
|
222 |
'max-width' : settings.width
|
223 |
});
|
224 |
|
@@ -249,7 +262,7 @@
|
|
249 |
|
250 |
if ( ! $tt.closest('.imagify-modal-content').hasClass('loaded') ) {
|
251 |
$tt.closest('.imagify-modal-content').removeClass('loading').addClass('loaded');
|
252 |
-
draw_me_a_chart( $modal.find('.imagify-level-optimized').find('.imagify-chart').find('canvas') );
|
253 |
}
|
254 |
|
255 |
// check if image height is to big
|
@@ -519,7 +532,7 @@
|
|
519 |
}
|
520 |
|
521 |
/**
|
522 |
-
*
|
523 |
*/
|
524 |
if ( $('.upload-php').find('.imagify-compare-images').length > 0 ) {
|
525 |
|
@@ -544,7 +557,80 @@
|
|
544 |
});
|
545 |
|
546 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
547 |
|
|
|
548 |
}
|
549 |
|
550 |
})(jQuery, window, document);
|
161 |
*
|
162 |
* @param {object} Parameters to build modal with datas
|
163 |
*/
|
164 |
+
var imagify_open_modal = function( $the_link ){
|
165 |
+
|
166 |
+
var the_target = $the_link.data('target') || $the_link.attr('href');
|
167 |
+
|
168 |
+
$( the_target ).css('display', 'flex').hide().fadeIn(400).attr('aria-hidden', 'false').attr('tabindex', '0').focus().removeAttr('tabindex').addClass('modal-is-open');
|
169 |
+
$('body').addClass('imagify-modal-is-open');
|
170 |
+
|
171 |
+
},
|
172 |
+
imagify_twenty_modal = function( options ) {
|
173 |
|
174 |
var defaults = {
|
175 |
width: 0, //px
|
182 |
modal_append_to: $('body'), // jQuery element
|
183 |
trigger: $('[data-target="imagify-visual-comparison"]'), // jQuery element (button, link) with data-target="modal_id"
|
184 |
modal_id: 'imagify-visual-comparison', // should be dynamic if multiple modals
|
185 |
+
open_modal: false
|
186 |
},
|
187 |
settings = $.extend({}, defaults, options);
|
188 |
|
222 |
);
|
223 |
|
224 |
settings.trigger.on('click.imagify', function(){
|
225 |
+
|
226 |
var $modal = $( $(this).data('target') ),
|
227 |
imgs_loaded = 0;
|
228 |
|
229 |
+
if ( typeof imagify_open_modal === 'function' && settings.open_modal ) {
|
230 |
+
imagify_open_modal( $(this) );
|
231 |
+
}
|
232 |
+
|
233 |
$modal.find('.imagify-modal-content').css({
|
234 |
+
'width' : ($(window).outerWidth()*0.85) + 'px',
|
235 |
'max-width' : settings.width
|
236 |
});
|
237 |
|
262 |
|
263 |
if ( ! $tt.closest('.imagify-modal-content').hasClass('loaded') ) {
|
264 |
$tt.closest('.imagify-modal-content').removeClass('loading').addClass('loaded');
|
265 |
+
//draw_me_a_chart( $modal.find('.imagify-level-optimized').find('.imagify-chart').find('canvas') );
|
266 |
}
|
267 |
|
268 |
// check if image height is to big
|
532 |
}
|
533 |
|
534 |
/**
|
535 |
+
* Images comparison in attachments list page (upload.php)
|
536 |
*/
|
537 |
if ( $('.upload-php').find('.imagify-compare-images').length > 0 ) {
|
538 |
|
557 |
});
|
558 |
|
559 |
});
|
560 |
+
}
|
561 |
+
|
562 |
+
/**
|
563 |
+
* Images Comparison in Grid View modal
|
564 |
+
*/
|
565 |
+
if ( $('.upload-php').length > 0 ) {
|
566 |
+
|
567 |
+
|
568 |
+
var get_var = function (param) {
|
569 |
+
var vars = {};
|
570 |
+
window.location.href.replace(
|
571 |
+
/[?&]+([^=&]+)=?([^&]*)?/gi, // regexp
|
572 |
+
function( m, key, value ) { // callback
|
573 |
+
vars[key] = value !== undefined ? value : '';
|
574 |
+
}
|
575 |
+
);
|
576 |
+
|
577 |
+
if ( param ) {
|
578 |
+
return vars[param] ? vars[param] : null;
|
579 |
+
}
|
580 |
+
return vars;
|
581 |
+
},
|
582 |
+
imagify_content_in_modal = function() {
|
583 |
+
|
584 |
+
var tempTimer = setInterval( function(){
|
585 |
+
if ( $('.media-modal').find('.imagify-datas-details').length ) {
|
586 |
+
if ( $('#imagify-original-src').length > 0 && $('#imagify-original-src') !== '' ) {
|
587 |
+
|
588 |
+
// trigger creation
|
589 |
+
$('.media-frame-content').find('.attachment-actions').prepend( '<button type="button" class="imagify-button-primary button-primary imagify-modal-trigger" data-target="#imagify-comparison-modal" id="imagify-media-frame-comparison-btn">' + imagifyTTT.labels.compare + '</button>' );
|
590 |
+
|
591 |
+
// get datas
|
592 |
+
var $datas = $('.media-frame-content').find('.compat-field-imagify');
|
593 |
+
|
594 |
+
// Modal and trigger event creation
|
595 |
+
is_modalified = imagify_twenty_modal({
|
596 |
+
width: $('#imagify-full-width').val(),
|
597 |
+
height: $('#imagify-full-height').val(),
|
598 |
+
original_url: $('#imagify-original-src').val(),
|
599 |
+
optimized_url: $('#imagify-full-src').val(),
|
600 |
+
original_size: $('#imagify-original-size').val(),
|
601 |
+
optimized_size: $datas.find('.imagify-data-item').find('.big').text(),
|
602 |
+
saving: $datas.find('.imagify-chart-value').text(),
|
603 |
+
modal_append_to: $('.media-frame-content').find('.thumbnail-image'),
|
604 |
+
trigger: $('#imagify-media-frame-comparison-btn'),
|
605 |
+
modal_id: 'imagify-comparison-modal',
|
606 |
+
open_modal: true
|
607 |
+
});
|
608 |
+
}
|
609 |
+
|
610 |
+
clearInterval(tempTimer);
|
611 |
+
tempTimer = null;
|
612 |
+
}
|
613 |
+
}, 20 );
|
614 |
+
},
|
615 |
+
waitContent = setInterval( function() {
|
616 |
+
if ( $('.upload-php').find('.media-frame.mode-grid').find('.attachments').length > 0 ) {
|
617 |
+
|
618 |
+
// if attachment is clicked, build the modal inside the modal
|
619 |
+
$('.upload-php').find('.media-frame.mode-grid').on('click', '.attachment', function(){
|
620 |
+
imagify_content_in_modal();
|
621 |
+
});
|
622 |
+
|
623 |
+
// if attachment is mentionned in URL, build the modal inside the modal
|
624 |
+
if ( get_var('item') ){
|
625 |
+
imagify_content_in_modal();
|
626 |
+
}
|
627 |
+
|
628 |
+
clearInterval(waitContent);
|
629 |
+
waitContent = null;
|
630 |
+
}
|
631 |
+
}, 100);
|
632 |
|
633 |
+
// if URL contain item, that will open the WP Modal View
|
634 |
}
|
635 |
|
636 |
})(jQuery, window, document);
|
assets/js/jquery.twentytwenty.min.js
CHANGED
@@ -1,25 +1,28 @@
|
|
1 |
-
(function(a,n,
|
2 |
-
var
|
3 |
-
|
4 |
-
-a.distY)&&"vertical"!==
|
5 |
jQuery);
|
6 |
-
(function(a,n,
|
7 |
-
modal_id:"imagify-visual-comparison"},
|
8 |
-
|
9 |
-
|
10 |
-
function(){var b=a(a(this).data("target")),c=0;b.find(".imagify-modal-content").css({width:.
|
11 |
-
|
12 |
-
c=f.
|
13 |
-
.95*a(n).outerWidth()+"px"),0<a(".twentytwenty-container").length&&800<a(n).outerWidth())){var b=a(".twentytwenty-container"),c=0,
|
14 |
-
b.data("
|
15 |
-
|
16 |
-
f+"</button></span>";b.before('<img class="loader" src="'+
|
17 |
-
|
18 |
-
(
|
19 |
-
|
20 |
-
|
21 |
-
a(".imagify-c-level.go-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
original_size:
|
|
|
|
|
|
1 |
+
(function(a,n,q){n.fn.twentytwenty=function(k,x){k=n.extend({handlePosition:.5,orientation:"horizontal",labelBefore:"Before",labelAfter:"After"},k);return this.each(function(){var f=k.handlePosition,c=n(this),d=k.orientation,p="vertical"===d?"down":"left",t="vertical"===d?"up":"right",l=c.find("img:first"),q=c.find("img:last");c.wrap('<div class="twentytwenty-wrapper twentytwenty-'+d+'"></div>');c.append('<div class="twentytwenty-overlay"></div>');c.append('<div class="twentytwenty-handle"></div>');
|
2 |
+
var h=c.find(".twentytwenty-handle");h.append('<span class="twentytwenty-'+p+'-arrow"></span>');h.append('<span class="twentytwenty-'+t+'-arrow"></span>');c.addClass("twentytwenty-container");l.addClass("twentytwenty-before");q.addClass("twentytwenty-after");p=c.find(".twentytwenty-overlay");p.append('<div class="twentytwenty-labels twentytwenty-before-label"><span class="twentytwenty-label-content">'+k.labelBefore+"</span></div>");p.append('<div class="twentytwenty-labels twentytwenty-after-label"><span class="twentytwenty-label-content">'+
|
3 |
+
k.labelAfter+"</span></div>");var v=function(a){var b,A,g;g=l.width();var y=l.height();b=g+"px";A=y+"px";g=a*g+"px";a=a*y+"px";h.css("vertical"===d?"top":"left","vertical"===d?a:g);y=c.find(".twentytwenty-before");"vertical"===d?y.css("clip","rect(0,"+b+","+a+",0)"):y.css("clip","rect(0,"+g+","+A+",0)");c.css("height",A);"function"===typeof x&&x()},w=0,u=0,r=0,b=0;n(a).on("resize.twentytwenty",function(a){v(f)});h.on("movestart",function(a){(a.distX>a.distY&&a.distX<-a.distY||a.distX<a.distY&&a.distX>
|
4 |
+
-a.distY)&&"vertical"!==d?a.preventDefault():(a.distX<a.distY&&a.distX<-a.distY||a.distX>a.distY&&a.distX>-a.distY)&&"vertical"===d&&a.preventDefault();c.addClass("active");w=c.offset().left;u=c.offset().top;r=l.width();b=l.height()});h.on("moveend",function(a){c.removeClass("active")});h.on("move",function(a){c.hasClass("active")&&(f="vertical"===d?(a.pageY-u)/b:(a.pageX-w)/r,0>f&&(f=0),1<f&&(f=1),v(f))});c.find("img").on("mousedown",function(a){a.preventDefault()});n(a).trigger("resize.twentytwenty")})}})(window,
|
5 |
jQuery);
|
6 |
+
(function(a,n,q,k){var x=function(b){b.each(function(){var b=parseInt(a(this).closest(".imagify-chart").next(".imagify-chart-value").text()),b=[{value:b,color:"#00B3D3"},{value:100-b,color:"#D8D8D8"}];(new Chart(a(this)[0].getContext("2d"))).Doughnut(b,{segmentStrokeColor:"#2A2E3C",segmentStrokeWidth:1,animateRotate:!0,percentageInnerCutout:60,tooltipEvents:[]})})},f=function(b){b=b.data("target")||b.attr("href");a(b).css("display","flex").hide().fadeIn(400).attr("aria-hidden","false").attr("tabindex","0").focus().removeAttr("tabindex").addClass("modal-is-open");
|
7 |
+
a("body").addClass("imagify-modal-is-open")},c=function(b){var c={width:0,height:0,original_url:"",optimized_url:"",original_size:0,optimized_size:0,saving:0,modal_append_to:a("body"),trigger:a('[data-target="imagify-visual-comparison"]'),modal_id:"imagify-visual-comparison",open_modal:!1},e=a.extend({},c,b);if(0===e.width||0===e.height||""===e.original_url||""===e.optimized_url||0===e.original_size||0===e.optimized_size||0===e.saving)return"error";e.modal_append_to.append('<div id="'+e.modal_id+
|
8 |
+
'" class="imagify-modal imagify-visual-comparison" aria-hidden="true"><div class="imagify-modal-content loading"><div class="twentytwenty-container"><img class="imagify-img-before" alt="" width="'+e.width+'" height="'+e.height+'"><img class="imagify-img-after" alt="" width="'+e.width+'" height="'+e.height+'"></div><div class="imagify-comparison-levels"><div class="imagify-c-level imagify-level-original go-left"><p class="imagify-c-level-row"><span class="label">'+imagifyTTT.labels.filesize+'</span><span class="value level">'+
|
9 |
+
e.original_size+'</span></p></div><div class="imagify-c-level imagify-level-optimized go-right"><p class="imagify-c-level-row"><span class="label">'+imagifyTTT.labels.filesize+'</span><span class="value level">'+e.optimized_size+'</span></p><p class="imagify-c-level-row"><span class="label">'+imagifyTTT.labels.saving+'</span><span class="value"><span class="imagify-chart"><span class="imagify-chart-container"><canvas id="imagify-consumption-chart-normal" width="15" height="15"></canvas></span></span><span class="imagify-chart-value">'+
|
10 |
+
e.saving+'</span>%</span></p></div></div><button class="close-btn absolute" type="button"><i aria-hidden="true" class="dashicons dashicons-no-alt"></i><span class="screen-reader-text">'+imagifyTTT.labels.close+"</span></button></div></div>");e.trigger.on("click.imagify",function(){var b=a(a(this).data("target")),c=0;"function"===typeof f&&e.open_modal&&f(a(this));b.find(".imagify-modal-content").css({width:.85*a(n).outerWidth()+"px","max-width":e.width});b.find(".imagify-img-before").on("load",function(){c++}).attr("src",
|
11 |
+
e.original_url);b.find(".imagify-img-after").on("load",function(){c++}).attr("src",e.optimized_url);var m=b.find(".twentytwenty-container"),d=setInterval(function(){if(2===c)return m.twentytwenty({handlePosition:.3,orientation:"horizontal",labelBefore:imagifyTTT.labels.original_l,labelAfter:imagifyTTT.labels.optimized_l},function(){var e=a(n).height(),c=b.find(".twentytwenty-container").height(),d=b.find(".twentytwenty-wrapper").position().top;m.closest(".imagify-modal-content").hasClass("loaded")||
|
12 |
+
m.closest(".imagify-modal-content").removeClass("loading").addClass("loaded");if(e<c&&!b.hasClass("modal-is-too-high")){b.addClass("modal-is-too-high");var g=b.find(".twentytwenty-handle"),f=b.find(".twentytwenty-label-content"),h=b.find(".imagify-comparison-levels"),c=h.outerHeight(),k=(e-d-g.height())/2,l=e-3*d-c;g.css({top:k});f.css({top:l,bottom:"auto"});b.find(".twentytwenty-wrapper").css({paddingBottom:c});b.find(".imagify-modal-content").on("scroll.imagify",function(){g.css({top:k+a(this).scrollTop()});
|
13 |
+
f.css({top:l+a(this).scrollTop()});h.css({bottom:-a(this).scrollTop()})})}}),clearInterval(d),d=null,"done"},75);return!1})};a(".imagify-visual-comparison-btn").on("click",function(){if(1!==a(".twentytwenty-wrapper").length&&(a(a(this).data("target")).find(".imagify-modal-content").css("width",.95*a(n).outerWidth()+"px"),0<a(".twentytwenty-container").length&&800<a(n).outerWidth())){var b=a(".twentytwenty-container"),c=0,e=b.data("loader"),d=b.data("label-original"),g=b.data("label-normal"),f=b.data("label-aggressive"),
|
14 |
+
h=b.data("label-ultra"),k=b.data("original-label").replace(/\*\*/,"<strong>").replace(/\*\*/,"</strong>"),l=b.data("original-alt"),q=b.data("original-img"),p=b.data("original-dim").split("x");b.data("normal-label").replace(/\*\*/,"<strong>").replace(/\*\*/,"</strong>");var t=b.data("normal-alt"),u=b.data("normal-img"),r=b.data("normal-dim").split("x");b.data("aggressive-label").replace(/\*\*/,"<strong>").replace(/\*\*/,"</strong>");var v=b.data("aggressive-alt"),w=b.data("aggressive-img"),B=b.data("aggressive-dim").split("x"),
|
15 |
+
z=b.data("ultra-label").replace(/\*\*/,"<strong>").replace(/\*\*/,"</strong>"),E=b.data("ultra-alt"),F=b.data("ultra-img"),C=b.data("ultra-dim").split("x"),d='<span class="twentytwenty-duo-buttons twentytwenty-duo-left"><button type="button" class="imagify-comparison-original selected" data-img="original">'+d+'</button><button type="button" class="imagify-comparison-normal" data-img="normal">'+g+'</button><button type="button" class="imagify-comparison-aggressive" data-img="aggressive">'+f+"</button></span>",
|
16 |
+
g='<span class="twentytwenty-duo-buttons twentytwenty-duo-right"><button type="button" class="imagify-comparison-normal" data-img="normal">'+g+'</button><button type="button" class="imagify-comparison-aggressive" data-img="aggressive">'+f+'</button><button type="button" class="imagify-comparison-ultra selected" data-img="ultra">'+h+"</button></span>";b.before('<img class="loader" src="'+e+'" alt="Loading\u2026" width="64" height="64">');e=a(".twentytwenty-left-buttons").lenght?d+g:"";a(".twentytwenty-left-buttons").append(d);
|
17 |
+
a(".twentytwenty-right-buttons").append(g);b.closest(".imagify-modal-content").addClass("loading").find(".twentytwenty-container").append('<img class="img-original" alt="'+l+'" width="'+p[0]+'" height="'+p[1]+'"><img class="img-normal" alt="'+t+'" width="'+r[0]+'" height="'+r[1]+'"><img class="img-aggressive" alt="'+v+'" width="'+B[0]+'" height="'+B[1]+'"><img class="img-ultra" alt="'+E+'" width="'+C[0]+'" height="'+C[1]+'">'+e);a(".img-original").on("load",function(){c++}).attr("src",q);a(".img-normal").on("load",
|
18 |
+
function(){c++}).attr("src",u);a(".img-aggressive").on("load",function(){c++}).attr("src",w);a(".img-ultra").on("load",function(){c++}).attr("src",F);var D=setInterval(function(){4===c&&(b.twentytwenty({handlePosition:.6,orientation:"horizontal",labelBefore:k,labelAfter:z},function(){b.closest(".imagify-modal-content").hasClass("loaded")||(b.closest(".imagify-modal-content").removeClass("loading").addClass("loaded"),x(a(".imagify-level-ultra").find(".imagify-chart").find("canvas")))}),clearInterval(D),
|
19 |
+
D=null)},75);a(".imagify-comparison-title").on("click",".twentytwenty-duo-buttons button:not(.selected)",function(b){b.stopPropagation();var c=a(this);b=c.closest(".imagify-comparison-title").nextAll(".twentytwenty-wrapper").find(".twentytwenty-container");var e=c.closest(".twentytwenty-duo-buttons").hasClass("twentytwenty-duo-left")?"left":"right",d="left"===e?c.closest(".imagify-comparison-title").find(".twentytwenty-duo-right"):c.closest(".imagify-comparison-title").find(".twentytwenty-duo-left"),
|
20 |
+
g=c.closest(".twentytwenty-duo-buttons").find("button"),f=b.find(".twentytwenty-before"),h=b.find(".twentytwenty-after"),m=c.data("img");g.removeClass("selected");c.addClass("selected");d.find(".selected").data("img")===m&&d.find("button:not(.selected)").eq(0).trigger("click");"left"===e&&(c=f.css("clip"),f.attr("style",""),f.removeClass("twentytwenty-before"),b.find(".img-"+m).addClass("twentytwenty-before").css("clip",c),a(".twentytwenty-before-label").find(".twentytwenty-label-content").text(b.data(m+
|
21 |
+
"-label")),a(".imagify-c-level.go-left").attr("aria-hidden","true").removeClass("go-left go-right"),a(".imagify-level-"+m).attr("aria-hidden","false").addClass("go-left"));"right"===e&&(h.removeClass("twentytwenty-after"),b.find(".img-"+m).addClass("twentytwenty-after"),a(".twentytwenty-after-label").find(".twentytwenty-label-content").text(b.data(m+"-label")),a(".imagify-c-level.go-right").attr("aria-hidden","true").removeClass("go-left go-right"),a(".imagify-level-"+m).attr("aria-hidden","false").addClass("go-right"));
|
22 |
+
x(a(".imagify-level-"+m).find(".imagify-chart").find("canvas"));return!1})}});if(0<a(".post-php").find(".wp_attachment_image").find(".thumbnail").length){q=a(".post-php").find(".wp_attachment_image");var d=q.find(".thumbnail"),p=d.prop("src"),t=d.width(),d=d.height(),l=a("#imagify-full-original").val(),z=a("#imagify-full-original-size").val(),h=a("#misc-publishing-actions").find(".misc-pub-imagify").find(".button-primary");if(360<t&&0<a("#imagify-full-original").length&&""!==a("#imagify-full-original").val()){var h=
|
23 |
+
a(".misc-pub-filesize").find("strong").text(),v=a(".imagify-data-item").find(".imagify-chart-value").text();a('[id^="imgedit-open-btn-"]').before('<button type="button" class="imagify-button-primary button-primary imagify-modal-trigger" data-target="#imagify-visual-comparison" id="imagify-start-comparison">'+imagifyTTT.labels.compare+"</button>");c({width:t,height:d,original_url:l,optimized_url:p,original_size:z,optimized_size:h,saving:v,modal_append_to:q,trigger:a("#imagify-start-comparison"),modal_id:"imagify-visual-comparison"})}else 360>
|
24 |
+
t&&0<a("#imagify-full-original").length&&""!==a("#imagify-full-original").val()||0<a("#imagify-full-original").length&&""===a("#imagify-full-original").val()||(a('[id^="imgedit-open-btn-"]').before('<span class="spinner imagify-hidden"></span><a class="imagify-button-primary button-primary imagify-optimize-trigger" id="imagify-optimize-trigger" href="'+h.attr("href")+'">'+imagifyTTT.labels.optimize+"</a>"),a("#imagify-optimize-trigger").on("click",function(){a(this).prev(".spinner").removeClass("imagify-hidden").addClass("is-active")}))}0<
|
25 |
+
a(".upload-php").find(".imagify-compare-images").length&&a(".imagify-compare-images").each(function(){var b=a(this),d=b.data("id"),e=b.closest("#post-"+d).find(".column-imagify_optimized_file");c({width:b.data("full-width"),height:b.data("full-height"),original_url:b.data("backup-src"),optimized_url:b.data("full-src"),original_size:e.find(".original").text(),optimized_size:e.find(".imagify-data-item").find(".big").text(),saving:e.find(".imagify-chart-value").text(),modal_append_to:b.closest(".column-primary"),
|
26 |
+
trigger:b,modal_id:"imagify-comparison-"+d})});if(0<a(".upload-php").length)var w=function(a){var c={};n.location.href.replace(/[?&]+([^=&]+)=?([^&]*)?/gi,function(a,b,d){c[b]=d!==k?d:""});return a?c[a]?c[a]:null:c},u=function(){var b=setInterval(function(){if(a(".media-modal").find(".imagify-datas-details").length){if(0<a("#imagify-original-src").length&&""!==a("#imagify-original-src")){a(".media-frame-content").find(".attachment-actions").prepend('<button type="button" class="imagify-button-primary button-primary imagify-modal-trigger" data-target="#imagify-comparison-modal" id="imagify-media-frame-comparison-btn">'+
|
27 |
+
imagifyTTT.labels.compare+"</button>");var d=a(".media-frame-content").find(".compat-field-imagify");c({width:a("#imagify-full-width").val(),height:a("#imagify-full-height").val(),original_url:a("#imagify-original-src").val(),optimized_url:a("#imagify-full-src").val(),original_size:a("#imagify-original-size").val(),optimized_size:d.find(".imagify-data-item").find(".big").text(),saving:d.find(".imagify-chart-value").text(),modal_append_to:a(".media-frame-content").find(".thumbnail-image"),trigger:a("#imagify-media-frame-comparison-btn"),
|
28 |
+
modal_id:"imagify-comparison-modal",open_modal:!0})}clearInterval(b);b=null}},20)},r=setInterval(function(){0<a(".upload-php").find(".media-frame.mode-grid").find(".attachments").length&&(a(".upload-php").find(".media-frame.mode-grid").on("click",".attachment",function(){u()}),w("item")&&u(),clearInterval(r),r=null)},100)})(jQuery,window,document);
|
imagify.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Imagify
|
4 |
Plugin URI: https://wordpress.org/plugins/imagify/
|
5 |
Description: Dramaticaly reduce image file sizes without loosing quality, make your website load faster, boost your SEO and save money on your bandwith using Imagify, the new most advanced image optimization tool.
|
6 |
-
Version: 1.4.
|
7 |
Author: WP Media
|
8 |
Author URI: http://wp-media.me
|
9 |
Licence: GPLv2
|
@@ -17,7 +17,7 @@ Copyright 2015 WP Media
|
|
17 |
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines
|
20 |
-
define( 'IMAGIFY_VERSION' , '1.4.
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
|
23 |
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
|
3 |
Plugin Name: Imagify
|
4 |
Plugin URI: https://wordpress.org/plugins/imagify/
|
5 |
Description: Dramaticaly reduce image file sizes without loosing quality, make your website load faster, boost your SEO and save money on your bandwith using Imagify, the new most advanced image optimization tool.
|
6 |
+
Version: 1.4.4
|
7 |
Author: WP Media
|
8 |
Author URI: http://wp-media.me
|
9 |
Licence: GPLv2
|
17 |
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines
|
20 |
+
define( 'IMAGIFY_VERSION' , '1.4.4' );
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
|
23 |
define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
|
inc/admin/ajax.php
CHANGED
@@ -162,13 +162,22 @@ function _do_wp_ajax_imagify_get_unoptimized_attachment_ids() {
|
|
162 |
),
|
163 |
);
|
164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
$args = array(
|
166 |
'fields' => 'ids',
|
167 |
'post_type' => 'attachment',
|
168 |
'post_status' => 'any',
|
169 |
'post_mime_type' => get_imagify_mime_type(),
|
170 |
'meta_query' => $meta_query,
|
171 |
-
'posts_per_page' =>
|
172 |
'no_found_rows' => true,
|
173 |
'update_post_term_cache' => false,
|
174 |
);
|
162 |
),
|
163 |
);
|
164 |
|
165 |
+
/**
|
166 |
+
* Filter the unoptimized attachments limit query
|
167 |
+
*
|
168 |
+
* @since 1.4.4
|
169 |
+
*
|
170 |
+
* @param int The limit (-1 for unlimited)
|
171 |
+
*/
|
172 |
+
$unoptimized_attachment_limit = apply_filters( 'imagify_unoptimized_attachment_limit', 10000 );
|
173 |
+
|
174 |
$args = array(
|
175 |
'fields' => 'ids',
|
176 |
'post_type' => 'attachment',
|
177 |
'post_status' => 'any',
|
178 |
'post_mime_type' => get_imagify_mime_type(),
|
179 |
'meta_query' => $meta_query,
|
180 |
+
'posts_per_page' => $unoptimized_attachment_limit,
|
181 |
'no_found_rows' => true,
|
182 |
'update_post_term_cache' => false,
|
183 |
);
|
inc/admin/ui/bulk.php
CHANGED
@@ -88,7 +88,13 @@ function _imagify_display_bulk_page() {
|
|
88 |
<div class="col-1-3 col-informations">
|
89 |
<h3><?php _e( 'Information', 'imagify' ); ?></h3>
|
90 |
<ul class="imagify-list-dash">
|
91 |
-
<li><strong><?php _e( 'Please be aware that optimizing a large number of images can take a while depending on your server and network speed.', 'imagify' ); ?></strong
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
<li><?php _e( 'You must keep this page open while the bulk optimizaton is processing. If you leave you can come back to continue where it left off.', 'imagify' ); ?></li>
|
93 |
</ul>
|
94 |
|
@@ -207,7 +213,7 @@ function _imagify_display_bulk_page() {
|
|
207 |
|
208 |
<div class="imagify-number-you-optimized">
|
209 |
<p>
|
210 |
-
<span id="imagify-total-optimized-attachments-pct" class="number"><?php echo number_format_i18n(
|
211 |
<span class="text"><?php printf( __( 'that\'s the size you saved %sby using Imagify', 'imagify' ), '<br>' ); ?></span>
|
212 |
</p>
|
213 |
</div>
|
88 |
<div class="col-1-3 col-informations">
|
89 |
<h3><?php _e( 'Information', 'imagify' ); ?></h3>
|
90 |
<ul class="imagify-list-dash">
|
91 |
+
<li><strong><?php _e( 'Please be aware that optimizing a large number of images can take a while depending on your server and network speed.', 'imagify' ); ?></strong>
|
92 |
+
<?php
|
93 |
+
if ( get_transient( IMAGIFY_SLUG . '_large_library' ) ) {
|
94 |
+
printf( __( 'If you have more than %s images, you will need to launch the bulk optimization several times.' , 'imagify' ), number_format_i18n( apply_filters( 'imagify_unoptimized_attachment_limit', 10000 ) ) );
|
95 |
+
}
|
96 |
+
?>
|
97 |
+
</li>
|
98 |
<li><?php _e( 'You must keep this page open while the bulk optimizaton is processing. If you leave you can come back to continue where it left off.', 'imagify' ); ?></li>
|
99 |
</ul>
|
100 |
|
213 |
|
214 |
<div class="imagify-number-you-optimized">
|
215 |
<p>
|
216 |
+
<span id="imagify-total-optimized-attachments-pct" class="number"><?php echo number_format_i18n( $optimized_percent ); ?>%</span>
|
217 |
<span class="text"><?php printf( __( 'that\'s the size you saved %sby using Imagify', 'imagify' ), '<br>' ); ?></span>
|
218 |
</p>
|
219 |
</div>
|
inc/admin/ui/options.php
CHANGED
@@ -316,17 +316,18 @@ function _imagify_display_options_page() {
|
|
316 |
<p class="h2"><?php _e('You can choose three levels of compression', 'imagify'); ?></p>
|
317 |
<div class="imagify-columns">
|
318 |
<div class="col-1-3">
|
319 |
-
<p class="h3"><?php _e( '
|
320 |
<p>
|
321 |
-
<?php _e( 'This mode
|
322 |
</p>
|
323 |
<p>
|
324 |
-
<?php _e( '
|
325 |
</p>
|
326 |
<p>
|
327 |
-
|
328 |
</p>
|
329 |
</div>
|
|
|
330 |
<div class="col-1-3">
|
331 |
<p class="h3"><?php _e( 'Aggressive', 'imagify' ); ?></p>
|
332 |
<p>
|
@@ -339,16 +340,17 @@ function _imagify_display_options_page() {
|
|
339 |
<?php _e( 'If you want the maximum weight reduction, we recommend using this mode.' , 'imagify' ); ?>
|
340 |
</p>
|
341 |
</div>
|
|
|
342 |
<div class="col-1-3">
|
343 |
-
<p class="h3"><?php _e( '
|
344 |
<p>
|
345 |
-
<?php _e( 'This mode
|
346 |
</p>
|
347 |
<p>
|
348 |
-
<?php _e( '
|
349 |
</p>
|
350 |
<p>
|
351 |
-
|
352 |
</p>
|
353 |
</div>
|
354 |
</div>
|
@@ -382,24 +384,24 @@ function _imagify_display_options_page() {
|
|
382 |
data-label-ultra="<?php esc_attr_e( 'Ultra', 'imagify' ); ?>"
|
383 |
|
384 |
data-original-label="<?php esc_attr_e( 'Original', 'imagify' ); ?>"
|
385 |
-
data-original-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>
|
386 |
data-original-dim="1220x350"
|
387 |
-
data-original-alt="<?php printf( esc_attr__( 'Original photography about %s', 'imagify' ), size_format(
|
388 |
|
389 |
data-normal-label="<?php esc_attr_e( 'Normal', 'imagify' ); ?>"
|
390 |
-
data-normal-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>
|
391 |
data-normal-dim="1220x350"
|
392 |
-
data-normal-alt="<?php printf( esc_attr__( 'Optimized photography about %s', 'imagify' ), size_format(
|
393 |
|
394 |
data-aggressive-label="<?php esc_attr_e( 'Aggressive', 'imagify' ); ?>"
|
395 |
-
data-aggressive-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>
|
396 |
data-aggressive-dim="1220x350"
|
397 |
-
data-aggressive-alt="<?php printf( esc_attr__( 'Optimized photography about %s', 'imagify' ), size_format(
|
398 |
|
399 |
data-ultra-label="<?php esc_attr_e( 'Ultra', 'imagify' ); ?>"
|
400 |
-
data-ultra-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>
|
401 |
data-ultra-dim="1220x350"
|
402 |
-
data-ultra-alt="<?php printf( esc_attr__( 'Optimized photography about %s', 'imagify' ), size_format(
|
403 |
|
404 |
<div class="imagify-comparison-levels">
|
405 |
<div class="imagify-c-level imagify-level-original go-left">
|
@@ -409,17 +411,17 @@ function _imagify_display_options_page() {
|
|
409 |
</p>
|
410 |
<p class="imagify-c-level-row">
|
411 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
412 |
-
<span class="value"><?php echo size_format(
|
413 |
</p>
|
414 |
</div>
|
415 |
-
<div class="imagify-c-level imagify-level-optimized" aria-hidden="true">
|
416 |
<p class="imagify-c-level-row">
|
417 |
<span class="label"><?php _e( 'Level:', 'imagify' ); ?></span>
|
418 |
<span class="value level"><?php _e( 'Normal', 'imagify' ); ?></span>
|
419 |
</p>
|
420 |
<p class="imagify-c-level-row">
|
421 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
422 |
-
<span class="value size"><?php echo size_format(
|
423 |
</p>
|
424 |
<p class="imagify-c-level-row">
|
425 |
<span class="label"><?php _e( 'Original Saving:', 'imagify' ); ?></span>
|
@@ -428,7 +430,7 @@ function _imagify_display_options_page() {
|
|
428 |
<span class="imagify-chart-container">
|
429 |
<canvas id="imagify-consumption-chart-normal" width="15" height="15"></canvas>
|
430 |
</span>
|
431 |
-
</span><span class="imagify-chart-value">
|
432 |
</span>
|
433 |
</p>
|
434 |
</div>
|
@@ -439,7 +441,7 @@ function _imagify_display_options_page() {
|
|
439 |
</p>
|
440 |
<p class="imagify-c-level-row">
|
441 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
442 |
-
<span class="value size"><?php echo size_format(
|
443 |
</p>
|
444 |
<p class="imagify-c-level-row">
|
445 |
<span class="label"><?php _e( 'Original Saving:', 'imagify' ); ?></span>
|
@@ -448,7 +450,7 @@ function _imagify_display_options_page() {
|
|
448 |
<span class="imagify-chart-container">
|
449 |
<canvas id="imagify-consumption-chart-aggressive" width="15" height="15"></canvas>
|
450 |
</span>
|
451 |
-
</span><span class="imagify-chart-value">
|
452 |
</span>
|
453 |
</p>
|
454 |
</div>
|
@@ -460,7 +462,7 @@ function _imagify_display_options_page() {
|
|
460 |
</p>
|
461 |
<p class="imagify-c-level-row">
|
462 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
463 |
-
<span class="value size"><?php echo size_format(
|
464 |
</p>
|
465 |
<p class="imagify-c-level-row">
|
466 |
<span class="label"><?php _e( 'Original Saving:', 'imagify' ); ?></span>
|
@@ -469,7 +471,7 @@ function _imagify_display_options_page() {
|
|
469 |
<span class="imagify-chart-container">
|
470 |
<canvas id="imagify-consumption-chart-ultra" width="15" height="15"></canvas>
|
471 |
</span>
|
472 |
-
</span><span class="imagify-chart-value">
|
473 |
</span>
|
474 |
</p>
|
475 |
</div>
|
316 |
<p class="h2"><?php _e('You can choose three levels of compression', 'imagify'); ?></p>
|
317 |
<div class="imagify-columns">
|
318 |
<div class="col-1-3">
|
319 |
+
<p class="h3"><?php _e( 'Normal', 'imagify' ); ?></p>
|
320 |
<p>
|
321 |
+
<?php _e( 'This mode provides lossless optimization, your images will be optimized without any visible change.', 'imagify' ); ?>
|
322 |
</p>
|
323 |
<p>
|
324 |
+
<?php _e( 'If you want the perfect quality for your images, we recommend you that mode.', 'imagify' ); ?>
|
325 |
</p>
|
326 |
<p>
|
327 |
+
<em><?php _e( 'Note: the file size reduction will be less, compared to aggressive mode.', 'imagify' ); ?></em>
|
328 |
</p>
|
329 |
</div>
|
330 |
+
|
331 |
<div class="col-1-3">
|
332 |
<p class="h3"><?php _e( 'Aggressive', 'imagify' ); ?></p>
|
333 |
<p>
|
340 |
<?php _e( 'If you want the maximum weight reduction, we recommend using this mode.' , 'imagify' ); ?>
|
341 |
</p>
|
342 |
</div>
|
343 |
+
|
344 |
<div class="col-1-3">
|
345 |
+
<p class="h3"><?php _e( 'Ultra', 'imagify' ); ?></p>
|
346 |
<p>
|
347 |
+
<?php _e( 'This mode will apply all available optimizations for maximum image compression.', 'imagify' ); ?>
|
348 |
</p>
|
349 |
<p>
|
350 |
+
<?php _e( 'This will provide a huge savings on the initial weight. Sometimes the image quality could be degraded a little.', 'imagify' ); ?>
|
351 |
</p>
|
352 |
<p>
|
353 |
+
<?php _e( 'If you want the maximum weight reduction, and you agree to lose some quality on the images we recommend using this mode.' , 'imagify' ); ?>
|
354 |
</p>
|
355 |
</div>
|
356 |
</div>
|
384 |
data-label-ultra="<?php esc_attr_e( 'Ultra', 'imagify' ); ?>"
|
385 |
|
386 |
data-original-label="<?php esc_attr_e( 'Original', 'imagify' ); ?>"
|
387 |
+
data-original-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>mushrooms-original.jpg"
|
388 |
data-original-dim="1220x350"
|
389 |
+
data-original-alt="<?php printf( esc_attr__( 'Original photography about %s', 'imagify' ), size_format(343040)); ?>"
|
390 |
|
391 |
data-normal-label="<?php esc_attr_e( 'Normal', 'imagify' ); ?>"
|
392 |
+
data-normal-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>mushrooms-normal.jpg"
|
393 |
data-normal-dim="1220x350"
|
394 |
+
data-normal-alt="<?php printf( esc_attr__( 'Optimized photography about %s', 'imagify' ), size_format(301056) ); ?>"
|
395 |
|
396 |
data-aggressive-label="<?php esc_attr_e( 'Aggressive', 'imagify' ); ?>"
|
397 |
+
data-aggressive-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>mushrooms-aggressive.jpg"
|
398 |
data-aggressive-dim="1220x350"
|
399 |
+
data-aggressive-alt="<?php printf( esc_attr__( 'Optimized photography about %s', 'imagify' ), size_format(108544) ); ?>"
|
400 |
|
401 |
data-ultra-label="<?php esc_attr_e( 'Ultra', 'imagify' ); ?>"
|
402 |
+
data-ultra-img="<?php echo IMAGIFY_ASSETS_IMG_URL; ?>mushrooms-ultra.jpg"
|
403 |
data-ultra-dim="1220x350"
|
404 |
+
data-ultra-alt="<?php printf( esc_attr__( 'Optimized photography about %s', 'imagify' ), size_format(46080) ); ?>"></div>
|
405 |
|
406 |
<div class="imagify-comparison-levels">
|
407 |
<div class="imagify-c-level imagify-level-original go-left">
|
411 |
</p>
|
412 |
<p class="imagify-c-level-row">
|
413 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
414 |
+
<span class="value"><?php echo size_format(343040); ?></span>
|
415 |
</p>
|
416 |
</div>
|
417 |
+
<div class="imagify-c-level imagify-level-optimized imagify-level-normal" aria-hidden="true">
|
418 |
<p class="imagify-c-level-row">
|
419 |
<span class="label"><?php _e( 'Level:', 'imagify' ); ?></span>
|
420 |
<span class="value level"><?php _e( 'Normal', 'imagify' ); ?></span>
|
421 |
</p>
|
422 |
<p class="imagify-c-level-row">
|
423 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
424 |
+
<span class="value size"><?php echo size_format(301056); ?></span>
|
425 |
</p>
|
426 |
<p class="imagify-c-level-row">
|
427 |
<span class="label"><?php _e( 'Original Saving:', 'imagify' ); ?></span>
|
430 |
<span class="imagify-chart-container">
|
431 |
<canvas id="imagify-consumption-chart-normal" width="15" height="15"></canvas>
|
432 |
</span>
|
433 |
+
</span><span class="imagify-chart-value">12.24</span>%
|
434 |
</span>
|
435 |
</p>
|
436 |
</div>
|
441 |
</p>
|
442 |
<p class="imagify-c-level-row">
|
443 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
444 |
+
<span class="value size"><?php echo size_format(108544); ?></span>
|
445 |
</p>
|
446 |
<p class="imagify-c-level-row">
|
447 |
<span class="label"><?php _e( 'Original Saving:', 'imagify' ); ?></span>
|
450 |
<span class="imagify-chart-container">
|
451 |
<canvas id="imagify-consumption-chart-aggressive" width="15" height="15"></canvas>
|
452 |
</span>
|
453 |
+
</span><span class="imagify-chart-value">68.36</span>%
|
454 |
</span>
|
455 |
</p>
|
456 |
</div>
|
462 |
</p>
|
463 |
<p class="imagify-c-level-row">
|
464 |
<span class="label"><?php _e( 'File Size:', 'imagify' ); ?></span>
|
465 |
+
<span class="value size"><?php echo size_format(46080); ?></span>
|
466 |
</p>
|
467 |
<p class="imagify-c-level-row">
|
468 |
<span class="label"><?php _e( 'Original Saving:', 'imagify' ); ?></span>
|
471 |
<span class="imagify-chart-container">
|
472 |
<canvas id="imagify-consumption-chart-ultra" width="15" height="15"></canvas>
|
473 |
</span>
|
474 |
+
</span><span class="imagify-chart-value">86.57</span>%
|
475 |
</span>
|
476 |
</p>
|
477 |
</div>
|
inc/functions/admin-stats.php
CHANGED
@@ -12,6 +12,11 @@ function imagify_count_attachments() {
|
|
12 |
$count = wp_count_attachments( get_imagify_mime_type() );
|
13 |
$count = get_object_vars( $count );
|
14 |
$count = array_sum( $count );
|
|
|
|
|
|
|
|
|
|
|
15 |
return (int) $count;
|
16 |
}
|
17 |
|
@@ -74,7 +79,7 @@ function imagify_count_error_attachments() {
|
|
74 |
'fields' => 'ids'
|
75 |
)
|
76 |
);
|
77 |
-
|
78 |
return (int) $query->post_count;
|
79 |
}
|
80 |
|
@@ -110,7 +115,7 @@ function imagify_count_optimized_attachments() {
|
|
110 |
'fields' => 'ids'
|
111 |
)
|
112 |
);
|
113 |
-
|
114 |
return (int) $query->post_count;
|
115 |
}
|
116 |
|
@@ -205,7 +210,7 @@ function imagify_count_saving_data( $key = '' ) {
|
|
205 |
'optimized_size' => (int) $optimized_size,
|
206 |
'percent' => ( 0 !== $optimized_size ) ? ceil( ( ( $original_size - $optimized_size ) / $original_size ) * 100 ) : 0
|
207 |
);
|
208 |
-
|
209 |
if ( ! empty( $key ) ) {
|
210 |
return $data[ $key ];
|
211 |
}
|
12 |
$count = wp_count_attachments( get_imagify_mime_type() );
|
13 |
$count = get_object_vars( $count );
|
14 |
$count = array_sum( $count );
|
15 |
+
|
16 |
+
if ( $count > apply_filters( 'imagify_unoptimized_attachment_limit', 10000 ) ) {
|
17 |
+
set_transient( IMAGIFY_SLUG . '_large_library', 1 );
|
18 |
+
}
|
19 |
+
|
20 |
return (int) $count;
|
21 |
}
|
22 |
|
79 |
'fields' => 'ids'
|
80 |
)
|
81 |
);
|
82 |
+
|
83 |
return (int) $query->post_count;
|
84 |
}
|
85 |
|
115 |
'fields' => 'ids'
|
116 |
)
|
117 |
);
|
118 |
+
|
119 |
return (int) $query->post_count;
|
120 |
}
|
121 |
|
210 |
'optimized_size' => (int) $optimized_size,
|
211 |
'percent' => ( 0 !== $optimized_size ) ? ceil( ( ( $original_size - $optimized_size ) / $original_size ) * 100 ) : 0
|
212 |
);
|
213 |
+
|
214 |
if ( ! empty( $key ) ) {
|
215 |
return $data[ $key ];
|
216 |
}
|
inc/functions/admin-ui.php
CHANGED
@@ -73,6 +73,16 @@ function get_imagify_attachment_optimization_text( $attachment_id ) {
|
|
73 |
if ( $attachment->has_backup() ) {
|
74 |
$class = ( 'post.php' !== $pagenow ) ? 'button-imagify-restore' : '';
|
75 |
$output .= '<a id="imagify-restore-' . $attachment_id . '" href="' . get_imagify_admin_url( 'restore-upload', $attachment_id ) . '" class="' . $class . '" data-waiting-label="' . esc_attr__( 'Restoring...', 'imagify' ) . '"><span class="dashicons dashicons-image-rotate"></span>' . __( 'Restore Original', 'imagify' ) . '</a>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
}
|
77 |
|
78 |
$output .= '</div><!-- .imagify-datas-actions-links -->';
|
73 |
if ( $attachment->has_backup() ) {
|
74 |
$class = ( 'post.php' !== $pagenow ) ? 'button-imagify-restore' : '';
|
75 |
$output .= '<a id="imagify-restore-' . $attachment_id . '" href="' . get_imagify_admin_url( 'restore-upload', $attachment_id ) . '" class="' . $class . '" data-waiting-label="' . esc_attr__( 'Restoring...', 'imagify' ) . '"><span class="dashicons dashicons-image-rotate"></span>' . __( 'Restore Original', 'imagify' ) . '</a>';
|
76 |
+
|
77 |
+
if ( 'upload.php' != $pagenow ) {
|
78 |
+
$image = wp_get_attachment_image_src( $attachment_id, 'full' );
|
79 |
+
|
80 |
+
$output .= '<input id="imagify-original-src" type="hidden" value="' . $attachment->get_backup_url() . '">';
|
81 |
+
$output .= '<input id="imagify-original-size" type="hidden" value="' . $attachment->get_original_size() . '">';
|
82 |
+
$output .= '<input id="imagify-full-src" type="hidden" value="' . $image[0] . '">';
|
83 |
+
$output .= '<input id="imagify-full-width" type="hidden" value="' . $image[1] . '">';
|
84 |
+
$output .= '<input id="imagify-full-height" type="hidden" value="' . $image[2] . '">';
|
85 |
+
}
|
86 |
}
|
87 |
|
88 |
$output .= '</div><!-- .imagify-datas-actions-links -->';
|
languages/imagify-de_DE.mo
CHANGED
Binary file
|
languages/imagify-de_DE.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Feb 12 2016 15:00:09 GMT+0100 (CET)\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: caspar <caspar@wp-rocket.me>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: German\n"
|
@@ -22,833 +22,880 @@ msgstr ""
|
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Loco-Target-Locale: de_DE"
|
24 |
|
25 |
-
|
26 |
-
msgid "
|
27 |
-
msgstr "
|
28 |
|
29 |
-
|
|
|
30 |
msgid ""
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
msgstr ""
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
|
39 |
-
#: ../inc/admin/
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
45 |
|
46 |
-
#: ../inc/admin/
|
47 |
-
|
48 |
-
|
49 |
-
msgstr "Optimieren"
|
50 |
|
51 |
-
#: ../inc/admin/
|
52 |
-
msgid "
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: ../inc/admin/
|
56 |
-
#, php-format
|
57 |
msgid ""
|
58 |
-
"You
|
59 |
-
"
|
60 |
msgstr ""
|
61 |
-
"
|
62 |
-
"
|
|
|
63 |
|
64 |
-
#: ../inc/admin/
|
65 |
-
msgid "
|
66 |
-
|
|
|
|
|
|
|
|
|
67 |
|
68 |
-
#: ../inc/admin/
|
69 |
-
|
70 |
-
|
71 |
-
msgstr "Alles hat ein Ende…"
|
72 |
|
73 |
-
#: ../inc/admin/
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
#, php-format
|
76 |
-
msgid ""
|
77 |
-
"
|
78 |
-
"back on %s</strong>."
|
79 |
-
msgstr ""
|
80 |
-
"Du hast dein Guthaben für diesen Monat aufgebraucht. <strong>%s</strong> "
|
81 |
-
"werden dir am <strong>%s</strong> wieder zur Verfügung stehen."
|
82 |
|
83 |
-
#: ../inc/admin/
|
84 |
-
msgid "
|
85 |
-
msgstr "
|
86 |
|
87 |
-
#: ../inc/admin/
|
88 |
-
|
89 |
-
|
|
|
|
|
|
|
|
|
|
|
90 |
|
91 |
-
#: ../inc/admin/
|
92 |
-
msgid "
|
93 |
-
msgstr "
|
94 |
|
95 |
-
#: ../inc/admin/
|
96 |
#, php-format
|
97 |
-
msgid "
|
98 |
-
msgstr "
|
99 |
|
100 |
-
#: ../inc/admin/
|
101 |
-
msgid "
|
102 |
-
msgstr "
|
103 |
|
104 |
-
#: ../inc/admin/
|
105 |
-
msgid "
|
106 |
-
msgstr "
|
107 |
|
108 |
-
#: ../inc/admin/
|
109 |
-
|
110 |
-
|
|
|
111 |
|
112 |
-
#: ../inc/admin/
|
113 |
-
msgid "
|
114 |
-
msgstr "
|
115 |
|
116 |
-
#: ../inc/admin/
|
117 |
-
msgid "
|
118 |
-
msgstr "
|
119 |
|
120 |
-
#: ../inc/admin/
|
121 |
-
msgid "
|
122 |
-
msgstr "
|
123 |
|
124 |
-
#: ../inc/admin/
|
125 |
-
msgid ""
|
126 |
-
"Your account has been succesfully created. Please check your mailbox, you "
|
127 |
-
"are going to receive an email with API key."
|
128 |
msgstr ""
|
129 |
-
"
|
130 |
-
"
|
131 |
|
132 |
-
#: ../inc/admin/
|
133 |
-
msgid "
|
134 |
-
msgstr "
|
135 |
|
136 |
-
#: ../inc/admin/
|
137 |
-
|
138 |
-
|
|
|
139 |
|
140 |
-
#: ../inc/admin/
|
141 |
-
|
142 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
-
#: ../inc/admin/
|
145 |
-
msgid "
|
146 |
-
msgstr "
|
147 |
|
148 |
-
#: ../inc/admin/
|
149 |
msgid ""
|
150 |
-
"
|
151 |
-
"
|
152 |
msgstr ""
|
153 |
-
"
|
154 |
-
"
|
155 |
-
|
156 |
-
#: ../inc/admin/enqueue.php:133 ../inc/admin/ui/options.php:85
|
157 |
-
msgid "Your API key is valid."
|
158 |
-
msgstr "Dein API-Schlüssel ist gültig."
|
159 |
|
160 |
-
#: ../inc/admin/
|
161 |
-
msgid "
|
162 |
-
msgstr "
|
163 |
|
164 |
-
#: ../inc/admin/
|
165 |
msgid ""
|
166 |
-
"If you
|
167 |
-
"
|
168 |
-
"of need."
|
169 |
msgstr ""
|
170 |
-
"
|
171 |
-
"
|
172 |
-
"können."
|
173 |
-
|
174 |
-
#: ../inc/admin/enqueue.php:164 ../inc/functions/admin-ui.php:75
|
175 |
-
msgid "Restore Original"
|
176 |
-
msgstr "Original wiederherstellen"
|
177 |
|
178 |
-
#: ../inc/admin/
|
179 |
-
msgid "
|
180 |
-
msgstr "
|
181 |
|
182 |
-
#: ../inc/admin/
|
183 |
-
msgid "
|
184 |
-
msgstr "
|
|
|
|
|
185 |
|
186 |
-
#: ../inc/admin/
|
187 |
-
|
188 |
-
|
|
|
189 |
|
190 |
-
#: ../inc/admin/
|
191 |
-
|
192 |
-
|
193 |
-
|
|
|
194 |
|
195 |
-
#: ../inc/admin/
|
196 |
-
|
197 |
-
|
198 |
-
msgid "File Size:"
|
199 |
-
msgstr "Dateigröße:"
|
200 |
|
201 |
-
#: ../inc/admin/
|
202 |
-
|
203 |
-
|
204 |
-
msgid "Original Saving:"
|
205 |
-
msgstr "Optimiert um:"
|
206 |
|
207 |
-
#: ../inc/admin/
|
208 |
-
msgid "
|
209 |
-
msgstr "
|
210 |
|
211 |
-
#: ../inc/admin/
|
|
|
212 |
msgid ""
|
213 |
-
"
|
214 |
-
"
|
215 |
msgstr ""
|
216 |
-
"
|
217 |
-
"
|
218 |
|
219 |
-
#: ../inc/admin/
|
220 |
-
msgid "
|
221 |
-
msgstr "
|
222 |
|
223 |
-
#: ../inc/admin/
|
224 |
msgid ""
|
225 |
-
"
|
226 |
-
"
|
227 |
-
msgstr ""
|
228 |
-
"Ein unbekannter Fehler ist beim Sammeln der nicht optimierten Bilder "
|
229 |
-
"aufgetreten. Versuche es noch einmal; falls der Fehler sich wiederholt, "
|
230 |
-
"kontaktiere bitte den Imagify-Support."
|
231 |
|
232 |
-
#: ../inc/admin/
|
233 |
-
|
234 |
-
|
235 |
-
|
|
|
|
|
|
|
236 |
|
237 |
-
#: ../inc/admin/
|
238 |
-
msgid "
|
239 |
-
|
|
|
|
|
|
|
|
|
240 |
|
241 |
-
#: ../inc/admin/
|
242 |
-
msgid "
|
243 |
-
|
|
|
|
|
|
|
|
|
244 |
|
245 |
-
#: ../inc/admin/
|
246 |
-
msgid "
|
247 |
-
|
|
|
|
|
|
|
|
|
248 |
|
249 |
-
#: ../inc/admin/
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
|
253 |
-
#: ../inc/admin/
|
254 |
-
#, php-format
|
255 |
msgid ""
|
256 |
-
"
|
257 |
-
"
|
258 |
msgstr ""
|
259 |
-
"
|
260 |
-
"
|
261 |
|
262 |
-
#: ../inc/admin/
|
263 |
-
msgid "
|
264 |
msgstr ""
|
265 |
-
"
|
266 |
-
"
|
267 |
|
268 |
-
#: ../inc/admin/
|
269 |
-
|
270 |
-
#, php-format
|
271 |
-
msgid ""
|
272 |
-
"To continue to optimize your images, log in to your Imagify account to %sbuy "
|
273 |
-
"a pack or subscribe to a plan%s."
|
274 |
msgstr ""
|
275 |
-
"
|
276 |
-
"
|
277 |
|
278 |
-
#: ../inc/admin/
|
279 |
-
|
280 |
-
|
|
|
281 |
|
282 |
-
#: ../inc/admin/
|
283 |
-
|
284 |
-
msgid "
|
285 |
-
msgstr "
|
286 |
|
287 |
-
#: ../inc/admin/
|
288 |
-
|
289 |
-
|
|
|
|
|
290 |
|
291 |
-
#: ../inc/
|
292 |
-
msgid "
|
293 |
-
|
|
|
|
|
|
|
|
|
294 |
|
295 |
-
#: ../inc/admin
|
296 |
-
|
297 |
-
|
|
|
298 |
|
299 |
-
#: ../inc/admin
|
300 |
-
msgid "
|
301 |
-
msgstr "
|
302 |
|
303 |
-
#: ../inc/
|
304 |
-
|
305 |
-
|
306 |
-
msgstr "Einstellungen"
|
307 |
|
308 |
-
#: ../inc/admin
|
309 |
-
|
310 |
-
|
|
|
311 |
|
312 |
-
#: ../inc/
|
313 |
-
msgid "
|
314 |
-
|
|
|
|
|
|
|
|
|
315 |
|
316 |
-
#: ../inc/
|
317 |
-
msgid "
|
318 |
-
msgstr "
|
319 |
|
320 |
-
#: ../inc/
|
321 |
-
msgid "
|
322 |
-
msgstr "
|
323 |
|
324 |
-
#: ../inc/
|
325 |
-
|
326 |
-
|
|
|
327 |
|
328 |
-
#: ../inc/
|
329 |
-
|
330 |
-
|
|
|
331 |
|
332 |
-
#: ../inc/
|
333 |
-
|
334 |
-
"
|
335 |
-
"
|
336 |
-
|
337 |
-
|
338 |
-
"
|
|
|
339 |
|
340 |
-
|
341 |
msgid ""
|
342 |
-
"
|
343 |
-
"
|
|
|
344 |
msgstr ""
|
345 |
-
"
|
346 |
-
"
|
347 |
-
"
|
348 |
|
349 |
-
#: ../inc/admin/
|
350 |
-
|
351 |
-
|
|
|
|
|
|
|
352 |
|
353 |
-
#: ../inc/admin/
|
354 |
-
#:
|
355 |
-
|
356 |
-
|
357 |
-
#: inc/functions/admin-ui.php:127
|
358 |
-
msgid "Ultra"
|
359 |
-
msgstr "Ultra"
|
360 |
|
361 |
-
#: ../inc/admin/
|
362 |
-
|
363 |
-
|
364 |
-
#: inc/admin/ui/options.php:438 ../inc/classes/class-attachment.php:138 ..
|
365 |
-
#: inc/functions/admin-ui.php:133
|
366 |
-
msgid "Aggressive"
|
367 |
-
msgstr "Aggressiv"
|
368 |
|
369 |
-
#: ../inc/admin/
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
|
|
376 |
|
377 |
-
#: ../inc/admin/ui/bulk.php:
|
378 |
-
msgid "
|
379 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
380 |
|
381 |
-
#: ../inc/admin/
|
|
|
382 |
#, php-format
|
383 |
-
msgid "
|
384 |
-
|
|
|
|
|
|
|
|
|
385 |
|
386 |
-
#: ../inc/admin/
|
387 |
-
msgid "
|
388 |
-
msgstr "
|
389 |
|
390 |
-
#: ../inc/admin/ui/bulk.php:
|
391 |
-
|
392 |
-
|
393 |
-
msgstr "Bilder größer als %s können mit der Pro-version optimiert werden."
|
394 |
|
395 |
-
#: ../inc/admin/ui/bulk.php:
|
396 |
-
msgid "
|
397 |
-
msgstr "
|
398 |
|
399 |
-
#: ../inc/admin/ui/bulk.php:
|
400 |
-
|
401 |
-
|
|
|
402 |
|
403 |
-
#: ../inc/admin/
|
404 |
-
msgid "
|
405 |
-
msgstr "
|
406 |
|
407 |
-
#: ../inc/admin/
|
408 |
-
msgid "
|
409 |
-
msgstr "
|
410 |
|
411 |
-
#: ../inc/admin/
|
412 |
-
msgid "
|
413 |
-
msgstr "
|
414 |
|
415 |
-
#: ../inc/admin/
|
416 |
-
|
417 |
-
|
418 |
-
msgstr "geringere Dateigröße dank Imagify"
|
419 |
|
420 |
-
#: ../inc/admin/
|
421 |
-
msgid "
|
422 |
-
msgstr "
|
423 |
|
424 |
-
#: ../inc/admin/
|
425 |
-
|
426 |
-
|
427 |
-
msgstr "du hast %1$s von %2$s gespart"
|
428 |
|
429 |
-
#: ../inc/admin/
|
430 |
-
msgid "
|
431 |
-
|
|
|
|
|
|
|
|
|
432 |
|
433 |
-
#: ../inc/admin/
|
434 |
-
msgid "
|
435 |
-
msgstr "
|
436 |
|
437 |
-
#: ../inc/admin/
|
438 |
-
msgid "
|
439 |
-
msgstr "
|
440 |
|
441 |
-
#: ../inc/admin/
|
442 |
-
msgid "
|
443 |
-
msgstr "
|
444 |
|
445 |
-
#: ../inc/admin/
|
446 |
-
|
447 |
-
|
448 |
-
msgstr "Original"
|
449 |
|
450 |
-
#: ../inc/admin/
|
451 |
-
msgid "
|
452 |
-
|
|
|
|
|
|
|
|
|
453 |
|
454 |
-
#: ../inc/admin/ui/
|
455 |
-
msgid "
|
456 |
-
msgstr "
|
457 |
|
458 |
-
#: ../inc/admin/
|
459 |
-
msgid "
|
460 |
-
msgstr "
|
461 |
|
462 |
-
#: ../inc/admin/
|
463 |
-
msgid "
|
464 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
|
466 |
-
#: ../inc/admin/ui
|
467 |
-
msgid "
|
468 |
-
msgstr "
|
469 |
|
470 |
-
#: ../inc/admin/
|
471 |
-
msgid "
|
472 |
-
msgstr "
|
473 |
|
474 |
-
#: ../inc/admin/
|
475 |
-
msgid "
|
476 |
-
msgstr "
|
477 |
|
478 |
-
#: ../inc/admin/
|
479 |
-
|
480 |
-
|
481 |
-
msgstr "%sStapelverarbeitung starten%s"
|
482 |
|
483 |
-
#: ../inc/admin/ui/
|
484 |
-
|
485 |
-
|
|
|
486 |
|
487 |
-
#: ../inc/admin/
|
488 |
-
#: inc/admin/ui/
|
489 |
-
#: inc/admin/ui/
|
490 |
-
|
491 |
-
|
492 |
-
#: inc/admin/ui/notices.php:356 ../inc/admin/ui/notices.php:356
|
493 |
-
msgid "Dismiss this notice"
|
494 |
-
msgstr "Diese Meldung verwerfen"
|
495 |
|
496 |
-
#: ../inc/admin/ui/
|
497 |
-
|
498 |
-
|
|
|
|
|
499 |
|
500 |
-
#: ../inc/admin/
|
|
|
|
|
|
|
|
|
501 |
msgid ""
|
502 |
-
"
|
503 |
-
"
|
504 |
msgstr ""
|
505 |
-
"
|
506 |
-
"
|
507 |
-
|
508 |
-
#: ../inc/admin/ui/notices.php:36
|
509 |
-
msgid "Sign up, It's FREE!"
|
510 |
-
msgstr "Mein Konto kostenfrei anlegen"
|
511 |
|
512 |
-
#: ../inc/admin/
|
513 |
-
msgid "
|
514 |
-
msgstr "
|
515 |
|
516 |
-
#: ../inc/admin/
|
517 |
-
#, php-format
|
518 |
msgid ""
|
519 |
-
"
|
520 |
-
"
|
521 |
msgstr ""
|
522 |
-
"
|
523 |
-
"
|
524 |
-
"
|
525 |
|
526 |
-
#: ../inc/admin/
|
527 |
-
|
528 |
-
|
|
|
529 |
|
530 |
-
#: ../inc/admin/
|
531 |
-
msgid "
|
532 |
-
msgstr "
|
533 |
|
534 |
-
#: ../inc/admin/
|
535 |
-
msgid "
|
536 |
-
msgstr ""
|
537 |
-
"Fast fertig! Wähle nun deine Einstellungen für Imagify. Anschließend kannst "
|
538 |
-
"du alle deine Bilder von Imagify automatisch optimieren lassen."
|
539 |
|
540 |
-
#: ../inc/admin/
|
541 |
-
msgid "
|
542 |
-
msgstr "
|
543 |
|
544 |
-
#: ../inc/admin/
|
545 |
-
msgid "
|
546 |
-
msgstr "
|
547 |
|
548 |
-
#: ../inc/admin/
|
549 |
#, php-format
|
550 |
msgid ""
|
551 |
-
"
|
552 |
-
"
|
553 |
-
"have one yet."
|
554 |
msgstr ""
|
555 |
-
"
|
556 |
-
"
|
557 |
-
"kostenfrei ein Konto an%3$s, um deinen API-Schlüssel zu erhalten."
|
558 |
|
559 |
-
#: ../inc/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
560 |
msgid ""
|
561 |
-
"
|
562 |
-
"
|
563 |
msgstr ""
|
564 |
-
"
|
565 |
-
"
|
566 |
|
567 |
-
#: ../inc/admin/
|
568 |
-
msgid "
|
569 |
-
msgstr "
|
570 |
|
571 |
-
#: ../inc/admin/
|
572 |
-
|
573 |
-
|
|
|
574 |
|
575 |
-
#: ../inc/admin/ui
|
576 |
-
msgid ""
|
577 |
-
"
|
578 |
-
"config.php</code> to block all external HTTP requests."
|
579 |
-
msgstr ""
|
580 |
-
"Alle externen HTTP-Anfragen werden blockiert, weil in der Datei <em>wp-"
|
581 |
-
"config.php</em> die PHP-Konstante <code>WP_HTTP_BLOCK_EXTERNAL</code> "
|
582 |
-
"gesetzt ist.\n"
|
583 |
|
584 |
-
#: ../inc/admin/ui
|
585 |
-
msgid ""
|
586 |
-
"
|
587 |
-
"config.php</code> file so that it works correctly."
|
588 |
-
msgstr ""
|
589 |
-
"Um deine Bilder optimieren zu können, füge den folgenden Code zu deiner "
|
590 |
-
"<em>wp-config.php</em> hinzu."
|
591 |
|
592 |
-
#: ../inc/admin/
|
593 |
-
msgid "
|
594 |
-
msgstr "
|
595 |
|
596 |
-
#: ../inc/admin/
|
597 |
-
msgid "
|
598 |
-
msgstr "
|
599 |
|
600 |
-
#: ../inc/admin/ui/
|
601 |
-
|
602 |
-
|
|
|
603 |
|
604 |
-
#: ../inc/admin/
|
605 |
-
msgid "
|
606 |
-
msgstr "
|
607 |
|
608 |
-
#: ../inc/admin/
|
609 |
-
msgid "
|
610 |
-
msgstr "
|
611 |
|
612 |
-
#: ../inc/admin/
|
613 |
-
|
614 |
-
|
615 |
-
msgstr "%sErhalte %s Rabatt%s mit diesem Gutschein-Code:%s"
|
616 |
|
617 |
-
#: ../inc/admin/ui/
|
618 |
-
msgid "
|
619 |
-
msgstr "
|
620 |
|
621 |
-
#: ../inc/admin/ui/
|
622 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
msgid ""
|
624 |
-
"
|
625 |
-
"
|
626 |
msgstr ""
|
627 |
-
"
|
628 |
-
"
|
629 |
|
630 |
-
#: ../inc/admin/ui/
|
631 |
-
#, php-format
|
632 |
msgid ""
|
633 |
-
"
|
634 |
-
"
|
635 |
msgstr ""
|
636 |
-
"
|
637 |
-
"
|
|
|
638 |
|
639 |
-
#: ../inc/admin/ui/
|
640 |
-
msgid "
|
641 |
-
msgstr "
|
642 |
|
643 |
-
#: ../inc/admin/ui/
|
644 |
-
|
645 |
-
|
|
|
|
|
|
|
|
|
646 |
|
647 |
-
#: ../inc/admin/ui/
|
648 |
-
|
649 |
-
|
650 |
-
|
|
|
|
|
|
|
651 |
|
652 |
-
#: ../inc/admin/ui/
|
653 |
-
|
654 |
-
|
|
|
|
|
|
|
|
|
655 |
|
656 |
-
#: ../inc/admin/ui/
|
657 |
-
msgid "
|
658 |
-
msgstr "
|
659 |
|
660 |
-
#: ../inc/admin/ui/
|
661 |
#, php-format
|
662 |
-
msgid "
|
663 |
-
msgstr "
|
664 |
|
665 |
-
#: ../inc/admin/ui/
|
666 |
-
msgid "
|
667 |
-
msgstr "Bilder
|
668 |
|
669 |
-
#: ../inc/admin/ui/
|
670 |
-
|
671 |
-
|
|
|
672 |
|
673 |
-
#: ../inc/admin/ui/
|
674 |
-
msgid "
|
675 |
-
msgstr "
|
676 |
|
677 |
-
#: ../inc/admin/ui/
|
678 |
-
msgid "
|
679 |
-
msgstr ""
|
680 |
-
"Speichere Sicherungskopien deiner Originalbilder in einem separaten Ordner, "
|
681 |
-
"bevor die Optimierung beginnt."
|
682 |
|
683 |
-
#: ../inc/admin/ui/
|
684 |
-
msgid "
|
685 |
-
msgstr "
|
686 |
|
687 |
-
#: ../inc/admin/ui/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
688 |
#, php-format
|
689 |
-
msgid "
|
690 |
-
msgstr "
|
691 |
|
692 |
-
#: ../inc/admin/ui/
|
|
|
|
|
|
|
|
|
693 |
#, php-format
|
694 |
-
msgid ""
|
695 |
-
"
|
696 |
-
"after resizing. The new width should not be less than your largest thumbnail "
|
697 |
-
"width, which is actually %spx."
|
698 |
-
msgstr ""
|
699 |
-
"Diese Option ist empfehlenswert, um das Speichervolumen für größere Bilder "
|
700 |
-
"zu reduzieren. Du kannst so bis zu 80%% Speicherplatz sparen. Die neue "
|
701 |
-
"Breite sollte nicht geringer als deine größte Vorschaubildbreite sein, die "
|
702 |
-
"übrigens %s Pixel beträgt."
|
703 |
|
704 |
-
#: ../inc/admin/ui/
|
705 |
-
msgid "
|
706 |
-
msgstr "
|
707 |
|
708 |
-
#: ../inc/admin/ui/
|
709 |
-
msgid ""
|
710 |
-
"
|
711 |
-
"pictures like shutter speed, exposure compensation, ISO, etc..."
|
712 |
-
msgstr ""
|
713 |
-
"Behalte alle EXIF-Daten deiner Bilder. In den EXIF-Daten werden "
|
714 |
-
"Informationen wie Verschlusszeit, Belichtungskorrektur, ISO-Wert usw. "
|
715 |
-
"gespeichert."
|
716 |
|
717 |
-
#: ../inc/admin/ui/
|
718 |
-
msgid "
|
719 |
-
msgstr "
|
720 |
|
721 |
-
#: ../inc/admin/ui/
|
722 |
-
msgid ""
|
723 |
-
|
724 |
-
"displaying on your pages some info like the model of your camera."
|
725 |
-
msgstr ""
|
726 |
-
"Aktiviere diese Option, wenn du auf deiner Site fototechnische Informationen,"
|
727 |
-
" wie z.B. das Model deiner Kamera, anzeigen möchtest."
|
728 |
|
729 |
-
#: ../inc/admin/ui/options.php:
|
730 |
-
|
731 |
-
|
|
|
732 |
|
733 |
-
#: ../inc/admin/ui/
|
734 |
-
msgid "
|
735 |
-
msgstr ""
|
736 |
-
"Hier kannst du die Komprimierung für die verschiedenen Bildgrößen "
|
737 |
-
"kontrollieren, die dein WordPress generiert."
|
738 |
|
739 |
-
#: ../inc/admin/ui/
|
740 |
-
|
741 |
-
|
742 |
-
msgstr "Die %sOriginalgröße%s wird von Imagify %sautomatisch optimiert%s."
|
743 |
|
744 |
-
#: ../inc/admin/ui/
|
745 |
-
msgid "
|
746 |
-
msgstr ""
|
747 |
-
"Bedenke, dass jede ausgewählte Bildgröße dein monatliches Nutzungsvolumen "
|
748 |
-
"bei Imagify beeinflusst."
|
749 |
|
750 |
-
#: ../inc/admin/ui/
|
751 |
-
msgid "
|
752 |
-
msgstr "
|
753 |
|
754 |
-
#: ../inc/admin/ui/
|
755 |
-
msgid "
|
756 |
-
msgstr "
|
757 |
|
758 |
-
#: ../inc/admin/ui/
|
759 |
-
msgid "
|
760 |
-
msgstr "
|
761 |
|
762 |
-
#: ../inc/admin/ui/
|
763 |
-
|
764 |
-
|
765 |
-
"Once your settings saved, optimize all your images by using the %sImagify "
|
766 |
-
"Bulk Optimization%s feature."
|
767 |
-
msgstr ""
|
768 |
-
"Sobald du deine Einstellungen gespeichert hast, kannst du mit der "
|
769 |
-
"%sStapelverarbeitung%s alle deine Bilder optimieren."
|
770 |
|
771 |
-
#: ../inc/admin/ui/
|
772 |
-
|
773 |
-
|
|
|
774 |
|
775 |
-
#: ../inc/admin/ui/
|
776 |
-
msgid ""
|
777 |
-
"
|
778 |
-
"compression."
|
779 |
-
msgstr "Dieser Modus wendet alle verfügbaren Parameter für maximale Komprimierung an."
|
780 |
|
781 |
-
#: ../inc/admin/ui/
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
"
|
787 |
-
"
|
788 |
|
789 |
-
#: ../inc/admin/ui/
|
790 |
-
msgid ""
|
791 |
-
"
|
792 |
-
"on the images we recommend using this mode."
|
793 |
-
msgstr ""
|
794 |
-
"Wähle diese Einstellung, wenn du bereit bist, etwas Qualität zugunsten "
|
795 |
-
"maximaler Reduktion der Dateigröße zu riskieren."
|
796 |
|
797 |
-
#: ../inc/admin/ui/
|
798 |
msgid ""
|
799 |
-
"
|
800 |
-
"
|
801 |
msgstr ""
|
802 |
-
"
|
803 |
-
"
|
804 |
|
805 |
-
#: ../inc/admin/ui/
|
806 |
-
msgid ""
|
807 |
-
"
|
808 |
-
"reduction in image quality. Most of the time it's not even noticeable."
|
809 |
-
msgstr ""
|
810 |
-
"Die drastische Verringerung der Dateigröße geht mit geringfügigen, meist "
|
811 |
-
"kaum wahrnehmbaren Einbußen in der Qualität einher."
|
812 |
|
813 |
-
#: ../inc/admin/ui/
|
814 |
-
msgid "
|
815 |
-
msgstr "
|
816 |
|
817 |
-
#: ../inc/admin/ui/
|
|
|
818 |
msgid ""
|
819 |
-
"
|
820 |
-
"
|
821 |
-
msgstr ""
|
822 |
-
"Dieser Modus sorgt für verlustfreie Bildoptimierung. Deine Bilder werden "
|
823 |
-
"ohne sichtbare Veränderungen optimiert."
|
824 |
-
|
825 |
-
#: ../inc/admin/ui/options.php:348
|
826 |
-
msgid "If you want the perfect quality for your images, we recommend you that mode."
|
827 |
msgstr ""
|
828 |
-
"
|
829 |
-
"
|
|
|
830 |
|
831 |
-
#: ../inc/admin/ui/
|
832 |
-
msgid "
|
833 |
-
msgstr ""
|
834 |
-
"Hinweis: Die Verringerung der Dateigröße fällt hier geringer aus, als im "
|
835 |
-
"aggressiven Modus."
|
836 |
|
837 |
-
#: ../inc/admin/ui/
|
838 |
-
|
839 |
-
|
840 |
-
msgstr "Ich möchte %s und %s vergleichen."
|
841 |
|
842 |
-
#: ../inc/admin/ui/
|
843 |
-
|
844 |
-
|
845 |
-
|
|
|
846 |
|
847 |
-
#: ../inc/admin/ui/
|
848 |
-
|
849 |
-
|
850 |
-
msgid "Optimized photography about %s"
|
851 |
-
msgstr "Optimiertes Bild ca. %s"
|
852 |
|
853 |
#: ../inc/admin/ui/options.php:407 ../inc/admin/ui/options.php:417 ..
|
854 |
#: inc/admin/ui/options.php:437 ../inc/admin/ui/options.php:458 ..
|
@@ -856,23 +903,6 @@ msgstr "Optimiertes Bild ca. %s"
|
|
856 |
msgid "Level:"
|
857 |
msgstr "Modus:"
|
858 |
|
859 |
-
#: ../inc/classes/class-attachment.php:520
|
860 |
-
msgid ""
|
861 |
-
"This size isn't authorized to be optimized. Update your Imagify settings if "
|
862 |
-
"you want to optimize it."
|
863 |
-
msgstr ""
|
864 |
-
"Diese Bildgröße ist für die Optimierung nicht zugelassen. Aktualisiere deine "
|
865 |
-
"Imagify-Einstellungen, wenn du sie optimieren möchtest."
|
866 |
-
|
867 |
-
#: ../inc/common/admin-bar.php:48
|
868 |
-
#, php-format
|
869 |
-
msgid "Rate Imagify on %s"
|
870 |
-
msgstr "Bewerte Imagify auf %s"
|
871 |
-
|
872 |
-
#: ../inc/common/admin-bar.php:61
|
873 |
-
msgid "Loading..."
|
874 |
-
msgstr "Laden …"
|
875 |
-
|
876 |
#: ../inc/functions/admin-ui.php:35
|
877 |
msgid "New Filesize:"
|
878 |
msgstr "Neue Dateigröße:"
|
@@ -897,10 +927,6 @@ msgstr "Optimierte Vorschaubilder:"
|
|
897 |
msgid "Overall Saving:"
|
898 |
msgstr "Gesamte Ersparnis:"
|
899 |
|
900 |
-
#: ../inc/functions/admin-ui.php:75
|
901 |
-
msgid "Restoring..."
|
902 |
-
msgstr "Wiederherstellen …"
|
903 |
-
|
904 |
#: ../inc/functions/admin-ui.php:99
|
905 |
msgid "Try again"
|
906 |
msgstr "Erneut versuchen"
|
@@ -910,39 +936,3 @@ msgstr "Erneut versuchen"
|
|
910 |
#, php-format
|
911 |
msgid "Re-Optimize to %s"
|
912 |
msgstr "Erneut optimieren als %s"
|
913 |
-
|
914 |
-
#: ../inc/functions/admin-ui.php:162
|
915 |
-
#, php-format
|
916 |
-
msgid "%s can't be optimized"
|
917 |
-
msgstr "%s kann nicht optimiert werden."
|
918 |
-
|
919 |
-
#: ../inc/functions/process.php:30
|
920 |
-
msgid ""
|
921 |
-
"Sorry, our servers are temporarily unaccessible. Please, try again in a "
|
922 |
-
"couple of minutes."
|
923 |
-
msgstr ""
|
924 |
-
"Unsere Server sind leider im Augenblick nicht erreichbar. Bitte versuche es "
|
925 |
-
"in ein paar Minuten noch einmal."
|
926 |
-
|
927 |
-
#: ../inc/functions/process.php:36
|
928 |
-
msgid "External HTTP requests are blocked"
|
929 |
-
msgstr "Externe HTTP-Anfragen werden blockiert"
|
930 |
-
|
931 |
-
#: ../inc/functions/process.php:42
|
932 |
-
msgid "File path is empty"
|
933 |
-
msgstr "Datei-Pfad ist leer"
|
934 |
-
|
935 |
-
#: ../inc/functions/process.php:48
|
936 |
-
#, php-format
|
937 |
-
msgid "Could not find %s"
|
938 |
-
msgstr "%s wurde nicht gefunden"
|
939 |
-
|
940 |
-
#: ../inc/functions/process.php:53
|
941 |
-
#, php-format
|
942 |
-
msgid "%s is not writable"
|
943 |
-
msgstr "%s ist nicht beschreibbar."
|
944 |
-
|
945 |
-
#: ../inc/functions/process.php:62
|
946 |
-
#, php-format
|
947 |
-
msgid "Skipped (%s), image not found."
|
948 |
-
msgstr "Übersprungen (%s), Bild nicht gefunden."
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Feb 12 2016 15:00:09 GMT+0100 (CET)\n"
|
6 |
+
"PO-Revision-Date: Mon Feb 22 2016 19:04:07 GMT+0100 (CET)\n"
|
7 |
"Last-Translator: caspar <caspar@wp-rocket.me>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: German\n"
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Loco-Target-Locale: de_DE"
|
24 |
|
25 |
+
#: ../inc/admin/ui/notices.php:85 ../inc/admin/ui/options.php:91
|
26 |
+
msgid "Your API key isn't valid!"
|
27 |
+
msgstr "Dein API-Schlüssel ist ungültig."
|
28 |
|
29 |
+
#: ../inc/admin/ui/notices.php:88
|
30 |
+
#, php-format
|
31 |
msgid ""
|
32 |
+
"Go to your Imagify account page to get your API Key and specify it on "
|
33 |
+
"%1$syour settings%3$s or %2$screate an account for free%3$s if you don't "
|
34 |
+
"have one yet."
|
35 |
msgstr ""
|
36 |
+
"Du findest deinen API-Schlüssel in deinem Imagify-Konto. Sobald du ihn dort "
|
37 |
+
"geholt hast, %1$shinterlege ihn in deinen Einstellungen%3$s. Oder %2$slege "
|
38 |
+
"kostenfrei ein Konto an%3$s, um deinen API-Schlüssel zu erhalten."
|
39 |
|
40 |
+
#: ../inc/admin/ui/notices.php:138
|
41 |
+
msgid ""
|
42 |
+
"The following plugins are not compatible with this plugin and may cause "
|
43 |
+
"unexpected results:"
|
44 |
+
msgstr ""
|
45 |
+
"Die folgenden Plugins sind nicht kompatibel mit diesem Plugin und können "
|
46 |
+
"unerwartete Ergebnisse verursachen:"
|
47 |
|
48 |
+
#: ../inc/admin/ui/notices.php:144
|
49 |
+
msgid "Deactivate"
|
50 |
+
msgstr "Deaktivieren"
|
|
|
51 |
|
52 |
+
#: ../inc/admin/ui/notices.php:173
|
53 |
+
msgid "The external HTTP requests are blocked!"
|
54 |
+
msgstr "Externe HTTP-Anfragen werden blockiert."
|
55 |
|
56 |
+
#: ../inc/admin/ui/notices.php:174
|
|
|
57 |
msgid ""
|
58 |
+
"You defined the <code>WP_HTTP_BLOCK_EXTERNAL</code> constant in the <code>wp-"
|
59 |
+
"config.php</code> to block all external HTTP requests."
|
60 |
msgstr ""
|
61 |
+
"Alle externen HTTP-Anfragen werden blockiert, weil in der Datei <em>wp-"
|
62 |
+
"config.php</em> die PHP-Konstante <code>WP_HTTP_BLOCK_EXTERNAL</code> "
|
63 |
+
"gesetzt ist.\n"
|
64 |
|
65 |
+
#: ../inc/admin/ui/notices.php:176
|
66 |
+
msgid ""
|
67 |
+
"To optimize your images, you have to put the following code in your <code>wp-"
|
68 |
+
"config.php</code> file so that it works correctly."
|
69 |
+
msgstr ""
|
70 |
+
"Um deine Bilder optimieren zu können, füge den folgenden Code zu deiner "
|
71 |
+
"<em>wp-config.php</em> hinzu."
|
72 |
|
73 |
+
#: ../inc/admin/ui/notices.php:177
|
74 |
+
msgid "Click on the field and press Ctrl-A to select all."
|
75 |
+
msgstr "Klicke auf das Feld und drücke ctrl+A (cmd+A) für Alles auswählen."
|
|
|
76 |
|
77 |
+
#: ../inc/admin/ui/notices.php:213
|
78 |
+
msgid "You're missing out!"
|
79 |
+
msgstr "Du verpasst etwas!"
|
80 |
+
|
81 |
+
#: ../inc/admin/ui/notices.php:214
|
82 |
+
msgid "Use the List view to optimize images with Imagify."
|
83 |
+
msgstr "In der Listenansicht kannst du deine Bilder direkt zu optimieren."
|
84 |
+
|
85 |
+
#: ../inc/admin/ui/notices.php:215
|
86 |
+
msgid "Switch to the List View"
|
87 |
+
msgstr "Zur Listenansicht wechseln"
|
88 |
+
|
89 |
+
#: ../inc/admin/ui/options.php:18
|
90 |
+
msgid "Is your website too slow?"
|
91 |
+
msgstr "Ist deine Website zu langsam?"
|
92 |
+
|
93 |
+
#: ../inc/admin/ui/options.php:24
|
94 |
+
msgid "Discover the best caching plugin to speed up your website."
|
95 |
+
msgstr "Entdecke das beste Caching-Plugin, um deine Website schneller zu machen."
|
96 |
+
|
97 |
+
#: ../inc/admin/ui/options.php:32
|
98 |
#, php-format
|
99 |
+
msgid "%sGet %s off%s with this coupon code:%s"
|
100 |
+
msgstr "%sErhalte %s Rabatt%s mit diesem Gutschein-Code:%s"
|
|
|
|
|
|
|
|
|
101 |
|
102 |
+
#: ../inc/admin/ui/options.php:37
|
103 |
+
msgid "Get WP Rocket now"
|
104 |
+
msgstr "Hole dir WP Rocket jetzt"
|
105 |
|
106 |
+
#: ../inc/admin/ui/options.php:55
|
107 |
+
#, php-format
|
108 |
+
msgid ""
|
109 |
+
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
110 |
+
"WordPress.org%s!"
|
111 |
+
msgstr ""
|
112 |
+
"%sBist du zufrieden mit diesem Plugin?%s Bitte nimm dir einen Moment Zeit "
|
113 |
+
"für eine %sBewertung auf WordPress.org%s!"
|
114 |
|
115 |
+
#: ../inc/admin/ui/options.php:78
|
116 |
+
msgid "API Key"
|
117 |
+
msgstr "API-Schlüssel"
|
118 |
|
119 |
+
#: ../inc/admin/ui/options.php:98
|
120 |
#, php-format
|
121 |
+
msgid "Don't have an API Key yet? %sCreate one, it's FREE%s."
|
122 |
+
msgstr "Noch keinen API-Schlüssel erhalten? %sJetzt kostenfrei Konto anlegen%s"
|
123 |
|
124 |
+
#: ../inc/admin/ui/options.php:114
|
125 |
+
msgid "Optimization Level"
|
126 |
+
msgstr "Optimierungsgrad"
|
127 |
|
128 |
+
#: ../inc/admin/ui/options.php:134
|
129 |
+
msgid "More info?"
|
130 |
+
msgstr "Was ist das?"
|
131 |
|
132 |
+
#: ../inc/admin/ui/options.php:141
|
133 |
+
#, php-format
|
134 |
+
msgid "Need help to choose? %sTry the Visual Comparison%s"
|
135 |
+
msgstr "Nicht sicher? %sVisuellen Vergleich ausprobieren%s"
|
136 |
|
137 |
+
#: ../inc/admin/ui/options.php:150 ../inc/admin/ui/options.php:154
|
138 |
+
msgid "Auto-Optimize images on upload"
|
139 |
+
msgstr "Bilder beim Hochladen automatisch optimieren"
|
140 |
|
141 |
+
#: ../inc/admin/ui/options.php:158
|
142 |
+
msgid "Automatically optimize every image you upload to WordPress."
|
143 |
+
msgstr "Lasse automatisch jedes Bild optimieren, das du in WordPress hochlädst."
|
144 |
|
145 |
+
#: ../inc/admin/ui/options.php:163 ../inc/admin/ui/options.php:166
|
146 |
+
msgid "Backup original images"
|
147 |
+
msgstr "Originalbilder sichern"
|
148 |
|
149 |
+
#: ../inc/admin/ui/options.php:170
|
150 |
+
msgid "Keep your original images in a separate folder before optimization process."
|
|
|
|
|
151 |
msgstr ""
|
152 |
+
"Speichere Sicherungskopien deiner Originalbilder in einem separaten Ordner, "
|
153 |
+
"bevor die Optimierung beginnt."
|
154 |
|
155 |
+
#: ../inc/admin/ui/options.php:175 ../inc/admin/ui/options.php:178
|
156 |
+
msgid "Resize larger images"
|
157 |
+
msgstr "Große Bilder verkleinern"
|
158 |
|
159 |
+
#: ../inc/admin/ui/options.php:184
|
160 |
+
#, php-format
|
161 |
+
msgid "to maximum %s pixels width"
|
162 |
+
msgstr "auf maximal %s Pixel Breite"
|
163 |
|
164 |
+
#: ../inc/admin/ui/options.php:195
|
165 |
+
#, php-format
|
166 |
+
msgid ""
|
167 |
+
"This option is recommended to reduce larger images. You can save up to 80%% "
|
168 |
+
"after resizing. The new width should not be less than your largest thumbnail "
|
169 |
+
"width, which is actually %spx."
|
170 |
+
msgstr ""
|
171 |
+
"Diese Option ist empfehlenswert, um das Speichervolumen für größere Bilder "
|
172 |
+
"zu reduzieren. Du kannst so bis zu 80%% Speicherplatz sparen. Die neue "
|
173 |
+
"Breite sollte nicht geringer als deine größte Vorschaubildbreite sein, die "
|
174 |
+
"übrigens %s Pixel beträgt."
|
175 |
|
176 |
+
#: ../inc/admin/ui/options.php:202 ../inc/admin/ui/options.php:205
|
177 |
+
msgid "EXIF Data"
|
178 |
+
msgstr "EXIF-Daten"
|
179 |
|
180 |
+
#: ../inc/admin/ui/options.php:209
|
181 |
msgid ""
|
182 |
+
"Keep all EXIF data from your images. EXIF are informations stored in your "
|
183 |
+
"pictures like shutter speed, exposure compensation, ISO, etc..."
|
184 |
msgstr ""
|
185 |
+
"Behalte alle EXIF-Daten deiner Bilder. In den EXIF-Daten werden "
|
186 |
+
"Informationen wie Verschlusszeit, Belichtungskorrektur, ISO-Wert usw. "
|
187 |
+
"gespeichert."
|
|
|
|
|
|
|
188 |
|
189 |
+
#: ../inc/admin/ui/options.php:210
|
190 |
+
msgid "Learn more"
|
191 |
+
msgstr "Weitere Informationen"
|
192 |
|
193 |
+
#: ../inc/admin/ui/options.php:212
|
194 |
msgid ""
|
195 |
+
"If you are a photographer, you may be interested in this option if you are "
|
196 |
+
"displaying on your pages some info like the model of your camera."
|
|
|
197 |
msgstr ""
|
198 |
+
"Aktiviere diese Option, wenn du auf deiner Site fototechnische Informationen,"
|
199 |
+
" wie z.B. das Model deiner Kamera, anzeigen möchtest."
|
|
|
|
|
|
|
|
|
|
|
200 |
|
201 |
+
#: ../inc/admin/ui/options.php:221
|
202 |
+
msgid "Files optimization"
|
203 |
+
msgstr "Dateioptimierung"
|
204 |
|
205 |
+
#: ../inc/admin/ui/options.php:224
|
206 |
+
msgid "You can choose to compress different image sizes created by WordPress here."
|
207 |
+
msgstr ""
|
208 |
+
"Hier kannst du die Komprimierung für die verschiedenen Bildgrößen "
|
209 |
+
"kontrollieren, die dein WordPress generiert."
|
210 |
|
211 |
+
#: ../inc/admin/ui/options.php:226
|
212 |
+
#, php-format
|
213 |
+
msgid "The %soriginal size%s is %sautomatically optimized%s by Imagify."
|
214 |
+
msgstr "Die %sOriginalgröße%s wird von Imagify %sautomatisch optimiert%s."
|
215 |
|
216 |
+
#: ../inc/admin/ui/options.php:229
|
217 |
+
msgid "Remember each additional image size will affect your Imagify monthly usage!"
|
218 |
+
msgstr ""
|
219 |
+
"Bedenke, dass jede ausgewählte Bildgröße dein monatliches Nutzungsvolumen "
|
220 |
+
"bei Imagify beeinflusst."
|
221 |
|
222 |
+
#: ../inc/admin/ui/options.php:282
|
223 |
+
msgid "Display options"
|
224 |
+
msgstr "Optionen anzeigen"
|
|
|
|
|
225 |
|
226 |
+
#: ../inc/admin/ui/options.php:287 ../inc/admin/ui/options.php:292
|
227 |
+
msgid "Show Admin Bar menu"
|
228 |
+
msgstr "Toolbar-Menü anzeigen"
|
|
|
|
|
229 |
|
230 |
+
#: ../inc/admin/ui/options.php:293
|
231 |
+
msgid "I want this awesome quick access menu on my admin bar."
|
232 |
+
msgstr "Ich möchte dieses praktische Dropdown-Menü in meiner Toolbar."
|
233 |
|
234 |
+
#: ../inc/admin/ui/options.php:308
|
235 |
+
#, php-format
|
236 |
msgid ""
|
237 |
+
"Once your settings saved, optimize all your images by using the %sImagify "
|
238 |
+
"Bulk Optimization%s feature."
|
239 |
msgstr ""
|
240 |
+
"Sobald du deine Einstellungen gespeichert hast, kannst du mit der "
|
241 |
+
"%sStapelverarbeitung%s alle deine Bilder optimieren."
|
242 |
|
243 |
+
#: ../inc/admin/ui/options.php:316
|
244 |
+
msgid "You can choose three levels of compression"
|
245 |
+
msgstr "Du kannst zwischen drei Komprimierungsstufen wählen."
|
246 |
|
247 |
+
#: ../inc/admin/ui/options.php:321
|
248 |
msgid ""
|
249 |
+
"This mode will apply all available optimizations for maximum image "
|
250 |
+
"compression."
|
251 |
+
msgstr "Dieser Modus wendet alle verfügbaren Parameter für maximale Komprimierung an."
|
|
|
|
|
|
|
252 |
|
253 |
+
#: ../inc/admin/ui/options.php:324
|
254 |
+
msgid ""
|
255 |
+
"This will provide a huge savings on the initial weight. Sometimes the image "
|
256 |
+
"quality could be degraded a little."
|
257 |
+
msgstr ""
|
258 |
+
"Die Bildgröße wird erheblich verringert. In einigen Fällen kann es jedoch zu "
|
259 |
+
"Verlusten bei der Qualität kommen."
|
260 |
|
261 |
+
#: ../inc/admin/ui/options.php:327
|
262 |
+
msgid ""
|
263 |
+
"If you want the maximum weight reduction, and you agree to lose some quality "
|
264 |
+
"on the images we recommend using this mode."
|
265 |
+
msgstr ""
|
266 |
+
"Wähle diese Einstellung, wenn du bereit bist, etwas Qualität zugunsten "
|
267 |
+
"maximaler Reduktion der Dateigröße zu riskieren."
|
268 |
|
269 |
+
#: ../inc/admin/ui/options.php:333
|
270 |
+
msgid ""
|
271 |
+
"This mode provides perfect optimization of your images without any "
|
272 |
+
"significant quality loss."
|
273 |
+
msgstr ""
|
274 |
+
"Dieser Modus liefert hervorragende Optimierung ohne signifikante "
|
275 |
+
"Qualitätsverluste."
|
276 |
|
277 |
+
#: ../inc/admin/ui/options.php:336
|
278 |
+
msgid ""
|
279 |
+
"This will provide a drastic savings on the initial weight, with a small "
|
280 |
+
"reduction in image quality. Most of the time it's not even noticeable."
|
281 |
+
msgstr ""
|
282 |
+
"Die drastische Verringerung der Dateigröße geht mit geringfügigen, meist "
|
283 |
+
"kaum wahrnehmbaren Einbußen in der Qualität einher."
|
284 |
|
285 |
+
#: ../inc/admin/ui/options.php:339
|
286 |
+
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
287 |
+
msgstr "Wähle diese Einstellung, wenn du auf maximale Größenreduktion Wert legst."
|
288 |
|
289 |
+
#: ../inc/admin/ui/options.php:345
|
|
|
290 |
msgid ""
|
291 |
+
"This mode provides lossless optimization, your images will be optimized "
|
292 |
+
"without any visible change."
|
293 |
msgstr ""
|
294 |
+
"Dieser Modus sorgt für verlustfreie Bildoptimierung. Deine Bilder werden "
|
295 |
+
"ohne sichtbare Veränderungen optimiert."
|
296 |
|
297 |
+
#: ../inc/admin/ui/options.php:348
|
298 |
+
msgid "If you want the perfect quality for your images, we recommend you that mode."
|
299 |
msgstr ""
|
300 |
+
"Wähle diese Einstellung, wenn dir die perfekte Qualität deiner Bilder "
|
301 |
+
"wichtig ist."
|
302 |
|
303 |
+
#: ../inc/admin/ui/options.php:351
|
304 |
+
msgid "Note: the file size reduction will be less, compared to aggressive mode."
|
|
|
|
|
|
|
|
|
305 |
msgstr ""
|
306 |
+
"Hinweis: Die Verringerung der Dateigröße fällt hier geringer aus, als im "
|
307 |
+
"aggressiven Modus."
|
308 |
|
309 |
+
#: ../inc/admin/ui/options.php:370
|
310 |
+
#, php-format
|
311 |
+
msgid "I want to compare%s and%s"
|
312 |
+
msgstr "Ich möchte %s und %s vergleichen."
|
313 |
|
314 |
+
#: ../inc/admin/ui/options.php:387
|
315 |
+
#, php-format
|
316 |
+
msgid "Original photography about %s"
|
317 |
+
msgstr "Originalbild ca. %s"
|
318 |
|
319 |
+
#: ../inc/admin/ui/options.php:392 ../inc/admin/ui/options.php:397 ..
|
320 |
+
#: inc/admin/ui/options.php:402
|
321 |
+
#, php-format
|
322 |
+
msgid "Optimized photography about %s"
|
323 |
+
msgstr "Optimiertes Bild ca. %s"
|
324 |
|
325 |
+
#: ../inc/classes/class-attachment.php:520
|
326 |
+
msgid ""
|
327 |
+
"This size isn't authorized to be optimized. Update your Imagify settings if "
|
328 |
+
"you want to optimize it."
|
329 |
+
msgstr ""
|
330 |
+
"Diese Bildgröße ist für die Optimierung nicht zugelassen. Aktualisiere deine "
|
331 |
+
"Imagify-Einstellungen, wenn du sie optimieren möchtest."
|
332 |
|
333 |
+
#: ../inc/common/admin-bar.php:48
|
334 |
+
#, php-format
|
335 |
+
msgid "Rate Imagify on %s"
|
336 |
+
msgstr "Bewerte Imagify auf %s"
|
337 |
|
338 |
+
#: ../inc/common/admin-bar.php:57
|
339 |
+
msgid "Loading..."
|
340 |
+
msgstr "Laden …"
|
341 |
|
342 |
+
#: ../inc/functions/admin-ui.php:75
|
343 |
+
msgid "Restoring..."
|
344 |
+
msgstr "Wiederherstellen …"
|
|
|
345 |
|
346 |
+
#: ../inc/functions/admin-ui.php:162
|
347 |
+
#, php-format
|
348 |
+
msgid "%s can't be optimized"
|
349 |
+
msgstr "%s kann nicht optimiert werden."
|
350 |
|
351 |
+
#: ../inc/functions/process.php:30
|
352 |
+
msgid ""
|
353 |
+
"Sorry, our servers are temporarily unaccessible. Please, try again in a "
|
354 |
+
"couple of minutes."
|
355 |
+
msgstr ""
|
356 |
+
"Unsere Server sind leider im Augenblick nicht erreichbar. Bitte versuche es "
|
357 |
+
"in ein paar Minuten noch einmal."
|
358 |
|
359 |
+
#: ../inc/functions/process.php:36
|
360 |
+
msgid "External HTTP requests are blocked"
|
361 |
+
msgstr "Externe HTTP-Anfragen werden blockiert"
|
362 |
|
363 |
+
#: ../inc/functions/process.php:42
|
364 |
+
msgid "File path is empty"
|
365 |
+
msgstr "Datei-Pfad ist leer"
|
366 |
|
367 |
+
#: ../inc/functions/process.php:48
|
368 |
+
#, php-format
|
369 |
+
msgid "Could not find %s"
|
370 |
+
msgstr "%s wurde nicht gefunden"
|
371 |
|
372 |
+
#: ../inc/functions/process.php:53
|
373 |
+
#, php-format
|
374 |
+
msgid "%s is not writable"
|
375 |
+
msgstr "%s ist nicht beschreibbar."
|
376 |
|
377 |
+
#: ../inc/functions/process.php:62
|
378 |
+
#, php-format
|
379 |
+
msgid "Skipped (%s), image not found."
|
380 |
+
msgstr "Übersprungen (%s), Bild nicht gefunden."
|
381 |
+
|
382 |
+
#. URI of the plugin
|
383 |
+
msgid "https://wordpress.org/plugins/imagify"
|
384 |
+
msgstr "https://de.wordpress.org/plugins/imagify"
|
385 |
|
386 |
+
#. Description of the plugin
|
387 |
msgid ""
|
388 |
+
"Dramaticaly reduce image file sizes without loosing quality, make your "
|
389 |
+
"website load faster, boost your SEO and save money on your bandwith using "
|
390 |
+
"Imagify, the new most advanced image optimization tool."
|
391 |
msgstr ""
|
392 |
+
"Verlustfreie Bildoptimierung für WordPress. Imagify reduziert dramatisch die "
|
393 |
+
"Dateigröße deiner Bilder, macht deine Website schneller, verbessert deine "
|
394 |
+
"SEO und spart Bandbreite."
|
395 |
|
396 |
+
#: ../inc/admin/ajax.php:118 ../inc/admin/meta-boxes.php:29 ..
|
397 |
+
#: inc/functions/admin-ui.php:99 ../inc/functions/admin-ui.php:127 ..
|
398 |
+
#: inc/functions/admin-ui.php:133 ../inc/functions/admin-ui.php:139 ..
|
399 |
+
#: inc/functions/admin-ui.php:175 ../inc/functions/admin-ui.php:181
|
400 |
+
msgid "Optimizing..."
|
401 |
+
msgstr "Wird optimiert …"
|
402 |
|
403 |
+
#: ../inc/admin/ajax.php:118 ../inc/admin/enqueue.php:163 ../inc/admin/meta-boxes.
|
404 |
+
#: php:34 ../inc/functions/admin-ui.php:181
|
405 |
+
msgid "Optimize"
|
406 |
+
msgstr "Optimieren"
|
|
|
|
|
|
|
407 |
|
408 |
+
#: ../inc/admin/ajax.php:416
|
409 |
+
msgid "Oops, It's almost over!"
|
410 |
+
msgstr "Hoppla, es wird langsam eng."
|
|
|
|
|
|
|
|
|
411 |
|
412 |
+
#: ../inc/admin/ajax.php:417
|
413 |
+
#, php-format
|
414 |
+
msgid ""
|
415 |
+
"You have almost used all your credit.%sDon't forget to upgrade your "
|
416 |
+
"subscription to continue optimizing your images."
|
417 |
+
msgstr ""
|
418 |
+
"In Kürze wirst du dein Guthaben verbraucht haben.%sAktualisiere dein Abo, um "
|
419 |
+
"deine Bilder auch in Zukunft zu optimieren."
|
420 |
|
421 |
+
#: ../inc/admin/ajax.php:418 ../inc/admin/ui/bulk.php:22
|
422 |
+
msgid "View My Subscription"
|
423 |
+
msgstr "Mein Abo ansehen"
|
424 |
+
|
425 |
+
#: ../inc/admin/ajax.php:426 ../inc/admin/enqueue.php:208 ../inc/admin/ui/notices.
|
426 |
+
#: php:251
|
427 |
+
msgid "Oops, It's Over!"
|
428 |
+
msgstr "Alles hat ein Ende…"
|
429 |
|
430 |
+
#: ../inc/admin/ajax.php:427 ../inc/admin/enqueue.php:224 ../inc/admin/ui/notices.
|
431 |
+
#: php:253
|
432 |
#, php-format
|
433 |
+
msgid ""
|
434 |
+
"You have consumed all your credit for this month. You will have <strong>%s "
|
435 |
+
"back on %s</strong>."
|
436 |
+
msgstr ""
|
437 |
+
"Du hast dein Guthaben für diesen Monat aufgebraucht. <strong>%s</strong> "
|
438 |
+
"werden dir am <strong>%s</strong> wieder zur Verfügung stehen."
|
439 |
|
440 |
+
#: ../inc/admin/ajax.php:428
|
441 |
+
msgid "Upgrade My Subscription"
|
442 |
+
msgstr "Mein Abo aktualisieren"
|
443 |
|
444 |
+
#: ../inc/admin/ajax.php:447 ../inc/admin/ui/bulk.php:16
|
445 |
+
msgid "Account status"
|
446 |
+
msgstr "Kontostatus"
|
|
|
447 |
|
448 |
+
#: ../inc/admin/ajax.php:448 ../inc/admin/ui/bulk.php:17
|
449 |
+
msgid "Your subscription:"
|
450 |
+
msgstr "Dein Abo:"
|
451 |
|
452 |
+
#: ../inc/admin/ajax.php:456 ../inc/admin/ui/bulk.php:47
|
453 |
+
#, php-format
|
454 |
+
msgid "You have %s space credit left"
|
455 |
+
msgstr "Du hast noch %s Guthaben"
|
456 |
|
457 |
+
#: ../inc/admin/ajax.php:468
|
458 |
+
msgid "View my subscription"
|
459 |
+
msgstr "Mein Abo ansehen"
|
460 |
|
461 |
+
#: ../inc/admin/enqueue.php:121
|
462 |
+
msgid "Let's get you started!"
|
463 |
+
msgstr "Los geht’s!"
|
464 |
|
465 |
+
#: ../inc/admin/enqueue.php:122
|
466 |
+
msgid "Enter your email to get an API key:"
|
467 |
+
msgstr "Gib deinen E-Mail-Adresse ein, um einen API-Schlüssel zu erhalten:"
|
468 |
|
469 |
+
#: ../inc/admin/enqueue.php:123
|
470 |
+
msgid "Sign Up"
|
471 |
+
msgstr "Konto anlegen"
|
|
|
472 |
|
473 |
+
#: ../inc/admin/enqueue.php:124
|
474 |
+
msgid "You need to specify an email!"
|
475 |
+
msgstr "Du musst eine E-Mail-Adresse angeben."
|
476 |
|
477 |
+
#: ../inc/admin/enqueue.php:125 ../inc/admin/enqueue.php:131
|
478 |
+
msgid "Congratulations!"
|
479 |
+
msgstr "Glückwunsch!"
|
|
|
480 |
|
481 |
+
#: ../inc/admin/enqueue.php:126
|
482 |
+
msgid ""
|
483 |
+
"Your account has been succesfully created. Please check your mailbox, you "
|
484 |
+
"are going to receive an email with API key."
|
485 |
+
msgstr ""
|
486 |
+
"Dein Konto ist jetzt angelegt. Überprüfe dein E-Mail-Postfach, du erhältst "
|
487 |
+
"eine E-Mail mit deinem API-Schlüssel."
|
488 |
|
489 |
+
#: ../inc/admin/enqueue.php:127
|
490 |
+
msgid "Connect to Imagify!"
|
491 |
+
msgstr "Verbindung zu Imagify herstellen"
|
492 |
|
493 |
+
#: ../inc/admin/enqueue.php:128
|
494 |
+
msgid "Paste your API key below:"
|
495 |
+
msgstr "Füge deinen API-Schlüssel hier ein:"
|
496 |
|
497 |
+
#: ../inc/admin/enqueue.php:129
|
498 |
+
msgid "Connect me"
|
499 |
+
msgstr "Verbinden"
|
500 |
|
501 |
+
#: ../inc/admin/enqueue.php:130
|
502 |
+
msgid "Check in progress..."
|
503 |
+
msgstr "API-Schlüssel wird geprüft…"
|
|
|
504 |
|
505 |
+
#: ../inc/admin/enqueue.php:132
|
506 |
+
msgid ""
|
507 |
+
"Your API key is valid. You can now configure the Imagify settings to "
|
508 |
+
"optimize your images."
|
509 |
+
msgstr ""
|
510 |
+
"Dein API-Schlüssel ist gültig. Du kannst jetzt deine Einstellungen für die "
|
511 |
+
"Bildoptimierung mit Imagify wählen."
|
512 |
|
513 |
+
#: ../inc/admin/enqueue.php:133 ../inc/admin/ui/options.php:85
|
514 |
+
msgid "Your API key is valid."
|
515 |
+
msgstr "Dein API-Schlüssel ist gültig."
|
516 |
|
517 |
+
#: ../inc/admin/enqueue.php:150
|
518 |
+
msgid "Don't Need a Parachute?"
|
519 |
+
msgstr "Du brauchst keinen Fallschirm?"
|
520 |
|
521 |
+
#: ../inc/admin/enqueue.php:151
|
522 |
+
msgid ""
|
523 |
+
"If you keep this option deactivated, you won't be able to re-optimize your "
|
524 |
+
"images to another compression level and restore your original images in case "
|
525 |
+
"of need."
|
526 |
+
msgstr ""
|
527 |
+
"Wenn du diese Option deaktiviert lässt, wirst du deine Bilder nicht erneut "
|
528 |
+
"mit einem anderen Level komprimieren, oder deren Originale wiederherstellen "
|
529 |
+
"können."
|
530 |
|
531 |
+
#: ../inc/admin/enqueue.php:164 ../inc/functions/admin-ui.php:75
|
532 |
+
msgid "Restore Original"
|
533 |
+
msgstr "Original wiederherstellen"
|
534 |
|
535 |
+
#: ../inc/admin/enqueue.php:178
|
536 |
+
msgid "Original Image"
|
537 |
+
msgstr "Originalbild"
|
538 |
|
539 |
+
#: ../inc/admin/enqueue.php:179
|
540 |
+
msgid "Optimized Image"
|
541 |
+
msgstr "Optimiertes Bild"
|
542 |
|
543 |
+
#: ../inc/admin/enqueue.php:180
|
544 |
+
msgid "Compare Original VS Optimized"
|
545 |
+
msgstr "Vergleiche Original mit optimiert"
|
|
|
546 |
|
547 |
+
#: ../inc/admin/enqueue.php:181 ../inc/admin/ui/options.php:358 ..
|
548 |
+
#: inc/admin/ui/options.php:480
|
549 |
+
msgid "Close"
|
550 |
+
msgstr "Schließen"
|
551 |
|
552 |
+
#: ../inc/admin/enqueue.php:182 ../inc/admin/ui/options.php:411 ..
|
553 |
+
#: inc/admin/ui/options.php:421 ../inc/admin/ui/options.php:441 ..
|
554 |
+
#: inc/admin/ui/options.php:462
|
555 |
+
msgid "File Size:"
|
556 |
+
msgstr "Dateigröße:"
|
|
|
|
|
|
|
557 |
|
558 |
+
#: ../inc/admin/enqueue.php:183 ../inc/admin/ui/options.php:425 ..
|
559 |
+
#: inc/admin/ui/options.php:445 ../inc/admin/ui/options.php:466 ..
|
560 |
+
#: inc/functions/admin-ui.php:44
|
561 |
+
msgid "Original Saving:"
|
562 |
+
msgstr "Optimiert um:"
|
563 |
|
564 |
+
#: ../inc/admin/enqueue.php:198
|
565 |
+
msgid "Please wait..."
|
566 |
+
msgstr "Einen Moment bitte …"
|
567 |
+
|
568 |
+
#: ../inc/admin/enqueue.php:199
|
569 |
msgid ""
|
570 |
+
"We are trying to get your unoptimized images, it may take time depending on "
|
571 |
+
"the number of images."
|
572 |
msgstr ""
|
573 |
+
"Nicht optimierte Bilder werden gesammelt, dies kann einen Moment dauern "
|
574 |
+
"…"
|
|
|
|
|
|
|
|
|
575 |
|
576 |
+
#: ../inc/admin/enqueue.php:201
|
577 |
+
msgid "Oops, There is something wrong!"
|
578 |
+
msgstr "Hm, etwas ist schief gelaufen."
|
579 |
|
580 |
+
#: ../inc/admin/enqueue.php:202
|
|
|
581 |
msgid ""
|
582 |
+
"An unknow error occurred when we tried to get all your unoptimized images. "
|
583 |
+
"Try again and if the issue still persist, please contact us!"
|
584 |
msgstr ""
|
585 |
+
"Ein unbekannter Fehler ist beim Sammeln der nicht optimierten Bilder "
|
586 |
+
"aufgetreten. Versuche es noch einmal; falls der Fehler sich wiederholt, "
|
587 |
+
"kontaktiere bitte den Imagify-Support."
|
588 |
|
589 |
+
#: ../inc/admin/enqueue.php:204 ../inc/admin/upload.php:38 ../inc/admin/ui/bulk.
|
590 |
+
#: php:257
|
591 |
+
msgid "Optimized"
|
592 |
+
msgstr "Optimiert"
|
593 |
|
594 |
+
#: ../inc/admin/enqueue.php:205 ../inc/admin/upload.php:39
|
595 |
+
msgid "Unoptimized"
|
596 |
+
msgstr "Nicht Optimiert"
|
597 |
|
598 |
+
#: ../inc/admin/enqueue.php:206
|
599 |
+
msgid "Error"
|
600 |
+
msgstr "Fehler"
|
|
|
|
|
601 |
|
602 |
+
#: ../inc/admin/enqueue.php:209
|
603 |
+
msgid "Hold on!"
|
604 |
+
msgstr "Moment, bitte!"
|
605 |
|
606 |
+
#: ../inc/admin/enqueue.php:210
|
607 |
+
msgid "All your images have been optimized by Imagify. Congratulations!"
|
608 |
+
msgstr "Imagify hat alle deine Bilder optimiert. Glückwunsch!"
|
609 |
|
610 |
+
#: ../inc/admin/enqueue.php:212
|
611 |
#, php-format
|
612 |
msgid ""
|
613 |
+
"Discover @imagify, the new compression tool to optimize your images for free."
|
614 |
+
" I saved %1$s out of %2$s!"
|
|
|
615 |
msgstr ""
|
616 |
+
"Freies #WordPress #Plugin zur Bildoptimierung für bessere #Performance: "
|
617 |
+
"Bilder mit @imagify komprimiert, %1$s von %2$s gespart!"
|
|
|
618 |
|
619 |
+
#: ../inc/admin/enqueue.php:216
|
620 |
+
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
621 |
+
msgstr ""
|
622 |
+
"Imagify arbeitet noch. Möchtest du diese Seite wirklich verlassen und den "
|
623 |
+
"Prozess abbrechen?"
|
624 |
+
|
625 |
+
#: ../inc/admin/enqueue.php:221 ../inc/admin/enqueue.php:224 ..
|
626 |
+
#: inc/admin/ui/notices.php:253
|
627 |
+
#, php-format
|
628 |
msgid ""
|
629 |
+
"To continue to optimize your images, log in to your Imagify account to %sbuy "
|
630 |
+
"a pack or subscribe to a plan%s."
|
631 |
msgstr ""
|
632 |
+
"Um deine Bilder auch in Zukunft zu optimieren, logge dich bei Imagify.io ein "
|
633 |
+
"und %skaufe ein einmaliges Guthaben oder ein Abo%s."
|
634 |
|
635 |
+
#: ../inc/admin/enqueue.php:224
|
636 |
+
msgid "F j, Y"
|
637 |
+
msgstr "j. F Y"
|
638 |
|
639 |
+
#: ../inc/admin/menu.php:24 ../inc/admin/menu.php:24 ../inc/admin/plugins.php:13 .
|
640 |
+
#: ./inc/admin/ui/bulk.php:78 ../inc/common/admin-bar.php:39
|
641 |
+
msgid "Bulk Optimization"
|
642 |
+
msgstr "Stapelverarbeitung"
|
643 |
|
644 |
+
#: ../inc/admin/meta-boxes.php:19 ../inc/functions/admin-ui.php:168
|
645 |
+
msgid "Invalid API key"
|
646 |
+
msgstr "Ungültiger API-Schlüssel"
|
|
|
|
|
|
|
|
|
|
|
647 |
|
648 |
+
#: ../inc/admin/meta-boxes.php:21 ../inc/functions/admin-ui.php:170
|
649 |
+
msgid "Check your Settings"
|
650 |
+
msgstr "Überprüfe deine Einstellungen"
|
|
|
|
|
|
|
|
|
651 |
|
652 |
+
#: ../inc/admin/options.php:107
|
653 |
+
msgid "Cheatin’ uh?"
|
654 |
+
msgstr "Ts, ts, ts …"
|
655 |
|
656 |
+
#: ../inc/admin/options.php:115
|
657 |
+
msgid "<strong>ERROR</strong>: options page not found."
|
658 |
+
msgstr "<strong>Fehler</strong>: Einstellungsseite nicht gefunden."
|
659 |
|
660 |
+
#: ../inc/admin/plugins.php:14 ../inc/admin/ui/options.php:70 ../inc/common/admin-
|
661 |
+
#: bar.php:30
|
662 |
+
msgid "Settings"
|
663 |
+
msgstr "Einstellungen"
|
664 |
|
665 |
+
#: ../inc/admin/upload.php:40
|
666 |
+
msgid "Errors"
|
667 |
+
msgstr "Fehler"
|
668 |
|
669 |
+
#: ../inc/admin/upload.php:43
|
670 |
+
msgid "Filter by status"
|
671 |
+
msgstr "Filtere nach Status"
|
672 |
|
673 |
+
#: ../inc/admin/upload.php:46
|
674 |
+
msgid "All images"
|
675 |
+
msgstr "Alle Bilder"
|
|
|
676 |
|
677 |
+
#: ../inc/admin/ui/bulk.php:59
|
678 |
+
msgid "Upgrade your account to continue optimizing your images"
|
679 |
+
msgstr "Aktualisiere dein Konto, um deine Bilder weiterhin zu optimieren"
|
680 |
|
681 |
+
#: ../inc/admin/ui/bulk.php:63
|
682 |
+
msgid "More info"
|
683 |
+
msgstr "Weitere Informationen"
|
684 |
+
|
685 |
+
#: ../inc/admin/ui/bulk.php:88
|
686 |
+
msgid "Information"
|
687 |
+
msgstr "Informationen"
|
688 |
+
|
689 |
+
#: ../inc/admin/ui/bulk.php:90
|
690 |
msgid ""
|
691 |
+
"Please be aware that optimizing a large number of images can take a while "
|
692 |
+
"depending on your server and network speed."
|
693 |
msgstr ""
|
694 |
+
"Bitte beachte: Das Optimieren einer hohen Anzahl Bilder kann eine Weile "
|
695 |
+
"dauern, abhängig von deinem Server und der Netzwerkgeschwindigkeit."
|
696 |
|
697 |
+
#: ../inc/admin/ui/bulk.php:91
|
|
|
698 |
msgid ""
|
699 |
+
"You must keep this page open while the bulk optimizaton is processing. If "
|
700 |
+
"you leave you can come back to continue where it left off."
|
701 |
msgstr ""
|
702 |
+
"Du musst diese Seite während der Stapelverarbeitung geöffnet lassen. Falls "
|
703 |
+
"du sie doch schließt, wird die Stapelverarbeitung unterbrochen und später "
|
704 |
+
"fortgesetzt, sobald du diese Seite erneut aufrufst."
|
705 |
|
706 |
+
#: ../inc/admin/ui/bulk.php:99
|
707 |
+
msgid "Select Your Compression Level"
|
708 |
+
msgstr "Wähle deinen Komprimierungsstufen"
|
709 |
|
710 |
+
#: ../inc/admin/ui/bulk.php:102 ../inc/admin/ui/bulk.php:130 ..
|
711 |
+
#: inc/admin/ui/options.php:129 ../inc/admin/ui/options.php:319 ..
|
712 |
+
#: inc/admin/ui/options.php:382 ../inc/admin/ui/options.php:399 ..
|
713 |
+
#: inc/admin/ui/options.php:459 ../inc/classes/class-attachment.php:135 ..
|
714 |
+
#: inc/functions/admin-ui.php:127
|
715 |
+
msgid "Ultra"
|
716 |
+
msgstr "Ultra"
|
717 |
|
718 |
+
#: ../inc/admin/ui/bulk.php:105 ../inc/admin/ui/bulk.php:125 ..
|
719 |
+
#: inc/admin/ui/options.php:124 ../inc/admin/ui/options.php:331 ..
|
720 |
+
#: inc/admin/ui/options.php:381 ../inc/admin/ui/options.php:394 ..
|
721 |
+
#: inc/admin/ui/options.php:438 ../inc/classes/class-attachment.php:138 ..
|
722 |
+
#: inc/functions/admin-ui.php:133
|
723 |
+
msgid "Aggressive"
|
724 |
+
msgstr "Aggressiv"
|
725 |
|
726 |
+
#: ../inc/admin/ui/bulk.php:108 ../inc/admin/ui/bulk.php:120 ..
|
727 |
+
#: inc/admin/ui/options.php:119 ../inc/admin/ui/options.php:343 ..
|
728 |
+
#: inc/admin/ui/options.php:380 ../inc/admin/ui/options.php:389 ..
|
729 |
+
#: inc/admin/ui/options.php:418 ../inc/classes/class-attachment.php:141 ..
|
730 |
+
#: inc/functions/admin-ui.php:139
|
731 |
+
msgid "Normal"
|
732 |
+
msgstr "Normal"
|
733 |
|
734 |
+
#: ../inc/admin/ui/bulk.php:112
|
735 |
+
msgid "Your default setting:"
|
736 |
+
msgstr "Deine Standard-Einstellung:"
|
737 |
|
738 |
+
#: ../inc/admin/ui/bulk.php:139
|
739 |
#, php-format
|
740 |
+
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
741 |
+
msgstr "Überprüfe deine %sEinstellungen%s vor der Stapelverarbeitung."
|
742 |
|
743 |
+
#: ../inc/admin/ui/bulk.php:149
|
744 |
+
msgid "Imagif'em all"
|
745 |
+
msgstr "Alle Bilder optimieren"
|
746 |
|
747 |
+
#: ../inc/admin/ui/bulk.php:156
|
748 |
+
#, php-format
|
749 |
+
msgid "All images which are over to %s could be optimized using the pro version."
|
750 |
+
msgstr "Bilder größer als %s können mit der Pro-version optimiert werden."
|
751 |
|
752 |
+
#: ../inc/admin/ui/bulk.php:167
|
753 |
+
msgid "Overview"
|
754 |
+
msgstr "Übersicht"
|
755 |
|
756 |
+
#: ../inc/admin/ui/bulk.php:177
|
757 |
+
msgid "Statistics"
|
758 |
+
msgstr "Statistik"
|
|
|
|
|
759 |
|
760 |
+
#: ../inc/admin/ui/bulk.php:189
|
761 |
+
msgid "that's the number of images you optimized with Imagify"
|
762 |
+
msgstr "Bilder mit Imagify optimiert"
|
763 |
|
764 |
+
#: ../inc/admin/ui/bulk.php:194
|
765 |
+
msgid "Original size"
|
766 |
+
msgstr "Originalgröße"
|
767 |
+
|
768 |
+
#: ../inc/admin/ui/bulk.php:199
|
769 |
+
msgid "Optimized size"
|
770 |
+
msgstr "Optimierte Größe"
|
771 |
+
|
772 |
+
#: ../inc/admin/ui/bulk.php:210
|
773 |
#, php-format
|
774 |
+
msgid "that's the size you saved %sby using Imagify"
|
775 |
+
msgstr "geringere Dateigröße dank Imagify"
|
776 |
|
777 |
+
#: ../inc/admin/ui/bulk.php:230
|
778 |
+
msgid "Well done!"
|
779 |
+
msgstr "Klasse!"
|
780 |
+
|
781 |
+
#: ../inc/admin/ui/bulk.php:231
|
782 |
#, php-format
|
783 |
+
msgid "you saved %1$s out of %2$s"
|
784 |
+
msgstr "du hast %1$s von %2$s gespart"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
785 |
|
786 |
+
#: ../inc/admin/ui/bulk.php:236
|
787 |
+
msgid "Share your awesome result"
|
788 |
+
msgstr "Teile dein hervorragendes Ergebnis"
|
789 |
|
790 |
+
#: ../inc/admin/ui/bulk.php:251
|
791 |
+
msgid "Compression process results"
|
792 |
+
msgstr "Ergebnisse der Komprimierung"
|
|
|
|
|
|
|
|
|
|
|
793 |
|
794 |
+
#: ../inc/admin/ui/bulk.php:254
|
795 |
+
msgid "Filename"
|
796 |
+
msgstr "Dateiname"
|
797 |
|
798 |
+
#: ../inc/admin/ui/bulk.php:255
|
799 |
+
msgid "Status"
|
800 |
+
msgstr "Status"
|
|
|
|
|
|
|
|
|
801 |
|
802 |
+
#: ../inc/admin/ui/bulk.php:256 ../inc/admin/ui/options.php:379 ..
|
803 |
+
#: inc/admin/ui/options.php:384 ../inc/admin/ui/options.php:408
|
804 |
+
msgid "Original"
|
805 |
+
msgstr "Original"
|
806 |
|
807 |
+
#: ../inc/admin/ui/bulk.php:258
|
808 |
+
msgid "Percentage"
|
809 |
+
msgstr "Prozent"
|
|
|
|
|
810 |
|
811 |
+
#: ../inc/admin/ui/bulk.php:259
|
812 |
+
msgid "Thumbnails optimized"
|
813 |
+
msgstr "Vorschaubilder optimiert"
|
|
|
814 |
|
815 |
+
#: ../inc/admin/ui/bulk.php:260
|
816 |
+
msgid "Overall saving"
|
817 |
+
msgstr "Gesamte Ersparnis"
|
|
|
|
|
818 |
|
819 |
+
#: ../inc/admin/ui/bulk.php:265
|
820 |
+
msgid "file"
|
821 |
+
msgstr "Datei"
|
822 |
|
823 |
+
#: ../inc/admin/ui/bulk.php:266
|
824 |
+
msgid "error"
|
825 |
+
msgstr "Fehler"
|
826 |
|
827 |
+
#: ../inc/admin/ui/bulk.php:267
|
828 |
+
msgid "Total:"
|
829 |
+
msgstr "Gesamt:"
|
830 |
|
831 |
+
#: ../inc/admin/ui/bulk.php:268
|
832 |
+
msgid "Gain:"
|
833 |
+
msgstr "Gewinn:"
|
|
|
|
|
|
|
|
|
|
|
834 |
|
835 |
+
#: ../inc/admin/ui/bulk.php:285
|
836 |
+
#, php-format
|
837 |
+
msgid "%sStart the bulk optimization%s"
|
838 |
+
msgstr "%sStapelverarbeitung starten%s"
|
839 |
|
840 |
+
#: ../inc/admin/ui/notices.php:23
|
841 |
+
msgid "Welcome to Imagify, the best way to easily optimize your images!"
|
842 |
+
msgstr "Willkommen bei Imagify, der smarten Bildoptimierung!"
|
|
|
|
|
843 |
|
844 |
+
#: ../inc/admin/ui/notices.php:25 ../inc/admin/ui/notices.php:25 ..
|
845 |
+
#: inc/admin/ui/notices.php:90 ../inc/admin/ui/notices.php:90 ..
|
846 |
+
#: inc/admin/ui/notices.php:181 ../inc/admin/ui/notices.php:181 ..
|
847 |
+
#: inc/admin/ui/notices.php:217 ../inc/admin/ui/notices.php:217 ..
|
848 |
+
#: inc/admin/ui/notices.php:256 ../inc/admin/ui/notices.php:256
|
849 |
+
msgid "Dismiss this notice"
|
850 |
+
msgstr "Diese Meldung verwerfen"
|
851 |
|
852 |
+
#: ../inc/admin/ui/notices.php:32
|
853 |
+
msgid "Create an Account"
|
854 |
+
msgstr "Konto anlegen"
|
|
|
|
|
|
|
|
|
855 |
|
856 |
+
#: ../inc/admin/ui/notices.php:33
|
857 |
msgid ""
|
858 |
+
"Don't have an Imagify account yet? Optimize your images by creating an "
|
859 |
+
"account in a few seconds!"
|
860 |
msgstr ""
|
861 |
+
"Registriere dein Konto bei Imagify (kostenfrei, dauert nur ein paar "
|
862 |
+
"Sekunden), um anschließend deine Bilder in WordPress zu optimieren."
|
863 |
|
864 |
+
#: ../inc/admin/ui/notices.php:36
|
865 |
+
msgid "Sign up, It's FREE!"
|
866 |
+
msgstr "Mein Konto kostenfrei anlegen"
|
|
|
|
|
|
|
|
|
867 |
|
868 |
+
#: ../inc/admin/ui/notices.php:42
|
869 |
+
msgid "Enter your API Key"
|
870 |
+
msgstr "API-Schlüssel eingeben"
|
871 |
|
872 |
+
#: ../inc/admin/ui/notices.php:43
|
873 |
+
#, php-format
|
874 |
msgid ""
|
875 |
+
"Save your API Key you have received by email or you can get it on your "
|
876 |
+
"%sImagify account page%s."
|
|
|
|
|
|
|
|
|
|
|
|
|
877 |
msgstr ""
|
878 |
+
"Aktiviere Imagify mit deinem persönlichen API-Schlüssel, den du per E-Mail "
|
879 |
+
"erhalten hast. Du kannst ihn auch jederzeit in deinen %sKontoeinstellungen%s "
|
880 |
+
"abrufen."
|
881 |
|
882 |
+
#: ../inc/admin/ui/notices.php:46
|
883 |
+
msgid "I have my API key"
|
884 |
+
msgstr "Meinen API-Schlüssel eingeben"
|
|
|
|
|
885 |
|
886 |
+
#: ../inc/admin/ui/notices.php:52
|
887 |
+
msgid "Configure it"
|
888 |
+
msgstr "Einstellungen wählen"
|
|
|
889 |
|
890 |
+
#: ../inc/admin/ui/notices.php:53
|
891 |
+
msgid "It’s almost done! You have just to configure your optimization settings."
|
892 |
+
msgstr ""
|
893 |
+
"Fast fertig! Wähle nun deine Einstellungen für Imagify. Anschließend kannst "
|
894 |
+
"du alle deine Bilder von Imagify automatisch optimieren lassen."
|
895 |
|
896 |
+
#: ../inc/admin/ui/notices.php:54
|
897 |
+
msgid "Go to Settings"
|
898 |
+
msgstr "Meine Einstellungen wählen"
|
|
|
|
|
899 |
|
900 |
#: ../inc/admin/ui/options.php:407 ../inc/admin/ui/options.php:417 ..
|
901 |
#: inc/admin/ui/options.php:437 ../inc/admin/ui/options.php:458 ..
|
903 |
msgid "Level:"
|
904 |
msgstr "Modus:"
|
905 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
906 |
#: ../inc/functions/admin-ui.php:35
|
907 |
msgid "New Filesize:"
|
908 |
msgstr "Neue Dateigröße:"
|
927 |
msgid "Overall Saving:"
|
928 |
msgstr "Gesamte Ersparnis:"
|
929 |
|
|
|
|
|
|
|
|
|
930 |
#: ../inc/functions/admin-ui.php:99
|
931 |
msgid "Try again"
|
932 |
msgstr "Erneut versuchen"
|
936 |
#, php-format
|
937 |
msgid "Re-Optimize to %s"
|
938 |
msgstr "Erneut optimieren als %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/imagify-de_DE_formal.mo
CHANGED
Binary file
|
languages/imagify-de_DE_formal.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Feb 12 2016 15:00:09 GMT+0100 (CET)\n"
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: caspar <caspar@wp-rocket.me>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: German\n"
|
@@ -22,14 +22,365 @@ msgstr ""
|
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Loco-Target-Locale: de_DE"
|
24 |
|
25 |
-
#: ../inc/admin/ui/notices.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
#, php-format
|
|
|
|
|
|
|
|
|
27 |
msgid ""
|
28 |
-
"
|
29 |
-
"
|
30 |
msgstr ""
|
31 |
-
"
|
32 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
#. URI of the plugin
|
35 |
msgid "https://wordpress.org/plugins/imagify"
|
@@ -52,16 +403,16 @@ msgstr ""
|
|
52 |
msgid "Optimizing..."
|
53 |
msgstr "Wird optimiert …"
|
54 |
|
55 |
-
#: ../inc/admin/ajax.php:118 ../inc/admin/enqueue.php:163 ../inc/admin/
|
56 |
-
#: php:
|
57 |
msgid "Optimize"
|
58 |
msgstr "Optimieren"
|
59 |
|
60 |
-
#: ../inc/admin/ajax.php:
|
61 |
msgid "Oops, It's almost over!"
|
62 |
msgstr "Hoppla, es wird langsam eng."
|
63 |
|
64 |
-
#: ../inc/admin/ajax.php:
|
65 |
#, php-format
|
66 |
msgid ""
|
67 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
@@ -70,16 +421,16 @@ msgstr ""
|
|
70 |
"In Kürze werden Sie Ihr Guthaben verbraucht haben.%sAktualisieren Sie Ihr "
|
71 |
"Abo, um Ihre Bilder auch in Zukunft zu optimieren."
|
72 |
|
73 |
-
#: ../inc/admin/ajax.php:
|
74 |
msgid "View My Subscription"
|
75 |
msgstr "Mein Abo ansehen"
|
76 |
|
77 |
-
#: ../inc/admin/ajax.php:
|
78 |
#: php:251
|
79 |
msgid "Oops, It's Over!"
|
80 |
msgstr "Alles hat ein Ende…"
|
81 |
|
82 |
-
#: ../inc/admin/ajax.php:
|
83 |
#: php:253
|
84 |
#, php-format
|
85 |
msgid ""
|
@@ -89,24 +440,24 @@ msgstr ""
|
|
89 |
"Sie haben Ihr Guthaben für diesen Monat aufgebraucht. <strong>%s</strong> "
|
90 |
"werden Ihnen am <strong>%s</strong> wieder zur Verfügung stehen."
|
91 |
|
92 |
-
#: ../inc/admin/ajax.php:
|
93 |
msgid "Upgrade My Subscription"
|
94 |
msgstr "Mein Abo aktualisieren"
|
95 |
|
96 |
-
#: ../inc/admin/ajax.php:
|
97 |
msgid "Account status"
|
98 |
msgstr "Kontostatus"
|
99 |
|
100 |
-
#: ../inc/admin/ajax.php:
|
101 |
msgid "Your subscription:"
|
102 |
msgstr "Ihr Abo:"
|
103 |
|
104 |
-
#: ../inc/admin/ajax.php:
|
105 |
#, php-format
|
106 |
msgid "You have %s space credit left"
|
107 |
msgstr "Sie haben noch %s Guthaben"
|
108 |
|
109 |
-
#: ../inc/admin/ajax.php:
|
110 |
msgid "View my subscription"
|
111 |
msgstr "Mein Abo ansehen"
|
112 |
|
@@ -213,11 +564,11 @@ msgstr "Dateigröße:"
|
|
213 |
msgid "Original Saving:"
|
214 |
msgstr "Optimiert um:"
|
215 |
|
216 |
-
#: ../inc/admin/enqueue.php:
|
217 |
msgid "Please wait..."
|
218 |
msgstr "Einen Moment bitte …"
|
219 |
|
220 |
-
#: ../inc/admin/enqueue.php:
|
221 |
msgid ""
|
222 |
"We are trying to get your unoptimized images, it may take time depending on "
|
223 |
"the number of images."
|
@@ -225,11 +576,11 @@ msgstr ""
|
|
225 |
"Nicht optimierte Bilder werden gesammelt, dies kann einen Moment dauern "
|
226 |
"…"
|
227 |
|
228 |
-
#: ../inc/admin/enqueue.php:
|
229 |
msgid "Oops, There is something wrong!"
|
230 |
msgstr "Hm, etwas ist schief gelaufen."
|
231 |
|
232 |
-
#: ../inc/admin/enqueue.php:
|
233 |
msgid ""
|
234 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
235 |
"Try again and if the issue still persist, please contact us!"
|
@@ -238,28 +589,28 @@ msgstr ""
|
|
238 |
"aufgetreten. Versuchen Sie es noch einmal; falls der Fehler sich wiederholt, "
|
239 |
"kontaktieren Sie bitte den Imagify-Support."
|
240 |
|
241 |
-
#: ../inc/admin/enqueue.php:
|
242 |
-
#: php:
|
243 |
msgid "Optimized"
|
244 |
msgstr "Optimiert"
|
245 |
|
246 |
-
#: ../inc/admin/enqueue.php:
|
247 |
msgid "Unoptimized"
|
248 |
msgstr "Nicht Optimiert"
|
249 |
|
250 |
-
#: ../inc/admin/enqueue.php:
|
251 |
msgid "Error"
|
252 |
msgstr "Fehler"
|
253 |
|
254 |
-
#: ../inc/admin/enqueue.php:
|
255 |
msgid "Hold on!"
|
256 |
msgstr "Moment, bitte!"
|
257 |
|
258 |
-
#: ../inc/admin/enqueue.php:
|
259 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
260 |
msgstr "Imagify hat alle Ihre Bilder optimiert. Glückwunsch!"
|
261 |
|
262 |
-
#: ../inc/admin/enqueue.php:
|
263 |
#, php-format
|
264 |
msgid ""
|
265 |
"Discover @imagify, the new compression tool to optimize your images for free."
|
@@ -268,13 +619,13 @@ msgstr ""
|
|
268 |
"Freies #WordPress #Plugin zur Bildoptimierung für bessere #Performance: "
|
269 |
"Bilder mit @imagify komprimiert, %1$s von %2$s gespart!"
|
270 |
|
271 |
-
#: ../inc/admin/enqueue.php:
|
272 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
273 |
msgstr ""
|
274 |
"Imagify arbeitet noch. Möchten Sie diese Seite wirklich verlassen und den "
|
275 |
"Prozess abbrechen?"
|
276 |
|
277 |
-
#: ../inc/admin/enqueue.php:
|
278 |
#: inc/admin/ui/notices.php:253
|
279 |
#, php-format
|
280 |
msgid ""
|
@@ -284,12 +635,12 @@ msgstr ""
|
|
284 |
"Um Ihre Bilder auch in Zukunft zu optimieren, loggen Sie sich bei Imagify.io "
|
285 |
"ein und %skaufen Sie ein einmaliges Guthaben oder ein Abo%s."
|
286 |
|
287 |
-
#: ../inc/admin/enqueue.php:
|
288 |
msgid "F j, Y"
|
289 |
msgstr "j. F Y"
|
290 |
|
291 |
#: ../inc/admin/menu.php:24 ../inc/admin/menu.php:24 ../inc/admin/plugins.php:13 .
|
292 |
-
#: ./inc/admin/ui/bulk.php:
|
293 |
msgid "Bulk Optimization"
|
294 |
msgstr "Stapelverarbeitung"
|
295 |
|
@@ -326,19 +677,19 @@ msgstr "Filtere nach Status"
|
|
326 |
msgid "All images"
|
327 |
msgstr "Alle Bilder"
|
328 |
|
329 |
-
#: ../inc/admin/ui/bulk.php:
|
330 |
msgid "Upgrade your account to continue optimizing your images"
|
331 |
msgstr "Aktualisiere dein Konto, um deine Bilder weiterhin zu optimieren"
|
332 |
|
333 |
-
#: ../inc/admin/ui/bulk.php:
|
334 |
msgid "More info"
|
335 |
msgstr "Weitere Informationen"
|
336 |
|
337 |
-
#: ../inc/admin/ui/bulk.php:
|
338 |
msgid "Information"
|
339 |
msgstr "Informationen"
|
340 |
|
341 |
-
#: ../inc/admin/ui/bulk.php:
|
342 |
msgid ""
|
343 |
"Please be aware that optimizing a large number of images can take a while "
|
344 |
"depending on your server and network speed."
|
@@ -346,7 +697,7 @@ msgstr ""
|
|
346 |
"Bitte beachten: Das Optimieren einer hohen Anzahl Bilder kann eine Weile "
|
347 |
"dauern, abhängig von Ihrem Server und der Netzwerkgeschwindigkeit."
|
348 |
|
349 |
-
#: ../inc/admin/ui/bulk.php:
|
350 |
msgid ""
|
351 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
352 |
"you leave you can come back to continue where it left off."
|
@@ -355,11 +706,11 @@ msgstr ""
|
|
355 |
"Sie sie doch schließen, wird die Stapelverarbeitung unterbrochen und später "
|
356 |
"fortgesetzt, sobald Sie diese Seite erneut aufrufen."
|
357 |
|
358 |
-
#: ../inc/admin/ui/bulk.php:
|
359 |
msgid "Select Your Compression Level"
|
360 |
msgstr "Wählen Sie Ihre Komprimierungsstufen"
|
361 |
|
362 |
-
#: ../inc/admin/ui/bulk.php:
|
363 |
#: inc/admin/ui/options.php:129 ../inc/admin/ui/options.php:319 ..
|
364 |
#: inc/admin/ui/options.php:382 ../inc/admin/ui/options.php:399 ..
|
365 |
#: inc/admin/ui/options.php:459 ../inc/classes/class-attachment.php:135 ..
|
@@ -367,7 +718,7 @@ msgstr "Wählen Sie Ihre Komprimierungsstufen"
|
|
367 |
msgid "Ultra"
|
368 |
msgstr "Ultra"
|
369 |
|
370 |
-
#: ../inc/admin/ui/bulk.php:
|
371 |
#: inc/admin/ui/options.php:124 ../inc/admin/ui/options.php:331 ..
|
372 |
#: inc/admin/ui/options.php:381 ../inc/admin/ui/options.php:394 ..
|
373 |
#: inc/admin/ui/options.php:438 ../inc/classes/class-attachment.php:138 ..
|
@@ -375,7 +726,7 @@ msgstr "Ultra"
|
|
375 |
msgid "Aggressive"
|
376 |
msgstr "Aggressiv"
|
377 |
|
378 |
-
#: ../inc/admin/ui/bulk.php:
|
379 |
#: inc/admin/ui/options.php:119 ../inc/admin/ui/options.php:343 ..
|
380 |
#: inc/admin/ui/options.php:380 ../inc/admin/ui/options.php:389 ..
|
381 |
#: inc/admin/ui/options.php:418 ../inc/classes/class-attachment.php:141 ..
|
@@ -383,475 +734,171 @@ msgstr "Aggressiv"
|
|
383 |
msgid "Normal"
|
384 |
msgstr "Normal"
|
385 |
|
386 |
-
#: ../inc/admin/ui/bulk.php:
|
387 |
msgid "Your default setting:"
|
388 |
msgstr "Ihre Standard-Einstellung:"
|
389 |
|
390 |
-
#: ../inc/admin/ui/bulk.php:
|
391 |
#, php-format
|
392 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
393 |
msgstr "Überprüfen Sie Ihre %sEinstellungen%s vor der Stapelverarbeitung."
|
394 |
|
395 |
-
#: ../inc/admin/ui/bulk.php:
|
396 |
msgid "Imagif'em all"
|
397 |
msgstr "Alle Bilder optimieren"
|
398 |
|
399 |
-
#: ../inc/admin/ui/bulk.php:
|
400 |
#, php-format
|
401 |
msgid "All images which are over to %s could be optimized using the pro version."
|
402 |
msgstr "Bilder größer als %s können mit der Pro-version optimiert werden."
|
403 |
|
404 |
-
#: ../inc/admin/ui/bulk.php:
|
405 |
msgid "Overview"
|
406 |
msgstr "Übersicht"
|
407 |
|
408 |
-
#: ../inc/admin/ui/bulk.php:
|
409 |
msgid "Statistics"
|
410 |
msgstr "Statistik"
|
411 |
|
412 |
-
#: ../inc/admin/ui/bulk.php:
|
413 |
msgid "that's the number of images you optimized with Imagify"
|
414 |
msgstr "Bilder mit Imagify optimiert"
|
415 |
|
416 |
-
#: ../inc/admin/ui/bulk.php:
|
417 |
msgid "Original size"
|
418 |
msgstr "Originalgröße"
|
419 |
|
420 |
-
#: ../inc/admin/ui/bulk.php:
|
421 |
msgid "Optimized size"
|
422 |
msgstr "Optimierte Größe"
|
423 |
|
424 |
-
#: ../inc/admin/ui/bulk.php:
|
425 |
#, php-format
|
426 |
msgid "that's the size you saved %sby using Imagify"
|
427 |
msgstr "geringere Dateigröße dank Imagify"
|
428 |
|
429 |
-
#: ../inc/admin/ui/bulk.php:
|
430 |
msgid "Well done!"
|
431 |
msgstr "Bravo!"
|
432 |
|
433 |
-
#: ../inc/admin/ui/bulk.php:
|
434 |
#, php-format
|
435 |
msgid "you saved %1$s out of %2$s"
|
436 |
msgstr "Sie haben %1$s von %2$s gespart"
|
437 |
|
438 |
-
#: ../inc/admin/ui/bulk.php:
|
439 |
-
msgid "Share your awesome result"
|
440 |
-
msgstr "Teilen Sie Ihr hervorragendes Ergebnis"
|
441 |
-
|
442 |
-
#: ../inc/admin/ui/bulk.php:252
|
443 |
-
msgid "Compression process results"
|
444 |
-
msgstr "Ergebnisse der Komprimierung"
|
445 |
-
|
446 |
-
#: ../inc/admin/ui/bulk.php:255
|
447 |
-
msgid "Filename"
|
448 |
-
msgstr "Dateiname"
|
449 |
-
|
450 |
-
#: ../inc/admin/ui/bulk.php:256
|
451 |
-
msgid "Status"
|
452 |
-
msgstr "Status"
|
453 |
-
|
454 |
-
#: ../inc/admin/ui/bulk.php:257 ../inc/admin/ui/options.php:379 ..
|
455 |
-
#: inc/admin/ui/options.php:384 ../inc/admin/ui/options.php:408
|
456 |
-
msgid "Original"
|
457 |
-
msgstr "Original"
|
458 |
-
|
459 |
-
#: ../inc/admin/ui/bulk.php:259
|
460 |
-
msgid "Percentage"
|
461 |
-
msgstr "Prozent"
|
462 |
-
|
463 |
-
#: ../inc/admin/ui/bulk.php:260
|
464 |
-
msgid "Thumbnails optimized"
|
465 |
-
msgstr "Vorschaubilder optimiert"
|
466 |
-
|
467 |
-
#: ../inc/admin/ui/bulk.php:261
|
468 |
-
msgid "Overall saving"
|
469 |
-
msgstr "Gesamte Ersparnis"
|
470 |
-
|
471 |
-
#: ../inc/admin/ui/bulk.php:266
|
472 |
-
msgid "file"
|
473 |
-
msgstr "Datei"
|
474 |
-
|
475 |
-
#: ../inc/admin/ui/bulk.php:267
|
476 |
-
msgid "error"
|
477 |
-
msgstr "Fehler"
|
478 |
-
|
479 |
-
#: ../inc/admin/ui/bulk.php:268
|
480 |
-
msgid "Total:"
|
481 |
-
msgstr "Gesamt:"
|
482 |
-
|
483 |
-
#: ../inc/admin/ui/bulk.php:269
|
484 |
-
msgid "Gain:"
|
485 |
-
msgstr "Gewinn:"
|
486 |
-
|
487 |
-
#: ../inc/admin/ui/bulk.php:286
|
488 |
-
#, php-format
|
489 |
-
msgid "%sStart the bulk optimization%s"
|
490 |
-
msgstr "%sStapelverarbeitung starten%s"
|
491 |
-
|
492 |
-
#: ../inc/admin/ui/notices.php:23
|
493 |
-
msgid "Welcome to Imagify, the best way to easily optimize your images!"
|
494 |
-
msgstr "Willkommen bei Imagify, der smarten Bildoptimierung!"
|
495 |
-
|
496 |
-
#: ../inc/admin/ui/notices.php:25 ../inc/admin/ui/notices.php:25 ..
|
497 |
-
#: inc/admin/ui/notices.php:90 ../inc/admin/ui/notices.php:90 ..
|
498 |
-
#: inc/admin/ui/notices.php:181 ../inc/admin/ui/notices.php:181 ..
|
499 |
-
#: inc/admin/ui/notices.php:217 ../inc/admin/ui/notices.php:217 ..
|
500 |
-
#: inc/admin/ui/notices.php:256 ../inc/admin/ui/notices.php:256 ..
|
501 |
-
#: inc/admin/ui/notices.php:356 ../inc/admin/ui/notices.php:356
|
502 |
-
msgid "Dismiss this notice"
|
503 |
-
msgstr "Diese Meldung verwerfen"
|
504 |
-
|
505 |
-
#: ../inc/admin/ui/notices.php:32
|
506 |
-
msgid "Create an Account"
|
507 |
-
msgstr "Konto anlegen"
|
508 |
-
|
509 |
-
#: ../inc/admin/ui/notices.php:33
|
510 |
-
msgid ""
|
511 |
-
"Don't have an Imagify account yet? Optimize your images by creating an "
|
512 |
-
"account in a few seconds!"
|
513 |
-
msgstr ""
|
514 |
-
"Registrieren Sie Ihr Konto bei Imagify (kostenfrei, dauert nur ein paar "
|
515 |
-
"Sekunden), um anschließend Ihre Bilder in WordPress zu optimieren."
|
516 |
-
|
517 |
-
#: ../inc/admin/ui/notices.php:36
|
518 |
-
msgid "Sign up, It's FREE!"
|
519 |
-
msgstr "Mein Konto kostenfrei anlegen"
|
520 |
-
|
521 |
-
#: ../inc/admin/ui/notices.php:42
|
522 |
-
msgid "Enter your API Key"
|
523 |
-
msgstr "API-Schlüssel eingeben"
|
524 |
-
|
525 |
-
#: ../inc/admin/ui/notices.php:43
|
526 |
-
#, php-format
|
527 |
-
msgid ""
|
528 |
-
"Save your API Key you have received by email or you can get it on your "
|
529 |
-
"%sImagify account page%s."
|
530 |
-
msgstr ""
|
531 |
-
"Aktivieren Sie Imagify mit Ihrem persönlichen API-Schlüssel, den Sie per E-"
|
532 |
-
"Mail erhalten haben. Sie können ihn auch jederzeit in Ihren "
|
533 |
-
"%sKontoeinstellungen%s abrufen."
|
534 |
-
|
535 |
-
#: ../inc/admin/ui/notices.php:46
|
536 |
-
msgid "I have my API key"
|
537 |
-
msgstr "Meinen API-Schlüssel eingeben"
|
538 |
-
|
539 |
-
#: ../inc/admin/ui/notices.php:52
|
540 |
-
msgid "Configure it"
|
541 |
-
msgstr "Einstellungen wählen"
|
542 |
-
|
543 |
-
#: ../inc/admin/ui/notices.php:53
|
544 |
-
msgid "It’s almost done! You have just to configure your optimization settings."
|
545 |
-
msgstr ""
|
546 |
-
"Fast fertig! Wählen Sie nun Ihre Einstellungen für Imagify. Anschließend "
|
547 |
-
"können Sie alle Ihre Bilder von Imagify automatisch optimieren lassen."
|
548 |
-
|
549 |
-
#: ../inc/admin/ui/notices.php:54
|
550 |
-
msgid "Go to Settings"
|
551 |
-
msgstr "Meine Einstellungen wählen"
|
552 |
-
|
553 |
-
#: ../inc/admin/ui/notices.php:85 ../inc/admin/ui/options.php:91
|
554 |
-
msgid "Your API key isn't valid!"
|
555 |
-
msgstr "Ihr API-Schlüssel ist ungültig."
|
556 |
-
|
557 |
-
#: ../inc/admin/ui/notices.php:88
|
558 |
-
#, php-format
|
559 |
-
msgid ""
|
560 |
-
"Go to your Imagify account page to get your API Key and specify it on "
|
561 |
-
"%1$syour settings%3$s or %2$screate an account for free%3$s if you don't "
|
562 |
-
"have one yet."
|
563 |
-
msgstr ""
|
564 |
-
"Sie finden Ihren API-Schlüssel in Ihrem Imagify-Konto. Sobald Sie ihn dort "
|
565 |
-
"geholt haben, %1$shinterlegen Sie ihn in Ihren Einstellungen%3$s. Oder "
|
566 |
-
"%2$slegen Sie kostenfrei ein Konto an%3$s, um einen API-Schlüssel zu "
|
567 |
-
"erhalten."
|
568 |
-
|
569 |
-
#: ../inc/admin/ui/notices.php:138
|
570 |
-
msgid ""
|
571 |
-
"The following plugins are not compatible with this plugin and may cause "
|
572 |
-
"unexpected results:"
|
573 |
-
msgstr ""
|
574 |
-
"Die folgenden Plugins sind nicht kompatibel mit diesem Plugin und können "
|
575 |
-
"unerwartete Ergebnisse verursachen:"
|
576 |
-
|
577 |
-
#: ../inc/admin/ui/notices.php:144
|
578 |
-
msgid "Deactivate"
|
579 |
-
msgstr "Deaktivieren"
|
580 |
-
|
581 |
-
#: ../inc/admin/ui/notices.php:173
|
582 |
-
msgid "The external HTTP requests are blocked!"
|
583 |
-
msgstr "Externe HTTP-Anfragen werden blockiert."
|
584 |
-
|
585 |
-
#: ../inc/admin/ui/notices.php:174
|
586 |
-
msgid ""
|
587 |
-
"You defined the <code>WP_HTTP_BLOCK_EXTERNAL</code> constant in the <code>wp-"
|
588 |
-
"config.php</code> to block all external HTTP requests."
|
589 |
-
msgstr ""
|
590 |
-
"Alle externen HTTP-Anfragen werden blockiert, weil in der Datei <em>wp-"
|
591 |
-
"config.php</em> die PHP-Konstante <code>WP_HTTP_BLOCK_EXTERNAL</code> "
|
592 |
-
"gesetzt ist.\n"
|
593 |
-
|
594 |
-
#: ../inc/admin/ui/notices.php:176
|
595 |
-
msgid ""
|
596 |
-
"To optimize your images, you have to put the following code in your <code>wp-"
|
597 |
-
"config.php</code> file so that it works correctly."
|
598 |
-
msgstr ""
|
599 |
-
"Um Ihre Bilder optimieren zu können, fügen Sie den folgenden Code zu Ihrer "
|
600 |
-
"<em>wp-config.php</em> hinzu."
|
601 |
-
|
602 |
-
#: ../inc/admin/ui/notices.php:177
|
603 |
-
msgid "Click on the field and press Ctrl-A to select all."
|
604 |
-
msgstr "Klicken Sie auf das Feld und drücken Sie ctrl+A (cmd+A) für Alles auswählen."
|
605 |
-
|
606 |
-
#: ../inc/admin/ui/notices.php:213
|
607 |
-
msgid "You're missing out!"
|
608 |
-
msgstr "Sie verpassen etwas!"
|
609 |
-
|
610 |
-
#: ../inc/admin/ui/notices.php:214
|
611 |
-
msgid "Use the List view to optimize images with Imagify."
|
612 |
-
msgstr "In der Listenansicht können Sie Ihre Bilder direkt zu optimieren."
|
613 |
-
|
614 |
-
#: ../inc/admin/ui/notices.php:215
|
615 |
-
msgid "Switch to the List View"
|
616 |
-
msgstr "Zur Listenansicht wechseln"
|
617 |
-
|
618 |
-
#: ../inc/admin/ui/notices.php:301 ../inc/admin/ui/options.php:24
|
619 |
-
msgid "Discover the best caching plugin to speed up your website."
|
620 |
-
msgstr "Entdecken Sie das beste Caching-Plugin, um Ihre Website schneller zu machen."
|
621 |
-
|
622 |
-
#: ../inc/admin/ui/notices.php:304 ../inc/admin/ui/options.php:32
|
623 |
-
#, php-format
|
624 |
-
msgid "%sGet %s off%s with this coupon code:%s"
|
625 |
-
msgstr "%sErhalten Sie %s Rabatt%s mit diesem Gutschein-Code:%s"
|
626 |
-
|
627 |
-
#: ../inc/admin/ui/notices.php:313 ../inc/admin/ui/options.php:37
|
628 |
-
msgid "Get WP Rocket now"
|
629 |
-
msgstr "Holen Sie sich WP Rocket jetzt"
|
630 |
-
|
631 |
-
#: ../inc/admin/ui/notices.php:351 ../inc/admin/ui/options.php:55
|
632 |
-
#, php-format
|
633 |
-
msgid ""
|
634 |
-
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
635 |
-
"WordPress.org%s!"
|
636 |
-
msgstr ""
|
637 |
-
"%sSind Sie zufrieden mit diesem Plugin?%s Bitte nehmen Sie sich einen Moment "
|
638 |
-
"Zeit für eine %sBewertung auf WordPress.org%s!"
|
639 |
-
|
640 |
-
#: ../inc/admin/ui/options.php:18
|
641 |
-
msgid "Is your website too slow?"
|
642 |
-
msgstr "Ist Ihre Website zu langsam?"
|
643 |
-
|
644 |
-
#: ../inc/admin/ui/options.php:78
|
645 |
-
msgid "API Key"
|
646 |
-
msgstr "API-Schlüssel"
|
647 |
-
|
648 |
-
#: ../inc/admin/ui/options.php:98
|
649 |
-
#, php-format
|
650 |
-
msgid "Don't have an API Key yet? %sCreate one, it's FREE%s."
|
651 |
-
msgstr "Noch keinen API-Schlüssel erhalten? %sJetzt kostenfrei Konto anlegen%s"
|
652 |
-
|
653 |
-
#: ../inc/admin/ui/options.php:114
|
654 |
-
msgid "Optimization Level"
|
655 |
-
msgstr "Optimierungsgrad"
|
656 |
-
|
657 |
-
#: ../inc/admin/ui/options.php:134
|
658 |
-
msgid "More info?"
|
659 |
-
msgstr "Was ist das?"
|
660 |
-
|
661 |
-
#: ../inc/admin/ui/options.php:141
|
662 |
-
#, php-format
|
663 |
-
msgid "Need help to choose? %sTry the Visual Comparison%s"
|
664 |
-
msgstr "Nicht sicher? %sVisuellen Vergleich ausprobieren%s"
|
665 |
-
|
666 |
-
#: ../inc/admin/ui/options.php:150 ../inc/admin/ui/options.php:154
|
667 |
-
msgid "Auto-Optimize images on upload"
|
668 |
-
msgstr "Bilder beim Hochladen automatisch optimieren"
|
669 |
-
|
670 |
-
#: ../inc/admin/ui/options.php:158
|
671 |
-
msgid "Automatically optimize every image you upload to WordPress."
|
672 |
-
msgstr "Lassen Sie jedes Bild automatisch optimieren, das Sie in WordPress hochladen."
|
673 |
-
|
674 |
-
#: ../inc/admin/ui/options.php:163 ../inc/admin/ui/options.php:166
|
675 |
-
msgid "Backup original images"
|
676 |
-
msgstr "Originalbilder sichern"
|
677 |
-
|
678 |
-
#: ../inc/admin/ui/options.php:170
|
679 |
-
msgid "Keep your original images in a separate folder before optimization process."
|
680 |
-
msgstr ""
|
681 |
-
"Speichern Sie Sicherungskopien Ihrer Originalbilder in einem separaten "
|
682 |
-
"Ordner, bevor die Optimierung beginnt."
|
683 |
-
|
684 |
-
#: ../inc/admin/ui/options.php:175 ../inc/admin/ui/options.php:178
|
685 |
-
msgid "Resize larger images"
|
686 |
-
msgstr "Große Bilder verkleinern"
|
687 |
-
|
688 |
-
#: ../inc/admin/ui/options.php:184
|
689 |
-
#, php-format
|
690 |
-
msgid "to maximum %s pixels width"
|
691 |
-
msgstr "auf maximal %s Pixel Breite"
|
692 |
-
|
693 |
-
#: ../inc/admin/ui/options.php:195
|
694 |
-
#, php-format
|
695 |
-
msgid ""
|
696 |
-
"This option is recommended to reduce larger images. You can save up to 80%% "
|
697 |
-
"after resizing. The new width should not be less than your largest thumbnail "
|
698 |
-
"width, which is actually %spx."
|
699 |
-
msgstr ""
|
700 |
-
"Diese Option ist empfehlenswert, um das Speichervolumen für größere Bilder "
|
701 |
-
"zu reduzieren. Sie könne so bis zu 80%% Speicherplatz sparen. Die neue "
|
702 |
-
"Breite sollte nicht geringer als Ihre größte Vorschaubildbreite sein, die "
|
703 |
-
"übrigens %s Pixel beträgt."
|
704 |
|
705 |
-
#: ../inc/admin/ui/
|
706 |
-
msgid "
|
707 |
-
msgstr "
|
708 |
|
709 |
-
#: ../inc/admin/ui/
|
710 |
-
msgid ""
|
711 |
-
|
712 |
-
"pictures like shutter speed, exposure compensation, ISO, etc..."
|
713 |
-
msgstr ""
|
714 |
-
"Behalten Sie alle EXIF-Daten Ihrer Bilder. In den EXIF-Daten werden "
|
715 |
-
"Informationen wie Verschlusszeit, Belichtungskorrektur, ISO-Wert usw. "
|
716 |
-
"gespeichert."
|
717 |
|
718 |
-
#: ../inc/admin/ui/
|
719 |
-
msgid "
|
720 |
-
msgstr "
|
721 |
|
722 |
-
#: ../inc/admin/ui/options.php:
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
msgstr ""
|
727 |
-
"Aktiviere diese Option, wenn Sie auf Ihrer Site fototechnische Informationen,"
|
728 |
-
" wie z.B. das Model Ihrer Kamera, anzeigen möchtest."
|
729 |
|
730 |
-
#: ../inc/admin/ui/
|
731 |
-
msgid "
|
732 |
-
msgstr "
|
733 |
|
734 |
-
#: ../inc/admin/ui/
|
735 |
-
msgid "
|
736 |
-
msgstr ""
|
737 |
-
"Hier können Sie die Komprimierung für die verschiedenen Bildgrößen "
|
738 |
-
"kontrollieren, die Ihr WordPress generiert."
|
739 |
|
740 |
-
#: ../inc/admin/ui/
|
741 |
-
|
742 |
-
|
743 |
-
msgstr "Die %sOriginalgröße%s wird von Imagify %sautomatisch optimiert%s."
|
744 |
|
745 |
-
#: ../inc/admin/ui/
|
746 |
-
msgid "
|
747 |
-
msgstr ""
|
748 |
-
"Bedenken Sie, dass jede ausgewählte Bildgröße Ihr monatliches "
|
749 |
-
"Nutzungsvolumen bei Imagify beeinflusst."
|
750 |
|
751 |
-
#: ../inc/admin/ui/
|
752 |
-
msgid "
|
753 |
-
msgstr "
|
754 |
|
755 |
-
#: ../inc/admin/ui/
|
756 |
-
msgid "
|
757 |
-
msgstr "
|
758 |
|
759 |
-
#: ../inc/admin/ui/
|
760 |
-
msgid "
|
761 |
-
msgstr "
|
762 |
|
763 |
-
#: ../inc/admin/ui/
|
764 |
#, php-format
|
765 |
-
msgid ""
|
766 |
-
"
|
767 |
-
"Bulk Optimization%s feature."
|
768 |
-
msgstr ""
|
769 |
-
"Sobald Sie Ihre Einstellungen gespeichert haben, können Sie mit der "
|
770 |
-
"%sStapelverarbeitung%s alle Ihre Bilder optimieren."
|
771 |
-
|
772 |
-
#: ../inc/admin/ui/options.php:316
|
773 |
-
msgid "You can choose three levels of compression"
|
774 |
-
msgstr "Sie können zwischen drei Komprimierungsstufen wählen."
|
775 |
|
776 |
-
#: ../inc/admin/ui/
|
777 |
-
msgid ""
|
778 |
-
"
|
779 |
-
"compression."
|
780 |
-
msgstr "Dieser Modus wendet alle verfügbaren Parameter für maximale Komprimierung an."
|
781 |
|
782 |
-
#: ../inc/admin/ui/
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
"
|
788 |
-
"
|
789 |
|
790 |
-
#: ../inc/admin/ui/
|
791 |
-
msgid ""
|
792 |
-
"
|
793 |
-
"on the images we recommend using this mode."
|
794 |
-
msgstr ""
|
795 |
-
"Wählen Sie diese Einstellung, wenn Sie bereit sind, etwas Qualität zugunsten "
|
796 |
-
"maximaler Reduktion der Dateigröße zu riskieren."
|
797 |
|
798 |
-
#: ../inc/admin/ui/
|
799 |
msgid ""
|
800 |
-
"
|
801 |
-
"
|
802 |
msgstr ""
|
803 |
-
"
|
804 |
-
"
|
805 |
|
806 |
-
#: ../inc/admin/ui/
|
807 |
-
msgid ""
|
808 |
-
"
|
809 |
-
"reduction in image quality. Most of the time it's not even noticeable."
|
810 |
-
msgstr ""
|
811 |
-
"Die drastische Verringerung der Dateigröße geht mit geringfügigen, meist "
|
812 |
-
"kaum wahrnehmbaren Einbußen in der Qualität einher."
|
813 |
|
814 |
-
#: ../inc/admin/ui/
|
815 |
-
msgid "
|
816 |
-
msgstr ""
|
817 |
-
"Wählen Sie diese Einstellung, wenn Sie auf maximale Größenreduktion Wert "
|
818 |
-
"legen."
|
819 |
|
820 |
-
#: ../inc/admin/ui/
|
|
|
821 |
msgid ""
|
822 |
-
"
|
823 |
-
"
|
824 |
-
msgstr ""
|
825 |
-
"Dieser Modus sorgt für verlustfreie Bildoptimierung. Ihre Bilder werden ohne "
|
826 |
-
"sichtbare Veränderungen optimiert."
|
827 |
-
|
828 |
-
#: ../inc/admin/ui/options.php:348
|
829 |
-
msgid "If you want the perfect quality for your images, we recommend you that mode."
|
830 |
msgstr ""
|
831 |
-
"
|
832 |
-
"
|
|
|
833 |
|
834 |
-
#: ../inc/admin/ui/
|
835 |
-
msgid "
|
836 |
-
msgstr ""
|
837 |
-
"Hinweis: Die Verringerung der Dateigröße fällt hier geringer aus, als im "
|
838 |
-
"aggressiven Modus."
|
839 |
|
840 |
-
#: ../inc/admin/ui/
|
841 |
-
|
842 |
-
|
843 |
-
msgstr "Ich möchte %s und %s vergleichen."
|
844 |
|
845 |
-
#: ../inc/admin/ui/
|
846 |
-
|
847 |
-
|
848 |
-
|
|
|
849 |
|
850 |
-
#: ../inc/admin/ui/
|
851 |
-
|
852 |
-
|
853 |
-
msgid "Optimized photography about %s"
|
854 |
-
msgstr "Optimiertes Bild ca. %s"
|
855 |
|
856 |
#: ../inc/admin/ui/options.php:407 ../inc/admin/ui/options.php:417 ..
|
857 |
#: inc/admin/ui/options.php:437 ../inc/admin/ui/options.php:458 ..
|
@@ -859,23 +906,6 @@ msgstr "Optimiertes Bild ca. %s"
|
|
859 |
msgid "Level:"
|
860 |
msgstr "Modus:"
|
861 |
|
862 |
-
#: ../inc/classes/class-attachment.php:520
|
863 |
-
msgid ""
|
864 |
-
"This size isn't authorized to be optimized. Update your Imagify settings if "
|
865 |
-
"you want to optimize it."
|
866 |
-
msgstr ""
|
867 |
-
"Diese Bildgröße ist für die Optimierung nicht zugelassen. Aktualisieren Sie "
|
868 |
-
"Ihre Imagify-Einstellungen, wenn Sie sie optimieren möchten."
|
869 |
-
|
870 |
-
#: ../inc/common/admin-bar.php:48
|
871 |
-
#, php-format
|
872 |
-
msgid "Rate Imagify on %s"
|
873 |
-
msgstr "Bewerten Sie Imagify auf %s"
|
874 |
-
|
875 |
-
#: ../inc/common/admin-bar.php:61
|
876 |
-
msgid "Loading..."
|
877 |
-
msgstr "Laden …"
|
878 |
-
|
879 |
#: ../inc/functions/admin-ui.php:35
|
880 |
msgid "New Filesize:"
|
881 |
msgstr "Neue Dateigröße:"
|
@@ -900,10 +930,6 @@ msgstr "Optimierte Vorschaubilder:"
|
|
900 |
msgid "Overall Saving:"
|
901 |
msgstr "Gesamte Ersparnis:"
|
902 |
|
903 |
-
#: ../inc/functions/admin-ui.php:75
|
904 |
-
msgid "Restoring..."
|
905 |
-
msgstr "Wiederherstellen …"
|
906 |
-
|
907 |
#: ../inc/functions/admin-ui.php:99
|
908 |
msgid "Try again"
|
909 |
msgstr "Erneut versuchen"
|
@@ -913,39 +939,3 @@ msgstr "Erneut versuchen"
|
|
913 |
#, php-format
|
914 |
msgid "Re-Optimize to %s"
|
915 |
msgstr "Erneut optimieren als %s"
|
916 |
-
|
917 |
-
#: ../inc/functions/admin-ui.php:162
|
918 |
-
#, php-format
|
919 |
-
msgid "%s can't be optimized"
|
920 |
-
msgstr "%s kann nicht optimiert werden."
|
921 |
-
|
922 |
-
#: ../inc/functions/process.php:30
|
923 |
-
msgid ""
|
924 |
-
"Sorry, our servers are temporarily unaccessible. Please, try again in a "
|
925 |
-
"couple of minutes."
|
926 |
-
msgstr ""
|
927 |
-
"Unsere Server sind leider im Augenblick nicht erreichbar. Bitte versuchen "
|
928 |
-
"Sie es in ein paar Minuten noch einmal."
|
929 |
-
|
930 |
-
#: ../inc/functions/process.php:36
|
931 |
-
msgid "External HTTP requests are blocked"
|
932 |
-
msgstr "Externe HTTP-Anfragen werden blockiert"
|
933 |
-
|
934 |
-
#: ../inc/functions/process.php:42
|
935 |
-
msgid "File path is empty"
|
936 |
-
msgstr "Datei-Pfad ist leer"
|
937 |
-
|
938 |
-
#: ../inc/functions/process.php:48
|
939 |
-
#, php-format
|
940 |
-
msgid "Could not find %s"
|
941 |
-
msgstr "%s wurde nicht gefunden"
|
942 |
-
|
943 |
-
#: ../inc/functions/process.php:53
|
944 |
-
#, php-format
|
945 |
-
msgid "%s is not writable"
|
946 |
-
msgstr "%s ist nicht beschreibbar."
|
947 |
-
|
948 |
-
#: ../inc/functions/process.php:62
|
949 |
-
#, php-format
|
950 |
-
msgid "Skipped (%s), image not found."
|
951 |
-
msgstr "Übersprungen (%s), Bild nicht gefunden."
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: Fri Feb 12 2016 15:00:09 GMT+0100 (CET)\n"
|
6 |
+
"PO-Revision-Date: Mon Feb 22 2016 19:01:48 GMT+0100 (CET)\n"
|
7 |
"Last-Translator: caspar <caspar@wp-rocket.me>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: German\n"
|
22 |
"X-Generator: Loco - https://localise.biz/\n"
|
23 |
"X-Loco-Target-Locale: de_DE"
|
24 |
|
25 |
+
#: ../inc/admin/ui/notices.php:85 ../inc/admin/ui/options.php:91
|
26 |
+
msgid "Your API key isn't valid!"
|
27 |
+
msgstr "Ihr API-Schlüssel ist ungültig."
|
28 |
+
|
29 |
+
#: ../inc/admin/ui/notices.php:88
|
30 |
+
#, php-format
|
31 |
+
msgid ""
|
32 |
+
"Go to your Imagify account page to get your API Key and specify it on "
|
33 |
+
"%1$syour settings%3$s or %2$screate an account for free%3$s if you don't "
|
34 |
+
"have one yet."
|
35 |
+
msgstr ""
|
36 |
+
"Sie finden Ihren API-Schlüssel in Ihrem Imagify-Konto. Sobald Sie ihn dort "
|
37 |
+
"geholt haben, %1$shinterlegen Sie ihn in Ihren Einstellungen%3$s. Oder "
|
38 |
+
"%2$slegen Sie kostenfrei ein Konto an%3$s, um einen API-Schlüssel zu "
|
39 |
+
"erhalten."
|
40 |
+
|
41 |
+
#: ../inc/admin/ui/notices.php:138
|
42 |
+
msgid ""
|
43 |
+
"The following plugins are not compatible with this plugin and may cause "
|
44 |
+
"unexpected results:"
|
45 |
+
msgstr ""
|
46 |
+
"Die folgenden Plugins sind nicht kompatibel mit diesem Plugin und können "
|
47 |
+
"unerwartete Ergebnisse verursachen:"
|
48 |
+
|
49 |
+
#: ../inc/admin/ui/notices.php:144
|
50 |
+
msgid "Deactivate"
|
51 |
+
msgstr "Deaktivieren"
|
52 |
+
|
53 |
+
#: ../inc/admin/ui/notices.php:173
|
54 |
+
msgid "The external HTTP requests are blocked!"
|
55 |
+
msgstr "Externe HTTP-Anfragen werden blockiert."
|
56 |
+
|
57 |
+
#: ../inc/admin/ui/notices.php:174
|
58 |
+
msgid ""
|
59 |
+
"You defined the <code>WP_HTTP_BLOCK_EXTERNAL</code> constant in the <code>wp-"
|
60 |
+
"config.php</code> to block all external HTTP requests."
|
61 |
+
msgstr ""
|
62 |
+
"Alle externen HTTP-Anfragen werden blockiert, weil in der Datei <em>wp-"
|
63 |
+
"config.php</em> die PHP-Konstante <code>WP_HTTP_BLOCK_EXTERNAL</code> "
|
64 |
+
"gesetzt ist.\n"
|
65 |
+
|
66 |
+
#: ../inc/admin/ui/notices.php:176
|
67 |
+
msgid ""
|
68 |
+
"To optimize your images, you have to put the following code in your <code>wp-"
|
69 |
+
"config.php</code> file so that it works correctly."
|
70 |
+
msgstr ""
|
71 |
+
"Um Ihre Bilder optimieren zu können, fügen Sie den folgenden Code zu Ihrer "
|
72 |
+
"<em>wp-config.php</em> hinzu."
|
73 |
+
|
74 |
+
#: ../inc/admin/ui/notices.php:177
|
75 |
+
msgid "Click on the field and press Ctrl-A to select all."
|
76 |
+
msgstr "Klicken Sie auf das Feld und drücken Sie ctrl+A (cmd+A) für Alles auswählen."
|
77 |
+
|
78 |
+
#: ../inc/admin/ui/notices.php:213
|
79 |
+
msgid "You're missing out!"
|
80 |
+
msgstr "Sie verpassen etwas!"
|
81 |
+
|
82 |
+
#: ../inc/admin/ui/notices.php:214
|
83 |
+
msgid "Use the List view to optimize images with Imagify."
|
84 |
+
msgstr "In der Listenansicht können Sie Ihre Bilder direkt zu optimieren."
|
85 |
+
|
86 |
+
#: ../inc/admin/ui/notices.php:215
|
87 |
+
msgid "Switch to the List View"
|
88 |
+
msgstr "Zur Listenansicht wechseln"
|
89 |
+
|
90 |
+
#: ../inc/admin/ui/options.php:18
|
91 |
+
msgid "Is your website too slow?"
|
92 |
+
msgstr "Ist Ihre Website zu langsam?"
|
93 |
+
|
94 |
+
#: ../inc/admin/ui/options.php:24
|
95 |
+
msgid "Discover the best caching plugin to speed up your website."
|
96 |
+
msgstr "Entdecken Sie das beste Caching-Plugin, um Ihre Website schneller zu machen."
|
97 |
+
|
98 |
+
#: ../inc/admin/ui/options.php:32
|
99 |
+
#, php-format
|
100 |
+
msgid "%sGet %s off%s with this coupon code:%s"
|
101 |
+
msgstr "%sErhalten Sie %s Rabatt%s mit diesem Gutschein-Code:%s"
|
102 |
+
|
103 |
+
#: ../inc/admin/ui/options.php:37
|
104 |
+
msgid "Get WP Rocket now"
|
105 |
+
msgstr "Holen Sie sich WP Rocket jetzt"
|
106 |
+
|
107 |
+
#: ../inc/admin/ui/options.php:55
|
108 |
+
#, php-format
|
109 |
+
msgid ""
|
110 |
+
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
111 |
+
"WordPress.org%s!"
|
112 |
+
msgstr ""
|
113 |
+
"%sSind Sie zufrieden mit diesem Plugin?%s Bitte nehmen Sie sich einen Moment "
|
114 |
+
"Zeit für eine %sBewertung auf WordPress.org%s!"
|
115 |
+
|
116 |
+
#: ../inc/admin/ui/options.php:78
|
117 |
+
msgid "API Key"
|
118 |
+
msgstr "API-Schlüssel"
|
119 |
+
|
120 |
+
#: ../inc/admin/ui/options.php:98
|
121 |
+
#, php-format
|
122 |
+
msgid "Don't have an API Key yet? %sCreate one, it's FREE%s."
|
123 |
+
msgstr "Noch keinen API-Schlüssel erhalten? %sJetzt kostenfrei Konto anlegen%s"
|
124 |
+
|
125 |
+
#: ../inc/admin/ui/options.php:114
|
126 |
+
msgid "Optimization Level"
|
127 |
+
msgstr "Optimierungsgrad"
|
128 |
+
|
129 |
+
#: ../inc/admin/ui/options.php:134
|
130 |
+
msgid "More info?"
|
131 |
+
msgstr "Was ist das?"
|
132 |
+
|
133 |
+
#: ../inc/admin/ui/options.php:141
|
134 |
+
#, php-format
|
135 |
+
msgid "Need help to choose? %sTry the Visual Comparison%s"
|
136 |
+
msgstr "Nicht sicher? %sVisuellen Vergleich ausprobieren%s"
|
137 |
+
|
138 |
+
#: ../inc/admin/ui/options.php:150 ../inc/admin/ui/options.php:154
|
139 |
+
msgid "Auto-Optimize images on upload"
|
140 |
+
msgstr "Bilder beim Hochladen automatisch optimieren"
|
141 |
+
|
142 |
+
#: ../inc/admin/ui/options.php:158
|
143 |
+
msgid "Automatically optimize every image you upload to WordPress."
|
144 |
+
msgstr "Lassen Sie jedes Bild automatisch optimieren, das Sie in WordPress hochladen."
|
145 |
+
|
146 |
+
#: ../inc/admin/ui/options.php:163 ../inc/admin/ui/options.php:166
|
147 |
+
msgid "Backup original images"
|
148 |
+
msgstr "Originalbilder sichern"
|
149 |
+
|
150 |
+
#: ../inc/admin/ui/options.php:170
|
151 |
+
msgid "Keep your original images in a separate folder before optimization process."
|
152 |
+
msgstr ""
|
153 |
+
"Speichern Sie Sicherungskopien Ihrer Originalbilder in einem separaten "
|
154 |
+
"Ordner, bevor die Optimierung beginnt."
|
155 |
+
|
156 |
+
#: ../inc/admin/ui/options.php:175 ../inc/admin/ui/options.php:178
|
157 |
+
msgid "Resize larger images"
|
158 |
+
msgstr "Große Bilder verkleinern"
|
159 |
+
|
160 |
+
#: ../inc/admin/ui/options.php:184
|
161 |
+
#, php-format
|
162 |
+
msgid "to maximum %s pixels width"
|
163 |
+
msgstr "auf maximal %s Pixel Breite"
|
164 |
+
|
165 |
+
#: ../inc/admin/ui/options.php:195
|
166 |
+
#, php-format
|
167 |
+
msgid ""
|
168 |
+
"This option is recommended to reduce larger images. You can save up to 80%% "
|
169 |
+
"after resizing. The new width should not be less than your largest thumbnail "
|
170 |
+
"width, which is actually %spx."
|
171 |
+
msgstr ""
|
172 |
+
"Diese Option ist empfehlenswert, um das Speichervolumen für größere Bilder "
|
173 |
+
"zu reduzieren. Sie könne so bis zu 80%% Speicherplatz sparen. Die neue "
|
174 |
+
"Breite sollte nicht geringer als Ihre größte Vorschaubildbreite sein, die "
|
175 |
+
"übrigens %s Pixel beträgt."
|
176 |
+
|
177 |
+
#: ../inc/admin/ui/options.php:202 ../inc/admin/ui/options.php:205
|
178 |
+
msgid "EXIF Data"
|
179 |
+
msgstr "EXIF-Daten"
|
180 |
+
|
181 |
+
#: ../inc/admin/ui/options.php:209
|
182 |
+
msgid ""
|
183 |
+
"Keep all EXIF data from your images. EXIF are informations stored in your "
|
184 |
+
"pictures like shutter speed, exposure compensation, ISO, etc..."
|
185 |
+
msgstr ""
|
186 |
+
"Behalten Sie alle EXIF-Daten Ihrer Bilder. In den EXIF-Daten werden "
|
187 |
+
"Informationen wie Verschlusszeit, Belichtungskorrektur, ISO-Wert usw. "
|
188 |
+
"gespeichert."
|
189 |
+
|
190 |
+
#: ../inc/admin/ui/options.php:210
|
191 |
+
msgid "Learn more"
|
192 |
+
msgstr "Weitere Informationen"
|
193 |
+
|
194 |
+
#: ../inc/admin/ui/options.php:212
|
195 |
+
msgid ""
|
196 |
+
"If you are a photographer, you may be interested in this option if you are "
|
197 |
+
"displaying on your pages some info like the model of your camera."
|
198 |
+
msgstr ""
|
199 |
+
"Aktiviere diese Option, wenn Sie auf Ihrer Site fototechnische Informationen,"
|
200 |
+
" wie z.B. das Model Ihrer Kamera, anzeigen möchtest."
|
201 |
+
|
202 |
+
#: ../inc/admin/ui/options.php:221
|
203 |
+
msgid "Files optimization"
|
204 |
+
msgstr "Dateioptimierung"
|
205 |
+
|
206 |
+
#: ../inc/admin/ui/options.php:224
|
207 |
+
msgid "You can choose to compress different image sizes created by WordPress here."
|
208 |
+
msgstr ""
|
209 |
+
"Hier können Sie die Komprimierung für die verschiedenen Bildgrößen "
|
210 |
+
"kontrollieren, die Ihr WordPress generiert."
|
211 |
+
|
212 |
+
#: ../inc/admin/ui/options.php:226
|
213 |
+
#, php-format
|
214 |
+
msgid "The %soriginal size%s is %sautomatically optimized%s by Imagify."
|
215 |
+
msgstr "Die %sOriginalgröße%s wird von Imagify %sautomatisch optimiert%s."
|
216 |
+
|
217 |
+
#: ../inc/admin/ui/options.php:229
|
218 |
+
msgid "Remember each additional image size will affect your Imagify monthly usage!"
|
219 |
+
msgstr ""
|
220 |
+
"Bedenken Sie, dass jede ausgewählte Bildgröße Ihr monatliches "
|
221 |
+
"Nutzungsvolumen bei Imagify beeinflusst."
|
222 |
+
|
223 |
+
#: ../inc/admin/ui/options.php:282
|
224 |
+
msgid "Display options"
|
225 |
+
msgstr "Optionen anzeigen"
|
226 |
+
|
227 |
+
#: ../inc/admin/ui/options.php:287 ../inc/admin/ui/options.php:292
|
228 |
+
msgid "Show Admin Bar menu"
|
229 |
+
msgstr "Toolbar-Menü anzeigen"
|
230 |
+
|
231 |
+
#: ../inc/admin/ui/options.php:293
|
232 |
+
msgid "I want this awesome quick access menu on my admin bar."
|
233 |
+
msgstr "Ich möchte dieses praktische Dropdown-Menü in meiner Toolbar."
|
234 |
+
|
235 |
+
#: ../inc/admin/ui/options.php:308
|
236 |
+
#, php-format
|
237 |
+
msgid ""
|
238 |
+
"Once your settings saved, optimize all your images by using the %sImagify "
|
239 |
+
"Bulk Optimization%s feature."
|
240 |
+
msgstr ""
|
241 |
+
"Sobald Sie Ihre Einstellungen gespeichert haben, können Sie mit der "
|
242 |
+
"%sStapelverarbeitung%s alle Ihre Bilder optimieren."
|
243 |
+
|
244 |
+
#: ../inc/admin/ui/options.php:316
|
245 |
+
msgid "You can choose three levels of compression"
|
246 |
+
msgstr "Sie können zwischen drei Komprimierungsstufen wählen."
|
247 |
+
|
248 |
+
#: ../inc/admin/ui/options.php:321
|
249 |
+
msgid ""
|
250 |
+
"This mode will apply all available optimizations for maximum image "
|
251 |
+
"compression."
|
252 |
+
msgstr "Dieser Modus wendet alle verfügbaren Parameter für maximale Komprimierung an."
|
253 |
+
|
254 |
+
#: ../inc/admin/ui/options.php:324
|
255 |
+
msgid ""
|
256 |
+
"This will provide a huge savings on the initial weight. Sometimes the image "
|
257 |
+
"quality could be degraded a little."
|
258 |
+
msgstr ""
|
259 |
+
"Die Bildgröße wird erheblich verringert. In einigen Fällen kann es jedoch zu "
|
260 |
+
"Verlusten bei der Qualität kommen."
|
261 |
+
|
262 |
+
#: ../inc/admin/ui/options.php:327
|
263 |
+
msgid ""
|
264 |
+
"If you want the maximum weight reduction, and you agree to lose some quality "
|
265 |
+
"on the images we recommend using this mode."
|
266 |
+
msgstr ""
|
267 |
+
"Wählen Sie diese Einstellung, wenn Sie bereit sind, etwas Qualität zugunsten "
|
268 |
+
"maximaler Reduktion der Dateigröße zu riskieren."
|
269 |
+
|
270 |
+
#: ../inc/admin/ui/options.php:333
|
271 |
+
msgid ""
|
272 |
+
"This mode provides perfect optimization of your images without any "
|
273 |
+
"significant quality loss."
|
274 |
+
msgstr ""
|
275 |
+
"Dieser Modus liefert hervorragende Optimierung ohne signifikante "
|
276 |
+
"Qualitätsverluste."
|
277 |
+
|
278 |
+
#: ../inc/admin/ui/options.php:336
|
279 |
+
msgid ""
|
280 |
+
"This will provide a drastic savings on the initial weight, with a small "
|
281 |
+
"reduction in image quality. Most of the time it's not even noticeable."
|
282 |
+
msgstr ""
|
283 |
+
"Die drastische Verringerung der Dateigröße geht mit geringfügigen, meist "
|
284 |
+
"kaum wahrnehmbaren Einbußen in der Qualität einher."
|
285 |
+
|
286 |
+
#: ../inc/admin/ui/options.php:339
|
287 |
+
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
288 |
+
msgstr ""
|
289 |
+
"Wählen Sie diese Einstellung, wenn Sie auf maximale Größenreduktion Wert "
|
290 |
+
"legen."
|
291 |
+
|
292 |
+
#: ../inc/admin/ui/options.php:345
|
293 |
+
msgid ""
|
294 |
+
"This mode provides lossless optimization, your images will be optimized "
|
295 |
+
"without any visible change."
|
296 |
+
msgstr ""
|
297 |
+
"Dieser Modus sorgt für verlustfreie Bildoptimierung. Ihre Bilder werden ohne "
|
298 |
+
"sichtbare Veränderungen optimiert."
|
299 |
+
|
300 |
+
#: ../inc/admin/ui/options.php:348
|
301 |
+
msgid "If you want the perfect quality for your images, we recommend you that mode."
|
302 |
+
msgstr ""
|
303 |
+
"Wählen Sie diese Einstellung, wenn Ihnen die perfekte Qualität Ihrer Bilder "
|
304 |
+
"wichtig ist."
|
305 |
+
|
306 |
+
#: ../inc/admin/ui/options.php:351
|
307 |
+
msgid "Note: the file size reduction will be less, compared to aggressive mode."
|
308 |
+
msgstr ""
|
309 |
+
"Hinweis: Die Verringerung der Dateigröße fällt hier geringer aus, als im "
|
310 |
+
"aggressiven Modus."
|
311 |
+
|
312 |
+
#: ../inc/admin/ui/options.php:370
|
313 |
+
#, php-format
|
314 |
+
msgid "I want to compare%s and%s"
|
315 |
+
msgstr "Ich möchte %s und %s vergleichen."
|
316 |
+
|
317 |
+
#: ../inc/admin/ui/options.php:387
|
318 |
+
#, php-format
|
319 |
+
msgid "Original photography about %s"
|
320 |
+
msgstr "Originalbild ca. %s"
|
321 |
+
|
322 |
+
#: ../inc/admin/ui/options.php:392 ../inc/admin/ui/options.php:397 ..
|
323 |
+
#: inc/admin/ui/options.php:402
|
324 |
+
#, php-format
|
325 |
+
msgid "Optimized photography about %s"
|
326 |
+
msgstr "Optimiertes Bild ca. %s"
|
327 |
+
|
328 |
+
#: ../inc/classes/class-attachment.php:520
|
329 |
+
msgid ""
|
330 |
+
"This size isn't authorized to be optimized. Update your Imagify settings if "
|
331 |
+
"you want to optimize it."
|
332 |
+
msgstr ""
|
333 |
+
"Diese Bildgröße ist für die Optimierung nicht zugelassen. Aktualisieren Sie "
|
334 |
+
"Ihre Imagify-Einstellungen, wenn Sie sie optimieren möchten."
|
335 |
+
|
336 |
+
#: ../inc/common/admin-bar.php:48
|
337 |
+
#, php-format
|
338 |
+
msgid "Rate Imagify on %s"
|
339 |
+
msgstr "Bewerten Sie Imagify auf %s"
|
340 |
+
|
341 |
+
#: ../inc/common/admin-bar.php:57
|
342 |
+
msgid "Loading..."
|
343 |
+
msgstr "Laden …"
|
344 |
+
|
345 |
+
#: ../inc/functions/admin-ui.php:75
|
346 |
+
msgid "Restoring..."
|
347 |
+
msgstr "Wiederherstellen …"
|
348 |
+
|
349 |
+
#: ../inc/functions/admin-ui.php:162
|
350 |
#, php-format
|
351 |
+
msgid "%s can't be optimized"
|
352 |
+
msgstr "%s kann nicht optimiert werden."
|
353 |
+
|
354 |
+
#: ../inc/functions/process.php:30
|
355 |
msgid ""
|
356 |
+
"Sorry, our servers are temporarily unaccessible. Please, try again in a "
|
357 |
+
"couple of minutes."
|
358 |
msgstr ""
|
359 |
+
"Unsere Server sind leider im Augenblick nicht erreichbar. Bitte versuchen "
|
360 |
+
"Sie es in ein paar Minuten noch einmal."
|
361 |
+
|
362 |
+
#: ../inc/functions/process.php:36
|
363 |
+
msgid "External HTTP requests are blocked"
|
364 |
+
msgstr "Externe HTTP-Anfragen werden blockiert"
|
365 |
+
|
366 |
+
#: ../inc/functions/process.php:42
|
367 |
+
msgid "File path is empty"
|
368 |
+
msgstr "Datei-Pfad ist leer"
|
369 |
+
|
370 |
+
#: ../inc/functions/process.php:48
|
371 |
+
#, php-format
|
372 |
+
msgid "Could not find %s"
|
373 |
+
msgstr "%s wurde nicht gefunden"
|
374 |
+
|
375 |
+
#: ../inc/functions/process.php:53
|
376 |
+
#, php-format
|
377 |
+
msgid "%s is not writable"
|
378 |
+
msgstr "%s ist nicht beschreibbar."
|
379 |
+
|
380 |
+
#: ../inc/functions/process.php:62
|
381 |
+
#, php-format
|
382 |
+
msgid "Skipped (%s), image not found."
|
383 |
+
msgstr "Übersprungen (%s), Bild nicht gefunden."
|
384 |
|
385 |
#. URI of the plugin
|
386 |
msgid "https://wordpress.org/plugins/imagify"
|
403 |
msgid "Optimizing..."
|
404 |
msgstr "Wird optimiert …"
|
405 |
|
406 |
+
#: ../inc/admin/ajax.php:118 ../inc/admin/enqueue.php:163 ../inc/admin/meta-boxes.
|
407 |
+
#: php:34 ../inc/functions/admin-ui.php:181
|
408 |
msgid "Optimize"
|
409 |
msgstr "Optimieren"
|
410 |
|
411 |
+
#: ../inc/admin/ajax.php:416
|
412 |
msgid "Oops, It's almost over!"
|
413 |
msgstr "Hoppla, es wird langsam eng."
|
414 |
|
415 |
+
#: ../inc/admin/ajax.php:417
|
416 |
#, php-format
|
417 |
msgid ""
|
418 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
421 |
"In Kürze werden Sie Ihr Guthaben verbraucht haben.%sAktualisieren Sie Ihr "
|
422 |
"Abo, um Ihre Bilder auch in Zukunft zu optimieren."
|
423 |
|
424 |
+
#: ../inc/admin/ajax.php:418 ../inc/admin/ui/bulk.php:22
|
425 |
msgid "View My Subscription"
|
426 |
msgstr "Mein Abo ansehen"
|
427 |
|
428 |
+
#: ../inc/admin/ajax.php:426 ../inc/admin/enqueue.php:208 ../inc/admin/ui/notices.
|
429 |
#: php:251
|
430 |
msgid "Oops, It's Over!"
|
431 |
msgstr "Alles hat ein Ende…"
|
432 |
|
433 |
+
#: ../inc/admin/ajax.php:427 ../inc/admin/enqueue.php:224 ../inc/admin/ui/notices.
|
434 |
#: php:253
|
435 |
#, php-format
|
436 |
msgid ""
|
440 |
"Sie haben Ihr Guthaben für diesen Monat aufgebraucht. <strong>%s</strong> "
|
441 |
"werden Ihnen am <strong>%s</strong> wieder zur Verfügung stehen."
|
442 |
|
443 |
+
#: ../inc/admin/ajax.php:428
|
444 |
msgid "Upgrade My Subscription"
|
445 |
msgstr "Mein Abo aktualisieren"
|
446 |
|
447 |
+
#: ../inc/admin/ajax.php:447 ../inc/admin/ui/bulk.php:16
|
448 |
msgid "Account status"
|
449 |
msgstr "Kontostatus"
|
450 |
|
451 |
+
#: ../inc/admin/ajax.php:448 ../inc/admin/ui/bulk.php:17
|
452 |
msgid "Your subscription:"
|
453 |
msgstr "Ihr Abo:"
|
454 |
|
455 |
+
#: ../inc/admin/ajax.php:456 ../inc/admin/ui/bulk.php:47
|
456 |
#, php-format
|
457 |
msgid "You have %s space credit left"
|
458 |
msgstr "Sie haben noch %s Guthaben"
|
459 |
|
460 |
+
#: ../inc/admin/ajax.php:468
|
461 |
msgid "View my subscription"
|
462 |
msgstr "Mein Abo ansehen"
|
463 |
|
564 |
msgid "Original Saving:"
|
565 |
msgstr "Optimiert um:"
|
566 |
|
567 |
+
#: ../inc/admin/enqueue.php:198
|
568 |
msgid "Please wait..."
|
569 |
msgstr "Einen Moment bitte …"
|
570 |
|
571 |
+
#: ../inc/admin/enqueue.php:199
|
572 |
msgid ""
|
573 |
"We are trying to get your unoptimized images, it may take time depending on "
|
574 |
"the number of images."
|
576 |
"Nicht optimierte Bilder werden gesammelt, dies kann einen Moment dauern "
|
577 |
"…"
|
578 |
|
579 |
+
#: ../inc/admin/enqueue.php:201
|
580 |
msgid "Oops, There is something wrong!"
|
581 |
msgstr "Hm, etwas ist schief gelaufen."
|
582 |
|
583 |
+
#: ../inc/admin/enqueue.php:202
|
584 |
msgid ""
|
585 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
586 |
"Try again and if the issue still persist, please contact us!"
|
589 |
"aufgetreten. Versuchen Sie es noch einmal; falls der Fehler sich wiederholt, "
|
590 |
"kontaktieren Sie bitte den Imagify-Support."
|
591 |
|
592 |
+
#: ../inc/admin/enqueue.php:204 ../inc/admin/upload.php:38 ../inc/admin/ui/bulk.
|
593 |
+
#: php:257
|
594 |
msgid "Optimized"
|
595 |
msgstr "Optimiert"
|
596 |
|
597 |
+
#: ../inc/admin/enqueue.php:205 ../inc/admin/upload.php:39
|
598 |
msgid "Unoptimized"
|
599 |
msgstr "Nicht Optimiert"
|
600 |
|
601 |
+
#: ../inc/admin/enqueue.php:206
|
602 |
msgid "Error"
|
603 |
msgstr "Fehler"
|
604 |
|
605 |
+
#: ../inc/admin/enqueue.php:209
|
606 |
msgid "Hold on!"
|
607 |
msgstr "Moment, bitte!"
|
608 |
|
609 |
+
#: ../inc/admin/enqueue.php:210
|
610 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
611 |
msgstr "Imagify hat alle Ihre Bilder optimiert. Glückwunsch!"
|
612 |
|
613 |
+
#: ../inc/admin/enqueue.php:212
|
614 |
#, php-format
|
615 |
msgid ""
|
616 |
"Discover @imagify, the new compression tool to optimize your images for free."
|
619 |
"Freies #WordPress #Plugin zur Bildoptimierung für bessere #Performance: "
|
620 |
"Bilder mit @imagify komprimiert, %1$s von %2$s gespart!"
|
621 |
|
622 |
+
#: ../inc/admin/enqueue.php:216
|
623 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
624 |
msgstr ""
|
625 |
"Imagify arbeitet noch. Möchten Sie diese Seite wirklich verlassen und den "
|
626 |
"Prozess abbrechen?"
|
627 |
|
628 |
+
#: ../inc/admin/enqueue.php:221 ../inc/admin/enqueue.php:224 ..
|
629 |
#: inc/admin/ui/notices.php:253
|
630 |
#, php-format
|
631 |
msgid ""
|
635 |
"Um Ihre Bilder auch in Zukunft zu optimieren, loggen Sie sich bei Imagify.io "
|
636 |
"ein und %skaufen Sie ein einmaliges Guthaben oder ein Abo%s."
|
637 |
|
638 |
+
#: ../inc/admin/enqueue.php:224
|
639 |
msgid "F j, Y"
|
640 |
msgstr "j. F Y"
|
641 |
|
642 |
#: ../inc/admin/menu.php:24 ../inc/admin/menu.php:24 ../inc/admin/plugins.php:13 .
|
643 |
+
#: ./inc/admin/ui/bulk.php:78 ../inc/common/admin-bar.php:39
|
644 |
msgid "Bulk Optimization"
|
645 |
msgstr "Stapelverarbeitung"
|
646 |
|
677 |
msgid "All images"
|
678 |
msgstr "Alle Bilder"
|
679 |
|
680 |
+
#: ../inc/admin/ui/bulk.php:59
|
681 |
msgid "Upgrade your account to continue optimizing your images"
|
682 |
msgstr "Aktualisiere dein Konto, um deine Bilder weiterhin zu optimieren"
|
683 |
|
684 |
+
#: ../inc/admin/ui/bulk.php:63
|
685 |
msgid "More info"
|
686 |
msgstr "Weitere Informationen"
|
687 |
|
688 |
+
#: ../inc/admin/ui/bulk.php:88
|
689 |
msgid "Information"
|
690 |
msgstr "Informationen"
|
691 |
|
692 |
+
#: ../inc/admin/ui/bulk.php:90
|
693 |
msgid ""
|
694 |
"Please be aware that optimizing a large number of images can take a while "
|
695 |
"depending on your server and network speed."
|
697 |
"Bitte beachten: Das Optimieren einer hohen Anzahl Bilder kann eine Weile "
|
698 |
"dauern, abhängig von Ihrem Server und der Netzwerkgeschwindigkeit."
|
699 |
|
700 |
+
#: ../inc/admin/ui/bulk.php:91
|
701 |
msgid ""
|
702 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
703 |
"you leave you can come back to continue where it left off."
|
706 |
"Sie sie doch schließen, wird die Stapelverarbeitung unterbrochen und später "
|
707 |
"fortgesetzt, sobald Sie diese Seite erneut aufrufen."
|
708 |
|
709 |
+
#: ../inc/admin/ui/bulk.php:99
|
710 |
msgid "Select Your Compression Level"
|
711 |
msgstr "Wählen Sie Ihre Komprimierungsstufen"
|
712 |
|
713 |
+
#: ../inc/admin/ui/bulk.php:102 ../inc/admin/ui/bulk.php:130 ..
|
714 |
#: inc/admin/ui/options.php:129 ../inc/admin/ui/options.php:319 ..
|
715 |
#: inc/admin/ui/options.php:382 ../inc/admin/ui/options.php:399 ..
|
716 |
#: inc/admin/ui/options.php:459 ../inc/classes/class-attachment.php:135 ..
|
718 |
msgid "Ultra"
|
719 |
msgstr "Ultra"
|
720 |
|
721 |
+
#: ../inc/admin/ui/bulk.php:105 ../inc/admin/ui/bulk.php:125 ..
|
722 |
#: inc/admin/ui/options.php:124 ../inc/admin/ui/options.php:331 ..
|
723 |
#: inc/admin/ui/options.php:381 ../inc/admin/ui/options.php:394 ..
|
724 |
#: inc/admin/ui/options.php:438 ../inc/classes/class-attachment.php:138 ..
|
726 |
msgid "Aggressive"
|
727 |
msgstr "Aggressiv"
|
728 |
|
729 |
+
#: ../inc/admin/ui/bulk.php:108 ../inc/admin/ui/bulk.php:120 ..
|
730 |
#: inc/admin/ui/options.php:119 ../inc/admin/ui/options.php:343 ..
|
731 |
#: inc/admin/ui/options.php:380 ../inc/admin/ui/options.php:389 ..
|
732 |
#: inc/admin/ui/options.php:418 ../inc/classes/class-attachment.php:141 ..
|
734 |
msgid "Normal"
|
735 |
msgstr "Normal"
|
736 |
|
737 |
+
#: ../inc/admin/ui/bulk.php:112
|
738 |
msgid "Your default setting:"
|
739 |
msgstr "Ihre Standard-Einstellung:"
|
740 |
|
741 |
+
#: ../inc/admin/ui/bulk.php:139
|
742 |
#, php-format
|
743 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
744 |
msgstr "Überprüfen Sie Ihre %sEinstellungen%s vor der Stapelverarbeitung."
|
745 |
|
746 |
+
#: ../inc/admin/ui/bulk.php:149
|
747 |
msgid "Imagif'em all"
|
748 |
msgstr "Alle Bilder optimieren"
|
749 |
|
750 |
+
#: ../inc/admin/ui/bulk.php:156
|
751 |
#, php-format
|
752 |
msgid "All images which are over to %s could be optimized using the pro version."
|
753 |
msgstr "Bilder größer als %s können mit der Pro-version optimiert werden."
|
754 |
|
755 |
+
#: ../inc/admin/ui/bulk.php:167
|
756 |
msgid "Overview"
|
757 |
msgstr "Übersicht"
|
758 |
|
759 |
+
#: ../inc/admin/ui/bulk.php:177
|
760 |
msgid "Statistics"
|
761 |
msgstr "Statistik"
|
762 |
|
763 |
+
#: ../inc/admin/ui/bulk.php:189
|
764 |
msgid "that's the number of images you optimized with Imagify"
|
765 |
msgstr "Bilder mit Imagify optimiert"
|
766 |
|
767 |
+
#: ../inc/admin/ui/bulk.php:194
|
768 |
msgid "Original size"
|
769 |
msgstr "Originalgröße"
|
770 |
|
771 |
+
#: ../inc/admin/ui/bulk.php:199
|
772 |
msgid "Optimized size"
|
773 |
msgstr "Optimierte Größe"
|
774 |
|
775 |
+
#: ../inc/admin/ui/bulk.php:210
|
776 |
#, php-format
|
777 |
msgid "that's the size you saved %sby using Imagify"
|
778 |
msgstr "geringere Dateigröße dank Imagify"
|
779 |
|
780 |
+
#: ../inc/admin/ui/bulk.php:230
|
781 |
msgid "Well done!"
|
782 |
msgstr "Bravo!"
|
783 |
|
784 |
+
#: ../inc/admin/ui/bulk.php:231
|
785 |
#, php-format
|
786 |
msgid "you saved %1$s out of %2$s"
|
787 |
msgstr "Sie haben %1$s von %2$s gespart"
|
788 |
|
789 |
+
#: ../inc/admin/ui/bulk.php:236
|
790 |
+
msgid "Share your awesome result"
|
791 |
+
msgstr "Teilen Sie Ihr hervorragendes Ergebnis"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
792 |
|
793 |
+
#: ../inc/admin/ui/bulk.php:251
|
794 |
+
msgid "Compression process results"
|
795 |
+
msgstr "Ergebnisse der Komprimierung"
|
796 |
|
797 |
+
#: ../inc/admin/ui/bulk.php:254
|
798 |
+
msgid "Filename"
|
799 |
+
msgstr "Dateiname"
|
|
|
|
|
|
|
|
|
|
|
800 |
|
801 |
+
#: ../inc/admin/ui/bulk.php:255
|
802 |
+
msgid "Status"
|
803 |
+
msgstr "Status"
|
804 |
|
805 |
+
#: ../inc/admin/ui/bulk.php:256 ../inc/admin/ui/options.php:379 ..
|
806 |
+
#: inc/admin/ui/options.php:384 ../inc/admin/ui/options.php:408
|
807 |
+
msgid "Original"
|
808 |
+
msgstr "Original"
|
|
|
|
|
|
|
809 |
|
810 |
+
#: ../inc/admin/ui/bulk.php:258
|
811 |
+
msgid "Percentage"
|
812 |
+
msgstr "Prozent"
|
813 |
|
814 |
+
#: ../inc/admin/ui/bulk.php:259
|
815 |
+
msgid "Thumbnails optimized"
|
816 |
+
msgstr "Vorschaubilder optimiert"
|
|
|
|
|
817 |
|
818 |
+
#: ../inc/admin/ui/bulk.php:260
|
819 |
+
msgid "Overall saving"
|
820 |
+
msgstr "Gesamte Ersparnis"
|
|
|
821 |
|
822 |
+
#: ../inc/admin/ui/bulk.php:265
|
823 |
+
msgid "file"
|
824 |
+
msgstr "Datei"
|
|
|
|
|
825 |
|
826 |
+
#: ../inc/admin/ui/bulk.php:266
|
827 |
+
msgid "error"
|
828 |
+
msgstr "Fehler"
|
829 |
|
830 |
+
#: ../inc/admin/ui/bulk.php:267
|
831 |
+
msgid "Total:"
|
832 |
+
msgstr "Gesamt:"
|
833 |
|
834 |
+
#: ../inc/admin/ui/bulk.php:268
|
835 |
+
msgid "Gain:"
|
836 |
+
msgstr "Gewinn:"
|
837 |
|
838 |
+
#: ../inc/admin/ui/bulk.php:285
|
839 |
#, php-format
|
840 |
+
msgid "%sStart the bulk optimization%s"
|
841 |
+
msgstr "%sStapelverarbeitung starten%s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
842 |
|
843 |
+
#: ../inc/admin/ui/notices.php:23
|
844 |
+
msgid "Welcome to Imagify, the best way to easily optimize your images!"
|
845 |
+
msgstr "Willkommen bei Imagify, der smarten Bildoptimierung!"
|
|
|
|
|
846 |
|
847 |
+
#: ../inc/admin/ui/notices.php:25 ../inc/admin/ui/notices.php:25 ..
|
848 |
+
#: inc/admin/ui/notices.php:90 ../inc/admin/ui/notices.php:90 ..
|
849 |
+
#: inc/admin/ui/notices.php:181 ../inc/admin/ui/notices.php:181 ..
|
850 |
+
#: inc/admin/ui/notices.php:217 ../inc/admin/ui/notices.php:217 ..
|
851 |
+
#: inc/admin/ui/notices.php:256 ../inc/admin/ui/notices.php:256
|
852 |
+
msgid "Dismiss this notice"
|
853 |
+
msgstr "Diese Meldung verwerfen"
|
854 |
|
855 |
+
#: ../inc/admin/ui/notices.php:32
|
856 |
+
msgid "Create an Account"
|
857 |
+
msgstr "Konto anlegen"
|
|
|
|
|
|
|
|
|
858 |
|
859 |
+
#: ../inc/admin/ui/notices.php:33
|
860 |
msgid ""
|
861 |
+
"Don't have an Imagify account yet? Optimize your images by creating an "
|
862 |
+
"account in a few seconds!"
|
863 |
msgstr ""
|
864 |
+
"Registrieren Sie Ihr Konto bei Imagify (kostenfrei, dauert nur ein paar "
|
865 |
+
"Sekunden), um anschließend Ihre Bilder in WordPress zu optimieren."
|
866 |
|
867 |
+
#: ../inc/admin/ui/notices.php:36
|
868 |
+
msgid "Sign up, It's FREE!"
|
869 |
+
msgstr "Mein Konto kostenfrei anlegen"
|
|
|
|
|
|
|
|
|
870 |
|
871 |
+
#: ../inc/admin/ui/notices.php:42
|
872 |
+
msgid "Enter your API Key"
|
873 |
+
msgstr "API-Schlüssel eingeben"
|
|
|
|
|
874 |
|
875 |
+
#: ../inc/admin/ui/notices.php:43
|
876 |
+
#, php-format
|
877 |
msgid ""
|
878 |
+
"Save your API Key you have received by email or you can get it on your "
|
879 |
+
"%sImagify account page%s."
|
|
|
|
|
|
|
|
|
|
|
|
|
880 |
msgstr ""
|
881 |
+
"Aktivieren Sie Imagify mit Ihrem persönlichen API-Schlüssel, den Sie per E-"
|
882 |
+
"Mail erhalten haben. Sie können ihn auch jederzeit in Ihren "
|
883 |
+
"%sKontoeinstellungen%s abrufen."
|
884 |
|
885 |
+
#: ../inc/admin/ui/notices.php:46
|
886 |
+
msgid "I have my API key"
|
887 |
+
msgstr "Meinen API-Schlüssel eingeben"
|
|
|
|
|
888 |
|
889 |
+
#: ../inc/admin/ui/notices.php:52
|
890 |
+
msgid "Configure it"
|
891 |
+
msgstr "Einstellungen wählen"
|
|
|
892 |
|
893 |
+
#: ../inc/admin/ui/notices.php:53
|
894 |
+
msgid "It’s almost done! You have just to configure your optimization settings."
|
895 |
+
msgstr ""
|
896 |
+
"Fast fertig! Wählen Sie nun Ihre Einstellungen für Imagify. Anschließend "
|
897 |
+
"können Sie alle Ihre Bilder von Imagify automatisch optimieren lassen."
|
898 |
|
899 |
+
#: ../inc/admin/ui/notices.php:54
|
900 |
+
msgid "Go to Settings"
|
901 |
+
msgstr "Meine Einstellungen wählen"
|
|
|
|
|
902 |
|
903 |
#: ../inc/admin/ui/options.php:407 ../inc/admin/ui/options.php:417 ..
|
904 |
#: inc/admin/ui/options.php:437 ../inc/admin/ui/options.php:458 ..
|
906 |
msgid "Level:"
|
907 |
msgstr "Modus:"
|
908 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
909 |
#: ../inc/functions/admin-ui.php:35
|
910 |
msgid "New Filesize:"
|
911 |
msgstr "Neue Dateigröße:"
|
930 |
msgid "Overall Saving:"
|
931 |
msgstr "Gesamte Ersparnis:"
|
932 |
|
|
|
|
|
|
|
|
|
933 |
#: ../inc/functions/admin-ui.php:99
|
934 |
msgid "Try again"
|
935 |
msgstr "Erneut versuchen"
|
939 |
#, php-format
|
940 |
msgid "Re-Optimize to %s"
|
941 |
msgstr "Erneut optimieren als %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/imagify-es_ES.mo
CHANGED
Binary file
|
languages/imagify-es_ES.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: es\n"
|
@@ -27,16 +27,16 @@ msgstr ""
|
|
27 |
msgid "Optimizing..."
|
28 |
msgstr "Optimizando…"
|
29 |
|
30 |
-
#: inc/admin/ajax.php:118 inc/admin/enqueue.php:163 inc/admin/enqueue.php:
|
31 |
#: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:181
|
32 |
msgid "Optimize"
|
33 |
msgstr "Optimizar"
|
34 |
|
35 |
-
#: inc/admin/ajax.php:
|
36 |
msgid "Oops, It's almost over!"
|
37 |
msgstr "¡Ya casi está!"
|
38 |
|
39 |
-
#: inc/admin/ajax.php:
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
@@ -45,16 +45,16 @@ msgstr ""
|
|
45 |
"Ya has utilizado casi todo tu crédito.%sNo olvides ampliar tu suscripción "
|
46 |
"para poder seguir optimizando tus imágenes."
|
47 |
|
48 |
-
#: inc/admin/ajax.php:
|
49 |
msgid "View My Subscription"
|
50 |
msgstr "Ver mi suscripción"
|
51 |
|
52 |
-
#: inc/admin/ajax.php:
|
53 |
#: inc/admin/ui/notices.php:251
|
54 |
msgid "Oops, It's Over!"
|
55 |
msgstr "¡Ya está!"
|
56 |
|
57 |
-
#: inc/admin/ajax.php:
|
58 |
#: inc/admin/ui/notices.php:253
|
59 |
#, php-format
|
60 |
msgid ""
|
@@ -64,24 +64,24 @@ msgstr ""
|
|
64 |
"Has consumido todo tu crédito para este mes. Volverás a tener <strong>%s el "
|
65 |
"%s</strong>."
|
66 |
|
67 |
-
#: inc/admin/ajax.php:
|
68 |
msgid "Upgrade My Subscription"
|
69 |
msgstr "Actualizar mi suscripción"
|
70 |
|
71 |
-
#: inc/admin/ajax.php:
|
72 |
msgid "Account status"
|
73 |
msgstr "Estado de mi cuenta"
|
74 |
|
75 |
-
#: inc/admin/ajax.php:
|
76 |
msgid "Your subscription:"
|
77 |
msgstr "Tu suscripción:"
|
78 |
|
79 |
-
#: inc/admin/ajax.php:
|
80 |
#, php-format
|
81 |
msgid "You have %s space credit left"
|
82 |
msgstr "Te queda un saldo de %s"
|
83 |
|
84 |
-
#: inc/admin/ajax.php:
|
85 |
msgid "View my subscription"
|
86 |
msgstr "Ver mi suscripción"
|
87 |
|
@@ -159,40 +159,40 @@ msgstr ""
|
|
159 |
msgid "Restore Original"
|
160 |
msgstr "Recuperar tamaño original"
|
161 |
|
162 |
-
#: inc/admin/enqueue.php:
|
163 |
msgid "Original Image"
|
164 |
msgstr "Imagen original"
|
165 |
|
166 |
-
#: inc/admin/enqueue.php:
|
167 |
msgid "Optimized Image"
|
168 |
msgstr "Imagen optimizada"
|
169 |
|
170 |
-
#: inc/admin/enqueue.php:
|
171 |
msgid "Compare Original VS Optimized"
|
172 |
msgstr "Compara original VS optimizada"
|
173 |
|
174 |
-
#: inc/admin/enqueue.php:
|
175 |
-
#: inc/admin/ui/options.php:
|
176 |
msgid "Close"
|
177 |
msgstr "Cierra"
|
178 |
|
179 |
-
#: inc/admin/enqueue.php:
|
180 |
-
#: inc/admin/ui/options.php:
|
181 |
-
#: inc/admin/ui/options.php:
|
182 |
msgid "File Size:"
|
183 |
msgstr "Tamaño del archivo:"
|
184 |
|
185 |
-
#: inc/admin/enqueue.php:
|
186 |
-
#: inc/admin/ui/options.php:
|
187 |
#: inc/functions/admin-ui.php:44
|
188 |
msgid "Original Saving:"
|
189 |
msgstr "Ahorro inicial:"
|
190 |
|
191 |
-
#: inc/admin/enqueue.php:
|
192 |
msgid "Please wait..."
|
193 |
msgstr "Espera, por favor…"
|
194 |
|
195 |
-
#: inc/admin/enqueue.php:
|
196 |
msgid ""
|
197 |
"We are trying to get your unoptimized images, it may take time depending on "
|
198 |
"the number of images."
|
@@ -200,11 +200,11 @@ msgstr ""
|
|
200 |
"Estamos tratando de obtener tus imágenes no optimizadas: esto puede tomar "
|
201 |
"tiempo, dependiendo del número de imágenes."
|
202 |
|
203 |
-
#: inc/admin/enqueue.php:
|
204 |
msgid "Oops, There is something wrong!"
|
205 |
msgstr "Ups, algo no ha ido bien!"
|
206 |
|
207 |
-
#: inc/admin/enqueue.php:
|
208 |
msgid ""
|
209 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
210 |
"Try again and if the issue still persist, please contact us!"
|
@@ -213,27 +213,27 @@ msgstr ""
|
|
213 |
"imágenes no optimizadas. Inténtalo otra vez y, si el problema persiste, "
|
214 |
"contáctanos por favor!"
|
215 |
|
216 |
-
#: inc/admin/enqueue.php:
|
217 |
msgid "Optimized"
|
218 |
msgstr "Optimizado"
|
219 |
|
220 |
-
#: inc/admin/enqueue.php:
|
221 |
msgid "Unoptimized"
|
222 |
msgstr "No optimizado"
|
223 |
|
224 |
-
#: inc/admin/enqueue.php:
|
225 |
msgid "Error"
|
226 |
msgstr "Error"
|
227 |
|
228 |
-
#: inc/admin/enqueue.php:
|
229 |
msgid "Hold on!"
|
230 |
msgstr "¡Espera!"
|
231 |
|
232 |
-
#: inc/admin/enqueue.php:
|
233 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
234 |
msgstr "Todas tus imágenes han sido optimizadas por Imagify. ¡Enhorabuena!"
|
235 |
|
236 |
-
#: inc/admin/enqueue.php:
|
237 |
#, php-format
|
238 |
msgid ""
|
239 |
"Discover @imagify, the new compression tool to optimize your images for "
|
@@ -242,11 +242,11 @@ msgstr ""
|
|
242 |
"Descubre @imagify, la nueva herramienta de compresión para optimizar tus "
|
243 |
"imágenes gratuitamente. Me ha ahorrado %1$s de %2$s!"
|
244 |
|
245 |
-
#: inc/admin/enqueue.php:
|
246 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
247 |
msgstr "Imagify sigue procesando. Estás seguro que quieres dejar la página?"
|
248 |
|
249 |
-
#: inc/admin/enqueue.php:
|
250 |
#: inc/admin/ui/notices.php:253
|
251 |
#, php-format
|
252 |
msgid ""
|
@@ -256,7 +256,7 @@ msgstr ""
|
|
256 |
"Para seguir optimizando tus imágenes, inicia sesión en tu cuenta Imagify "
|
257 |
"para %scomprar un paquete o subscribir un plan %s."
|
258 |
|
259 |
-
#: inc/admin/enqueue.php:
|
260 |
msgid "F j, Y"
|
261 |
msgstr "F j, Y"
|
262 |
|
@@ -312,7 +312,16 @@ msgstr ""
|
|
312 |
"Por favor ten en cuenta que la optimización de un gran número de imágenes "
|
313 |
"puede demorar un poco según tu servidor y la velocidad de tu red."
|
314 |
|
315 |
-
#: inc/admin/ui/bulk.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
msgid ""
|
317 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
318 |
"you leave you can come back to continue where it left off."
|
@@ -320,48 +329,48 @@ msgstr ""
|
|
320 |
"Tienes que mantener esta página abierta durante la optimización masiva. Si "
|
321 |
"la abandonas, siempre puedes volver y retomarla donde la hayas dejado."
|
322 |
|
323 |
-
#: inc/admin/ui/bulk.php:
|
324 |
msgid "Select Your Compression Level"
|
325 |
msgstr "Selecciona tu nivel de compresión"
|
326 |
|
327 |
-
#: inc/admin/ui/bulk.php:
|
328 |
-
#: inc/admin/ui/options.php:129 inc/admin/ui/options.php:
|
329 |
-
#: inc/admin/ui/options.php:
|
330 |
-
#: inc/admin/ui/options.php:
|
331 |
#: inc/functions/admin-ui.php:127
|
332 |
msgid "Ultra"
|
333 |
msgstr "Ultra"
|
334 |
|
335 |
-
#: inc/admin/ui/bulk.php:
|
336 |
-
#: inc/admin/ui/options.php:124 inc/admin/ui/options.php:
|
337 |
-
#: inc/admin/ui/options.php:
|
338 |
-
#: inc/admin/ui/options.php:
|
339 |
#: inc/functions/admin-ui.php:133
|
340 |
msgid "Aggressive"
|
341 |
msgstr "Agresivo"
|
342 |
|
343 |
-
#: inc/admin/ui/bulk.php:
|
344 |
-
#: inc/admin/ui/options.php:119 inc/admin/ui/options.php:
|
345 |
-
#: inc/admin/ui/options.php:
|
346 |
-
#: inc/admin/ui/options.php:
|
347 |
#: inc/functions/admin-ui.php:139
|
348 |
msgid "Normal"
|
349 |
msgstr "Normal"
|
350 |
|
351 |
-
#: inc/admin/ui/bulk.php:
|
352 |
msgid "Your default setting:"
|
353 |
msgstr "Tu configuración por defecto:"
|
354 |
|
355 |
-
#: inc/admin/ui/bulk.php:
|
356 |
#, php-format
|
357 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
358 |
msgstr "No olvides revisar %stus ajustes%s antes de la optimización masiva."
|
359 |
|
360 |
-
#: inc/admin/ui/bulk.php:
|
361 |
msgid "Imagif'em all"
|
362 |
msgstr "Imagíficalo todo"
|
363 |
|
364 |
-
#: inc/admin/ui/bulk.php:
|
365 |
#, php-format
|
366 |
msgid ""
|
367 |
"All images which are over to %s could be optimized using the pro version."
|
@@ -369,90 +378,90 @@ msgstr ""
|
|
369 |
"Todas las imágenes de tamaño superior a %s pueden optimizarse utilizando la "
|
370 |
"versión pro."
|
371 |
|
372 |
-
#: inc/admin/ui/bulk.php:
|
373 |
msgid "Overview"
|
374 |
msgstr "Resumen"
|
375 |
|
376 |
-
#: inc/admin/ui/bulk.php:
|
377 |
msgid "Statistics"
|
378 |
msgstr "Estadísticas"
|
379 |
|
380 |
-
#: inc/admin/ui/bulk.php:
|
381 |
msgid "that's the number of images you optimized with Imagify"
|
382 |
msgstr "este es el número de imágenes que has optimizado con Imagify"
|
383 |
|
384 |
-
#: inc/admin/ui/bulk.php:
|
385 |
msgid "Original size"
|
386 |
msgstr "Tamaño original"
|
387 |
|
388 |
-
#: inc/admin/ui/bulk.php:
|
389 |
msgid "Optimized size"
|
390 |
msgstr "Tamaño optimizado"
|
391 |
|
392 |
-
#: inc/admin/ui/bulk.php:
|
393 |
#, php-format
|
394 |
msgid "that's the size you saved %sby using Imagify"
|
395 |
msgstr "este es el tamaño que ahorraste %scon Imagify"
|
396 |
|
397 |
-
#: inc/admin/ui/bulk.php:
|
398 |
msgid "Well done!"
|
399 |
msgstr "¡Bien hecho!"
|
400 |
|
401 |
-
#: inc/admin/ui/bulk.php:
|
402 |
#, php-format
|
403 |
msgid "you saved %1$s out of %2$s"
|
404 |
msgstr "has ahorrado %1$s de %2$s"
|
405 |
|
406 |
-
#: inc/admin/ui/bulk.php:
|
407 |
msgid "Share your awesome result"
|
408 |
msgstr "Comparte tus impresionantes resultados"
|
409 |
|
410 |
-
#: inc/admin/ui/bulk.php:
|
411 |
msgid "Compression process results"
|
412 |
msgstr "Resultados del proceso de compresión"
|
413 |
|
414 |
-
#: inc/admin/ui/bulk.php:
|
415 |
msgid "Filename"
|
416 |
msgstr "Nombre de archivo"
|
417 |
|
418 |
-
#: inc/admin/ui/bulk.php:
|
419 |
msgid "Status"
|
420 |
msgstr "Estado"
|
421 |
|
422 |
-
#: inc/admin/ui/bulk.php:
|
423 |
-
#: inc/admin/ui/options.php:
|
424 |
msgid "Original"
|
425 |
msgstr "Original"
|
426 |
|
427 |
-
#: inc/admin/ui/bulk.php:
|
428 |
msgid "Percentage"
|
429 |
msgstr "Porcentaje"
|
430 |
|
431 |
-
#: inc/admin/ui/bulk.php:
|
432 |
msgid "Thumbnails optimized"
|
433 |
msgstr "Miniaturas optimizadas:"
|
434 |
|
435 |
-
#: inc/admin/ui/bulk.php:
|
436 |
msgid "Overall saving"
|
437 |
msgstr "Ahorro total"
|
438 |
|
439 |
-
#: inc/admin/ui/bulk.php:
|
440 |
msgid "file"
|
441 |
msgstr "archivo"
|
442 |
|
443 |
-
#: inc/admin/ui/bulk.php:
|
444 |
msgid "error"
|
445 |
msgstr "error"
|
446 |
|
447 |
-
#: inc/admin/ui/bulk.php:
|
448 |
msgid "Total:"
|
449 |
msgstr "Total:"
|
450 |
|
451 |
-
#: inc/admin/ui/bulk.php:
|
452 |
msgid "Gain:"
|
453 |
msgstr "Ganancia:"
|
454 |
|
455 |
-
#: inc/admin/ui/bulk.php:
|
456 |
#, php-format
|
457 |
msgid "%sStart the bulk optimization%s"
|
458 |
msgstr "%sEmpieza la optimización masiva%s"
|
@@ -464,7 +473,7 @@ msgstr ""
|
|
464 |
|
465 |
#: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
|
466 |
#: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
|
467 |
-
#: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:
|
468 |
msgid "Dismiss this notice"
|
469 |
msgstr "Descarta este aviso"
|
470 |
|
@@ -578,20 +587,20 @@ msgstr "Utiliza la vista de lista para optimizar imágenes con Imagify."
|
|
578 |
msgid "Switch to the List View"
|
579 |
msgstr "Cambia a la vista de lista"
|
580 |
|
581 |
-
#: inc/admin/ui/notices.php:
|
582 |
msgid "Discover the best caching plugin to speed up your website."
|
583 |
msgstr "Descubre el mejor plugin de caché para acelerar tu sitio Web."
|
584 |
|
585 |
-
#: inc/admin/ui/notices.php:
|
586 |
#, php-format
|
587 |
msgid "%sGet %s off%s with this coupon code:%s"
|
588 |
msgstr "Descuento del %s%s%s con este código de coupon:%s"
|
589 |
|
590 |
-
#: inc/admin/ui/notices.php:
|
591 |
msgid "Get WP Rocket now"
|
592 |
msgstr "Obten WP Rocket, ¡ya!"
|
593 |
|
594 |
-
#: inc/admin/ui/notices.php:
|
595 |
#, php-format
|
596 |
msgid ""
|
597 |
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
@@ -600,7 +609,7 @@ msgstr ""
|
|
600 |
"%1$s¡En hora buena!%2$s Has optimizado %1$s%3$d imágenes%2$s y ahora tu "
|
601 |
"sitio web es más rápido."
|
602 |
|
603 |
-
#: inc/admin/ui/notices.php:
|
604 |
#, php-format
|
605 |
msgid ""
|
606 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
@@ -751,29 +760,26 @@ msgstr "Puedes elegir entre tres niveles de compresión"
|
|
751 |
|
752 |
#: inc/admin/ui/options.php:321
|
753 |
msgid ""
|
754 |
-
"This mode
|
755 |
-
"
|
756 |
msgstr ""
|
757 |
-
"Este modo
|
758 |
-
"
|
759 |
|
760 |
#: inc/admin/ui/options.php:324
|
761 |
msgid ""
|
762 |
-
"
|
763 |
-
"quality could be degraded a little."
|
764 |
msgstr ""
|
765 |
-
"
|
766 |
-
"la imagen podría disminuir un poco."
|
767 |
|
768 |
#: inc/admin/ui/options.php:327
|
769 |
msgid ""
|
770 |
-
"
|
771 |
-
"on the images we recommend using this mode."
|
772 |
msgstr ""
|
773 |
-
"
|
774 |
-
"
|
775 |
|
776 |
-
#: inc/admin/ui/options.php:
|
777 |
msgid ""
|
778 |
"This mode provides perfect optimization of your images without any "
|
779 |
"significant quality loss."
|
@@ -781,7 +787,7 @@ msgstr ""
|
|
781 |
"Este modo proporciona la perfecta optimización de tus imágenes sin pérdida "
|
782 |
"significativa de calidad."
|
783 |
|
784 |
-
#: inc/admin/ui/options.php:
|
785 |
msgid ""
|
786 |
"This will provide a drastic savings on the initial weight, with a small "
|
787 |
"reduction in image quality. Most of the time it's not even noticeable."
|
@@ -790,49 +796,52 @@ msgstr ""
|
|
790 |
"reducción de la calidad de imagen. La mayoría de las veces no será ni "
|
791 |
"perceptible."
|
792 |
|
793 |
-
#: inc/admin/ui/options.php:
|
794 |
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
795 |
msgstr "Te recomendamos usar este modo si deseas la máxima reducción de peso."
|
796 |
|
797 |
-
#: inc/admin/ui/options.php:
|
798 |
msgid ""
|
799 |
-
"This mode
|
800 |
-
"
|
801 |
msgstr ""
|
802 |
-
"Este modo
|
803 |
-
"
|
804 |
|
805 |
-
#: inc/admin/ui/options.php:
|
806 |
msgid ""
|
807 |
-
"
|
|
|
808 |
msgstr ""
|
809 |
-
"
|
|
|
810 |
|
811 |
-
#: inc/admin/ui/options.php:
|
812 |
msgid ""
|
813 |
-
"
|
|
|
814 |
msgstr ""
|
815 |
-
"
|
816 |
-
"
|
817 |
|
818 |
-
#: inc/admin/ui/options.php:
|
819 |
#, php-format
|
820 |
msgid "I want to compare%s and%s"
|
821 |
msgstr "Quiero comparar %s y %s"
|
822 |
|
823 |
-
#: inc/admin/ui/options.php:
|
824 |
#, php-format
|
825 |
msgid "Original photography about %s"
|
826 |
msgstr "Fotografía original de %s"
|
827 |
|
828 |
-
#: inc/admin/ui/options.php:
|
829 |
-
#: inc/admin/ui/options.php:
|
830 |
#, php-format
|
831 |
msgid "Optimized photography about %s"
|
832 |
msgstr "Fotografía optimizada de %s"
|
833 |
|
834 |
-
#: inc/admin/ui/options.php:
|
835 |
-
#: inc/admin/ui/options.php:
|
836 |
#: inc/functions/admin-ui.php:58
|
837 |
msgid "Level:"
|
838 |
msgstr "Nivel:"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
+
"POT-Creation-Date: 2016-03-10 16:09+0100\n"
|
5 |
+
"PO-Revision-Date: 2016-03-10 16:14+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: es\n"
|
27 |
msgid "Optimizing..."
|
28 |
msgstr "Optimizando…"
|
29 |
|
30 |
+
#: inc/admin/ajax.php:118 inc/admin/enqueue.php:163 inc/admin/enqueue.php:187
|
31 |
#: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:181
|
32 |
msgid "Optimize"
|
33 |
msgstr "Optimizar"
|
34 |
|
35 |
+
#: inc/admin/ajax.php:436
|
36 |
msgid "Oops, It's almost over!"
|
37 |
msgstr "¡Ya casi está!"
|
38 |
|
39 |
+
#: inc/admin/ajax.php:437
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
45 |
"Ya has utilizado casi todo tu crédito.%sNo olvides ampliar tu suscripción "
|
46 |
"para poder seguir optimizando tus imágenes."
|
47 |
|
48 |
+
#: inc/admin/ajax.php:438 inc/admin/ui/bulk.php:23
|
49 |
msgid "View My Subscription"
|
50 |
msgstr "Ver mi suscripción"
|
51 |
|
52 |
+
#: inc/admin/ajax.php:446 inc/admin/enqueue.php:212
|
53 |
#: inc/admin/ui/notices.php:251
|
54 |
msgid "Oops, It's Over!"
|
55 |
msgstr "¡Ya está!"
|
56 |
|
57 |
+
#: inc/admin/ajax.php:447 inc/admin/enqueue.php:228
|
58 |
#: inc/admin/ui/notices.php:253
|
59 |
#, php-format
|
60 |
msgid ""
|
64 |
"Has consumido todo tu crédito para este mes. Volverás a tener <strong>%s el "
|
65 |
"%s</strong>."
|
66 |
|
67 |
+
#: inc/admin/ajax.php:448
|
68 |
msgid "Upgrade My Subscription"
|
69 |
msgstr "Actualizar mi suscripción"
|
70 |
|
71 |
+
#: inc/admin/ajax.php:467 inc/admin/ui/bulk.php:17
|
72 |
msgid "Account status"
|
73 |
msgstr "Estado de mi cuenta"
|
74 |
|
75 |
+
#: inc/admin/ajax.php:468 inc/admin/ui/bulk.php:18
|
76 |
msgid "Your subscription:"
|
77 |
msgstr "Tu suscripción:"
|
78 |
|
79 |
+
#: inc/admin/ajax.php:476 inc/admin/ui/bulk.php:48
|
80 |
#, php-format
|
81 |
msgid "You have %s space credit left"
|
82 |
msgstr "Te queda un saldo de %s"
|
83 |
|
84 |
+
#: inc/admin/ajax.php:488
|
85 |
msgid "View my subscription"
|
86 |
msgstr "Ver mi suscripción"
|
87 |
|
159 |
msgid "Restore Original"
|
160 |
msgstr "Recuperar tamaño original"
|
161 |
|
162 |
+
#: inc/admin/enqueue.php:181
|
163 |
msgid "Original Image"
|
164 |
msgstr "Imagen original"
|
165 |
|
166 |
+
#: inc/admin/enqueue.php:182
|
167 |
msgid "Optimized Image"
|
168 |
msgstr "Imagen optimizada"
|
169 |
|
170 |
+
#: inc/admin/enqueue.php:183 inc/admin/media.php:61
|
171 |
msgid "Compare Original VS Optimized"
|
172 |
msgstr "Compara original VS optimizada"
|
173 |
|
174 |
+
#: inc/admin/enqueue.php:184 inc/admin/ui/options.php:360
|
175 |
+
#: inc/admin/ui/options.php:482
|
176 |
msgid "Close"
|
177 |
msgstr "Cierra"
|
178 |
|
179 |
+
#: inc/admin/enqueue.php:185 inc/admin/ui/options.php:413
|
180 |
+
#: inc/admin/ui/options.php:423 inc/admin/ui/options.php:443
|
181 |
+
#: inc/admin/ui/options.php:464
|
182 |
msgid "File Size:"
|
183 |
msgstr "Tamaño del archivo:"
|
184 |
|
185 |
+
#: inc/admin/enqueue.php:186 inc/admin/ui/options.php:427
|
186 |
+
#: inc/admin/ui/options.php:447 inc/admin/ui/options.php:468
|
187 |
#: inc/functions/admin-ui.php:44
|
188 |
msgid "Original Saving:"
|
189 |
msgstr "Ahorro inicial:"
|
190 |
|
191 |
+
#: inc/admin/enqueue.php:202
|
192 |
msgid "Please wait..."
|
193 |
msgstr "Espera, por favor…"
|
194 |
|
195 |
+
#: inc/admin/enqueue.php:203
|
196 |
msgid ""
|
197 |
"We are trying to get your unoptimized images, it may take time depending on "
|
198 |
"the number of images."
|
200 |
"Estamos tratando de obtener tus imágenes no optimizadas: esto puede tomar "
|
201 |
"tiempo, dependiendo del número de imágenes."
|
202 |
|
203 |
+
#: inc/admin/enqueue.php:205
|
204 |
msgid "Oops, There is something wrong!"
|
205 |
msgstr "Ups, algo no ha ido bien!"
|
206 |
|
207 |
+
#: inc/admin/enqueue.php:206
|
208 |
msgid ""
|
209 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
210 |
"Try again and if the issue still persist, please contact us!"
|
213 |
"imágenes no optimizadas. Inténtalo otra vez y, si el problema persiste, "
|
214 |
"contáctanos por favor!"
|
215 |
|
216 |
+
#: inc/admin/enqueue.php:208 inc/admin/ui/bulk.php:264 inc/admin/upload.php:38
|
217 |
msgid "Optimized"
|
218 |
msgstr "Optimizado"
|
219 |
|
220 |
+
#: inc/admin/enqueue.php:209 inc/admin/upload.php:39
|
221 |
msgid "Unoptimized"
|
222 |
msgstr "No optimizado"
|
223 |
|
224 |
+
#: inc/admin/enqueue.php:210
|
225 |
msgid "Error"
|
226 |
msgstr "Error"
|
227 |
|
228 |
+
#: inc/admin/enqueue.php:213
|
229 |
msgid "Hold on!"
|
230 |
msgstr "¡Espera!"
|
231 |
|
232 |
+
#: inc/admin/enqueue.php:214
|
233 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
234 |
msgstr "Todas tus imágenes han sido optimizadas por Imagify. ¡Enhorabuena!"
|
235 |
|
236 |
+
#: inc/admin/enqueue.php:216
|
237 |
#, php-format
|
238 |
msgid ""
|
239 |
"Discover @imagify, the new compression tool to optimize your images for "
|
242 |
"Descubre @imagify, la nueva herramienta de compresión para optimizar tus "
|
243 |
"imágenes gratuitamente. Me ha ahorrado %1$s de %2$s!"
|
244 |
|
245 |
+
#: inc/admin/enqueue.php:220
|
246 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
247 |
msgstr "Imagify sigue procesando. Estás seguro que quieres dejar la página?"
|
248 |
|
249 |
+
#: inc/admin/enqueue.php:225 inc/admin/enqueue.php:228
|
250 |
#: inc/admin/ui/notices.php:253
|
251 |
#, php-format
|
252 |
msgid ""
|
256 |
"Para seguir optimizando tus imágenes, inicia sesión en tu cuenta Imagify "
|
257 |
"para %scomprar un paquete o subscribir un plan %s."
|
258 |
|
259 |
+
#: inc/admin/enqueue.php:228
|
260 |
msgid "F j, Y"
|
261 |
msgstr "F j, Y"
|
262 |
|
312 |
"Por favor ten en cuenta que la optimización de un gran número de imágenes "
|
313 |
"puede demorar un poco según tu servidor y la velocidad de tu red."
|
314 |
|
315 |
+
#: inc/admin/ui/bulk.php:94
|
316 |
+
#, php-format
|
317 |
+
msgid ""
|
318 |
+
"If you have more than %s images, you will need to launch the bulk "
|
319 |
+
"optimization several times."
|
320 |
+
msgstr ""
|
321 |
+
"Si tienes más de %s imágenes, necesitarás lanzar el proceso de optimización "
|
322 |
+
"masiva varias veces."
|
323 |
+
|
324 |
+
#: inc/admin/ui/bulk.php:98
|
325 |
msgid ""
|
326 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
327 |
"you leave you can come back to continue where it left off."
|
329 |
"Tienes que mantener esta página abierta durante la optimización masiva. Si "
|
330 |
"la abandonas, siempre puedes volver y retomarla donde la hayas dejado."
|
331 |
|
332 |
+
#: inc/admin/ui/bulk.php:106
|
333 |
msgid "Select Your Compression Level"
|
334 |
msgstr "Selecciona tu nivel de compresión"
|
335 |
|
336 |
+
#: inc/admin/ui/bulk.php:109 inc/admin/ui/bulk.php:137
|
337 |
+
#: inc/admin/ui/options.php:129 inc/admin/ui/options.php:345
|
338 |
+
#: inc/admin/ui/options.php:384 inc/admin/ui/options.php:401
|
339 |
+
#: inc/admin/ui/options.php:461 inc/classes/class-attachment.php:135
|
340 |
#: inc/functions/admin-ui.php:127
|
341 |
msgid "Ultra"
|
342 |
msgstr "Ultra"
|
343 |
|
344 |
+
#: inc/admin/ui/bulk.php:112 inc/admin/ui/bulk.php:132
|
345 |
+
#: inc/admin/ui/options.php:124 inc/admin/ui/options.php:332
|
346 |
+
#: inc/admin/ui/options.php:383 inc/admin/ui/options.php:396
|
347 |
+
#: inc/admin/ui/options.php:440 inc/classes/class-attachment.php:138
|
348 |
#: inc/functions/admin-ui.php:133
|
349 |
msgid "Aggressive"
|
350 |
msgstr "Agresivo"
|
351 |
|
352 |
+
#: inc/admin/ui/bulk.php:115 inc/admin/ui/bulk.php:127
|
353 |
+
#: inc/admin/ui/options.php:119 inc/admin/ui/options.php:319
|
354 |
+
#: inc/admin/ui/options.php:382 inc/admin/ui/options.php:391
|
355 |
+
#: inc/admin/ui/options.php:420 inc/classes/class-attachment.php:141
|
356 |
#: inc/functions/admin-ui.php:139
|
357 |
msgid "Normal"
|
358 |
msgstr "Normal"
|
359 |
|
360 |
+
#: inc/admin/ui/bulk.php:119
|
361 |
msgid "Your default setting:"
|
362 |
msgstr "Tu configuración por defecto:"
|
363 |
|
364 |
+
#: inc/admin/ui/bulk.php:146
|
365 |
#, php-format
|
366 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
367 |
msgstr "No olvides revisar %stus ajustes%s antes de la optimización masiva."
|
368 |
|
369 |
+
#: inc/admin/ui/bulk.php:156
|
370 |
msgid "Imagif'em all"
|
371 |
msgstr "Imagíficalo todo"
|
372 |
|
373 |
+
#: inc/admin/ui/bulk.php:163
|
374 |
#, php-format
|
375 |
msgid ""
|
376 |
"All images which are over to %s could be optimized using the pro version."
|
378 |
"Todas las imágenes de tamaño superior a %s pueden optimizarse utilizando la "
|
379 |
"versión pro."
|
380 |
|
381 |
+
#: inc/admin/ui/bulk.php:174
|
382 |
msgid "Overview"
|
383 |
msgstr "Resumen"
|
384 |
|
385 |
+
#: inc/admin/ui/bulk.php:184
|
386 |
msgid "Statistics"
|
387 |
msgstr "Estadísticas"
|
388 |
|
389 |
+
#: inc/admin/ui/bulk.php:196
|
390 |
msgid "that's the number of images you optimized with Imagify"
|
391 |
msgstr "este es el número de imágenes que has optimizado con Imagify"
|
392 |
|
393 |
+
#: inc/admin/ui/bulk.php:201
|
394 |
msgid "Original size"
|
395 |
msgstr "Tamaño original"
|
396 |
|
397 |
+
#: inc/admin/ui/bulk.php:206
|
398 |
msgid "Optimized size"
|
399 |
msgstr "Tamaño optimizado"
|
400 |
|
401 |
+
#: inc/admin/ui/bulk.php:217
|
402 |
#, php-format
|
403 |
msgid "that's the size you saved %sby using Imagify"
|
404 |
msgstr "este es el tamaño que ahorraste %scon Imagify"
|
405 |
|
406 |
+
#: inc/admin/ui/bulk.php:237
|
407 |
msgid "Well done!"
|
408 |
msgstr "¡Bien hecho!"
|
409 |
|
410 |
+
#: inc/admin/ui/bulk.php:238
|
411 |
#, php-format
|
412 |
msgid "you saved %1$s out of %2$s"
|
413 |
msgstr "has ahorrado %1$s de %2$s"
|
414 |
|
415 |
+
#: inc/admin/ui/bulk.php:243
|
416 |
msgid "Share your awesome result"
|
417 |
msgstr "Comparte tus impresionantes resultados"
|
418 |
|
419 |
+
#: inc/admin/ui/bulk.php:258
|
420 |
msgid "Compression process results"
|
421 |
msgstr "Resultados del proceso de compresión"
|
422 |
|
423 |
+
#: inc/admin/ui/bulk.php:261
|
424 |
msgid "Filename"
|
425 |
msgstr "Nombre de archivo"
|
426 |
|
427 |
+
#: inc/admin/ui/bulk.php:262
|
428 |
msgid "Status"
|
429 |
msgstr "Estado"
|
430 |
|
431 |
+
#: inc/admin/ui/bulk.php:263 inc/admin/ui/options.php:381
|
432 |
+
#: inc/admin/ui/options.php:386 inc/admin/ui/options.php:410
|
433 |
msgid "Original"
|
434 |
msgstr "Original"
|
435 |
|
436 |
+
#: inc/admin/ui/bulk.php:265
|
437 |
msgid "Percentage"
|
438 |
msgstr "Porcentaje"
|
439 |
|
440 |
+
#: inc/admin/ui/bulk.php:266
|
441 |
msgid "Thumbnails optimized"
|
442 |
msgstr "Miniaturas optimizadas:"
|
443 |
|
444 |
+
#: inc/admin/ui/bulk.php:267
|
445 |
msgid "Overall saving"
|
446 |
msgstr "Ahorro total"
|
447 |
|
448 |
+
#: inc/admin/ui/bulk.php:272
|
449 |
msgid "file"
|
450 |
msgstr "archivo"
|
451 |
|
452 |
+
#: inc/admin/ui/bulk.php:273
|
453 |
msgid "error"
|
454 |
msgstr "error"
|
455 |
|
456 |
+
#: inc/admin/ui/bulk.php:274
|
457 |
msgid "Total:"
|
458 |
msgstr "Total:"
|
459 |
|
460 |
+
#: inc/admin/ui/bulk.php:275
|
461 |
msgid "Gain:"
|
462 |
msgstr "Ganancia:"
|
463 |
|
464 |
+
#: inc/admin/ui/bulk.php:292
|
465 |
#, php-format
|
466 |
msgid "%sStart the bulk optimization%s"
|
467 |
msgstr "%sEmpieza la optimización masiva%s"
|
473 |
|
474 |
#: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
|
475 |
#: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
|
476 |
+
#: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:361
|
477 |
msgid "Dismiss this notice"
|
478 |
msgstr "Descarta este aviso"
|
479 |
|
587 |
msgid "Switch to the List View"
|
588 |
msgstr "Cambia a la vista de lista"
|
589 |
|
590 |
+
#: inc/admin/ui/notices.php:306 inc/admin/ui/options.php:24
|
591 |
msgid "Discover the best caching plugin to speed up your website."
|
592 |
msgstr "Descubre el mejor plugin de caché para acelerar tu sitio Web."
|
593 |
|
594 |
+
#: inc/admin/ui/notices.php:309 inc/admin/ui/options.php:32
|
595 |
#, php-format
|
596 |
msgid "%sGet %s off%s with this coupon code:%s"
|
597 |
msgstr "Descuento del %s%s%s con este código de coupon:%s"
|
598 |
|
599 |
+
#: inc/admin/ui/notices.php:318 inc/admin/ui/options.php:37
|
600 |
msgid "Get WP Rocket now"
|
601 |
msgstr "Obten WP Rocket, ¡ya!"
|
602 |
|
603 |
+
#: inc/admin/ui/notices.php:354
|
604 |
#, php-format
|
605 |
msgid ""
|
606 |
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
609 |
"%1$s¡En hora buena!%2$s Has optimizado %1$s%3$d imágenes%2$s y ahora tu "
|
610 |
"sitio web es más rápido."
|
611 |
|
612 |
+
#: inc/admin/ui/notices.php:356 inc/admin/ui/options.php:55
|
613 |
#, php-format
|
614 |
msgid ""
|
615 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
760 |
|
761 |
#: inc/admin/ui/options.php:321
|
762 |
msgid ""
|
763 |
+
"This mode provides lossless optimization, your images will be optimized "
|
764 |
+
"without any visible change."
|
765 |
msgstr ""
|
766 |
+
"Este modo proporciona una optimización sin pérdidas: tus imágenes serán "
|
767 |
+
"optimizadas sin ningún cambio perceptible."
|
768 |
|
769 |
#: inc/admin/ui/options.php:324
|
770 |
msgid ""
|
771 |
+
"If you want the perfect quality for your images, we recommend you that mode."
|
|
|
772 |
msgstr ""
|
773 |
+
"Si deseas calidad perfecta para tus imágenes, te recomendamos este modo."
|
|
|
774 |
|
775 |
#: inc/admin/ui/options.php:327
|
776 |
msgid ""
|
777 |
+
"Note: the file size reduction will be less, compared to aggressive mode."
|
|
|
778 |
msgstr ""
|
779 |
+
"Nota: la reducción de tamaño del archivo será inferior, si comparado con el "
|
780 |
+
"modo agresivo."
|
781 |
|
782 |
+
#: inc/admin/ui/options.php:334
|
783 |
msgid ""
|
784 |
"This mode provides perfect optimization of your images without any "
|
785 |
"significant quality loss."
|
787 |
"Este modo proporciona la perfecta optimización de tus imágenes sin pérdida "
|
788 |
"significativa de calidad."
|
789 |
|
790 |
+
#: inc/admin/ui/options.php:337
|
791 |
msgid ""
|
792 |
"This will provide a drastic savings on the initial weight, with a small "
|
793 |
"reduction in image quality. Most of the time it's not even noticeable."
|
796 |
"reducción de la calidad de imagen. La mayoría de las veces no será ni "
|
797 |
"perceptible."
|
798 |
|
799 |
+
#: inc/admin/ui/options.php:340
|
800 |
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
801 |
msgstr "Te recomendamos usar este modo si deseas la máxima reducción de peso."
|
802 |
|
803 |
+
#: inc/admin/ui/options.php:347
|
804 |
msgid ""
|
805 |
+
"This mode will apply all available optimizations for maximum image "
|
806 |
+
"compression."
|
807 |
msgstr ""
|
808 |
+
"Este modo aplicará todas las optimizaciones disponibles, para una máxima "
|
809 |
+
"compresión de imagen."
|
810 |
|
811 |
+
#: inc/admin/ui/options.php:350
|
812 |
msgid ""
|
813 |
+
"This will provide a huge savings on the initial weight. Sometimes the image "
|
814 |
+
"quality could be degraded a little."
|
815 |
msgstr ""
|
816 |
+
"Esto proporcionará un gran ahorro en el peso inicial. A veces la calidad de "
|
817 |
+
"la imagen podría disminuir un poco."
|
818 |
|
819 |
+
#: inc/admin/ui/options.php:353
|
820 |
msgid ""
|
821 |
+
"If you want the maximum weight reduction, and you agree to lose some quality "
|
822 |
+
"on the images we recommend using this mode."
|
823 |
msgstr ""
|
824 |
+
"Te recomendamos usar este modo si deseas la máxima reducción de peso y "
|
825 |
+
"aceptas perder algo de calidad en las imágenes."
|
826 |
|
827 |
+
#: inc/admin/ui/options.php:372
|
828 |
#, php-format
|
829 |
msgid "I want to compare%s and%s"
|
830 |
msgstr "Quiero comparar %s y %s"
|
831 |
|
832 |
+
#: inc/admin/ui/options.php:389
|
833 |
#, php-format
|
834 |
msgid "Original photography about %s"
|
835 |
msgstr "Fotografía original de %s"
|
836 |
|
837 |
+
#: inc/admin/ui/options.php:394 inc/admin/ui/options.php:399
|
838 |
+
#: inc/admin/ui/options.php:404
|
839 |
#, php-format
|
840 |
msgid "Optimized photography about %s"
|
841 |
msgstr "Fotografía optimizada de %s"
|
842 |
|
843 |
+
#: inc/admin/ui/options.php:409 inc/admin/ui/options.php:419
|
844 |
+
#: inc/admin/ui/options.php:439 inc/admin/ui/options.php:460
|
845 |
#: inc/functions/admin-ui.php:58
|
846 |
msgid "Level:"
|
847 |
msgstr "Nivel:"
|
languages/imagify-fr_FR.mo
CHANGED
Binary file
|
languages/imagify-fr_FR.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: fr_FR\n"
|
@@ -27,16 +27,16 @@ msgstr ""
|
|
27 |
msgid "Optimizing..."
|
28 |
msgstr "En cours d’optimisation…"
|
29 |
|
30 |
-
#: inc/admin/ajax.php:118 inc/admin/enqueue.php:163 inc/admin/enqueue.php:
|
31 |
#: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:181
|
32 |
msgid "Optimize"
|
33 |
msgstr "Optimiser"
|
34 |
|
35 |
-
#: inc/admin/ajax.php:
|
36 |
msgid "Oops, It's almost over!"
|
37 |
msgstr "Oups, c’est bientôt fini !"
|
38 |
|
39 |
-
#: inc/admin/ajax.php:
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
@@ -45,15 +45,15 @@ msgstr ""
|
|
45 |
"Vous avez bientôt utilisé tout votre crédit.%sN’oubliez pas de mettre à niveau "
|
46 |
"votre abonnement pour continuer à optimiser vos images."
|
47 |
|
48 |
-
#: inc/admin/ajax.php:
|
49 |
msgid "View My Subscription"
|
50 |
msgstr "Voir mon abonnement"
|
51 |
|
52 |
-
#: inc/admin/ajax.php:
|
53 |
msgid "Oops, It's Over!"
|
54 |
msgstr "Oups, c’est fini !"
|
55 |
|
56 |
-
#: inc/admin/ajax.php:
|
57 |
#, php-format
|
58 |
msgid ""
|
59 |
"You have consumed all your credit for this month. You will have <strong>%s "
|
@@ -62,24 +62,24 @@ msgstr ""
|
|
62 |
"Vous avez consommé tout votre crédit pour ce mois. Vous aurez à nouveau "
|
63 |
"<strong>%s le %s</strong>."
|
64 |
|
65 |
-
#: inc/admin/ajax.php:
|
66 |
msgid "Upgrade My Subscription"
|
67 |
msgstr "Mettre à niveau mon abonnement"
|
68 |
|
69 |
-
#: inc/admin/ajax.php:
|
70 |
msgid "Account status"
|
71 |
msgstr "Type de compte"
|
72 |
|
73 |
-
#: inc/admin/ajax.php:
|
74 |
msgid "Your subscription:"
|
75 |
msgstr "Votre abonnement :"
|
76 |
|
77 |
-
#: inc/admin/ajax.php:
|
78 |
#, php-format
|
79 |
msgid "You have %s space credit left"
|
80 |
msgstr "Il vous reste %s de crédit"
|
81 |
|
82 |
-
#: inc/admin/ajax.php:
|
83 |
msgid "View my subscription"
|
84 |
msgstr "Voir mon abonnement"
|
85 |
|
@@ -157,40 +157,40 @@ msgstr ""
|
|
157 |
msgid "Restore Original"
|
158 |
msgstr "Restaurer l’original"
|
159 |
|
160 |
-
#: inc/admin/enqueue.php:
|
161 |
msgid "Original Image"
|
162 |
msgstr "Image d’origine"
|
163 |
|
164 |
-
#: inc/admin/enqueue.php:
|
165 |
msgid "Optimized Image"
|
166 |
msgstr "Image optimisée"
|
167 |
|
168 |
-
#: inc/admin/enqueue.php:
|
169 |
msgid "Compare Original VS Optimized"
|
170 |
msgstr "Comparer Originale VS Optimisée"
|
171 |
|
172 |
-
#: inc/admin/enqueue.php:
|
173 |
-
#: inc/admin/ui/options.php:
|
174 |
msgid "Close"
|
175 |
msgstr "Fermer"
|
176 |
|
177 |
-
#: inc/admin/enqueue.php:
|
178 |
-
#: inc/admin/ui/options.php:
|
179 |
-
#: inc/admin/ui/options.php:
|
180 |
msgid "File Size:"
|
181 |
msgstr "Poids du fichier:"
|
182 |
|
183 |
-
#: inc/admin/enqueue.php:
|
184 |
-
#: inc/admin/ui/options.php:
|
185 |
#: inc/functions/admin-ui.php:44
|
186 |
msgid "Original Saving:"
|
187 |
msgstr "Gain sur l’original :"
|
188 |
|
189 |
-
#: inc/admin/enqueue.php:
|
190 |
msgid "Please wait..."
|
191 |
msgstr "Un peu d’attente…"
|
192 |
|
193 |
-
#: inc/admin/enqueue.php:
|
194 |
msgid ""
|
195 |
"We are trying to get your unoptimized images, it may take time depending on "
|
196 |
"the number of images."
|
@@ -198,11 +198,11 @@ msgstr ""
|
|
198 |
"Nous sommes en train de récupérer vos images non-optimisées, cela peut prendre "
|
199 |
"du temps en fonction du nombre d’images."
|
200 |
|
201 |
-
#: inc/admin/enqueue.php:
|
202 |
msgid "Oops, There is something wrong!"
|
203 |
msgstr "Oups, une erreur est survenue !"
|
204 |
|
205 |
-
#: inc/admin/enqueue.php:
|
206 |
msgid ""
|
207 |
"An unknow error occurred when we tried to get all your unoptimized images. Try "
|
208 |
"again and if the issue still persist, please contact us!"
|
@@ -211,27 +211,27 @@ msgstr ""
|
|
211 |
"vos images non optimisées. Essayez encore et si le problème persiste, "
|
212 |
"contactez-nous !"
|
213 |
|
214 |
-
#: inc/admin/enqueue.php:
|
215 |
msgid "Optimized"
|
216 |
msgstr "Optimisées"
|
217 |
|
218 |
-
#: inc/admin/enqueue.php:
|
219 |
msgid "Unoptimized"
|
220 |
msgstr "Non optimisées"
|
221 |
|
222 |
-
#: inc/admin/enqueue.php:
|
223 |
msgid "Error"
|
224 |
msgstr "Erreur"
|
225 |
|
226 |
-
#: inc/admin/enqueue.php:
|
227 |
msgid "Hold on!"
|
228 |
msgstr "Halte là !"
|
229 |
|
230 |
-
#: inc/admin/enqueue.php:
|
231 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
232 |
msgstr "Toutes vos images ont été optimisées par Imagify. Félicitations !"
|
233 |
|
234 |
-
#: inc/admin/enqueue.php:
|
235 |
#, php-format
|
236 |
msgid ""
|
237 |
"Discover @imagify, the new compression tool to optimize your images for free. "
|
@@ -240,12 +240,12 @@ msgstr ""
|
|
240 |
"Découvrez @imagify, le nouvel outil de compression pour optimiser vos images. "
|
241 |
"J’ai optimisé %1$s sur %2$s !"
|
242 |
|
243 |
-
#: inc/admin/enqueue.php:
|
244 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
245 |
msgstr ""
|
246 |
"Imagify travaille encore. Êtes-vous sûr(e) de vouloir quitter cette page ?"
|
247 |
|
248 |
-
#: inc/admin/enqueue.php:
|
249 |
#: inc/admin/ui/notices.php:253
|
250 |
#, php-format
|
251 |
msgid ""
|
@@ -255,7 +255,7 @@ msgstr ""
|
|
255 |
"Pour continuer à optimiser vos images, connectez-vous à votre compte Imagify "
|
256 |
"pour %sacheter un pack ou souscrire à un plan%s."
|
257 |
|
258 |
-
#: inc/admin/enqueue.php:
|
259 |
msgid "F j, Y"
|
260 |
msgstr ""
|
261 |
|
@@ -311,7 +311,16 @@ msgstr ""
|
|
311 |
"Prenez conscience que l’optimisation d’un grand nombre d’images peut prendre "
|
312 |
"du temps en fonction de la rapidité de votre serveur et de votre connexion."
|
313 |
|
314 |
-
#: inc/admin/ui/bulk.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
msgid ""
|
316 |
"You must keep this page open while the bulk optimizaton is processing. If you "
|
317 |
"leave you can come back to continue where it left off."
|
@@ -320,139 +329,139 @@ msgstr ""
|
|
320 |
"en cours. Si vous la quittez, vous pouvez revenir pour continuer là où vous en "
|
321 |
"étiez."
|
322 |
|
323 |
-
#: inc/admin/ui/bulk.php:
|
324 |
msgid "Select Your Compression Level"
|
325 |
msgstr "Sélectionnez votre niveau de compression"
|
326 |
|
327 |
-
#: inc/admin/ui/bulk.php:
|
328 |
-
#: inc/admin/ui/options.php:129 inc/admin/ui/options.php:
|
329 |
-
#: inc/admin/ui/options.php:
|
330 |
-
#: inc/admin/ui/options.php:
|
331 |
#: inc/functions/admin-ui.php:127
|
332 |
msgid "Ultra"
|
333 |
msgstr "Ultra"
|
334 |
|
335 |
-
#: inc/admin/ui/bulk.php:
|
336 |
-
#: inc/admin/ui/options.php:124 inc/admin/ui/options.php:
|
337 |
-
#: inc/admin/ui/options.php:
|
338 |
-
#: inc/admin/ui/options.php:
|
339 |
#: inc/functions/admin-ui.php:133
|
340 |
msgid "Aggressive"
|
341 |
msgstr "Agressif"
|
342 |
|
343 |
-
#: inc/admin/ui/bulk.php:
|
344 |
-
#: inc/admin/ui/options.php:119 inc/admin/ui/options.php:
|
345 |
-
#: inc/admin/ui/options.php:
|
346 |
-
#: inc/admin/ui/options.php:
|
347 |
#: inc/functions/admin-ui.php:139
|
348 |
msgid "Normal"
|
349 |
msgstr "Normal"
|
350 |
|
351 |
-
#: inc/admin/ui/bulk.php:
|
352 |
msgid "Your default setting:"
|
353 |
msgstr "Votre réglage par défaut :"
|
354 |
|
355 |
-
#: inc/admin/ui/bulk.php:
|
356 |
#, php-format
|
357 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
358 |
msgstr ""
|
359 |
"N’oubliez pas de vérifier %svos réglages%s avant l’optimisation en masse."
|
360 |
|
361 |
-
#: inc/admin/ui/bulk.php:
|
362 |
msgid "Imagif'em all"
|
363 |
msgstr "Imagif'em all"
|
364 |
|
365 |
-
#: inc/admin/ui/bulk.php:
|
366 |
#, php-format
|
367 |
msgid "All images which are over to %s could be optimized using the pro version."
|
368 |
msgstr ""
|
369 |
"Toutes les images qui font plus de %s pourront être optimisées avec la version "
|
370 |
"pro."
|
371 |
|
372 |
-
#: inc/admin/ui/bulk.php:
|
373 |
msgid "Overview"
|
374 |
msgstr "Vue d'ensemble"
|
375 |
|
376 |
-
#: inc/admin/ui/bulk.php:
|
377 |
msgid "Statistics"
|
378 |
msgstr "Statistiques"
|
379 |
|
380 |
-
#: inc/admin/ui/bulk.php:
|
381 |
msgid "that's the number of images you optimized with Imagify"
|
382 |
msgstr "c’est le nombre d’images que %svous avez optimisé avec Imagify"
|
383 |
|
384 |
-
#: inc/admin/ui/bulk.php:
|
385 |
msgid "Original size"
|
386 |
msgstr "Poids de l’original"
|
387 |
|
388 |
-
#: inc/admin/ui/bulk.php:
|
389 |
msgid "Optimized size"
|
390 |
msgstr "Poids optimisé"
|
391 |
|
392 |
-
#: inc/admin/ui/bulk.php:
|
393 |
#, php-format
|
394 |
msgid "that's the size you saved %sby using Imagify"
|
395 |
msgstr "c’est le poids que vous avez économisé %sen utilisant Imagify"
|
396 |
|
397 |
-
#: inc/admin/ui/bulk.php:
|
398 |
msgid "Well done!"
|
399 |
msgstr "Bien joué !"
|
400 |
|
401 |
-
#: inc/admin/ui/bulk.php:
|
402 |
#, php-format
|
403 |
msgid "you saved %1$s out of %2$s"
|
404 |
msgstr "vous avez économisé %1$s sur %2$s"
|
405 |
|
406 |
-
#: inc/admin/ui/bulk.php:
|
407 |
msgid "Share your awesome result"
|
408 |
msgstr "Partagez votre résultat"
|
409 |
|
410 |
-
#: inc/admin/ui/bulk.php:
|
411 |
msgid "Compression process results"
|
412 |
msgstr "Résultats du processus de compression"
|
413 |
|
414 |
-
#: inc/admin/ui/bulk.php:
|
415 |
msgid "Filename"
|
416 |
msgstr "Nom du fichier"
|
417 |
|
418 |
-
#: inc/admin/ui/bulk.php:
|
419 |
msgid "Status"
|
420 |
msgstr "Statut"
|
421 |
|
422 |
-
#: inc/admin/ui/bulk.php:
|
423 |
-
#: inc/admin/ui/options.php:
|
424 |
msgid "Original"
|
425 |
msgstr "Original"
|
426 |
|
427 |
-
#: inc/admin/ui/bulk.php:
|
428 |
msgid "Percentage"
|
429 |
msgstr "Pourcentage"
|
430 |
|
431 |
-
#: inc/admin/ui/bulk.php:
|
432 |
msgid "Thumbnails optimized"
|
433 |
msgstr "Miniatures optimisées"
|
434 |
|
435 |
-
#: inc/admin/ui/bulk.php:
|
436 |
msgid "Overall saving"
|
437 |
msgstr "Gain total"
|
438 |
|
439 |
-
#: inc/admin/ui/bulk.php:
|
440 |
msgid "file"
|
441 |
msgstr "fichier"
|
442 |
|
443 |
-
#: inc/admin/ui/bulk.php:
|
444 |
msgid "error"
|
445 |
msgstr "erreur"
|
446 |
|
447 |
-
#: inc/admin/ui/bulk.php:
|
448 |
msgid "Total:"
|
449 |
msgstr "Total :"
|
450 |
|
451 |
-
#: inc/admin/ui/bulk.php:
|
452 |
msgid "Gain:"
|
453 |
msgstr "Gain :"
|
454 |
|
455 |
-
#: inc/admin/ui/bulk.php:
|
456 |
#, php-format
|
457 |
msgid "%sStart the bulk optimization%s"
|
458 |
msgstr "%sDémarrer l’optimisation en masse%s"
|
@@ -465,7 +474,7 @@ msgstr ""
|
|
465 |
|
466 |
#: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
|
467 |
#: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
|
468 |
-
#: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:
|
469 |
msgid "Dismiss this notice"
|
470 |
msgstr "Fermer ce message"
|
471 |
|
@@ -579,20 +588,20 @@ msgstr "Utilisez la vue liste pour optimiser vos images avec Imagify."
|
|
579 |
msgid "Switch to the List View"
|
580 |
msgstr "Basculer en vue liste"
|
581 |
|
582 |
-
#: inc/admin/ui/notices.php:
|
583 |
msgid "Discover the best caching plugin to speed up your website."
|
584 |
msgstr "Découvrez le meilleur plugin de cache pour accélérer votre site."
|
585 |
|
586 |
-
#: inc/admin/ui/notices.php:
|
587 |
#, php-format
|
588 |
msgid "%sGet %s off%s with this coupon code:%s"
|
589 |
msgstr "Obtenez %s%s%s de réduction avec le code promo :%s"
|
590 |
|
591 |
-
#: inc/admin/ui/notices.php:
|
592 |
msgid "Get WP Rocket now"
|
593 |
msgstr "Je veux WP Rocket !"
|
594 |
|
595 |
-
#: inc/admin/ui/notices.php:
|
596 |
#, php-format
|
597 |
msgid ""
|
598 |
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
@@ -601,7 +610,7 @@ msgstr ""
|
|
601 |
"%1$sFélicitations%2$s ! Vous avez optimisé %1$s%3$d images%2$s et améliorez le "
|
602 |
"temps de chargement de votre site en réduisant le poids de vos images."
|
603 |
|
604 |
-
#: inc/admin/ui/notices.php:
|
605 |
#, php-format
|
606 |
msgid ""
|
607 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
@@ -752,28 +761,26 @@ msgstr "Vous pouvez choisir entre trois niveaux de compression"
|
|
752 |
|
753 |
#: inc/admin/ui/options.php:321
|
754 |
msgid ""
|
755 |
-
"This mode
|
|
|
756 |
msgstr ""
|
757 |
-
"Ce niveau
|
758 |
-
"
|
759 |
|
760 |
#: inc/admin/ui/options.php:324
|
761 |
msgid ""
|
762 |
-
"
|
763 |
-
"quality could be degraded a little."
|
764 |
msgstr ""
|
765 |
-
"
|
766 |
-
"
|
767 |
|
768 |
#: inc/admin/ui/options.php:327
|
769 |
-
msgid ""
|
770 |
-
"If you want the maximum weight reduction, and you agree to lose some quality "
|
771 |
-
"on the images we recommend using this mode."
|
772 |
msgstr ""
|
773 |
-
"
|
774 |
-
"
|
775 |
|
776 |
-
#: inc/admin/ui/options.php:
|
777 |
msgid ""
|
778 |
"This mode provides perfect optimization of your images without any significant "
|
779 |
"quality loss."
|
@@ -781,7 +788,7 @@ msgstr ""
|
|
781 |
"Ce niveau permet une optimisation idéale de vos images sans perte de qualité "
|
782 |
"notable."
|
783 |
|
784 |
-
#: inc/admin/ui/options.php:
|
785 |
msgid ""
|
786 |
"This will provide a drastic savings on the initial weight, with a small "
|
787 |
"reduction in image quality. Most of the time it's not even noticeable."
|
@@ -789,51 +796,53 @@ msgstr ""
|
|
789 |
"Cela permettra une réduction importante du poids initial avec une légère perte "
|
790 |
"de la qualité d'image qui n’est pas perceptible à l’oeil humain."
|
791 |
|
792 |
-
#: inc/admin/ui/options.php:
|
793 |
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
794 |
msgstr ""
|
795 |
"Si vous souhaitez une réduction du poids plus performante, nous vous "
|
796 |
"recommandons ce niveau."
|
797 |
|
798 |
-
#: inc/admin/ui/options.php:
|
799 |
msgid ""
|
800 |
-
"This mode
|
801 |
-
"without any visible change."
|
802 |
msgstr ""
|
803 |
-
"Ce niveau
|
804 |
-
"
|
805 |
|
806 |
-
#: inc/admin/ui/options.php:
|
807 |
msgid ""
|
808 |
-
"
|
|
|
809 |
msgstr ""
|
810 |
-
"
|
811 |
-
"
|
812 |
|
813 |
-
#: inc/admin/ui/options.php:
|
814 |
-
msgid "
|
|
|
|
|
815 |
msgstr ""
|
816 |
-
"
|
817 |
-
"
|
818 |
|
819 |
-
#: inc/admin/ui/options.php:
|
820 |
#, php-format
|
821 |
msgid "I want to compare%s and%s"
|
822 |
msgstr "Je veux comparer%s et%s"
|
823 |
|
824 |
-
#: inc/admin/ui/options.php:
|
825 |
#, php-format
|
826 |
msgid "Original photography about %s"
|
827 |
msgstr "Photographie originale, environ %s"
|
828 |
|
829 |
-
#: inc/admin/ui/options.php:
|
830 |
-
#: inc/admin/ui/options.php:
|
831 |
#, php-format
|
832 |
msgid "Optimized photography about %s"
|
833 |
msgstr "Photographie optimisée, environ %s"
|
834 |
|
835 |
-
#: inc/admin/ui/options.php:
|
836 |
-
#: inc/admin/ui/options.php:
|
837 |
#: inc/functions/admin-ui.php:58
|
838 |
msgid "Level:"
|
839 |
msgstr "Niveau :"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
+
"POT-Creation-Date: 2016-03-10 16:08+0100\n"
|
5 |
+
"PO-Revision-Date: 2016-03-10 16:09+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: fr_FR\n"
|
27 |
msgid "Optimizing..."
|
28 |
msgstr "En cours d’optimisation…"
|
29 |
|
30 |
+
#: inc/admin/ajax.php:118 inc/admin/enqueue.php:163 inc/admin/enqueue.php:187
|
31 |
#: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:181
|
32 |
msgid "Optimize"
|
33 |
msgstr "Optimiser"
|
34 |
|
35 |
+
#: inc/admin/ajax.php:436
|
36 |
msgid "Oops, It's almost over!"
|
37 |
msgstr "Oups, c’est bientôt fini !"
|
38 |
|
39 |
+
#: inc/admin/ajax.php:437
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
45 |
"Vous avez bientôt utilisé tout votre crédit.%sN’oubliez pas de mettre à niveau "
|
46 |
"votre abonnement pour continuer à optimiser vos images."
|
47 |
|
48 |
+
#: inc/admin/ajax.php:438 inc/admin/ui/bulk.php:23
|
49 |
msgid "View My Subscription"
|
50 |
msgstr "Voir mon abonnement"
|
51 |
|
52 |
+
#: inc/admin/ajax.php:446 inc/admin/enqueue.php:212 inc/admin/ui/notices.php:251
|
53 |
msgid "Oops, It's Over!"
|
54 |
msgstr "Oups, c’est fini !"
|
55 |
|
56 |
+
#: inc/admin/ajax.php:447 inc/admin/enqueue.php:228 inc/admin/ui/notices.php:253
|
57 |
#, php-format
|
58 |
msgid ""
|
59 |
"You have consumed all your credit for this month. You will have <strong>%s "
|
62 |
"Vous avez consommé tout votre crédit pour ce mois. Vous aurez à nouveau "
|
63 |
"<strong>%s le %s</strong>."
|
64 |
|
65 |
+
#: inc/admin/ajax.php:448
|
66 |
msgid "Upgrade My Subscription"
|
67 |
msgstr "Mettre à niveau mon abonnement"
|
68 |
|
69 |
+
#: inc/admin/ajax.php:467 inc/admin/ui/bulk.php:17
|
70 |
msgid "Account status"
|
71 |
msgstr "Type de compte"
|
72 |
|
73 |
+
#: inc/admin/ajax.php:468 inc/admin/ui/bulk.php:18
|
74 |
msgid "Your subscription:"
|
75 |
msgstr "Votre abonnement :"
|
76 |
|
77 |
+
#: inc/admin/ajax.php:476 inc/admin/ui/bulk.php:48
|
78 |
#, php-format
|
79 |
msgid "You have %s space credit left"
|
80 |
msgstr "Il vous reste %s de crédit"
|
81 |
|
82 |
+
#: inc/admin/ajax.php:488
|
83 |
msgid "View my subscription"
|
84 |
msgstr "Voir mon abonnement"
|
85 |
|
157 |
msgid "Restore Original"
|
158 |
msgstr "Restaurer l’original"
|
159 |
|
160 |
+
#: inc/admin/enqueue.php:181
|
161 |
msgid "Original Image"
|
162 |
msgstr "Image d’origine"
|
163 |
|
164 |
+
#: inc/admin/enqueue.php:182
|
165 |
msgid "Optimized Image"
|
166 |
msgstr "Image optimisée"
|
167 |
|
168 |
+
#: inc/admin/enqueue.php:183 inc/admin/media.php:61
|
169 |
msgid "Compare Original VS Optimized"
|
170 |
msgstr "Comparer Originale VS Optimisée"
|
171 |
|
172 |
+
#: inc/admin/enqueue.php:184 inc/admin/ui/options.php:360
|
173 |
+
#: inc/admin/ui/options.php:482
|
174 |
msgid "Close"
|
175 |
msgstr "Fermer"
|
176 |
|
177 |
+
#: inc/admin/enqueue.php:185 inc/admin/ui/options.php:413
|
178 |
+
#: inc/admin/ui/options.php:423 inc/admin/ui/options.php:443
|
179 |
+
#: inc/admin/ui/options.php:464
|
180 |
msgid "File Size:"
|
181 |
msgstr "Poids du fichier:"
|
182 |
|
183 |
+
#: inc/admin/enqueue.php:186 inc/admin/ui/options.php:427
|
184 |
+
#: inc/admin/ui/options.php:447 inc/admin/ui/options.php:468
|
185 |
#: inc/functions/admin-ui.php:44
|
186 |
msgid "Original Saving:"
|
187 |
msgstr "Gain sur l’original :"
|
188 |
|
189 |
+
#: inc/admin/enqueue.php:202
|
190 |
msgid "Please wait..."
|
191 |
msgstr "Un peu d’attente…"
|
192 |
|
193 |
+
#: inc/admin/enqueue.php:203
|
194 |
msgid ""
|
195 |
"We are trying to get your unoptimized images, it may take time depending on "
|
196 |
"the number of images."
|
198 |
"Nous sommes en train de récupérer vos images non-optimisées, cela peut prendre "
|
199 |
"du temps en fonction du nombre d’images."
|
200 |
|
201 |
+
#: inc/admin/enqueue.php:205
|
202 |
msgid "Oops, There is something wrong!"
|
203 |
msgstr "Oups, une erreur est survenue !"
|
204 |
|
205 |
+
#: inc/admin/enqueue.php:206
|
206 |
msgid ""
|
207 |
"An unknow error occurred when we tried to get all your unoptimized images. Try "
|
208 |
"again and if the issue still persist, please contact us!"
|
211 |
"vos images non optimisées. Essayez encore et si le problème persiste, "
|
212 |
"contactez-nous !"
|
213 |
|
214 |
+
#: inc/admin/enqueue.php:208 inc/admin/ui/bulk.php:264 inc/admin/upload.php:38
|
215 |
msgid "Optimized"
|
216 |
msgstr "Optimisées"
|
217 |
|
218 |
+
#: inc/admin/enqueue.php:209 inc/admin/upload.php:39
|
219 |
msgid "Unoptimized"
|
220 |
msgstr "Non optimisées"
|
221 |
|
222 |
+
#: inc/admin/enqueue.php:210
|
223 |
msgid "Error"
|
224 |
msgstr "Erreur"
|
225 |
|
226 |
+
#: inc/admin/enqueue.php:213
|
227 |
msgid "Hold on!"
|
228 |
msgstr "Halte là !"
|
229 |
|
230 |
+
#: inc/admin/enqueue.php:214
|
231 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
232 |
msgstr "Toutes vos images ont été optimisées par Imagify. Félicitations !"
|
233 |
|
234 |
+
#: inc/admin/enqueue.php:216
|
235 |
#, php-format
|
236 |
msgid ""
|
237 |
"Discover @imagify, the new compression tool to optimize your images for free. "
|
240 |
"Découvrez @imagify, le nouvel outil de compression pour optimiser vos images. "
|
241 |
"J’ai optimisé %1$s sur %2$s !"
|
242 |
|
243 |
+
#: inc/admin/enqueue.php:220
|
244 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
245 |
msgstr ""
|
246 |
"Imagify travaille encore. Êtes-vous sûr(e) de vouloir quitter cette page ?"
|
247 |
|
248 |
+
#: inc/admin/enqueue.php:225 inc/admin/enqueue.php:228
|
249 |
#: inc/admin/ui/notices.php:253
|
250 |
#, php-format
|
251 |
msgid ""
|
255 |
"Pour continuer à optimiser vos images, connectez-vous à votre compte Imagify "
|
256 |
"pour %sacheter un pack ou souscrire à un plan%s."
|
257 |
|
258 |
+
#: inc/admin/enqueue.php:228
|
259 |
msgid "F j, Y"
|
260 |
msgstr ""
|
261 |
|
311 |
"Prenez conscience que l’optimisation d’un grand nombre d’images peut prendre "
|
312 |
"du temps en fonction de la rapidité de votre serveur et de votre connexion."
|
313 |
|
314 |
+
#: inc/admin/ui/bulk.php:94
|
315 |
+
#, php-format
|
316 |
+
msgid ""
|
317 |
+
"If you have more than %s images, you will need to launch the bulk optimization "
|
318 |
+
"several times."
|
319 |
+
msgstr ""
|
320 |
+
"Si vous avez plus de %s images, vous devrez lancer l’optimisation en masse "
|
321 |
+
"plusieurs fois."
|
322 |
+
|
323 |
+
#: inc/admin/ui/bulk.php:98
|
324 |
msgid ""
|
325 |
"You must keep this page open while the bulk optimizaton is processing. If you "
|
326 |
"leave you can come back to continue where it left off."
|
329 |
"en cours. Si vous la quittez, vous pouvez revenir pour continuer là où vous en "
|
330 |
"étiez."
|
331 |
|
332 |
+
#: inc/admin/ui/bulk.php:106
|
333 |
msgid "Select Your Compression Level"
|
334 |
msgstr "Sélectionnez votre niveau de compression"
|
335 |
|
336 |
+
#: inc/admin/ui/bulk.php:109 inc/admin/ui/bulk.php:137
|
337 |
+
#: inc/admin/ui/options.php:129 inc/admin/ui/options.php:345
|
338 |
+
#: inc/admin/ui/options.php:384 inc/admin/ui/options.php:401
|
339 |
+
#: inc/admin/ui/options.php:461 inc/classes/class-attachment.php:135
|
340 |
#: inc/functions/admin-ui.php:127
|
341 |
msgid "Ultra"
|
342 |
msgstr "Ultra"
|
343 |
|
344 |
+
#: inc/admin/ui/bulk.php:112 inc/admin/ui/bulk.php:132
|
345 |
+
#: inc/admin/ui/options.php:124 inc/admin/ui/options.php:332
|
346 |
+
#: inc/admin/ui/options.php:383 inc/admin/ui/options.php:396
|
347 |
+
#: inc/admin/ui/options.php:440 inc/classes/class-attachment.php:138
|
348 |
#: inc/functions/admin-ui.php:133
|
349 |
msgid "Aggressive"
|
350 |
msgstr "Agressif"
|
351 |
|
352 |
+
#: inc/admin/ui/bulk.php:115 inc/admin/ui/bulk.php:127
|
353 |
+
#: inc/admin/ui/options.php:119 inc/admin/ui/options.php:319
|
354 |
+
#: inc/admin/ui/options.php:382 inc/admin/ui/options.php:391
|
355 |
+
#: inc/admin/ui/options.php:420 inc/classes/class-attachment.php:141
|
356 |
#: inc/functions/admin-ui.php:139
|
357 |
msgid "Normal"
|
358 |
msgstr "Normal"
|
359 |
|
360 |
+
#: inc/admin/ui/bulk.php:119
|
361 |
msgid "Your default setting:"
|
362 |
msgstr "Votre réglage par défaut :"
|
363 |
|
364 |
+
#: inc/admin/ui/bulk.php:146
|
365 |
#, php-format
|
366 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
367 |
msgstr ""
|
368 |
"N’oubliez pas de vérifier %svos réglages%s avant l’optimisation en masse."
|
369 |
|
370 |
+
#: inc/admin/ui/bulk.php:156
|
371 |
msgid "Imagif'em all"
|
372 |
msgstr "Imagif'em all"
|
373 |
|
374 |
+
#: inc/admin/ui/bulk.php:163
|
375 |
#, php-format
|
376 |
msgid "All images which are over to %s could be optimized using the pro version."
|
377 |
msgstr ""
|
378 |
"Toutes les images qui font plus de %s pourront être optimisées avec la version "
|
379 |
"pro."
|
380 |
|
381 |
+
#: inc/admin/ui/bulk.php:174
|
382 |
msgid "Overview"
|
383 |
msgstr "Vue d'ensemble"
|
384 |
|
385 |
+
#: inc/admin/ui/bulk.php:184
|
386 |
msgid "Statistics"
|
387 |
msgstr "Statistiques"
|
388 |
|
389 |
+
#: inc/admin/ui/bulk.php:196
|
390 |
msgid "that's the number of images you optimized with Imagify"
|
391 |
msgstr "c’est le nombre d’images que %svous avez optimisé avec Imagify"
|
392 |
|
393 |
+
#: inc/admin/ui/bulk.php:201
|
394 |
msgid "Original size"
|
395 |
msgstr "Poids de l’original"
|
396 |
|
397 |
+
#: inc/admin/ui/bulk.php:206
|
398 |
msgid "Optimized size"
|
399 |
msgstr "Poids optimisé"
|
400 |
|
401 |
+
#: inc/admin/ui/bulk.php:217
|
402 |
#, php-format
|
403 |
msgid "that's the size you saved %sby using Imagify"
|
404 |
msgstr "c’est le poids que vous avez économisé %sen utilisant Imagify"
|
405 |
|
406 |
+
#: inc/admin/ui/bulk.php:237
|
407 |
msgid "Well done!"
|
408 |
msgstr "Bien joué !"
|
409 |
|
410 |
+
#: inc/admin/ui/bulk.php:238
|
411 |
#, php-format
|
412 |
msgid "you saved %1$s out of %2$s"
|
413 |
msgstr "vous avez économisé %1$s sur %2$s"
|
414 |
|
415 |
+
#: inc/admin/ui/bulk.php:243
|
416 |
msgid "Share your awesome result"
|
417 |
msgstr "Partagez votre résultat"
|
418 |
|
419 |
+
#: inc/admin/ui/bulk.php:258
|
420 |
msgid "Compression process results"
|
421 |
msgstr "Résultats du processus de compression"
|
422 |
|
423 |
+
#: inc/admin/ui/bulk.php:261
|
424 |
msgid "Filename"
|
425 |
msgstr "Nom du fichier"
|
426 |
|
427 |
+
#: inc/admin/ui/bulk.php:262
|
428 |
msgid "Status"
|
429 |
msgstr "Statut"
|
430 |
|
431 |
+
#: inc/admin/ui/bulk.php:263 inc/admin/ui/options.php:381
|
432 |
+
#: inc/admin/ui/options.php:386 inc/admin/ui/options.php:410
|
433 |
msgid "Original"
|
434 |
msgstr "Original"
|
435 |
|
436 |
+
#: inc/admin/ui/bulk.php:265
|
437 |
msgid "Percentage"
|
438 |
msgstr "Pourcentage"
|
439 |
|
440 |
+
#: inc/admin/ui/bulk.php:266
|
441 |
msgid "Thumbnails optimized"
|
442 |
msgstr "Miniatures optimisées"
|
443 |
|
444 |
+
#: inc/admin/ui/bulk.php:267
|
445 |
msgid "Overall saving"
|
446 |
msgstr "Gain total"
|
447 |
|
448 |
+
#: inc/admin/ui/bulk.php:272
|
449 |
msgid "file"
|
450 |
msgstr "fichier"
|
451 |
|
452 |
+
#: inc/admin/ui/bulk.php:273
|
453 |
msgid "error"
|
454 |
msgstr "erreur"
|
455 |
|
456 |
+
#: inc/admin/ui/bulk.php:274
|
457 |
msgid "Total:"
|
458 |
msgstr "Total :"
|
459 |
|
460 |
+
#: inc/admin/ui/bulk.php:275
|
461 |
msgid "Gain:"
|
462 |
msgstr "Gain :"
|
463 |
|
464 |
+
#: inc/admin/ui/bulk.php:292
|
465 |
#, php-format
|
466 |
msgid "%sStart the bulk optimization%s"
|
467 |
msgstr "%sDémarrer l’optimisation en masse%s"
|
474 |
|
475 |
#: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
|
476 |
#: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
|
477 |
+
#: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:361
|
478 |
msgid "Dismiss this notice"
|
479 |
msgstr "Fermer ce message"
|
480 |
|
588 |
msgid "Switch to the List View"
|
589 |
msgstr "Basculer en vue liste"
|
590 |
|
591 |
+
#: inc/admin/ui/notices.php:306 inc/admin/ui/options.php:24
|
592 |
msgid "Discover the best caching plugin to speed up your website."
|
593 |
msgstr "Découvrez le meilleur plugin de cache pour accélérer votre site."
|
594 |
|
595 |
+
#: inc/admin/ui/notices.php:309 inc/admin/ui/options.php:32
|
596 |
#, php-format
|
597 |
msgid "%sGet %s off%s with this coupon code:%s"
|
598 |
msgstr "Obtenez %s%s%s de réduction avec le code promo :%s"
|
599 |
|
600 |
+
#: inc/admin/ui/notices.php:318 inc/admin/ui/options.php:37
|
601 |
msgid "Get WP Rocket now"
|
602 |
msgstr "Je veux WP Rocket !"
|
603 |
|
604 |
+
#: inc/admin/ui/notices.php:354
|
605 |
#, php-format
|
606 |
msgid ""
|
607 |
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
610 |
"%1$sFélicitations%2$s ! Vous avez optimisé %1$s%3$d images%2$s et améliorez le "
|
611 |
"temps de chargement de votre site en réduisant le poids de vos images."
|
612 |
|
613 |
+
#: inc/admin/ui/notices.php:356 inc/admin/ui/options.php:55
|
614 |
#, php-format
|
615 |
msgid ""
|
616 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
761 |
|
762 |
#: inc/admin/ui/options.php:321
|
763 |
msgid ""
|
764 |
+
"This mode provides lossless optimization, your images will be optimized "
|
765 |
+
"without any visible change."
|
766 |
msgstr ""
|
767 |
+
"Ce niveau permet d'optimiser sans perte, vos images seront optimisées sans "
|
768 |
+
"aucun changement visible."
|
769 |
|
770 |
#: inc/admin/ui/options.php:324
|
771 |
msgid ""
|
772 |
+
"If you want the perfect quality for your images, we recommend you that mode."
|
|
|
773 |
msgstr ""
|
774 |
+
"Si vous souhaitez des images d’une qualité parfaite, nous vous recommandons ce "
|
775 |
+
"niveau."
|
776 |
|
777 |
#: inc/admin/ui/options.php:327
|
778 |
+
msgid "Note: the file size reduction will be less, compared to aggressive mode."
|
|
|
|
|
779 |
msgstr ""
|
780 |
+
"Remarque: la réduction du poids des images sera moins importante par rapport "
|
781 |
+
"au mode agressif."
|
782 |
|
783 |
+
#: inc/admin/ui/options.php:334
|
784 |
msgid ""
|
785 |
"This mode provides perfect optimization of your images without any significant "
|
786 |
"quality loss."
|
788 |
"Ce niveau permet une optimisation idéale de vos images sans perte de qualité "
|
789 |
"notable."
|
790 |
|
791 |
+
#: inc/admin/ui/options.php:337
|
792 |
msgid ""
|
793 |
"This will provide a drastic savings on the initial weight, with a small "
|
794 |
"reduction in image quality. Most of the time it's not even noticeable."
|
796 |
"Cela permettra une réduction importante du poids initial avec une légère perte "
|
797 |
"de la qualité d'image qui n’est pas perceptible à l’oeil humain."
|
798 |
|
799 |
+
#: inc/admin/ui/options.php:340
|
800 |
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
801 |
msgstr ""
|
802 |
"Si vous souhaitez une réduction du poids plus performante, nous vous "
|
803 |
"recommandons ce niveau."
|
804 |
|
805 |
+
#: inc/admin/ui/options.php:347
|
806 |
msgid ""
|
807 |
+
"This mode will apply all available optimizations for maximum image compression."
|
|
|
808 |
msgstr ""
|
809 |
+
"Ce niveau appliquera toutes les optimisations disponibles pour une compression "
|
810 |
+
"des images maximale."
|
811 |
|
812 |
+
#: inc/admin/ui/options.php:350
|
813 |
msgid ""
|
814 |
+
"This will provide a huge savings on the initial weight. Sometimes the image "
|
815 |
+
"quality could be degraded a little."
|
816 |
msgstr ""
|
817 |
+
"Cela permettra de considérablement réduire le poids initial. Parfois, la "
|
818 |
+
"qualité de l’image pourra être légèrement dégradée."
|
819 |
|
820 |
+
#: inc/admin/ui/options.php:353
|
821 |
+
msgid ""
|
822 |
+
"If you want the maximum weight reduction, and you agree to lose some quality "
|
823 |
+
"on the images we recommend using this mode."
|
824 |
msgstr ""
|
825 |
+
"Si vous souhaitez une réduction du poids optimale et que vous tolérez une "
|
826 |
+
"baisse de qualité sur vos images, nous vous recommandons ce niveau."
|
827 |
|
828 |
+
#: inc/admin/ui/options.php:372
|
829 |
#, php-format
|
830 |
msgid "I want to compare%s and%s"
|
831 |
msgstr "Je veux comparer%s et%s"
|
832 |
|
833 |
+
#: inc/admin/ui/options.php:389
|
834 |
#, php-format
|
835 |
msgid "Original photography about %s"
|
836 |
msgstr "Photographie originale, environ %s"
|
837 |
|
838 |
+
#: inc/admin/ui/options.php:394 inc/admin/ui/options.php:399
|
839 |
+
#: inc/admin/ui/options.php:404
|
840 |
#, php-format
|
841 |
msgid "Optimized photography about %s"
|
842 |
msgstr "Photographie optimisée, environ %s"
|
843 |
|
844 |
+
#: inc/admin/ui/options.php:409 inc/admin/ui/options.php:419
|
845 |
+
#: inc/admin/ui/options.php:439 inc/admin/ui/options.php:460
|
846 |
#: inc/functions/admin-ui.php:58
|
847 |
msgid "Level:"
|
848 |
msgstr "Niveau :"
|
languages/imagify-it_IT.mo
CHANGED
Binary file
|
languages/imagify-it_IT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it\n"
|
@@ -27,16 +27,16 @@ msgstr ""
|
|
27 |
msgid "Optimizing..."
|
28 |
msgstr "Ottimizzando…"
|
29 |
|
30 |
-
#: inc/admin/ajax.php:118 inc/admin/enqueue.php:163 inc/admin/enqueue.php:
|
31 |
#: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:181
|
32 |
msgid "Optimize"
|
33 |
msgstr "Ottimizza"
|
34 |
|
35 |
-
#: inc/admin/ajax.php:
|
36 |
msgid "Oops, It's almost over!"
|
37 |
msgstr "Ops, quasi finito!"
|
38 |
|
39 |
-
#: inc/admin/ajax.php:
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
@@ -45,16 +45,16 @@ msgstr ""
|
|
45 |
"Hai usato quasi tutto il tuo credito.%sNon dimenticare di aggiornare il tuo "
|
46 |
"abbonamento per continuare a ottimizzare le tue immagini."
|
47 |
|
48 |
-
#: inc/admin/ajax.php:
|
49 |
msgid "View My Subscription"
|
50 |
msgstr "Vedere il mio abbonamento"
|
51 |
|
52 |
-
#: inc/admin/ajax.php:
|
53 |
#: inc/admin/ui/notices.php:251
|
54 |
msgid "Oops, It's Over!"
|
55 |
msgstr "Ops, finito!"
|
56 |
|
57 |
-
#: inc/admin/ajax.php:
|
58 |
#: inc/admin/ui/notices.php:253
|
59 |
#, php-format
|
60 |
msgid ""
|
@@ -64,24 +64,24 @@ msgstr ""
|
|
64 |
"Hai consumato tutto il tuo credito per questo mese. Avrai di nuovo <strong>"
|
65 |
"%s il %s</strong>."
|
66 |
|
67 |
-
#: inc/admin/ajax.php:
|
68 |
msgid "Upgrade My Subscription"
|
69 |
msgstr "Aggiornare il mio abbonamento"
|
70 |
|
71 |
-
#: inc/admin/ajax.php:
|
72 |
msgid "Account status"
|
73 |
msgstr "Stato del mio account"
|
74 |
|
75 |
-
#: inc/admin/ajax.php:
|
76 |
msgid "Your subscription:"
|
77 |
msgstr "Il tuo abbonamento:"
|
78 |
|
79 |
-
#: inc/admin/ajax.php:
|
80 |
#, php-format
|
81 |
msgid "You have %s space credit left"
|
82 |
msgstr "Ti rimangono %s di spazio"
|
83 |
|
84 |
-
#: inc/admin/ajax.php:
|
85 |
msgid "View my subscription"
|
86 |
msgstr "Vedere il mio abbonamento"
|
87 |
|
@@ -159,40 +159,40 @@ msgstr ""
|
|
159 |
msgid "Restore Original"
|
160 |
msgstr "Ripristina originale"
|
161 |
|
162 |
-
#: inc/admin/enqueue.php:
|
163 |
msgid "Original Image"
|
164 |
msgstr "Immagine originale"
|
165 |
|
166 |
-
#: inc/admin/enqueue.php:
|
167 |
msgid "Optimized Image"
|
168 |
msgstr "Immagine ottimizzata"
|
169 |
|
170 |
-
#: inc/admin/enqueue.php:
|
171 |
msgid "Compare Original VS Optimized"
|
172 |
msgstr "Confronta originale VS ottimizzata"
|
173 |
|
174 |
-
#: inc/admin/enqueue.php:
|
175 |
-
#: inc/admin/ui/options.php:
|
176 |
msgid "Close"
|
177 |
msgstr "Chiudi"
|
178 |
|
179 |
-
#: inc/admin/enqueue.php:
|
180 |
-
#: inc/admin/ui/options.php:
|
181 |
-
#: inc/admin/ui/options.php:
|
182 |
msgid "File Size:"
|
183 |
msgstr "Dimensione del file:"
|
184 |
|
185 |
-
#: inc/admin/enqueue.php:
|
186 |
-
#: inc/admin/ui/options.php:
|
187 |
#: inc/functions/admin-ui.php:44
|
188 |
msgid "Original Saving:"
|
189 |
msgstr "Risparmio originale:"
|
190 |
|
191 |
-
#: inc/admin/enqueue.php:
|
192 |
msgid "Please wait..."
|
193 |
msgstr "Attendere per favore…"
|
194 |
|
195 |
-
#: inc/admin/enqueue.php:
|
196 |
msgid ""
|
197 |
"We are trying to get your unoptimized images, it may take time depending on "
|
198 |
"the number of images."
|
@@ -200,11 +200,11 @@ msgstr ""
|
|
200 |
"Stiamo cercando di ottenere le immagini non ottimizzate, il che potrebbe "
|
201 |
"richiedere del tempo in base al numero di immagini."
|
202 |
|
203 |
-
#: inc/admin/enqueue.php:
|
204 |
msgid "Oops, There is something wrong!"
|
205 |
msgstr "Ups, qualcosa è andato storto!"
|
206 |
|
207 |
-
#: inc/admin/enqueue.php:
|
208 |
msgid ""
|
209 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
210 |
"Try again and if the issue still persist, please contact us!"
|
@@ -213,28 +213,28 @@ msgstr ""
|
|
213 |
"immagini non ottimizzate. Prova di nuovo e, se il problema persiste, "
|
214 |
"contattaci per favore!"
|
215 |
|
216 |
-
#: inc/admin/enqueue.php:
|
217 |
msgid "Optimized"
|
218 |
msgstr "Ottimizzato"
|
219 |
|
220 |
-
#: inc/admin/enqueue.php:
|
221 |
msgid "Unoptimized"
|
222 |
msgstr "Non ottimizzato"
|
223 |
|
224 |
-
#: inc/admin/enqueue.php:
|
225 |
msgid "Error"
|
226 |
msgstr "Errore"
|
227 |
|
228 |
-
#: inc/admin/enqueue.php:
|
229 |
msgid "Hold on!"
|
230 |
msgstr "Resisti!"
|
231 |
|
232 |
-
#: inc/admin/enqueue.php:
|
233 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
234 |
msgstr ""
|
235 |
"Tutte le tue immagini sono state ottimizzate da Imagify. Congratulazioni!"
|
236 |
|
237 |
-
#: inc/admin/enqueue.php:
|
238 |
#, php-format
|
239 |
msgid ""
|
240 |
"Discover @imagify, the new compression tool to optimize your images for "
|
@@ -243,12 +243,12 @@ msgstr ""
|
|
243 |
"Scopri @imagify, il nuovo strumento di compressione per ottimizzare le tue "
|
244 |
"immagini gratuitamente. Ho risparmiato %1$s di %2$s!"
|
245 |
|
246 |
-
#: inc/admin/enqueue.php:
|
247 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
248 |
msgstr ""
|
249 |
"Imagify sta ancora lavorando. Sei sicuro di voler abbandonare la pagina?"
|
250 |
|
251 |
-
#: inc/admin/enqueue.php:
|
252 |
#: inc/admin/ui/notices.php:253
|
253 |
#, php-format
|
254 |
msgid ""
|
@@ -258,7 +258,7 @@ msgstr ""
|
|
258 |
"Per continuare a ottimizzare le tue immagini, entra nel tuo account Imagify "
|
259 |
"per %scomprare un pack o sottoscrivere un abbonamento %s."
|
260 |
|
261 |
-
#: inc/admin/enqueue.php:
|
262 |
msgid "F j, Y"
|
263 |
msgstr "F j, Y"
|
264 |
|
@@ -315,7 +315,16 @@ msgstr ""
|
|
315 |
"immagini può richiedere del tempo a seconda del tuo server e della velocità "
|
316 |
"di rete."
|
317 |
|
318 |
-
#: inc/admin/ui/bulk.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
319 |
msgid ""
|
320 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
321 |
"you leave you can come back to continue where it left off."
|
@@ -324,50 +333,50 @@ msgstr ""
|
|
324 |
"massiva. Se la abbandoni, è possibile ritornarci e continuare da dove avevi "
|
325 |
"interrotto."
|
326 |
|
327 |
-
#: inc/admin/ui/bulk.php:
|
328 |
msgid "Select Your Compression Level"
|
329 |
msgstr "Seleziona il livello di compressione"
|
330 |
|
331 |
-
#: inc/admin/ui/bulk.php:
|
332 |
-
#: inc/admin/ui/options.php:129 inc/admin/ui/options.php:
|
333 |
-
#: inc/admin/ui/options.php:
|
334 |
-
#: inc/admin/ui/options.php:
|
335 |
#: inc/functions/admin-ui.php:127
|
336 |
msgid "Ultra"
|
337 |
msgstr "Ultra"
|
338 |
|
339 |
-
#: inc/admin/ui/bulk.php:
|
340 |
-
#: inc/admin/ui/options.php:124 inc/admin/ui/options.php:
|
341 |
-
#: inc/admin/ui/options.php:
|
342 |
-
#: inc/admin/ui/options.php:
|
343 |
#: inc/functions/admin-ui.php:133
|
344 |
msgid "Aggressive"
|
345 |
msgstr "Aggressivo"
|
346 |
|
347 |
-
#: inc/admin/ui/bulk.php:
|
348 |
-
#: inc/admin/ui/options.php:119 inc/admin/ui/options.php:
|
349 |
-
#: inc/admin/ui/options.php:
|
350 |
-
#: inc/admin/ui/options.php:
|
351 |
#: inc/functions/admin-ui.php:139
|
352 |
msgid "Normal"
|
353 |
msgstr "Normale"
|
354 |
|
355 |
-
#: inc/admin/ui/bulk.php:
|
356 |
msgid "Your default setting:"
|
357 |
msgstr "Impostazioni standard:"
|
358 |
|
359 |
-
#: inc/admin/ui/bulk.php:
|
360 |
#, php-format
|
361 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
362 |
msgstr ""
|
363 |
"Non dimenticare di controllare %sle tue impostazioni%s prima "
|
364 |
"dell’ottimizzazione massiva."
|
365 |
|
366 |
-
#: inc/admin/ui/bulk.php:
|
367 |
msgid "Imagif'em all"
|
368 |
msgstr "Imagifica tutto!"
|
369 |
|
370 |
-
#: inc/admin/ui/bulk.php:
|
371 |
#, php-format
|
372 |
msgid ""
|
373 |
"All images which are over to %s could be optimized using the pro version."
|
@@ -375,90 +384,90 @@ msgstr ""
|
|
375 |
"Tutte le immagini superiori a %s potrebbero essere ottimizzate utilizzando "
|
376 |
"la versione pro."
|
377 |
|
378 |
-
#: inc/admin/ui/bulk.php:
|
379 |
msgid "Overview"
|
380 |
msgstr "Sommario"
|
381 |
|
382 |
-
#: inc/admin/ui/bulk.php:
|
383 |
msgid "Statistics"
|
384 |
msgstr "Statistiche"
|
385 |
|
386 |
-
#: inc/admin/ui/bulk.php:
|
387 |
msgid "that's the number of images you optimized with Imagify"
|
388 |
msgstr "questo è il numero di immagini ottimizzate con Imagify"
|
389 |
|
390 |
-
#: inc/admin/ui/bulk.php:
|
391 |
msgid "Original size"
|
392 |
msgstr "Dimensione originale"
|
393 |
|
394 |
-
#: inc/admin/ui/bulk.php:
|
395 |
msgid "Optimized size"
|
396 |
msgstr "Dimensione ottimizzata"
|
397 |
|
398 |
-
#: inc/admin/ui/bulk.php:
|
399 |
#, php-format
|
400 |
msgid "that's the size you saved %sby using Imagify"
|
401 |
msgstr "questa è la dimensione che hai risparmiato %sutilizzando Imagify"
|
402 |
|
403 |
-
#: inc/admin/ui/bulk.php:
|
404 |
msgid "Well done!"
|
405 |
msgstr "Ben fatto!"
|
406 |
|
407 |
-
#: inc/admin/ui/bulk.php:
|
408 |
#, php-format
|
409 |
msgid "you saved %1$s out of %2$s"
|
410 |
msgstr "hai risparmiato %1$s su %2$s"
|
411 |
|
412 |
-
#: inc/admin/ui/bulk.php:
|
413 |
msgid "Share your awesome result"
|
414 |
msgstr "Condividi questo impressionante risultato"
|
415 |
|
416 |
-
#: inc/admin/ui/bulk.php:
|
417 |
msgid "Compression process results"
|
418 |
msgstr "Risultati del processo di compressione"
|
419 |
|
420 |
-
#: inc/admin/ui/bulk.php:
|
421 |
msgid "Filename"
|
422 |
msgstr "Nome del file"
|
423 |
|
424 |
-
#: inc/admin/ui/bulk.php:
|
425 |
msgid "Status"
|
426 |
msgstr "Stato"
|
427 |
|
428 |
-
#: inc/admin/ui/bulk.php:
|
429 |
-
#: inc/admin/ui/options.php:
|
430 |
msgid "Original"
|
431 |
msgstr "Originale"
|
432 |
|
433 |
-
#: inc/admin/ui/bulk.php:
|
434 |
msgid "Percentage"
|
435 |
msgstr "Percentuale"
|
436 |
|
437 |
-
#: inc/admin/ui/bulk.php:
|
438 |
msgid "Thumbnails optimized"
|
439 |
msgstr "Miniature ottimizzate"
|
440 |
|
441 |
-
#: inc/admin/ui/bulk.php:
|
442 |
msgid "Overall saving"
|
443 |
msgstr "Risparmio complessivo"
|
444 |
|
445 |
-
#: inc/admin/ui/bulk.php:
|
446 |
msgid "file"
|
447 |
msgstr "file"
|
448 |
|
449 |
-
#: inc/admin/ui/bulk.php:
|
450 |
msgid "error"
|
451 |
msgstr "errore"
|
452 |
|
453 |
-
#: inc/admin/ui/bulk.php:
|
454 |
msgid "Total:"
|
455 |
msgstr "Totale:"
|
456 |
|
457 |
-
#: inc/admin/ui/bulk.php:
|
458 |
msgid "Gain:"
|
459 |
msgstr "Guadagno:"
|
460 |
|
461 |
-
#: inc/admin/ui/bulk.php:
|
462 |
#, php-format
|
463 |
msgid "%sStart the bulk optimization%s"
|
464 |
msgstr "%sInizia l’ottimizzazione massiva%s"
|
@@ -471,7 +480,7 @@ msgstr ""
|
|
471 |
|
472 |
#: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
|
473 |
#: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
|
474 |
-
#: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:
|
475 |
msgid "Dismiss this notice"
|
476 |
msgstr "Ignora questo avviso"
|
477 |
|
@@ -587,20 +596,20 @@ msgstr ""
|
|
587 |
msgid "Switch to the List View"
|
588 |
msgstr "Passa a visualizzazione Lista"
|
589 |
|
590 |
-
#: inc/admin/ui/notices.php:
|
591 |
msgid "Discover the best caching plugin to speed up your website."
|
592 |
msgstr "Scopri i migliori plugin di cache per velocizzare il tuo sito Web."
|
593 |
|
594 |
-
#: inc/admin/ui/notices.php:
|
595 |
#, php-format
|
596 |
msgid "%sGet %s off%s with this coupon code:%s"
|
597 |
msgstr "Ottieni il %s%s%s di sconto usando questo coupon:%s"
|
598 |
|
599 |
-
#: inc/admin/ui/notices.php:
|
600 |
msgid "Get WP Rocket now"
|
601 |
msgstr "Acquista WP Rocket!"
|
602 |
|
603 |
-
#: inc/admin/ui/notices.php:
|
604 |
#, php-format
|
605 |
msgid ""
|
606 |
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
@@ -609,7 +618,7 @@ msgstr ""
|
|
609 |
"%1$sCongratulazioni!%2$s Hai ottimizzato %1$s%3$d immagini%2$s e velocizzato "
|
610 |
"così il tuo sito web."
|
611 |
|
612 |
-
#: inc/admin/ui/notices.php:
|
613 |
#, php-format
|
614 |
msgid ""
|
615 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
@@ -763,29 +772,27 @@ msgstr "Puoi scegliere tre livelli di compressione"
|
|
763 |
|
764 |
#: inc/admin/ui/options.php:321
|
765 |
msgid ""
|
766 |
-
"This mode
|
767 |
-
"
|
768 |
msgstr ""
|
769 |
-
"Questa modalità
|
770 |
-
"
|
771 |
|
772 |
#: inc/admin/ui/options.php:324
|
773 |
msgid ""
|
774 |
-
"
|
775 |
-
"quality could be degraded a little."
|
776 |
msgstr ""
|
777 |
-
"
|
778 |
-
"
|
779 |
|
780 |
#: inc/admin/ui/options.php:327
|
781 |
msgid ""
|
782 |
-
"
|
783 |
-
"on the images we recommend using this mode."
|
784 |
msgstr ""
|
785 |
-
"
|
786 |
-
"
|
787 |
|
788 |
-
#: inc/admin/ui/options.php:
|
789 |
msgid ""
|
790 |
"This mode provides perfect optimization of your images without any "
|
791 |
"significant quality loss."
|
@@ -793,7 +800,7 @@ msgstr ""
|
|
793 |
"Questa modalità ottimizzerà perfettamente le tue immagini senza alcuna "
|
794 |
"significativa perdita di qualità."
|
795 |
|
796 |
-
#: inc/admin/ui/options.php:
|
797 |
msgid ""
|
798 |
"This will provide a drastic savings on the initial weight, with a small "
|
799 |
"reduction in image quality. Most of the time it's not even noticeable."
|
@@ -802,52 +809,54 @@ msgstr ""
|
|
802 |
"una piccola riduzione della sua qualità. La maggior parte delle volte non "
|
803 |
"sarà nemmeno percepibile."
|
804 |
|
805 |
-
#: inc/admin/ui/options.php:
|
806 |
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
807 |
msgstr ""
|
808 |
"Se vuoi la massima riduzione del peso, ti raccomandiamo di usare questa "
|
809 |
"modalità."
|
810 |
|
811 |
-
#: inc/admin/ui/options.php:
|
812 |
msgid ""
|
813 |
-
"This mode
|
814 |
-
"
|
815 |
msgstr ""
|
816 |
-
"Questa modalità
|
817 |
-
"
|
818 |
|
819 |
-
#: inc/admin/ui/options.php:
|
820 |
msgid ""
|
821 |
-
"
|
|
|
822 |
msgstr ""
|
823 |
-
"
|
824 |
-
"
|
825 |
|
826 |
-
#: inc/admin/ui/options.php:
|
827 |
msgid ""
|
828 |
-
"
|
|
|
829 |
msgstr ""
|
830 |
-
"
|
831 |
-
"
|
832 |
|
833 |
-
#: inc/admin/ui/options.php:
|
834 |
#, php-format
|
835 |
msgid "I want to compare%s and%s"
|
836 |
msgstr "Voglio confrontare%s e %s"
|
837 |
|
838 |
-
#: inc/admin/ui/options.php:
|
839 |
#, php-format
|
840 |
msgid "Original photography about %s"
|
841 |
msgstr "Fotografia originale di %s"
|
842 |
|
843 |
-
#: inc/admin/ui/options.php:
|
844 |
-
#: inc/admin/ui/options.php:
|
845 |
#, php-format
|
846 |
msgid "Optimized photography about %s"
|
847 |
msgstr "Fotografia ottimizzata di %s"
|
848 |
|
849 |
-
#: inc/admin/ui/options.php:
|
850 |
-
#: inc/admin/ui/options.php:
|
851 |
#: inc/functions/admin-ui.php:58
|
852 |
msgid "Level:"
|
853 |
msgstr "Livello:"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Imagify\n"
|
4 |
+
"POT-Creation-Date: 2016-03-10 16:14+0100\n"
|
5 |
+
"PO-Revision-Date: 2016-03-10 16:14+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: it\n"
|
27 |
msgid "Optimizing..."
|
28 |
msgstr "Ottimizzando…"
|
29 |
|
30 |
+
#: inc/admin/ajax.php:118 inc/admin/enqueue.php:163 inc/admin/enqueue.php:187
|
31 |
#: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:181
|
32 |
msgid "Optimize"
|
33 |
msgstr "Ottimizza"
|
34 |
|
35 |
+
#: inc/admin/ajax.php:436
|
36 |
msgid "Oops, It's almost over!"
|
37 |
msgstr "Ops, quasi finito!"
|
38 |
|
39 |
+
#: inc/admin/ajax.php:437
|
40 |
#, php-format
|
41 |
msgid ""
|
42 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
45 |
"Hai usato quasi tutto il tuo credito.%sNon dimenticare di aggiornare il tuo "
|
46 |
"abbonamento per continuare a ottimizzare le tue immagini."
|
47 |
|
48 |
+
#: inc/admin/ajax.php:438 inc/admin/ui/bulk.php:23
|
49 |
msgid "View My Subscription"
|
50 |
msgstr "Vedere il mio abbonamento"
|
51 |
|
52 |
+
#: inc/admin/ajax.php:446 inc/admin/enqueue.php:212
|
53 |
#: inc/admin/ui/notices.php:251
|
54 |
msgid "Oops, It's Over!"
|
55 |
msgstr "Ops, finito!"
|
56 |
|
57 |
+
#: inc/admin/ajax.php:447 inc/admin/enqueue.php:228
|
58 |
#: inc/admin/ui/notices.php:253
|
59 |
#, php-format
|
60 |
msgid ""
|
64 |
"Hai consumato tutto il tuo credito per questo mese. Avrai di nuovo <strong>"
|
65 |
"%s il %s</strong>."
|
66 |
|
67 |
+
#: inc/admin/ajax.php:448
|
68 |
msgid "Upgrade My Subscription"
|
69 |
msgstr "Aggiornare il mio abbonamento"
|
70 |
|
71 |
+
#: inc/admin/ajax.php:467 inc/admin/ui/bulk.php:17
|
72 |
msgid "Account status"
|
73 |
msgstr "Stato del mio account"
|
74 |
|
75 |
+
#: inc/admin/ajax.php:468 inc/admin/ui/bulk.php:18
|
76 |
msgid "Your subscription:"
|
77 |
msgstr "Il tuo abbonamento:"
|
78 |
|
79 |
+
#: inc/admin/ajax.php:476 inc/admin/ui/bulk.php:48
|
80 |
#, php-format
|
81 |
msgid "You have %s space credit left"
|
82 |
msgstr "Ti rimangono %s di spazio"
|
83 |
|
84 |
+
#: inc/admin/ajax.php:488
|
85 |
msgid "View my subscription"
|
86 |
msgstr "Vedere il mio abbonamento"
|
87 |
|
159 |
msgid "Restore Original"
|
160 |
msgstr "Ripristina originale"
|
161 |
|
162 |
+
#: inc/admin/enqueue.php:181
|
163 |
msgid "Original Image"
|
164 |
msgstr "Immagine originale"
|
165 |
|
166 |
+
#: inc/admin/enqueue.php:182
|
167 |
msgid "Optimized Image"
|
168 |
msgstr "Immagine ottimizzata"
|
169 |
|
170 |
+
#: inc/admin/enqueue.php:183 inc/admin/media.php:61
|
171 |
msgid "Compare Original VS Optimized"
|
172 |
msgstr "Confronta originale VS ottimizzata"
|
173 |
|
174 |
+
#: inc/admin/enqueue.php:184 inc/admin/ui/options.php:360
|
175 |
+
#: inc/admin/ui/options.php:482
|
176 |
msgid "Close"
|
177 |
msgstr "Chiudi"
|
178 |
|
179 |
+
#: inc/admin/enqueue.php:185 inc/admin/ui/options.php:413
|
180 |
+
#: inc/admin/ui/options.php:423 inc/admin/ui/options.php:443
|
181 |
+
#: inc/admin/ui/options.php:464
|
182 |
msgid "File Size:"
|
183 |
msgstr "Dimensione del file:"
|
184 |
|
185 |
+
#: inc/admin/enqueue.php:186 inc/admin/ui/options.php:427
|
186 |
+
#: inc/admin/ui/options.php:447 inc/admin/ui/options.php:468
|
187 |
#: inc/functions/admin-ui.php:44
|
188 |
msgid "Original Saving:"
|
189 |
msgstr "Risparmio originale:"
|
190 |
|
191 |
+
#: inc/admin/enqueue.php:202
|
192 |
msgid "Please wait..."
|
193 |
msgstr "Attendere per favore…"
|
194 |
|
195 |
+
#: inc/admin/enqueue.php:203
|
196 |
msgid ""
|
197 |
"We are trying to get your unoptimized images, it may take time depending on "
|
198 |
"the number of images."
|
200 |
"Stiamo cercando di ottenere le immagini non ottimizzate, il che potrebbe "
|
201 |
"richiedere del tempo in base al numero di immagini."
|
202 |
|
203 |
+
#: inc/admin/enqueue.php:205
|
204 |
msgid "Oops, There is something wrong!"
|
205 |
msgstr "Ups, qualcosa è andato storto!"
|
206 |
|
207 |
+
#: inc/admin/enqueue.php:206
|
208 |
msgid ""
|
209 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
210 |
"Try again and if the issue still persist, please contact us!"
|
213 |
"immagini non ottimizzate. Prova di nuovo e, se il problema persiste, "
|
214 |
"contattaci per favore!"
|
215 |
|
216 |
+
#: inc/admin/enqueue.php:208 inc/admin/ui/bulk.php:264 inc/admin/upload.php:38
|
217 |
msgid "Optimized"
|
218 |
msgstr "Ottimizzato"
|
219 |
|
220 |
+
#: inc/admin/enqueue.php:209 inc/admin/upload.php:39
|
221 |
msgid "Unoptimized"
|
222 |
msgstr "Non ottimizzato"
|
223 |
|
224 |
+
#: inc/admin/enqueue.php:210
|
225 |
msgid "Error"
|
226 |
msgstr "Errore"
|
227 |
|
228 |
+
#: inc/admin/enqueue.php:213
|
229 |
msgid "Hold on!"
|
230 |
msgstr "Resisti!"
|
231 |
|
232 |
+
#: inc/admin/enqueue.php:214
|
233 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
234 |
msgstr ""
|
235 |
"Tutte le tue immagini sono state ottimizzate da Imagify. Congratulazioni!"
|
236 |
|
237 |
+
#: inc/admin/enqueue.php:216
|
238 |
#, php-format
|
239 |
msgid ""
|
240 |
"Discover @imagify, the new compression tool to optimize your images for "
|
243 |
"Scopri @imagify, il nuovo strumento di compressione per ottimizzare le tue "
|
244 |
"immagini gratuitamente. Ho risparmiato %1$s di %2$s!"
|
245 |
|
246 |
+
#: inc/admin/enqueue.php:220
|
247 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
248 |
msgstr ""
|
249 |
"Imagify sta ancora lavorando. Sei sicuro di voler abbandonare la pagina?"
|
250 |
|
251 |
+
#: inc/admin/enqueue.php:225 inc/admin/enqueue.php:228
|
252 |
#: inc/admin/ui/notices.php:253
|
253 |
#, php-format
|
254 |
msgid ""
|
258 |
"Per continuare a ottimizzare le tue immagini, entra nel tuo account Imagify "
|
259 |
"per %scomprare un pack o sottoscrivere un abbonamento %s."
|
260 |
|
261 |
+
#: inc/admin/enqueue.php:228
|
262 |
msgid "F j, Y"
|
263 |
msgstr "F j, Y"
|
264 |
|
315 |
"immagini può richiedere del tempo a seconda del tuo server e della velocità "
|
316 |
"di rete."
|
317 |
|
318 |
+
#: inc/admin/ui/bulk.php:94
|
319 |
+
#, php-format
|
320 |
+
msgid ""
|
321 |
+
"If you have more than %s images, you will need to launch the bulk "
|
322 |
+
"optimization several times."
|
323 |
+
msgstr ""
|
324 |
+
"Se hai più di %s immagini, dovrai lanciare il processo di ottimizzazione "
|
325 |
+
"massivo varie volte."
|
326 |
+
|
327 |
+
#: inc/admin/ui/bulk.php:98
|
328 |
msgid ""
|
329 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
330 |
"you leave you can come back to continue where it left off."
|
333 |
"massiva. Se la abbandoni, è possibile ritornarci e continuare da dove avevi "
|
334 |
"interrotto."
|
335 |
|
336 |
+
#: inc/admin/ui/bulk.php:106
|
337 |
msgid "Select Your Compression Level"
|
338 |
msgstr "Seleziona il livello di compressione"
|
339 |
|
340 |
+
#: inc/admin/ui/bulk.php:109 inc/admin/ui/bulk.php:137
|
341 |
+
#: inc/admin/ui/options.php:129 inc/admin/ui/options.php:345
|
342 |
+
#: inc/admin/ui/options.php:384 inc/admin/ui/options.php:401
|
343 |
+
#: inc/admin/ui/options.php:461 inc/classes/class-attachment.php:135
|
344 |
#: inc/functions/admin-ui.php:127
|
345 |
msgid "Ultra"
|
346 |
msgstr "Ultra"
|
347 |
|
348 |
+
#: inc/admin/ui/bulk.php:112 inc/admin/ui/bulk.php:132
|
349 |
+
#: inc/admin/ui/options.php:124 inc/admin/ui/options.php:332
|
350 |
+
#: inc/admin/ui/options.php:383 inc/admin/ui/options.php:396
|
351 |
+
#: inc/admin/ui/options.php:440 inc/classes/class-attachment.php:138
|
352 |
#: inc/functions/admin-ui.php:133
|
353 |
msgid "Aggressive"
|
354 |
msgstr "Aggressivo"
|
355 |
|
356 |
+
#: inc/admin/ui/bulk.php:115 inc/admin/ui/bulk.php:127
|
357 |
+
#: inc/admin/ui/options.php:119 inc/admin/ui/options.php:319
|
358 |
+
#: inc/admin/ui/options.php:382 inc/admin/ui/options.php:391
|
359 |
+
#: inc/admin/ui/options.php:420 inc/classes/class-attachment.php:141
|
360 |
#: inc/functions/admin-ui.php:139
|
361 |
msgid "Normal"
|
362 |
msgstr "Normale"
|
363 |
|
364 |
+
#: inc/admin/ui/bulk.php:119
|
365 |
msgid "Your default setting:"
|
366 |
msgstr "Impostazioni standard:"
|
367 |
|
368 |
+
#: inc/admin/ui/bulk.php:146
|
369 |
#, php-format
|
370 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
371 |
msgstr ""
|
372 |
"Non dimenticare di controllare %sle tue impostazioni%s prima "
|
373 |
"dell’ottimizzazione massiva."
|
374 |
|
375 |
+
#: inc/admin/ui/bulk.php:156
|
376 |
msgid "Imagif'em all"
|
377 |
msgstr "Imagifica tutto!"
|
378 |
|
379 |
+
#: inc/admin/ui/bulk.php:163
|
380 |
#, php-format
|
381 |
msgid ""
|
382 |
"All images which are over to %s could be optimized using the pro version."
|
384 |
"Tutte le immagini superiori a %s potrebbero essere ottimizzate utilizzando "
|
385 |
"la versione pro."
|
386 |
|
387 |
+
#: inc/admin/ui/bulk.php:174
|
388 |
msgid "Overview"
|
389 |
msgstr "Sommario"
|
390 |
|
391 |
+
#: inc/admin/ui/bulk.php:184
|
392 |
msgid "Statistics"
|
393 |
msgstr "Statistiche"
|
394 |
|
395 |
+
#: inc/admin/ui/bulk.php:196
|
396 |
msgid "that's the number of images you optimized with Imagify"
|
397 |
msgstr "questo è il numero di immagini ottimizzate con Imagify"
|
398 |
|
399 |
+
#: inc/admin/ui/bulk.php:201
|
400 |
msgid "Original size"
|
401 |
msgstr "Dimensione originale"
|
402 |
|
403 |
+
#: inc/admin/ui/bulk.php:206
|
404 |
msgid "Optimized size"
|
405 |
msgstr "Dimensione ottimizzata"
|
406 |
|
407 |
+
#: inc/admin/ui/bulk.php:217
|
408 |
#, php-format
|
409 |
msgid "that's the size you saved %sby using Imagify"
|
410 |
msgstr "questa è la dimensione che hai risparmiato %sutilizzando Imagify"
|
411 |
|
412 |
+
#: inc/admin/ui/bulk.php:237
|
413 |
msgid "Well done!"
|
414 |
msgstr "Ben fatto!"
|
415 |
|
416 |
+
#: inc/admin/ui/bulk.php:238
|
417 |
#, php-format
|
418 |
msgid "you saved %1$s out of %2$s"
|
419 |
msgstr "hai risparmiato %1$s su %2$s"
|
420 |
|
421 |
+
#: inc/admin/ui/bulk.php:243
|
422 |
msgid "Share your awesome result"
|
423 |
msgstr "Condividi questo impressionante risultato"
|
424 |
|
425 |
+
#: inc/admin/ui/bulk.php:258
|
426 |
msgid "Compression process results"
|
427 |
msgstr "Risultati del processo di compressione"
|
428 |
|
429 |
+
#: inc/admin/ui/bulk.php:261
|
430 |
msgid "Filename"
|
431 |
msgstr "Nome del file"
|
432 |
|
433 |
+
#: inc/admin/ui/bulk.php:262
|
434 |
msgid "Status"
|
435 |
msgstr "Stato"
|
436 |
|
437 |
+
#: inc/admin/ui/bulk.php:263 inc/admin/ui/options.php:381
|
438 |
+
#: inc/admin/ui/options.php:386 inc/admin/ui/options.php:410
|
439 |
msgid "Original"
|
440 |
msgstr "Originale"
|
441 |
|
442 |
+
#: inc/admin/ui/bulk.php:265
|
443 |
msgid "Percentage"
|
444 |
msgstr "Percentuale"
|
445 |
|
446 |
+
#: inc/admin/ui/bulk.php:266
|
447 |
msgid "Thumbnails optimized"
|
448 |
msgstr "Miniature ottimizzate"
|
449 |
|
450 |
+
#: inc/admin/ui/bulk.php:267
|
451 |
msgid "Overall saving"
|
452 |
msgstr "Risparmio complessivo"
|
453 |
|
454 |
+
#: inc/admin/ui/bulk.php:272
|
455 |
msgid "file"
|
456 |
msgstr "file"
|
457 |
|
458 |
+
#: inc/admin/ui/bulk.php:273
|
459 |
msgid "error"
|
460 |
msgstr "errore"
|
461 |
|
462 |
+
#: inc/admin/ui/bulk.php:274
|
463 |
msgid "Total:"
|
464 |
msgstr "Totale:"
|
465 |
|
466 |
+
#: inc/admin/ui/bulk.php:275
|
467 |
msgid "Gain:"
|
468 |
msgstr "Guadagno:"
|
469 |
|
470 |
+
#: inc/admin/ui/bulk.php:292
|
471 |
#, php-format
|
472 |
msgid "%sStart the bulk optimization%s"
|
473 |
msgstr "%sInizia l’ottimizzazione massiva%s"
|
480 |
|
481 |
#: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
|
482 |
#: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
|
483 |
+
#: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:361
|
484 |
msgid "Dismiss this notice"
|
485 |
msgstr "Ignora questo avviso"
|
486 |
|
596 |
msgid "Switch to the List View"
|
597 |
msgstr "Passa a visualizzazione Lista"
|
598 |
|
599 |
+
#: inc/admin/ui/notices.php:306 inc/admin/ui/options.php:24
|
600 |
msgid "Discover the best caching plugin to speed up your website."
|
601 |
msgstr "Scopri i migliori plugin di cache per velocizzare il tuo sito Web."
|
602 |
|
603 |
+
#: inc/admin/ui/notices.php:309 inc/admin/ui/options.php:32
|
604 |
#, php-format
|
605 |
msgid "%sGet %s off%s with this coupon code:%s"
|
606 |
msgstr "Ottieni il %s%s%s di sconto usando questo coupon:%s"
|
607 |
|
608 |
+
#: inc/admin/ui/notices.php:318 inc/admin/ui/options.php:37
|
609 |
msgid "Get WP Rocket now"
|
610 |
msgstr "Acquista WP Rocket!"
|
611 |
|
612 |
+
#: inc/admin/ui/notices.php:354
|
613 |
#, php-format
|
614 |
msgid ""
|
615 |
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
618 |
"%1$sCongratulazioni!%2$s Hai ottimizzato %1$s%3$d immagini%2$s e velocizzato "
|
619 |
"così il tuo sito web."
|
620 |
|
621 |
+
#: inc/admin/ui/notices.php:356 inc/admin/ui/options.php:55
|
622 |
#, php-format
|
623 |
msgid ""
|
624 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
772 |
|
773 |
#: inc/admin/ui/options.php:321
|
774 |
msgid ""
|
775 |
+
"This mode provides lossless optimization, your images will be optimized "
|
776 |
+
"without any visible change."
|
777 |
msgstr ""
|
778 |
+
"Questa modalità permette un’ottimizzazione senza perdite: le tue immagini "
|
779 |
+
"saranno ottimizzate senza alcun visibile cambiamento."
|
780 |
|
781 |
#: inc/admin/ui/options.php:324
|
782 |
msgid ""
|
783 |
+
"If you want the perfect quality for your images, we recommend you that mode."
|
|
|
784 |
msgstr ""
|
785 |
+
"Se vuoi mantenere la perfetta qualità delle tue immagini, ti raccomandiamo "
|
786 |
+
"questa modalità."
|
787 |
|
788 |
#: inc/admin/ui/options.php:327
|
789 |
msgid ""
|
790 |
+
"Note: the file size reduction will be less, compared to aggressive mode."
|
|
|
791 |
msgstr ""
|
792 |
+
"Nota: la riduzione della dimensione dell’immagine sarà inferiore rispetto "
|
793 |
+
"alla modalità aggressiva."
|
794 |
|
795 |
+
#: inc/admin/ui/options.php:334
|
796 |
msgid ""
|
797 |
"This mode provides perfect optimization of your images without any "
|
798 |
"significant quality loss."
|
800 |
"Questa modalità ottimizzerà perfettamente le tue immagini senza alcuna "
|
801 |
"significativa perdita di qualità."
|
802 |
|
803 |
+
#: inc/admin/ui/options.php:337
|
804 |
msgid ""
|
805 |
"This will provide a drastic savings on the initial weight, with a small "
|
806 |
"reduction in image quality. Most of the time it's not even noticeable."
|
809 |
"una piccola riduzione della sua qualità. La maggior parte delle volte non "
|
810 |
"sarà nemmeno percepibile."
|
811 |
|
812 |
+
#: inc/admin/ui/options.php:340
|
813 |
msgid "If you want the maximum weight reduction, we recommend using this mode."
|
814 |
msgstr ""
|
815 |
"Se vuoi la massima riduzione del peso, ti raccomandiamo di usare questa "
|
816 |
"modalità."
|
817 |
|
818 |
+
#: inc/admin/ui/options.php:347
|
819 |
msgid ""
|
820 |
+
"This mode will apply all available optimizations for maximum image "
|
821 |
+
"compression."
|
822 |
msgstr ""
|
823 |
+
"Questa modalità si applicherà a tutte le ottimizzazioni disponibili, per una "
|
824 |
+
"massima compressione dell’immagine."
|
825 |
|
826 |
+
#: inc/admin/ui/options.php:350
|
827 |
msgid ""
|
828 |
+
"This will provide a huge savings on the initial weight. Sometimes the image "
|
829 |
+
"quality could be degraded a little."
|
830 |
msgstr ""
|
831 |
+
"Questo permetterà un enorme risparmio sul peso iniziale dell’immagine. A "
|
832 |
+
"volte la qualità dell’immagine potrebbe abbassarsi leggermente."
|
833 |
|
834 |
+
#: inc/admin/ui/options.php:353
|
835 |
msgid ""
|
836 |
+
"If you want the maximum weight reduction, and you agree to lose some quality "
|
837 |
+
"on the images we recommend using this mode."
|
838 |
msgstr ""
|
839 |
+
"Se vuoi la massima riduzione del peso dell’immagine e accetti di abbassarne "
|
840 |
+
"un po’ la qualità, ti raccomandiamo di usare questa modalità."
|
841 |
|
842 |
+
#: inc/admin/ui/options.php:372
|
843 |
#, php-format
|
844 |
msgid "I want to compare%s and%s"
|
845 |
msgstr "Voglio confrontare%s e %s"
|
846 |
|
847 |
+
#: inc/admin/ui/options.php:389
|
848 |
#, php-format
|
849 |
msgid "Original photography about %s"
|
850 |
msgstr "Fotografia originale di %s"
|
851 |
|
852 |
+
#: inc/admin/ui/options.php:394 inc/admin/ui/options.php:399
|
853 |
+
#: inc/admin/ui/options.php:404
|
854 |
#, php-format
|
855 |
msgid "Optimized photography about %s"
|
856 |
msgstr "Fotografia ottimizzata di %s"
|
857 |
|
858 |
+
#: inc/admin/ui/options.php:409 inc/admin/ui/options.php:419
|
859 |
+
#: inc/admin/ui/options.php:439 inc/admin/ui/options.php:460
|
860 |
#: inc/functions/admin-ui.php:58
|
861 |
msgid "Level:"
|
862 |
msgstr "Livello:"
|
languages/imagify.pot
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Imagify\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
"POT-Creation-Date: Fri Feb 12 2016 15:00:09 GMT+0100 (CET)\n"
|
8 |
-
"POT-Revision-Date:
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -46,18 +46,18 @@ msgid "Optimizing..."
|
|
46 |
msgstr ""
|
47 |
|
48 |
# @todo Context should be provided for translators.
|
49 |
-
#: ../inc/admin/ajax.php:118 ../inc/admin/enqueue.php:163 ../inc/admin/
|
50 |
-
#: php:
|
51 |
msgid "Optimize"
|
52 |
msgstr ""
|
53 |
|
54 |
# @todo Typo (capitalization). Also let’s use exclamation marks sparely, they’re not as common in English as they are in French or German.
|
55 |
-
#: ../inc/admin/ajax.php:
|
56 |
msgid "Oops, It's almost over!"
|
57 |
msgstr ""
|
58 |
|
59 |
# @todo %s = 2 new lines. Problem: May not be suitable in all languages, should be inline HTML.
|
60 |
-
#: ../inc/admin/ajax.php:
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
@@ -65,18 +65,18 @@ msgid ""
|
|
65 |
msgstr ""
|
66 |
|
67 |
# @todo Is this a heading? Otherwise don’t capitalize.
|
68 |
-
#: ../inc/admin/ajax.php:
|
69 |
msgid "View My Subscription"
|
70 |
msgstr ""
|
71 |
|
72 |
# @todo Typo (capitalization). Also let’s use exclamation marks sparely, they’re not as common in English as they are in French or German.
|
73 |
-
#: ../inc/admin/ajax.php:
|
74 |
#: php:251
|
75 |
msgid "Oops, It's Over!"
|
76 |
msgstr ""
|
77 |
|
78 |
# @todo Inappropriate use of %s. Translators should be able to switch order of arguments, therefore should be %1$s and %2$s.
|
79 |
-
#: ../inc/admin/ajax.php:
|
80 |
#: php:253
|
81 |
#, php-format
|
82 |
msgid ""
|
@@ -85,25 +85,25 @@ msgid ""
|
|
85 |
msgstr ""
|
86 |
|
87 |
# @todo Is this a heading? Otherwise don’t capitalize.
|
88 |
-
#: ../inc/admin/ajax.php:
|
89 |
msgid "Upgrade My Subscription"
|
90 |
msgstr ""
|
91 |
|
92 |
# @todo Is this a heading? Then capitalize.
|
93 |
-
#: ../inc/admin/ajax.php:
|
94 |
msgid "Account status"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../inc/admin/ajax.php:
|
98 |
msgid "Your subscription:"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../inc/admin/ajax.php:
|
102 |
#, php-format
|
103 |
msgid "You have %s space credit left"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: ../inc/admin/ajax.php:
|
107 |
msgid "View my subscription"
|
108 |
msgstr ""
|
109 |
|
@@ -210,54 +210,54 @@ msgid "Original Saving:"
|
|
210 |
msgstr ""
|
211 |
|
212 |
# @todo use ellipsis as 1 character (http://unicode.org/cldr/utility/character.jsp?a=2026)
|
213 |
-
#: ../inc/admin/enqueue.php:
|
214 |
msgid "Please wait..."
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: ../inc/admin/enqueue.php:
|
218 |
msgid ""
|
219 |
"We are trying to get your unoptimized images, it may take time depending on "
|
220 |
"the number of images."
|
221 |
msgstr ""
|
222 |
|
223 |
# @todo Remove capitalization + exclamation mark.
|
224 |
-
#: ../inc/admin/enqueue.php:
|
225 |
msgid "Oops, There is something wrong!"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: ../inc/admin/enqueue.php:
|
229 |
msgid ""
|
230 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
231 |
"Try again and if the issue still persist, please contact us!"
|
232 |
msgstr ""
|
233 |
|
234 |
# @todo Context for translators should be provided.
|
235 |
-
#: ../inc/admin/enqueue.php:
|
236 |
-
#: php:
|
237 |
msgid "Optimized"
|
238 |
msgstr ""
|
239 |
|
240 |
# @todo Context for translators should be provided.
|
241 |
-
#: ../inc/admin/enqueue.php:
|
242 |
msgid "Unoptimized"
|
243 |
msgstr ""
|
244 |
|
245 |
# @todo Context for translators should be provided.
|
246 |
-
#: ../inc/admin/enqueue.php:
|
247 |
msgid "Error"
|
248 |
msgstr ""
|
249 |
|
250 |
# @todo Context for translators should be provided.
|
251 |
-
#: ../inc/admin/enqueue.php:
|
252 |
msgid "Hold on!"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: ../inc/admin/enqueue.php:
|
256 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
257 |
msgstr ""
|
258 |
|
259 |
# @todo Context for translators should be provided of what %1$s and %2$s represent.
|
260 |
-
#: ../inc/admin/enqueue.php:
|
261 |
#, php-format
|
262 |
msgid ""
|
263 |
"Discover @imagify, the new compression tool to optimize your images for free."
|
@@ -265,12 +265,12 @@ msgid ""
|
|
265 |
msgstr ""
|
266 |
|
267 |
# @todo What is going to happen when user does leave the page?
|
268 |
-
#: ../inc/admin/enqueue.php:
|
269 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
270 |
msgstr ""
|
271 |
|
272 |
# @todo Better: “To continue optimizing your images”. Also, the link should be implemented as inline HTML with a placeholder for the URL, in order for translators to be able to switch its position.
|
273 |
-
#: ../inc/admin/enqueue.php:
|
274 |
#: /inc/admin/ui/notices.php:253
|
275 |
#, php-format
|
276 |
msgid ""
|
@@ -278,12 +278,12 @@ msgid ""
|
|
278 |
"a pack or subscribe to a plan%s."
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: ../inc/admin/enqueue.php:
|
282 |
msgid "F j, Y"
|
283 |
msgstr ""
|
284 |
|
285 |
#: ../inc/admin/menu.php:24 ../inc/admin/menu.php:24 ../inc/admin/plugins.php:13 .
|
286 |
-
#: ./inc/admin/ui/bulk.php:
|
287 |
msgid "Bulk Optimization"
|
288 |
msgstr ""
|
289 |
|
@@ -321,35 +321,35 @@ msgstr ""
|
|
321 |
msgid "All images"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: ../inc/admin/ui/bulk.php:
|
325 |
msgid "Upgrade your account to continue optimizing your images"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../inc/admin/ui/bulk.php:
|
329 |
msgid "More info"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: ../inc/admin/ui/bulk.php:
|
333 |
msgid "Information"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: ../inc/admin/ui/bulk.php:
|
337 |
msgid ""
|
338 |
"Please be aware that optimizing a large number of images can take a while "
|
339 |
"depending on your server and network speed."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../inc/admin/ui/bulk.php:
|
343 |
msgid ""
|
344 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
345 |
"you leave you can come back to continue where it left off."
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: ../inc/admin/ui/bulk.php:
|
349 |
msgid "Select Your Compression Level"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../inc/admin/ui/bulk.php:
|
353 |
#: /inc/admin/ui/options.php:129 ../inc/admin/ui/options.php:319 ..
|
354 |
#: /inc/admin/ui/options.php:382 ../inc/admin/ui/options.php:399 ..
|
355 |
#: /inc/admin/ui/options.php:459 ../inc/classes/class-attachment.php:135 ..
|
@@ -357,7 +357,7 @@ msgstr ""
|
|
357 |
msgid "Ultra"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../inc/admin/ui/bulk.php:
|
361 |
#: /inc/admin/ui/options.php:124 ../inc/admin/ui/options.php:331 ..
|
362 |
#: /inc/admin/ui/options.php:381 ../inc/admin/ui/options.php:394 ..
|
363 |
#: /inc/admin/ui/options.php:438 ../inc/classes/class-attachment.php:138 ..
|
@@ -365,7 +365,7 @@ msgstr ""
|
|
365 |
msgid "Aggressive"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../inc/admin/ui/bulk.php:
|
369 |
#: /inc/admin/ui/options.php:119 ../inc/admin/ui/options.php:343 ..
|
370 |
#: /inc/admin/ui/options.php:380 ../inc/admin/ui/options.php:389 ..
|
371 |
#: /inc/admin/ui/options.php:418 ../inc/classes/class-attachment.php:141 ..
|
@@ -373,114 +373,114 @@ msgstr ""
|
|
373 |
msgid "Normal"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: ../inc/admin/ui/bulk.php:
|
377 |
msgid "Your default setting:"
|
378 |
msgstr ""
|
379 |
|
380 |
# @todo Use typographical apostrophe. Also, the link should be implemented as inline HTML with a placeholder for the URL, in order for translators to be able to switch its position.
|
381 |
-
#: ../inc/admin/ui/bulk.php:
|
382 |
#, php-format
|
383 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
384 |
msgstr ""
|
385 |
|
386 |
# @todo Use typographical apostrophe.
|
387 |
-
#: ../inc/admin/ui/bulk.php:
|
388 |
msgid "Imagif'em all"
|
389 |
msgstr ""
|
390 |
|
391 |
# @todo Context for translators. Also, “over to”?
|
392 |
-
#: ../inc/admin/ui/bulk.php:
|
393 |
#, php-format
|
394 |
msgid "All images which are over to %s could be optimized using the pro version."
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: ../inc/admin/ui/bulk.php:
|
398 |
msgid "Overview"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: ../inc/admin/ui/bulk.php:
|
402 |
msgid "Statistics"
|
403 |
msgstr ""
|
404 |
|
405 |
# @todo Use typographical apostrophe. Why isn’t the string constructed with an argument (%s) that represents a value?
|
406 |
-
#: ../inc/admin/ui/bulk.php:
|
407 |
msgid "that's the number of images you optimized with Imagify"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../inc/admin/ui/bulk.php:
|
411 |
msgid "Original size"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: ../inc/admin/ui/bulk.php:
|
415 |
msgid "Optimized size"
|
416 |
msgstr ""
|
417 |
|
418 |
# @todo New lines should not be added via argument, but via inline HTML.
|
419 |
-
#: ../inc/admin/ui/bulk.php:
|
420 |
#, php-format
|
421 |
msgid "that's the size you saved %sby using Imagify"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: ../inc/admin/ui/bulk.php:
|
425 |
msgid "Well done!"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: ../inc/admin/ui/bulk.php:
|
429 |
#, php-format
|
430 |
msgid "you saved %1$s out of %2$s"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../inc/admin/ui/bulk.php:
|
434 |
msgid "Share your awesome result"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../inc/admin/ui/bulk.php:
|
438 |
msgid "Compression process results"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: ../inc/admin/ui/bulk.php:
|
442 |
msgid "Filename"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../inc/admin/ui/bulk.php:
|
446 |
msgid "Status"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: ../inc/admin/ui/bulk.php:
|
450 |
#: /inc/admin/ui/options.php:384 ../inc/admin/ui/options.php:408
|
451 |
msgid "Original"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../inc/admin/ui/bulk.php:
|
455 |
msgid "Percentage"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: ../inc/admin/ui/bulk.php:
|
459 |
msgid "Thumbnails optimized"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ../inc/admin/ui/bulk.php:
|
463 |
msgid "Overall saving"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: ../inc/admin/ui/bulk.php:
|
467 |
msgid "file"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../inc/admin/ui/bulk.php:
|
471 |
msgid "error"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: ../inc/admin/ui/bulk.php:
|
475 |
msgid "Total:"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../inc/admin/ui/bulk.php:
|
479 |
msgid "Gain:"
|
480 |
msgstr ""
|
481 |
|
482 |
# @todo The link should be implemented as inline HTML with a placeholder for the URL, in order for translators to be able to switch its position.
|
483 |
-
#: ../inc/admin/ui/bulk.php:
|
484 |
#, php-format
|
485 |
msgid "%sStart the bulk optimization%s"
|
486 |
msgstr ""
|
@@ -493,8 +493,7 @@ msgstr ""
|
|
493 |
#: /inc/admin/ui/notices.php:90 ../inc/admin/ui/notices.php:90 ..
|
494 |
#: /inc/admin/ui/notices.php:181 ../inc/admin/ui/notices.php:181 ..
|
495 |
#: /inc/admin/ui/notices.php:217 ../inc/admin/ui/notices.php:217 ..
|
496 |
-
#: /inc/admin/ui/notices.php:256 ../inc/admin/ui/notices.php:256
|
497 |
-
#: /inc/admin/ui/notices.php:356 ../inc/admin/ui/notices.php:356
|
498 |
msgid "Dismiss this notice"
|
499 |
msgstr ""
|
500 |
|
@@ -600,39 +599,32 @@ msgstr ""
|
|
600 |
msgid "Switch to the List View"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../inc/admin/ui/
|
|
|
|
|
|
|
|
|
604 |
msgid "Discover the best caching plugin to speed up your website."
|
605 |
msgstr ""
|
606 |
|
607 |
# @todo Links should be implemented as inline HTML with placeholders for URLs.
|
608 |
-
#: ../inc/admin/ui/
|
609 |
#, php-format
|
610 |
msgid "%sGet %s off%s with this coupon code:%s"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: ../inc/admin/ui/
|
614 |
msgid "Get WP Rocket now"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: ../inc/admin/ui/notices.php:349
|
618 |
-
#, php-format
|
619 |
-
msgid ""
|
620 |
-
"%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
|
621 |
-
"your website's speed by reducing your images size."
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
# @todo Links should be implemented as inline HTML with placeholders for URLs.
|
625 |
-
#: ../inc/admin/ui/
|
626 |
#, php-format
|
627 |
msgid ""
|
628 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
629 |
"WordPress.org%s!"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: ../inc/admin/ui/options.php:18
|
633 |
-
msgid "Is your website too slow?"
|
634 |
-
msgstr ""
|
635 |
-
|
636 |
#: ../inc/admin/ui/options.php:78
|
637 |
msgid "API Key"
|
638 |
msgstr ""
|
@@ -846,7 +838,7 @@ msgid "Rate Imagify on %s"
|
|
846 |
msgstr ""
|
847 |
|
848 |
# @todo Use typographical ellipsis.
|
849 |
-
#: ../inc/common/admin-bar.php:
|
850 |
msgid "Loading..."
|
851 |
msgstr ""
|
852 |
|
5 |
"Project-Id-Version: Imagify\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
"POT-Creation-Date: Fri Feb 12 2016 15:00:09 GMT+0100 (CET)\n"
|
8 |
+
"POT-Revision-Date: Fri Feb 19 2016 11:04:48 GMT+0100 (CET)\n"
|
9 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
46 |
msgstr ""
|
47 |
|
48 |
# @todo Context should be provided for translators.
|
49 |
+
#: ../inc/admin/ajax.php:118 ../inc/admin/enqueue.php:163 ../inc/admin/meta-boxes.
|
50 |
+
#: php:34 ../inc/functions/admin-ui.php:181
|
51 |
msgid "Optimize"
|
52 |
msgstr ""
|
53 |
|
54 |
# @todo Typo (capitalization). Also let’s use exclamation marks sparely, they’re not as common in English as they are in French or German.
|
55 |
+
#: ../inc/admin/ajax.php:416
|
56 |
msgid "Oops, It's almost over!"
|
57 |
msgstr ""
|
58 |
|
59 |
# @todo %s = 2 new lines. Problem: May not be suitable in all languages, should be inline HTML.
|
60 |
+
#: ../inc/admin/ajax.php:417
|
61 |
#, php-format
|
62 |
msgid ""
|
63 |
"You have almost used all your credit.%sDon't forget to upgrade your "
|
65 |
msgstr ""
|
66 |
|
67 |
# @todo Is this a heading? Otherwise don’t capitalize.
|
68 |
+
#: ../inc/admin/ajax.php:418 ../inc/admin/ui/bulk.php:22
|
69 |
msgid "View My Subscription"
|
70 |
msgstr ""
|
71 |
|
72 |
# @todo Typo (capitalization). Also let’s use exclamation marks sparely, they’re not as common in English as they are in French or German.
|
73 |
+
#: ../inc/admin/ajax.php:426 ../inc/admin/enqueue.php:208 ../inc/admin/ui/notices.
|
74 |
#: php:251
|
75 |
msgid "Oops, It's Over!"
|
76 |
msgstr ""
|
77 |
|
78 |
# @todo Inappropriate use of %s. Translators should be able to switch order of arguments, therefore should be %1$s and %2$s.
|
79 |
+
#: ../inc/admin/ajax.php:427 ../inc/admin/enqueue.php:224 ../inc/admin/ui/notices.
|
80 |
#: php:253
|
81 |
#, php-format
|
82 |
msgid ""
|
85 |
msgstr ""
|
86 |
|
87 |
# @todo Is this a heading? Otherwise don’t capitalize.
|
88 |
+
#: ../inc/admin/ajax.php:428
|
89 |
msgid "Upgrade My Subscription"
|
90 |
msgstr ""
|
91 |
|
92 |
# @todo Is this a heading? Then capitalize.
|
93 |
+
#: ../inc/admin/ajax.php:447 ../inc/admin/ui/bulk.php:16
|
94 |
msgid "Account status"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../inc/admin/ajax.php:448 ../inc/admin/ui/bulk.php:17
|
98 |
msgid "Your subscription:"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../inc/admin/ajax.php:456 ../inc/admin/ui/bulk.php:47
|
102 |
#, php-format
|
103 |
msgid "You have %s space credit left"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: ../inc/admin/ajax.php:468
|
107 |
msgid "View my subscription"
|
108 |
msgstr ""
|
109 |
|
210 |
msgstr ""
|
211 |
|
212 |
# @todo use ellipsis as 1 character (http://unicode.org/cldr/utility/character.jsp?a=2026)
|
213 |
+
#: ../inc/admin/enqueue.php:198
|
214 |
msgid "Please wait..."
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: ../inc/admin/enqueue.php:199
|
218 |
msgid ""
|
219 |
"We are trying to get your unoptimized images, it may take time depending on "
|
220 |
"the number of images."
|
221 |
msgstr ""
|
222 |
|
223 |
# @todo Remove capitalization + exclamation mark.
|
224 |
+
#: ../inc/admin/enqueue.php:201
|
225 |
msgid "Oops, There is something wrong!"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: ../inc/admin/enqueue.php:202
|
229 |
msgid ""
|
230 |
"An unknow error occurred when we tried to get all your unoptimized images. "
|
231 |
"Try again and if the issue still persist, please contact us!"
|
232 |
msgstr ""
|
233 |
|
234 |
# @todo Context for translators should be provided.
|
235 |
+
#: ../inc/admin/enqueue.php:204 ../inc/admin/upload.php:38 ../inc/admin/ui/bulk.
|
236 |
+
#: php:257
|
237 |
msgid "Optimized"
|
238 |
msgstr ""
|
239 |
|
240 |
# @todo Context for translators should be provided.
|
241 |
+
#: ../inc/admin/enqueue.php:205 ../inc/admin/upload.php:39
|
242 |
msgid "Unoptimized"
|
243 |
msgstr ""
|
244 |
|
245 |
# @todo Context for translators should be provided.
|
246 |
+
#: ../inc/admin/enqueue.php:206
|
247 |
msgid "Error"
|
248 |
msgstr ""
|
249 |
|
250 |
# @todo Context for translators should be provided.
|
251 |
+
#: ../inc/admin/enqueue.php:209
|
252 |
msgid "Hold on!"
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: ../inc/admin/enqueue.php:210
|
256 |
msgid "All your images have been optimized by Imagify. Congratulations!"
|
257 |
msgstr ""
|
258 |
|
259 |
# @todo Context for translators should be provided of what %1$s and %2$s represent.
|
260 |
+
#: ../inc/admin/enqueue.php:212
|
261 |
#, php-format
|
262 |
msgid ""
|
263 |
"Discover @imagify, the new compression tool to optimize your images for free."
|
265 |
msgstr ""
|
266 |
|
267 |
# @todo What is going to happen when user does leave the page?
|
268 |
+
#: ../inc/admin/enqueue.php:216
|
269 |
msgid "Imagify is still processing. Are you sure you want to leave this page?"
|
270 |
msgstr ""
|
271 |
|
272 |
# @todo Better: “To continue optimizing your images”. Also, the link should be implemented as inline HTML with a placeholder for the URL, in order for translators to be able to switch its position.
|
273 |
+
#: ../inc/admin/enqueue.php:221 ../inc/admin/enqueue.php:224 ..
|
274 |
#: /inc/admin/ui/notices.php:253
|
275 |
#, php-format
|
276 |
msgid ""
|
278 |
"a pack or subscribe to a plan%s."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: ../inc/admin/enqueue.php:224
|
282 |
msgid "F j, Y"
|
283 |
msgstr ""
|
284 |
|
285 |
#: ../inc/admin/menu.php:24 ../inc/admin/menu.php:24 ../inc/admin/plugins.php:13 .
|
286 |
+
#: ./inc/admin/ui/bulk.php:78 ../inc/common/admin-bar.php:39
|
287 |
msgid "Bulk Optimization"
|
288 |
msgstr ""
|
289 |
|
321 |
msgid "All images"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: ../inc/admin/ui/bulk.php:59
|
325 |
msgid "Upgrade your account to continue optimizing your images"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: ../inc/admin/ui/bulk.php:63
|
329 |
msgid "More info"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: ../inc/admin/ui/bulk.php:88
|
333 |
msgid "Information"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: ../inc/admin/ui/bulk.php:90
|
337 |
msgid ""
|
338 |
"Please be aware that optimizing a large number of images can take a while "
|
339 |
"depending on your server and network speed."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../inc/admin/ui/bulk.php:91
|
343 |
msgid ""
|
344 |
"You must keep this page open while the bulk optimizaton is processing. If "
|
345 |
"you leave you can come back to continue where it left off."
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: ../inc/admin/ui/bulk.php:99
|
349 |
msgid "Select Your Compression Level"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: ../inc/admin/ui/bulk.php:102 ../inc/admin/ui/bulk.php:130 ..
|
353 |
#: /inc/admin/ui/options.php:129 ../inc/admin/ui/options.php:319 ..
|
354 |
#: /inc/admin/ui/options.php:382 ../inc/admin/ui/options.php:399 ..
|
355 |
#: /inc/admin/ui/options.php:459 ../inc/classes/class-attachment.php:135 ..
|
357 |
msgid "Ultra"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: ../inc/admin/ui/bulk.php:105 ../inc/admin/ui/bulk.php:125 ..
|
361 |
#: /inc/admin/ui/options.php:124 ../inc/admin/ui/options.php:331 ..
|
362 |
#: /inc/admin/ui/options.php:381 ../inc/admin/ui/options.php:394 ..
|
363 |
#: /inc/admin/ui/options.php:438 ../inc/classes/class-attachment.php:138 ..
|
365 |
msgid "Aggressive"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: ../inc/admin/ui/bulk.php:108 ../inc/admin/ui/bulk.php:120 ..
|
369 |
#: /inc/admin/ui/options.php:119 ../inc/admin/ui/options.php:343 ..
|
370 |
#: /inc/admin/ui/options.php:380 ../inc/admin/ui/options.php:389 ..
|
371 |
#: /inc/admin/ui/options.php:418 ../inc/classes/class-attachment.php:141 ..
|
373 |
msgid "Normal"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: ../inc/admin/ui/bulk.php:112
|
377 |
msgid "Your default setting:"
|
378 |
msgstr ""
|
379 |
|
380 |
# @todo Use typographical apostrophe. Also, the link should be implemented as inline HTML with a placeholder for the URL, in order for translators to be able to switch its position.
|
381 |
+
#: ../inc/admin/ui/bulk.php:139
|
382 |
#, php-format
|
383 |
msgid "Don't forget to check %syour settings%s before bulk optimization."
|
384 |
msgstr ""
|
385 |
|
386 |
# @todo Use typographical apostrophe.
|
387 |
+
#: ../inc/admin/ui/bulk.php:149
|
388 |
msgid "Imagif'em all"
|
389 |
msgstr ""
|
390 |
|
391 |
# @todo Context for translators. Also, “over to”?
|
392 |
+
#: ../inc/admin/ui/bulk.php:156
|
393 |
#, php-format
|
394 |
msgid "All images which are over to %s could be optimized using the pro version."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: ../inc/admin/ui/bulk.php:167
|
398 |
msgid "Overview"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: ../inc/admin/ui/bulk.php:177
|
402 |
msgid "Statistics"
|
403 |
msgstr ""
|
404 |
|
405 |
# @todo Use typographical apostrophe. Why isn’t the string constructed with an argument (%s) that represents a value?
|
406 |
+
#: ../inc/admin/ui/bulk.php:189
|
407 |
msgid "that's the number of images you optimized with Imagify"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: ../inc/admin/ui/bulk.php:194
|
411 |
msgid "Original size"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: ../inc/admin/ui/bulk.php:199
|
415 |
msgid "Optimized size"
|
416 |
msgstr ""
|
417 |
|
418 |
# @todo New lines should not be added via argument, but via inline HTML.
|
419 |
+
#: ../inc/admin/ui/bulk.php:210
|
420 |
#, php-format
|
421 |
msgid "that's the size you saved %sby using Imagify"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: ../inc/admin/ui/bulk.php:230
|
425 |
msgid "Well done!"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: ../inc/admin/ui/bulk.php:231
|
429 |
#, php-format
|
430 |
msgid "you saved %1$s out of %2$s"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ../inc/admin/ui/bulk.php:236
|
434 |
msgid "Share your awesome result"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: ../inc/admin/ui/bulk.php:251
|
438 |
msgid "Compression process results"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: ../inc/admin/ui/bulk.php:254
|
442 |
msgid "Filename"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: ../inc/admin/ui/bulk.php:255
|
446 |
msgid "Status"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: ../inc/admin/ui/bulk.php:256 ../inc/admin/ui/options.php:379 ..
|
450 |
#: /inc/admin/ui/options.php:384 ../inc/admin/ui/options.php:408
|
451 |
msgid "Original"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../inc/admin/ui/bulk.php:258
|
455 |
msgid "Percentage"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: ../inc/admin/ui/bulk.php:259
|
459 |
msgid "Thumbnails optimized"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ../inc/admin/ui/bulk.php:260
|
463 |
msgid "Overall saving"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: ../inc/admin/ui/bulk.php:265
|
467 |
msgid "file"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../inc/admin/ui/bulk.php:266
|
471 |
msgid "error"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: ../inc/admin/ui/bulk.php:267
|
475 |
msgid "Total:"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../inc/admin/ui/bulk.php:268
|
479 |
msgid "Gain:"
|
480 |
msgstr ""
|
481 |
|
482 |
# @todo The link should be implemented as inline HTML with a placeholder for the URL, in order for translators to be able to switch its position.
|
483 |
+
#: ../inc/admin/ui/bulk.php:285
|
484 |
#, php-format
|
485 |
msgid "%sStart the bulk optimization%s"
|
486 |
msgstr ""
|
493 |
#: /inc/admin/ui/notices.php:90 ../inc/admin/ui/notices.php:90 ..
|
494 |
#: /inc/admin/ui/notices.php:181 ../inc/admin/ui/notices.php:181 ..
|
495 |
#: /inc/admin/ui/notices.php:217 ../inc/admin/ui/notices.php:217 ..
|
496 |
+
#: /inc/admin/ui/notices.php:256 ../inc/admin/ui/notices.php:256
|
|
|
497 |
msgid "Dismiss this notice"
|
498 |
msgstr ""
|
499 |
|
599 |
msgid "Switch to the List View"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../inc/admin/ui/options.php:18
|
603 |
+
msgid "Is your website too slow?"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: ../inc/admin/ui/options.php:24
|
607 |
msgid "Discover the best caching plugin to speed up your website."
|
608 |
msgstr ""
|
609 |
|
610 |
# @todo Links should be implemented as inline HTML with placeholders for URLs.
|
611 |
+
#: ../inc/admin/ui/options.php:32
|
612 |
#, php-format
|
613 |
msgid "%sGet %s off%s with this coupon code:%s"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../inc/admin/ui/options.php:37
|
617 |
msgid "Get WP Rocket now"
|
618 |
msgstr ""
|
619 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
# @todo Links should be implemented as inline HTML with placeholders for URLs.
|
621 |
+
#: ../inc/admin/ui/options.php:55
|
622 |
#, php-format
|
623 |
msgid ""
|
624 |
"%sDo you like this plugin?%s Please take a few seconds to %srate it on "
|
625 |
"WordPress.org%s!"
|
626 |
msgstr ""
|
627 |
|
|
|
|
|
|
|
|
|
628 |
#: ../inc/admin/ui/options.php:78
|
629 |
msgid "API Key"
|
630 |
msgstr ""
|
838 |
msgstr ""
|
839 |
|
840 |
# @todo Use typographical ellipsis.
|
841 |
+
#: ../inc/common/admin-bar.php:57
|
842 |
msgid "Loading..."
|
843 |
msgstr ""
|
844 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wp_media
|
|
3 |
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
|
4 |
Requires at least: 3.7.0
|
5 |
Tested up to: 4.4.2
|
6 |
-
Stable tag: 1.4.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -134,6 +134,13 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
= 1.4.3 =
|
138 |
* Interface
|
139 |
* Visual fix: CSS prefixed in notices to avoid class conflicts
|
3 |
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
|
4 |
Requires at least: 3.7.0
|
5 |
Tested up to: 4.4.2
|
6 |
+
Stable tag: 1.4.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 1.4.4 =
|
138 |
+
* Interface
|
139 |
+
* Visual fix: CSS prefixed in notices to avoid class conflicts
|
140 |
+
* Visual fix: improve Imagify Notices CSS to avoid issue with WP Engine CSS
|
141 |
+
* Medias: new "Compare Original VS Optimized" action link in grid view mode
|
142 |
+
* Settings: new sample images for visual comparison of compression levels (removes unused sample images)
|
143 |
+
|
144 |
= 1.4.3 =
|
145 |
* Interface
|
146 |
* Visual fix: CSS prefixed in notices to avoid class conflicts
|