WooCommerce MercadoPago - Version 6.1.0

Version Description

Download this release

Release Info

Developer mercadopago
Plugin Icon 128x128 WooCommerce MercadoPago
Version 6.1.0
Comparing to
See all releases

Code changes from version 6.0.2 to 6.1.0

Files changed (28) hide show
  1. assets/css/components_mercadopago.css +8 -3
  2. assets/css/components_mercadopago.min.css +1 -1
  3. assets/css/mercadopago-settings/mercadopago_settings.css +9 -2
  4. assets/css/mercadopago-settings/mercadopago_settings.min.css +1 -1
  5. assets/js/caronte/caronte-client.js +33 -0
  6. assets/js/caronte/caronte-client.min.js +1 -0
  7. assets/js/melidata/melidata-client.js +4 -4
  8. assets/js/melidata/melidata-client.min.js +1 -1
  9. assets/js/mercadopago-settings/mercadopago_settings.js +227 -107
  10. assets/js/mercadopago-settings/mercadopago_settings.min.js +1 -1
  11. assets/js/mp-plugins-components.js +1 -1
  12. assets/js/mp-plugins-components.min.js +1 -1
  13. assets/js/notices/notices-client.js +64 -0
  14. assets/js/notices/notices-client.min.js +1 -0
  15. assets/js/securityFields/securityFields.js +66 -22
  16. assets/js/securityFields/securityFields.min.js +1 -1
  17. i18n/languages/woocommerce-mercadopago-es_AR.mo +0 -0
  18. i18n/languages/woocommerce-mercadopago-es_AR.po +729 -638
  19. i18n/languages/woocommerce-mercadopago-es_CL.mo +0 -0
  20. i18n/languages/woocommerce-mercadopago-es_CL.po +729 -638
  21. i18n/languages/woocommerce-mercadopago-es_CO.mo +0 -0
  22. i18n/languages/woocommerce-mercadopago-es_CO.po +729 -638
  23. i18n/languages/woocommerce-mercadopago-es_ES.mo +0 -0
  24. i18n/languages/woocommerce-mercadopago-es_ES.po +729 -638
  25. i18n/languages/woocommerce-mercadopago-es_MX.mo +0 -0
  26. i18n/languages/woocommerce-mercadopago-es_MX.po +729 -638
  27. i18n/languages/woocommerce-mercadopago-es_PE.mo +0 -0
  28. i18n/languages/woocommerce-mercadopago-es_PE.po +176 -184
assets/css/components_mercadopago.css CHANGED
@@ -155,16 +155,20 @@
155
  background: #ff7733;
156
  border-radius: 6px 0 0 6px;
157
  }
 
 
 
 
 
158
  .mp-card-body-payments {
159
  display: flex;
160
  align-items: flex-start;
161
- padding: 12px 16px 0px 0px;
162
- width: 512px;
163
  background: rgba(0, 0, 0, 0.04);
164
  border-radius: 0 6px 6px 0;
165
  }
166
  .mp-card-body-size {
167
- width: 600px;
168
  }
169
  .mp-card-body-size-homolog {
170
  width: 700px;
@@ -191,6 +195,7 @@
191
  align-items: center;
192
  color: rgba(0, 0, 0, 0.9);
193
  margin: 4px 0px;
 
194
  }
195
  .mp-text-subtitle {
196
  font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica,
155
  background: #ff7733;
156
  border-radius: 6px 0 0 6px;
157
  }
158
+ .mp-alert-color-error {
159
+ width: 6px;
160
+ background: #ff3333;
161
+ border-radius: 6px 0 0 6px;
162
+ }
163
  .mp-card-body-payments {
164
  display: flex;
165
  align-items: flex-start;
166
+ padding: 24px 100px 24px 0px;
 
167
  background: rgba(0, 0, 0, 0.04);
168
  border-radius: 0 6px 6px 0;
169
  }
170
  .mp-card-body-size {
171
+ width: 653px;
172
  }
173
  .mp-card-body-size-homolog {
174
  width: 700px;
195
  align-items: center;
196
  color: rgba(0, 0, 0, 0.9);
197
  margin: 4px 0px;
198
+ font-weight: bold;
199
  }
200
  .mp-text-subtitle {
201
  font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica,
assets/css/components_mercadopago.min.css CHANGED
@@ -1 +1 @@
1
- .mp-toggle{cursor:pointer;display:inline-block}.mp-toggle-switch{display:inline-block;background:#ccc;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.mp-toggle-switch:after,.mp-toggle-switch:before{content:""}.mp-toggle-switch:before{display:block;background:linear-gradient(to bottom,#fff 0,#eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.mp-toggle:hover .mp-toggle-switch:before{background:linear-gradient(to bottom,#fff 0,#fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.mp-toggle-checkbox:checked+.mp-toggle-switch{background:#009ee3}.mp-toggle-checkbox:checked+.mp-toggle-switch:before{left:30px}.mp-toggle-checkbox{position:absolute;visibility:hidden}.mp-toggle-label{margin-left:5px;position:relative;top:2px;display:inline}.mp-toggle-label-enabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled{display:inline}.mp-toggle-subtitle{font-weight:400!important;font-size:14px!important}.mp-checkbox-list-description{margin:10px}.mp-list-group{list-style:none;padding:10px;width:fit-content;min-width:30%;display:-moz-inline-grid;display:-ms-inline-grid;display:inline-grid}.mp-list-group-item{border:1.5px solid rgba(0,0,0,.1);height:40px;margin:0}.mp-list-group-item:first-child{border-radius:6px 6px 0 0}.mp-list-group-item:last-child{border-radius:0 0 6px 6px}.mp-custom-checkbox{margin:10px}.mp-custom-checkbox-input{vertical-align:middle}.mp-custom-checkbox-label{vertical-align:middle;cursor:pointer;font-size:14px}@media screen and (max-width:1200px){.mp-list-group{display:block;min-width:50%}}@media screen and (max-width:680px){.mp-list-group{width:100%}}.mp-card-info{display:flex;margin:32px 0 32px 0}.mp-alert-color-sucess{width:6px;background:#009ee3;border-radius:6px 0 0 6px}.mp-alert-color-alert{width:6px;background:#f73;border-radius:6px 0 0 6px}.mp-card-body-payments{display:flex;align-items:flex-start;padding:12px 16px 0 0;width:512px;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0}.mp-card-body-size{width:600px}.mp-card-body-size-homolog{width:700px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFMSURBVHgBnZNPSsNAFMa/mcSKILS4iotiPIHZuTQ9QbLxAAouXNkb2NygXsBeIb2A9gbGEyTowlWlSEFIk8Y3M4pD/rX0BwOTee99eTPzDUOZSeyiMH2aeTTs39UIBYuQGgFujxM9nWmFPcC4p8Qh2mDFGMgDXJ0u/gVksfmMAg62IwLLBkKEq2/x52qxc7QH+9CsE3BkjexgEtu057guK7608DpfwX+ao5YcAxOFMUIDwcsXos8VGjHWPvXHzupi4/Muuh0DvQ5vEeEeV/upMvtI4VodeCcHaMHmTZHw7RvJMscmhECC3YlIYD3FrpA7OXIeltdda19eofCBPq9A1lZOfHwne+JOj5UNtEhzGoW+9IDr/lBlsWxEZrqAdiPJMkMjjKwMqoE6RMiHIbwtVDdDOeodKK0y0trCndJgfx0lNKZk3RA3/Zme/gMT3We010tr+AAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:20px;height:20px}.mp-icon-badge-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBnVOxTgMxDLXTMFEEXRAb9wewdSmoZUIIQXc+gv4B7R8UMTOynxhY6dCB8f4A+AJA3A2IJsZ2UXVckwPxpNNFif3sPL8gVPDSOe4aMH1APEWARPaIIEOEzH3iqPWQPpXjcZHY7W8Y5y8QcAA1QKDxrGFGrUn6uiDQZE/3SLALfwBxN95gT0iMbGjlQDJubeq3tM+xlnN0zdWThqPHUKXm3Y3+86Oz0DE4cj3L1YclKX4iL4AgDhHb8IV24J9AnpTl8USF8+8FQFHUcSSm7pTy2mSF5Ts+swLbocOPq+uoPAKeRsYaUBoLWDk80C/aIfvBeDBxgv022L12lECsrQ2+dU7GrOh5NQCbq/NKAS2I6HJ9ejtQEb01Q2lnKUh8EEiWhyU5slYC8bR4W1jhF0jM7PsdKFk1QKwt7uQD9sfcZDIpEZudl65N00k5/gudwIOB2rfiTQAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px;padding-left:10px}.mp-text-title{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:16px;line-height:20px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0}.mp-text-subtitle{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0}.mp-button-payments{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button-payments-a{text-decoration:none}.mp-button-payments:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button-payments:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-payments:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-activable-input-subtitle{font-weight:400!important;font-size:14px!important;margin-bottom:0}.mp-mw-100{max-width:100%!important}.mp-component-card{max-width:50%;padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}@media screen and (max-width:900px){.mp-component-card{max-width:100%}}
1
+ .mp-toggle{cursor:pointer;display:inline-block}.mp-toggle-switch{display:inline-block;background:#ccc;border-radius:16px;width:58px;height:32px;position:relative;vertical-align:middle;transition:background .25s}.mp-toggle-switch:after,.mp-toggle-switch:before{content:""}.mp-toggle-switch:before{display:block;background:linear-gradient(to bottom,#fff 0,#eee 100%);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.25);width:24px;height:24px;position:absolute;top:4px;left:4px;transition:left .25s}.mp-toggle:hover .mp-toggle-switch:before{background:linear-gradient(to bottom,#fff 0,#fff 100%);box-shadow:0 0 0 1px rgba(0,0,0,.5)}.mp-toggle-checkbox:checked+.mp-toggle-switch{background:#009ee3}.mp-toggle-checkbox:checked+.mp-toggle-switch:before{left:30px}.mp-toggle-checkbox{position:absolute;visibility:hidden}.mp-toggle-label{margin-left:5px;position:relative;top:2px;display:inline}.mp-toggle-label-enabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-disabled{display:none}.mp-toggle-checkbox:checked+.mp-toggle-switch+.mp-toggle-label>span.mp-toggle-label-enabled{display:inline}.mp-toggle-subtitle{font-weight:400!important;font-size:14px!important}.mp-checkbox-list-description{margin:10px}.mp-list-group{list-style:none;padding:10px;width:fit-content;min-width:30%;display:-moz-inline-grid;display:-ms-inline-grid;display:inline-grid}.mp-list-group-item{border:1.5px solid rgba(0,0,0,.1);height:40px;margin:0}.mp-list-group-item:first-child{border-radius:6px 6px 0 0}.mp-list-group-item:last-child{border-radius:0 0 6px 6px}.mp-custom-checkbox{margin:10px}.mp-custom-checkbox-input{vertical-align:middle}.mp-custom-checkbox-label{vertical-align:middle;cursor:pointer;font-size:14px}@media screen and (max-width:1200px){.mp-list-group{display:block;min-width:50%}}@media screen and (max-width:680px){.mp-list-group{width:100%}}.mp-card-info{display:flex;margin:32px 0 32px 0}.mp-alert-color-sucess{width:6px;background:#009ee3;border-radius:6px 0 0 6px}.mp-alert-color-alert{width:6px;background:#f73;border-radius:6px 0 0 6px}.mp-alert-color-error{width:6px;background:#f33;border-radius:6px 0 0 6px}.mp-card-body-payments{display:flex;align-items:flex-start;padding:24px 100px 24px 0;background:rgba(0,0,0,.04);border-radius:0 6px 6px 0}.mp-card-body-size{width:653px}.mp-card-body-size-homolog{width:700px}.mp-icon-badge-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFMSURBVHgBnZNPSsNAFMa/mcSKILS4iotiPIHZuTQ9QbLxAAouXNkb2NygXsBeIb2A9gbGEyTowlWlSEFIk8Y3M4pD/rX0BwOTee99eTPzDUOZSeyiMH2aeTTs39UIBYuQGgFujxM9nWmFPcC4p8Qh2mDFGMgDXJ0u/gVksfmMAg62IwLLBkKEq2/x52qxc7QH+9CsE3BkjexgEtu057guK7608DpfwX+ao5YcAxOFMUIDwcsXos8VGjHWPvXHzupi4/Muuh0DvQ5vEeEeV/upMvtI4VodeCcHaMHmTZHw7RvJMscmhECC3YlIYD3FrpA7OXIeltdda19eofCBPq9A1lZOfHwne+JOj5UNtEhzGoW+9IDr/lBlsWxEZrqAdiPJMkMjjKwMqoE6RMiHIbwtVDdDOeodKK0y0trCndJgfx0lNKZk3RA3/Zme/gMT3We010tr+AAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:20px;height:20px}.mp-icon-badge-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBnVOxTgMxDLXTMFEEXRAb9wewdSmoZUIIQXc+gv4B7R8UMTOynxhY6dCB8f4A+AJA3A2IJsZ2UXVckwPxpNNFif3sPL8gVPDSOe4aMH1APEWARPaIIEOEzH3iqPWQPpXjcZHY7W8Y5y8QcAA1QKDxrGFGrUn6uiDQZE/3SLALfwBxN95gT0iMbGjlQDJubeq3tM+xlnN0zdWThqPHUKXm3Y3+86Oz0DE4cj3L1YclKX4iL4AgDhHb8IV24J9AnpTl8USF8+8FQFHUcSSm7pTy2mSF5Ts+swLbocOPq+uoPAKeRsYaUBoLWDk80C/aIfvBeDBxgv022L12lECsrQ2+dU7GrOh5NQCbq/NKAS2I6HJ9ejtQEb01Q2lnKUh8EEiWhyU5slYC8bR4W1jhF0jM7PsdKFk1QKwt7uQD9sfcZDIpEZudl65N00k5/gudwIOB2rfiTQAAAABJRU5ErkJggg==) 98% 50% no-repeat transparent;margin:5px 16px 16px 12px;width:22px;height:20px;padding-left:10px}.mp-text-title{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:16px;line-height:20px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0;font-weight:700}.mp-text-subtitle{font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:14px;line-height:18px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin:4px 0}.mp-button-payments{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button-payments-a{text-decoration:none}.mp-button-payments:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button-payments:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-payments:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-activable-input-subtitle{font-weight:400!important;font-size:14px!important;margin-bottom:0}.mp-mw-100{max-width:100%!important}.mp-component-card{max-width:50%;padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}@media screen and (max-width:900px){.mp-component-card{max-width:100%}}
assets/css/mercadopago-settings/mercadopago_settings.css CHANGED
@@ -488,9 +488,16 @@ input:checked + .mp-settings-slider:before {
488
  .mp-settings-alert-payment-methods-orange {
489
  width: 6px;
490
  background-color: #ff7733;
491
- height: 72px;
492
  border-radius: 6px 0 0 6px;
493
  }
 
 
 
 
 
 
 
494
  .mp-settings-alert-payment-methods-green {
495
  width: 6px;
496
  background-color: #00a650;
@@ -509,7 +516,7 @@ input:checked + .mp-settings-slider:before {
509
  .mp-settings-alert-mode-body {
510
  font-family: sans-serif;
511
  font-size: 14px;
512
- line-height: 18px;
513
  margin-top: 4px;
514
  }
515
  .mp-settings-alert-mode-title {
488
  .mp-settings-alert-payment-methods-orange {
489
  width: 6px;
490
  background-color: #ff7733;
491
+ height: 142px;
492
  border-radius: 6px 0 0 6px;
493
  }
494
+ .mp-settings-alert-red {
495
+ width: 6px;
496
+ background-color: #ff0000;
497
+ height: 100%;
498
+ border-radius: 6px 0 0 6px;
499
+ }
500
+
501
  .mp-settings-alert-payment-methods-green {
502
  width: 6px;
503
  background-color: #00a650;
516
  .mp-settings-alert-mode-body {
517
  font-family: sans-serif;
518
  font-size: 14px;
519
+ line-height: 22px;
520
  margin-top: 4px;
521
  }
522
  .mp-settings-alert-mode-title {
assets/css/mercadopago-settings/mercadopago_settings.min.css CHANGED
@@ -1 +1 @@
1
- .mp-settings{margin:0 55px 0 23px;font-size:16px;min-width:550px;font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}.mp-settings-header{height:340px;margin:30px 0 15px 0;position:relative}.mp-settings-header-img{position:absolute;background:url("../../images/mercadopago-settings/header-settings.png");height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;border-radius:140px 170px 170px 0}.mp-settings-header-logo{position:relative;background:url("../../images/mercadopago-settings/mercadopago-logo.png") 98% 50% no-repeat transparent;width:190px;height:70px;padding-right:16px!important;top:60px;line-height:36px;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-settings-header-hr{position:relative;top:65px;width:28%;border:1px solid #00b1ea;flex:none;flex-grow:0;margin:16px 0 0 45px}.mp-settings-header p{position:relative;top:70px;font-family:sans-serif;font-size:2rem;line-height:36px;color:#fff;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-container{display:flex}.mp-settings-title-container{display:flex}.mp-block{padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}.mp-block-requirements{background-color:unset;flex:1;flex-direction:column;box-shadow:unset}.mp-block-flex{flex:2}.mp-block-manual{background:#f5f5f5}.mp-settings-font-color{font-family:sans-serif;color:rgba(0,0,0,.9)}.mp-settings-title-font-size{font-size:20px;line-height:25px}.mp-settings-subtitle-font-size{font-size:16px;line-height:20px}.mp-settings-title-color{color:rgba(0,0,0,.55)}.mp-inner-container{display:flex;flex-direction:row}.mp-inner-container div:first-child{padding-right:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row}.mp-inner-container div:nth-child(2){padding-left:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row-reverse}.mp-inner-container div p{margin:0 8px 0 0;padding:0}.mp-inner-container div h4{margin:0;padding-right:5px}.mp-inner-container-settings{display:block;flex-direction:column}.mp-button{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-button-light-blue{border-color:transparent;background:rgba(71,154,209,.15);color:#009ee3}.mp-button-light-blue:hover{border-color:transparent;background-color:rgba(65,137,230,.2);color:#009ee3;-webkit-transition:background-color .2s ease-in;transition:background-color .2s}.mp-button-light-blue:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-light-blue:active{border-color:transparent;background-color:rgba(65,137,230,.3);color:#009ee3}.mp-settings-icon-success{background:url("../../images/mercadopago-settings/icon-success.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-warning{background:url("../../images/mercadopago-settings/icon-warning.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-open{background:url("../../images/mercadopago-settings/icon-open.png") 98% 50% no-repeat transparent;padding-right:16px!important;transition:1s}.mp-settings-icon-open.mp-arrow-up{transform:rotate(180deg);transition:1s}.mp-settings-icon{width:70px;height:70px}.mp-settings-icon-info{background:url("../../images/mercadopago-settings/icon-info.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-mp{background:url("../../images/mercadopago-settings/icon-mp.png") center center no-repeat transparent}.mp-settings-icon-card{background:url("../../images/mercadopago-settings/icon-card.png") center center no-repeat transparent}.mp-settings-icon-code{background:url("../../images/mercadopago-settings/icon-code.png") center center no-repeat transparent}.mp-settings-icon-pix{background:url("../../images/mercadopago-settings/icon-pix.png") center center no-repeat transparent}.mp-settings-icon-config{background:url("../../images/mercadopago-settings/icon-config.png") center center no-repeat transparent;padding-right:16px!important}.mp-settings-hr{position:static;border:1px solid #c6c6c6;flex:none;order:0;align-self:stretch;flex-grow:0;margin:32px 0 32px}.mp-settings-title-blocks{font-size:20px;line-height:25px}.mp-settings-input{width:100%;height:48px;left:calc(50% - 544px / 2);top:22px;background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:6px;flex:none;order:1;align-self:stretch;flex-grow:0;margin:4px 0}.mp-settings-margin-right{margin-right:8px}.mp-settings-margin-left{margin-left:8px}.mp-settings-label{font-family:sans-serif;font-size:14px;line-height:18px}.mp-settings-helper{font-family:sans-serif;position:static;width:532px;height:18px;left:calc(50% - 532px / 2);top:0;font-size:13px;line-height:18px;color:rgba(0,0,0,.55)}.mp-settings-standard-margin{margin:0 0 24px}.mp-settings-blue-text{cursor:pointer;color:#009ee3!important;text-decoration:none}.mp-settings-switch{position:relative;display:inline-block;width:40px;height:24px;margin:0 12px 5px 0}.mp-settings-switch input{opacity:0;width:0;height:0}.mp-settings-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.mp-settings-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.mp-settings-slider{background-color:#2196f3}input:focus+.mp-settings-slider{box-shadow:0 0 1px #2196f3}input:checked+.mp-settings-slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.mp-settings-slider.mp-settings-round{border-radius:34px}.mp-settings-slider.mp-settings-round:before{border-radius:50%}.mp-settings-debug{margin:0}.mp-settings-payment-block{border-radius:unset;border-bottom:1px solid #c6c6c6;width:75%;display:flex;align-items:center}.mp-settings-badge-active{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 57px / 2);background:rgba(0,166,80,.1);border-radius:12px;font-size:12px;line-height:12px;align-items:center;text-align:center;color:#00a650}.mp-settings-badge-inactive{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 52px / 2);background:rgba(0,0,0,.07);border-radius:12px;margin:0 0;font-size:12px;line-height:12px;text-align:center;color:rgba(0,0,0,.55)}.mp-settings-test-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;height:24px;position:static;width:124px;left:calc(50% - 124px / 2);top:0;bottom:0;background:rgba(255,119,51,.1);border-radius:12px;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#f73}.mp-settings-prod-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;width:196px;height:24px;padding:7px 8px 5px;position:static;width:196px;left:calc(50% - 196px / 2);top:0;bottom:0;left:4.08%;right:4.08%;top:29.17%;bottom:20.83%;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#00a650;background:rgba(0,166,80,.1);border-radius:12px}.mp-settings-fieldset{margin:0 0 24px 0}.mp-settings-align-div{display:flex;align-items:center;justify-content:space-between}.mp-settings-text-payment{font-family:sans-serif;font-size:14px;line-height:16px;color:#009ee3;margin:0 10px}.mp-settings-margin-title-payment{margin:0 16px 0 16px}.mp-settings-border-bottom-payment{border-bottom:unset}.mp-settings-helper-payment-methods{padding:0 16px 0 14px;margin:unset}.mp-settings-radio-button{max-width:16px;max-height:16px}.mp-settings-alert-payment-methods{display:flex;align-items:flex-start;margin-top:22px}.mp-settings-alert-payment-methods-orange{width:6px;background-color:#f73;height:72px;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-green{width:6px;background-color:#00a650;height:72px;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-gray{border-radius:0 6px 6px 0;width:533px;background:rgba(0,0,0,.04);display:flex;padding:16px 16px 14px;align-items:flex-start}.mp-settings-alert-mode-body{font-family:sans-serif;font-size:14px;line-height:18px;margin-top:4px}.mp-settings-alert-mode-title{font-family:sans-serif;font-size:16px;line-height:20px;margin-top:0;color:rgba(0,0,0,.9)}.mp-settings-mode-container{display:flex;margin:20px 8px 0 0}.mp-settings-mode-spacing{margin-right:12px}.mp-settings-title-align{display:flex;justify-content:space-between;cursor:pointer}.mp-icon-align{display:flex;align-items:center}.mp-settings-block-align-top{padding-top:8px}.mp-credential-feedback-positive{background:url("../../images/mercadopago-settings/feedback-positive.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-credential-feedback-negative{background:url("../../images/mercadopago-settings/feedback-negative.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-settings-tooltip{position:relative;display:flex}.mp-settings-tooltip .mp-settings-tooltip-text{visibility:hidden;width:200px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.1),0 6px 16px rgba(0,0,0,.1);border-radius:6px;color:#000;text-align:left;border-radius:6px;padding:16px;position:absolute;z-index:3;top:30px;cursor:pointer;left:-550%;font-family:sans-serif;font-size:16px;line-height:20px;word-wrap:break-word}.mp-settings-tooltip .mp-settings-tooltip-text p{padding-bottom:10px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #000 transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-tooltip{position:relative;display:inline-block}.mp-settings-tooltip .mp-settings-tooltiptext{visibility:hidden;width:120px;background:#fff;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;top:150%;left:50%;margin-left:0;padding:16px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:"";position:absolute;bottom:100%;left:45%;margin-left:-13px;border-width:5px;border-style:solid;border-color:transparent transparent #fff transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-choose-mode{flex-direction:column;justify-content:space-between}.mp-settings-mode-style{width:16px;height:16px;background:rgba(0,0,0,.04)}.mp-settings-mode-warning{display:flex;flex-direction:column;justify-content:flex-start}.mp-settings-select{appearance:unset!important;-webkit-appearance:unset!important;-moz-appearance:unset!important;max-width:none!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:12px 8px 12px 12px!important;position:static!important;height:48px!important;left:calc(50% - 544px / 2)!important;top:22px!important;background:url("../../images/mercadopago-settings/iconshape.png") no-repeat center right #fff!important;background-origin:content-box!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;text-align:center!important;text-align-last:center!important;margin:4px 0!important;width:100%!important}.mp-settings-flex-start{align-items:flex-start}.mp-settings-link{text-decoration:none}.mp-alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.mp-alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.mp-alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mp-text-center{text-align:center!important}.mp-card-body{flex:1 1 auto;padding:1rem 1rem}@media screen and (max-width:780px){.mp-settings-header-img{height:100%;width:95%}.mp-block-requirements{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-container{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-block{margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-settings-payment-block{margin:unset}.mp-settings-header{height:250px}.mp-settings-header p{top:55px;font-size:1.25rem}.mp-settings-title-blocks{font-size:1.25rem}.mp-settings-icon{width:60px;height:40px;min-width:60px}.mp-settings-icon{width:60px;height:40px;min-width:60px}}
1
+ .mp-settings{margin:0 55px 0 23px;font-size:16px;min-width:550px;font-family:"Proxima Nova",-apple-system,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif}.mp-settings-header{height:340px;margin:30px 0 15px 0;position:relative}.mp-settings-header-img{position:absolute;background:url("../../images/mercadopago-settings/header-settings.png");height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;border-radius:140px 170px 170px 0}.mp-settings-header-logo{position:relative;background:url("../../images/mercadopago-settings/mercadopago-logo.png") 98% 50% no-repeat transparent;width:190px;height:70px;padding-right:16px!important;top:60px;line-height:36px;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-settings-header-hr{position:relative;top:65px;width:28%;border:1px solid #00b1ea;flex:none;flex-grow:0;margin:16px 0 0 45px}.mp-settings-header p{position:relative;top:70px;font-family:sans-serif;font-size:2rem;line-height:36px;color:#fff;flex:none;flex-grow:0;margin:16px 0 0 50px}.mp-container{display:flex}.mp-settings-title-container{display:flex}.mp-block{padding:24px;background-color:#fff;box-shadow:0 6px 16px rgb(0 0 0 / 10%);border-radius:6px}.mp-block-requirements{background-color:unset;flex:1;flex-direction:column;box-shadow:unset}.mp-block-flex{flex:2}.mp-block-manual{background:#f5f5f5}.mp-settings-font-color{font-family:sans-serif;color:rgba(0,0,0,.9)}.mp-settings-title-font-size{font-size:20px;line-height:25px}.mp-settings-subtitle-font-size{font-size:16px;line-height:20px}.mp-settings-title-color{color:rgba(0,0,0,.55)}.mp-inner-container{display:flex;flex-direction:row}.mp-inner-container div:nth-child(1){padding-right:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row}.mp-inner-container div:nth-child(2){padding-left:10px;flex:1;margin:0;padding:0;display:flex;flex-direction:row-reverse}.mp-inner-container div p{margin:0 8px 0 0;padding:0}.mp-inner-container div h4{margin:0;padding-right:5px}.mp-inner-container-settings{display:block;flex-direction:column}.mp-button{font-size:14px;line-height:16px;color:#fff;border:none;padding:9px 12px 7px;background:#009ee3;border-radius:5px;margin:15px 0 15px 0;cursor:pointer;transition:box-shadow .25s ease-out,background-color .2s ease-out;box-shadow:0 0 0 0 #fff}.mp-button:hover{border-color:transparent;background-color:#007eb5;color:#fff;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.mp-button:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button:active{border-color:transparent;background-color:#005e88;color:#fff}.mp-button-light-blue{border-color:transparent;background:rgba(71,154,209,.15);color:#009ee3}.mp-button-light-blue:hover{border-color:transparent;background-color:rgba(65,137,230,.2);color:#009ee3;-webkit-transition:background-color .2s ease-in;transition:background-color .2s}.mp-button-light-blue:focus{outline:0;box-shadow:0 0 0 .1875em rgb(27 135 201 / 30%);-webkit-transition:box-shadow .25s ease-in;transition:box-shadow .25s ease-in}.mp-button-light-blue:active{border-color:transparent;background-color:rgba(65,137,230,.3);color:#009ee3}.mp-settings-icon-success{background:url("../../images/mercadopago-settings/icon-success.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-warning{background:url("../../images/mercadopago-settings/icon-warning.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-open{background:url("../../images/mercadopago-settings/icon-open.png") 98% 50% no-repeat transparent;padding-right:16px!important;transition:1s}.mp-settings-icon-open.mp-arrow-up{transform:rotate(180deg);transition:1s}.mp-settings-icon{width:70px;height:70px}.mp-settings-icon-info{background:url("../../images/mercadopago-settings/icon-info.png") 98% 50% no-repeat transparent;padding-right:16px!important}.mp-settings-icon-mp{background:url("../../images/mercadopago-settings/icon-mp.png") center center no-repeat transparent}.mp-settings-icon-card{background:url("../../images/mercadopago-settings/icon-card.png") center center no-repeat transparent}.mp-settings-icon-code{background:url("../../images/mercadopago-settings/icon-code.png") center center no-repeat transparent}.mp-settings-icon-pix{background:url("../../images/mercadopago-settings/icon-pix.png") center center no-repeat transparent}.mp-settings-icon-config{background:url("../../images/mercadopago-settings/icon-config.png") center center no-repeat transparent;padding-right:16px!important}.mp-settings-hr{position:static;border:1px solid #c6c6c6;flex:none;order:0;align-self:stretch;flex-grow:0;margin:32px 0 32px}.mp-settings-title-blocks{font-size:20px;line-height:25px}.mp-settings-input{width:100%;height:48px;left:calc(50% - 544px / 2);top:22px;background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:6px;flex:none;order:1;align-self:stretch;flex-grow:0;margin:4px 0}.mp-settings-margin-right{margin-right:8px}.mp-settings-margin-left{margin-left:8px}.mp-settings-label{font-family:sans-serif;font-size:14px;line-height:18px}.mp-settings-helper{font-family:sans-serif;position:static;width:532px;height:18px;left:calc(50% - 532px / 2);top:0;font-size:13px;line-height:18px;color:rgba(0,0,0,.55)}.mp-settings-standard-margin{margin:0 0 24px}.mp-settings-blue-text{cursor:pointer;color:#009ee3!important;text-decoration:none}.mp-settings-switch{position:relative;display:inline-block;width:40px;height:24px;margin:0 12px 5px 0}.mp-settings-switch input{opacity:0;width:0;height:0}.mp-settings-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.mp-settings-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.mp-settings-slider{background-color:#2196f3}input:focus+.mp-settings-slider{box-shadow:0 0 1px #2196f3}input:checked+.mp-settings-slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.mp-settings-slider.mp-settings-round{border-radius:34px}.mp-settings-slider.mp-settings-round:before{border-radius:50%}.mp-settings-debug{margin:0}.mp-settings-payment-block{border-radius:unset;border-bottom:1px solid #c6c6c6;width:75%;display:flex;align-items:center}.mp-settings-badge-active{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 57px / 2);background:rgba(0,166,80,.1);border-radius:12px;font-size:12px;line-height:12px;align-items:center;text-align:center;color:#00a650}.mp-settings-badge-inactive{flex-direction:column;justify-content:center;align-items:center;padding:7px 8px 5px;width:45px;height:15px;left:calc(50% - 52px / 2);background:rgba(0,0,0,.07);border-radius:12px;margin:0 0;font-size:12px;line-height:12px;text-align:center;color:rgba(0,0,0,.55)}.mp-settings-test-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;height:24px;position:static;width:124px;left:calc(50% - 124px / 2);top:0;bottom:0;background:rgba(255,119,51,.1);border-radius:12px;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#f73}.mp-settings-prod-mode-alert{display:flex;justify-content:center;align-items:center;padding:7px 8px 5px;width:196px;height:24px;padding:7px 8px 5px;position:static;width:196px;left:calc(50% - 196px / 2);top:0;bottom:0;left:4.08%;right:4.08%;top:29.17%;bottom:20.83%;font-family:sans-serif;font-size:12px;line-height:12px;text-align:center;color:#00a650;background:rgba(0,166,80,.1);border-radius:12px}.mp-settings-fieldset{margin:0 0 24px 0}.mp-settings-align-div{display:flex;align-items:center;justify-content:space-between}.mp-settings-text-payment{font-family:sans-serif;font-size:14px;line-height:16px;color:#009ee3;margin:0 10px}.mp-settings-margin-title-payment{margin:0 16px 0 16px}.mp-settings-border-bottom-payment{border-bottom:unset}.mp-settings-helper-payment-methods{padding:0 16px 0 14px;margin:unset}.mp-settings-radio-button{max-width:16px;max-height:16px}.mp-settings-alert-payment-methods{display:flex;align-items:flex-start;margin-top:22px}.mp-settings-alert-payment-methods-orange{width:6px;background-color:#f73;height:142px;border-radius:6px 0 0 6px}.mp-settings-alert-red{width:6px;background-color:red;height:100%;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-green{width:6px;background-color:#00a650;height:72px;border-radius:6px 0 0 6px}.mp-settings-alert-payment-methods-gray{border-radius:0 6px 6px 0;width:533px;background:rgba(0,0,0,.04);display:flex;padding:16px 16px 14px;align-items:flex-start}.mp-settings-alert-mode-body{font-family:sans-serif;font-size:14px;line-height:22px;margin-top:4px}.mp-settings-alert-mode-title{font-family:sans-serif;font-size:16px;line-height:20px;margin-top:0;color:rgba(0,0,0,.9)}.mp-settings-mode-container{display:flex;margin:20px 8px 0 0}.mp-settings-mode-spacing{margin-right:12px}.mp-settings-title-align{display:flex;justify-content:space-between;cursor:pointer}.mp-icon-align{display:flex;align-items:center}.mp-settings-block-align-top{padding-top:8px}.mp-credential-feedback-positive{background:url("../../images/mercadopago-settings/feedback-positive.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-credential-feedback-negative{background:url("../../images/mercadopago-settings/feedback-negative.png") 98% 50% no-repeat transparent;background-size:1rem;padding-right:30px!important}.mp-settings-tooltip{position:relative;display:flex}.mp-settings-tooltip .mp-settings-tooltip-text{visibility:hidden;width:200px;background:#fff;box-shadow:0 0 6px rgba(0,0,0,.1),0 6px 16px rgba(0,0,0,.1);border-radius:6px;color:#000;text-align:left;border-radius:6px;padding:16px;position:absolute;z-index:3;top:30px;cursor:pointer;left:-550%;font-family:sans-serif;font-size:16px;line-height:20px;word-wrap:break-word}.mp-settings-tooltip .mp-settings-tooltip-text p{padding-bottom:10px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #000 transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-tooltip{position:relative;display:inline-block}.mp-settings-tooltip .mp-settings-tooltiptext{visibility:hidden;width:120px;background:#fff;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;top:150%;left:50%;margin-left:0;padding:16px}.mp-settings-tooltip .mp-settings-tooltip-text::after{content:"";position:absolute;bottom:100%;left:45%;margin-left:-13px;border-width:5px;border-style:solid;border-color:transparent transparent #fff transparent}.mp-settings-tooltip:hover .mp-settings-tooltip-text{visibility:visible}.mp-settings-choose-mode{flex-direction:column;justify-content:space-between}.mp-settings-mode-style{width:16px;height:16px;background:rgba(0,0,0,.04)}.mp-settings-mode-warning{display:flex;flex-direction:column;justify-content:flex-start}.mp-settings-select{appearance:unset!important;-webkit-appearance:unset!important;-moz-appearance:unset!important;max-width:none!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;padding:12px 8px 12px 12px!important;position:static!important;height:48px!important;left:calc(50% - 544px / 2)!important;top:22px!important;background:url("../../images/mercadopago-settings/iconshape.png") no-repeat center right #fff!important;background-origin:content-box!important;border:1px solid rgba(0,0,0,.25)!important;border-radius:6px!important;text-align:center!important;text-align-last:center!important;margin:4px 0!important;width:100%!important}.mp-settings-flex-start{align-items:flex-start}.mp-settings-link{text-decoration:none}.mp-alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.mp-alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.mp-alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.mp-text-center{text-align:center!important}.mp-card-body{flex:1 1 auto;padding:1rem 1rem}@media screen and (max-width:780px){.mp-settings-header-img{height:100%;width:95%}.mp-block-requirements{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-container{flex-direction:column;margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-block{margin:10px 0 10px 0;margin-right:unset;margin-left:unset}.mp-settings-payment-block{margin:unset}.mp-settings-header{height:250px}.mp-settings-header p{top:55px;font-size:1.25rem}.mp-settings-title-blocks{font-size:1.25rem}.mp-settings-icon{width:60px;height:40px;min-width:60px}.mp-settings-icon{width:60px;height:40px;min-width:60px}}
assets/js/caronte/caronte-client.js ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* globals wc_mercadopago_params */
2
+ (function () {
3
+ window.addEventListener("load", function () {
4
+ try {
5
+ var link = document.createElement("link");
6
+ link.rel = "stylesheet";
7
+ link.type = "text/css";
8
+ link.href = "https://http2.mlstatic.com/storage/v1/plugins/caronte/woocommerce.css";
9
+
10
+ link.onerror = function () {
11
+ console.warn('Error on loading caronte css script')
12
+ };
13
+
14
+ link.onload = function () {
15
+ var scriptTag = document.createElement("script");
16
+ scriptTag.setAttribute("id", "mpcaronte_woocommerce_client");
17
+ scriptTag.src = "https://http2.mlstatic.com/storage/v1/plugins/caronte/woocommerce.js";
18
+ scriptTag.async = true;
19
+ scriptTag.defer = true;
20
+
21
+ scriptTag.onerror = function () {
22
+ console.warn('Error on loading caronte js script')
23
+ };
24
+
25
+ document.body.appendChild(scriptTag);
26
+ };
27
+
28
+ document.body.appendChild(link);
29
+ } catch (e) {
30
+ console.warn(e);
31
+ }
32
+ });
33
+ })();
assets/js/caronte/caronte-client.min.js ADDED
@@ -0,0 +1 @@
 
1
+ window.addEventListener("load",(function(){try{var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.href="https://http2.mlstatic.com/storage/v1/plugins/caronte/woocommerce.css",o.onerror=function(){console.warn("Error on loading caronte css script")},o.onload=function(){var o=document.createElement("script");o.setAttribute("id","mpcaronte_woocommerce_client"),o.src="https://http2.mlstatic.com/storage/v1/plugins/caronte/woocommerce.js",o.async=!0,o.defer=!0,o.onerror=function(){console.warn("Error on loading caronte js script")},document.body.appendChild(o)},document.body.appendChild(o)}catch(o){console.warn(o)}}));
assets/js/melidata/melidata-client.js CHANGED
@@ -1,6 +1,6 @@
1
  /* globals wc_melidata_params */
2
  (function () {
3
- window.onload = function () {
4
  window.melidata = null;
5
 
6
  try {
@@ -36,8 +36,8 @@
36
  window.melidata = new MelidataClient({
37
  type: wc_melidata_params.type,
38
  siteID: wc_melidata_params.site_id,
39
- pluginVersion: wc_melidata_params.platform_version,
40
- platformVersion: wc_melidata_params.plugin_version,
41
  pageLocation: wc_melidata_params.location,
42
  paymentMethod: wc_melidata_params.payment_method,
43
  });
@@ -47,5 +47,5 @@
47
  } catch (e) {
48
  console.warn(e);
49
  }
50
- };
51
  })();
1
  /* globals wc_melidata_params */
2
  (function () {
3
+ window.addEventListener("load", function () {
4
  window.melidata = null;
5
 
6
  try {
36
  window.melidata = new MelidataClient({
37
  type: wc_melidata_params.type,
38
  siteID: wc_melidata_params.site_id,
39
+ pluginVersion: wc_melidata_params.plugin_version,
40
+ platformVersion: wc_melidata_params.platform_version,
41
  pageLocation: wc_melidata_params.location,
42
  paymentMethod: wc_melidata_params.payment_method,
43
  });
47
  } catch (e) {
48
  console.warn(e);
49
  }
50
+ });
51
  })();
assets/js/melidata/melidata-client.min.js CHANGED
@@ -1 +1 @@
1
- window.onload=function(){window.melidata=null;try{var a=document.createElement("script");a.setAttribute("id","melidata_woocommerce_client"),a.src="https://http2.mlstatic.com/storage/v1/plugins/melidata/woocommerce.min.js",a.async=!0,a.defer=!0,a.onerror=function(){const a={name:"ERR_CONNECTION_REFUSED",message:"Unable to load melidata script on page",target:"melidata_woocommerce_client",plugin:{version:wc_melidata_params.plugin_version},platform:{name:"woocommerce",uri:`${window.location.pathname}${window.location.search}`,version:wc_melidata_params.platform_version,location:wc_melidata_params.location}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))},a.onload=function(){window.melidata=new MelidataClient({type:wc_melidata_params.type,siteID:wc_melidata_params.site_id,pluginVersion:wc_melidata_params.platform_version,platformVersion:wc_melidata_params.plugin_version,pageLocation:wc_melidata_params.location,paymentMethod:wc_melidata_params.payment_method})},document.body.appendChild(a)}catch(a){console.warn(a)}};
1
+ window.addEventListener("load",(function(){window.melidata=null;try{var a=document.createElement("script");a.setAttribute("id","melidata_woocommerce_client"),a.src="https://http2.mlstatic.com/storage/v1/plugins/melidata/woocommerce.min.js",a.async=!0,a.defer=!0,a.onerror=function(){const a={name:"ERR_CONNECTION_REFUSED",message:"Unable to load melidata script on page",target:"melidata_woocommerce_client",plugin:{version:wc_melidata_params.plugin_version},platform:{name:"woocommerce",uri:`${window.location.pathname}${window.location.search}`,version:wc_melidata_params.platform_version,location:wc_melidata_params.location}};navigator.sendBeacon("https://api.mercadopago.com/v1/plugins/melidata/errors",JSON.stringify(a))},a.onload=function(){window.melidata=new MelidataClient({type:wc_melidata_params.type,siteID:wc_melidata_params.site_id,pluginVersion:wc_melidata_params.plugin_version,platformVersion:wc_melidata_params.platform_version,pageLocation:wc_melidata_params.location,paymentMethod:wc_melidata_params.payment_method})},document.body.appendChild(a)}catch(a){console.warn(a)}}));
assets/js/mercadopago-settings/mercadopago_settings.js CHANGED
@@ -49,6 +49,18 @@ function mp_get_requirements() {
49
  });
50
  }
51
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  function mp_validate_credentials() {
53
  document
54
  .getElementById("mp-access-token-prod")
@@ -83,7 +95,10 @@ function mp_validate_credentials() {
83
  .getElementById("mp-access-token-test")
84
  .addEventListener("change", function () {
85
  var self = this;
86
-
 
 
 
87
  jQuery
88
  .post(
89
  ajaxurl,
@@ -107,73 +122,82 @@ function mp_validate_credentials() {
107
  self.classList.remove("mp-credential-feedback-positive");
108
  self.classList.add("mp-credential-feedback-negative");
109
  });
 
110
  });
111
 
112
  document
113
  .getElementById("mp-public-key-test")
114
  .addEventListener("change", function () {
115
  var self = this;
116
-
117
- jQuery
118
- .post(
119
- ajaxurl,
120
- {
121
- public_key: this.value,
122
- is_test: true,
123
- action: "mp_validate_credentials",
124
- },
125
- function (data) {}
126
- )
127
- .done(function (response) {
128
- if (response.success) {
129
- self.classList.add("mp-credential-feedback-positive");
130
- self.classList.remove("mp-credential-feedback-negative");
131
- } else {
 
 
 
 
 
 
 
 
132
  self.classList.remove("mp-credential-feedback-positive");
133
  self.classList.add("mp-credential-feedback-negative");
134
- }
135
- })
136
- .fail(function (error) {
137
- self.classList.remove("mp-credential-feedback-positive");
138
- self.classList.add("mp-credential-feedback-negative");
139
- });
140
  });
141
 
142
  document
143
  .getElementById("mp-public-key-prod")
144
  .addEventListener("change", function () {
145
  var self = this;
146
-
147
- jQuery
148
- .post(
149
- ajaxurl,
150
- {
151
- public_key: this.value,
152
- is_test: false,
153
- action: "mp_validate_credentials",
154
- },
155
- function (data) {}
156
- )
157
- .done(function (response) {
158
- if (response.success) {
159
- self.classList.add("mp-credential-feedback-positive");
160
- self.classList.remove("mp-credential-feedback-negative");
161
- } else {
 
 
 
 
162
  self.classList.remove("mp-credential-feedback-positive");
163
  self.classList.add("mp-credential-feedback-negative");
164
- }
165
- })
166
- .fail(function (error) {
167
- self.classList.remove("mp-credential-feedback-positive");
168
- self.classList.add("mp-credential-feedback-negative");
169
- });
170
  });
171
  }
172
 
173
  function mp_update_option_credentials() {
174
  const btn_credentials = document.getElementById("mp-btn-credentials");
175
-
176
  btn_credentials.addEventListener("click", function () {
 
 
 
 
 
 
177
  jQuery
178
  .post(
179
  ajaxurl,
@@ -187,7 +211,9 @@ function mp_update_option_credentials() {
187
  function (data) {}
188
  )
189
  .done(function (response) {
 
190
  if (response.success) {
 
191
  mp_show_message(response.data, "success", "credentials");
192
  mp_validate_credentials_tips();
193
  setTimeout(() => {
@@ -199,7 +225,22 @@ function mp_update_option_credentials() {
199
  );
200
  }, 3000);
201
  } else {
202
- mp_show_message(response.data, "error", "credentials");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
  }
204
  })
205
  .fail(function (error) {
@@ -274,77 +315,111 @@ function mp_settings_accordion_options() {
274
  });
275
  }
276
 
277
- function mp_set_mode() {
278
- var button = document.getElementById("mp-store-mode-save");
279
- button.addEventListener("click", function () {
280
- var mode_value = document.querySelector('input[name="mp-test-prod"]:checked').value;
 
 
 
 
 
 
281
 
282
- jQuery
283
- .post(
284
- ajaxurl,
285
- { input_mode_value: mode_value, action: "mp_store_mode" },
286
- function (data) {}
287
- )
288
- .done(function (response) {
289
- if (response.data) {
290
- var badge = document.getElementById("mp-mode-badge");
291
- var color_badge = document.getElementById("mp-orange-badge");
292
- var icon_badge = document.getElementById("mp-icon-badge");
293
- var text_badge = document.getElementById("mp-text-badge");
294
- var helper_test = document.getElementById("mp-helper-test");
295
- var helper_prod = document.getElementById("mp-helper-prod");
296
- text_badge.textContent = response.data;
297
-
298
- if (mode_value === "yes") {
299
- badge.classList.remove("mp-settings-prod-mode-alert");
300
- badge.classList.add("mp-settings-test-mode-alert");
301
-
302
- color_badge.classList.remove(
303
- "mp-settings-alert-payment-methods-green"
304
- );
305
- color_badge.classList.add(
306
- "mp-settings-alert-payment-methods-orange"
307
- );
308
 
309
- icon_badge.classList.remove("mp-settings-icon-success");
310
- icon_badge.classList.add("mp-settings-icon-warning");
311
 
312
- badge.textContent = "Loja em modo teste";
 
 
 
 
 
313
 
314
- helper_test.style.display = "block";
315
- helper_prod.style.display = "none";
316
 
317
- mp_show_message(response.data, "success", "test_mode");
318
- } else {
319
- badge.classList.remove("mp-settings-test-mode-alert");
320
- badge.classList.add("mp-settings-prod-mode-alert");
321
- badge.textContent = "Loja em modo vendas (Produção)";
322
 
323
- color_badge.classList.remove(
324
- "mp-settings-alert-payment-methods-orange"
325
- );
326
- color_badge.classList.add(
327
- "mp-settings-alert-payment-methods-green"
328
- );
329
 
330
- icon_badge.classList.remove("mp-settings-icon-warning");
331
- icon_badge.classList.add("mp-settings-icon-success");
332
 
333
- helper_test.style.display = "none";
334
- helper_prod.style.display = "block";
335
 
336
- mp_show_message(response.data, "success", "test_mode");
337
- }
338
- } else {
339
- mp_show_message(response.data, "error", "test_mode");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  }
341
- })
342
- .fail(function (error) {
343
- mp_show_message(error.data, "error", "test_mode");
344
- });
345
- });
 
 
346
  }
347
 
 
348
  function mp_get_payment_properties() {
349
  jQuery
350
  .post(ajaxurl, { action: "mp_get_payment_properties" }, function (data) {})
@@ -489,7 +564,7 @@ function mp_show_message(message, type, block) {
489
  ? (messageDiv.className =
490
  "mp-alert mp-alert-danger mp-text-center mp-card-body")
491
  : (messageDiv.className =
492
- "mp-alert mp-alert-success mp-text-center mp-card-body");
493
 
494
  messageDiv.appendChild(document.createTextNode(message));
495
  card.insertBefore(messageDiv, heading);
@@ -497,10 +572,54 @@ function mp_show_message(message, type, block) {
497
  setTimeout(clearMessage, 3000);
498
  }
499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
  function clearMessage() {
501
  document.querySelector(".mp-alert").remove();
502
  }
503
 
 
 
 
 
504
  function mp_go_to_next_step(actualStep, nextStep, actualArrowId, nextArrowId) {
505
  var actual = document.getElementById(actualStep);
506
  var next = document.getElementById(nextStep);
@@ -558,4 +677,5 @@ function mp_settings_screen_load() {
558
  mp_validate_store_tips();
559
  mp_validate_payment_tips();
560
  mp_continue_to_next_step();
 
561
  }
49
  });
50
  }
51
 
52
+ function mp_verify_alert_test_mode() {
53
+
54
+ if ( (document.getElementById("mp-public-key-test").value == '' || document.getElementById("mp-access-token-test").value == '')
55
+ && (document.querySelector('input[name="mp-test-prod"]').checked) ) {
56
+ document.getElementById("mp-red-badge").style.display ="block";
57
+ return true;
58
+ } else {
59
+ document.getElementById("mp-red-badge").style.display ="none";
60
+ return false;
61
+ };
62
+ }
63
+
64
  function mp_validate_credentials() {
65
  document
66
  .getElementById("mp-access-token-prod")
95
  .getElementById("mp-access-token-test")
96
  .addEventListener("change", function () {
97
  var self = this;
98
+ if (this.value == '') {
99
+ self.classList.remove("mp-credential-feedback-positive");
100
+ self.classList.remove("mp-credential-feedback-negative");
101
+ } else {
102
  jQuery
103
  .post(
104
  ajaxurl,
122
  self.classList.remove("mp-credential-feedback-positive");
123
  self.classList.add("mp-credential-feedback-negative");
124
  });
125
+ }
126
  });
127
 
128
  document
129
  .getElementById("mp-public-key-test")
130
  .addEventListener("change", function () {
131
  var self = this;
132
+ if (this.value == '') {
133
+ self.classList.remove("mp-credential-feedback-positive");
134
+ self.classList.remove("mp-credential-feedback-negative");
135
+ } else {
136
+ jQuery
137
+ .post(
138
+ ajaxurl,
139
+ {
140
+ public_key: this.value,
141
+ is_test: true,
142
+ action: "mp_validate_credentials",
143
+ },
144
+ function (data) {}
145
+ )
146
+ .done(function (response) {
147
+ if (response.success) {
148
+ self.classList.add("mp-credential-feedback-positive");
149
+ self.classList.remove("mp-credential-feedback-negative");
150
+ } else {
151
+ self.classList.remove("mp-credential-feedback-positive");
152
+ self.classList.add("mp-credential-feedback-negative");
153
+ }
154
+ })
155
+ .fail(function (error) {
156
  self.classList.remove("mp-credential-feedback-positive");
157
  self.classList.add("mp-credential-feedback-negative");
158
+ });
159
+ }
 
 
 
 
160
  });
161
 
162
  document
163
  .getElementById("mp-public-key-prod")
164
  .addEventListener("change", function () {
165
  var self = this;
166
+ jQuery
167
+ .post(
168
+ ajaxurl,
169
+ {
170
+ public_key: this.value,
171
+ is_test: false,
172
+ action: "mp_validate_credentials",
173
+ },
174
+ function (data) {}
175
+ )
176
+ .done(function (response) {
177
+ if (response.success) {
178
+ self.classList.add("mp-credential-feedback-positive");
179
+ self.classList.remove("mp-credential-feedback-negative");
180
+ } else {
181
+ self.classList.remove("mp-credential-feedback-positive");
182
+ self.classList.add("mp-credential-feedback-negative");
183
+ }
184
+ })
185
+ .fail(function (error) {
186
  self.classList.remove("mp-credential-feedback-positive");
187
  self.classList.add("mp-credential-feedback-negative");
188
+ });
 
 
 
 
 
189
  });
190
  }
191
 
192
  function mp_update_option_credentials() {
193
  const btn_credentials = document.getElementById("mp-btn-credentials");
 
194
  btn_credentials.addEventListener("click", function () {
195
+ var msgAlert = document.getElementById("msg-info-credentials");
196
+
197
+ if(msgAlert.childNodes.length>1){
198
+ document.querySelector(".mp-card-info").remove();
199
+ }
200
+
201
  jQuery
202
  .post(
203
  ajaxurl,
211
  function (data) {}
212
  )
213
  .done(function (response) {
214
+
215
  if (response.success) {
216
+ mp_verify_alert_test_mode();
217
  mp_show_message(response.data, "success", "credentials");
218
  mp_validate_credentials_tips();
219
  setTimeout(() => {
225
  );
226
  }, 3000);
227
  } else {
228
+ mp_msg_element("msg-info-credentials",
229
+ response.data.message,
230
+ response.data.subtitle,
231
+ response.data.subtitle_one_link,
232
+ response.data.subtitle_one,
233
+ response.data.type);
234
+
235
+ var rad = document.querySelectorAll('input[name="mp-test-prod"]');
236
+
237
+ if('no' === response.data.test_mode){
238
+ rad[1].checked = true;
239
+ select_test_mode(false);
240
+ } else {
241
+ rad[0].checked = true;
242
+ select_test_mode(true);
243
+ }
244
  }
245
  })
246
  .fail(function (error) {
315
  });
316
  }
317
 
318
+ function select_test_mode(test){
319
+ var badge = document.getElementById("mp-mode-badge");
320
+ var color_badge = document.getElementById("mp-orange-badge");
321
+ var icon_badge = document.getElementById("mp-icon-badge");
322
+ var helper_test = document.getElementById("mp-helper-test");
323
+ var helper_prod = document.getElementById("mp-helper-prod");
324
+ var title_helper_prod = document.getElementById("mp-title-helper-prod");
325
+ var title_helper_test = document.getElementById("mp-title-helper-test");
326
+ var badge_test = document.getElementById("mp-mode-badge-test");
327
+ var badge_prod = document.getElementById("mp-mode-badge-prod");
328
 
329
+ if(test){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
 
331
+ badge.classList.remove("mp-settings-prod-mode-alert");
332
+ badge.classList.add("mp-settings-test-mode-alert");
333
 
334
+ color_badge.classList.remove(
335
+ "mp-settings-alert-payment-methods-green"
336
+ );
337
+ color_badge.classList.add(
338
+ "mp-settings-alert-payment-methods-orange"
339
+ );
340
 
341
+ icon_badge.classList.remove("mp-settings-icon-success");
342
+ icon_badge.classList.add("mp-settings-icon-warning");
343
 
344
+ mp_verify_alert_test_mode();
 
 
 
 
345
 
346
+ helper_test.style.display = "block";
347
+ helper_prod.style.display = "none";
348
+ title_helper_test.style.display = "block";
349
+ title_helper_prod.style.display = "none";
350
+ badge_test.style.display = "block";
351
+ badge_prod.style.display = "none";
352
 
353
+ } else {
 
354
 
355
+ var red_badge = document.getElementById("mp-red-badge");
 
356
 
357
+ badge.classList.remove("mp-settings-test-mode-alert");
358
+ badge.classList.add("mp-settings-prod-mode-alert");
359
+ red_badge.style.display ="none";
360
+ color_badge.classList.remove(
361
+ "mp-settings-alert-payment-methods-orange"
362
+ );
363
+ color_badge.classList.add(
364
+ "mp-settings-alert-payment-methods-green"
365
+ );
366
+
367
+ icon_badge.classList.remove("mp-settings-icon-warning");
368
+ icon_badge.classList.add("mp-settings-icon-success");
369
+
370
+ helper_test.style.display = "none";
371
+ helper_prod.style.display = "block";
372
+ title_helper_test.style.display = "none";
373
+ title_helper_prod.style.display = "block";
374
+ badge_test.style.display = "none";
375
+ badge_prod.style.display = "block";
376
+ }
377
+ }
378
+
379
+ function mp_set_mode() {
380
+ var rad = document.querySelectorAll('input[name="mp-test-prod"]');
381
+ rad[0].addEventListener("change", function () {
382
+ if (rad[0].checked) {
383
+ select_test_mode(true);
384
+ }
385
+ });
386
+
387
+ rad[1].addEventListener("change", function () {
388
+
389
+ if ( rad[1].checked ) {
390
+ select_test_mode(false);
391
+ }
392
+ });
393
+
394
+ var button = document.getElementById("mp-store-mode-save");
395
+ button.addEventListener("click", function () {
396
+ var mode_value = document.querySelector('input[name="mp-test-prod"]:checked').value;
397
+ var alert_validate = mp_verify_alert_test_mode() ? 'yes': 'no';
398
+ jQuery
399
+ .post(
400
+ ajaxurl,
401
+ { input_mode_value: mode_value,
402
+ input_verify_alert_test_mode: alert_validate,
403
+ action: "mp_store_mode" },
404
+ function (data) {}
405
+ )
406
+ .done(function (response) {
407
+ if( response.success ){
408
+ mp_show_message( response.data, "success", "test_mode" );
409
+ } else{
410
+ if (rad[0].checked) {
411
+ document.getElementById("mp-red-badge").style.display ="block";
412
  }
413
+ mp_show_message( response.data.message, "error", "test_mode" );
414
+ }
415
+ })
416
+ .fail(function (error) {
417
+ mp_show_message( error.data, "error", "test_mode" );
418
+ });
419
+ });
420
  }
421
 
422
+
423
  function mp_get_payment_properties() {
424
  jQuery
425
  .post(ajaxurl, { action: "mp_get_payment_properties" }, function (data) {})
564
  ? (messageDiv.className =
565
  "mp-alert mp-alert-danger mp-text-center mp-card-body")
566
  : (messageDiv.className =
567
+ "mp-alert mp-alert-success mp-text-center mp-card-body");
568
 
569
  messageDiv.appendChild(document.createTextNode(message));
570
  card.insertBefore(messageDiv, heading);
572
  setTimeout(clearMessage, 3000);
573
  }
574
 
575
+ function mp_msg_element(element, title, subTitle, link, msgLink, type) {
576
+ const cardInfo = document.getElementById(element);
577
+ var classCardInfo=document.createElement("div");
578
+ classCardInfo.className="mp-card-info";
579
+ classCardInfo.id=element.concat("-card-info")
580
+ var cardInfoColor=document.createElement("div");
581
+ cardInfoColor.className="mp-alert-color-".concat(type);
582
+ var cardBodyStyle=document.createElement("div")
583
+ cardBodyStyle.className="mp-card-body-payments mp-card-body-size"
584
+
585
+ var cardInfoIcon=document.createElement("div");
586
+ cardInfoIcon.className="mp-icon-badge-warning";
587
+ var cardInfoBody = document.createElement("div");
588
+ var titleElement = document.createElement("span");
589
+ titleElement.className="mp-text-title";
590
+ var subTitleElement = document.createElement("span");
591
+ subTitleElement.className="mp-helper-test";
592
+ titleElement.appendChild(document.createTextNode(title));
593
+ subTitleElement.appendChild(document.createTextNode(subTitle));
594
+ cardInfoBody.appendChild(titleElement);
595
+
596
+ if ( link!==undefined) {
597
+ var linkText = document.createElement("a");
598
+ linkText.className="mp-settings-blue-text";
599
+ linkText.appendChild(document.createTextNode(msgLink))
600
+ linkText.href=link
601
+ linkText.setAttribute("target", "_blank");
602
+ subTitleElement.appendChild(linkText);
603
+ }
604
+ cardInfoBody.appendChild(subTitleElement);
605
+ cardBodyStyle.appendChild(cardInfoIcon);
606
+ cardBodyStyle.appendChild(cardInfoBody);
607
+ classCardInfo.appendChild(cardInfoColor);
608
+ classCardInfo.appendChild(cardBodyStyle);
609
+ cardInfo.appendChild(classCardInfo);
610
+ if( 'alert' === type ){
611
+ setTimeout(clearElement, 10000, classCardInfo.id);
612
+ }
613
+ }
614
+
615
  function clearMessage() {
616
  document.querySelector(".mp-alert").remove();
617
  }
618
 
619
+ function clearElement(element) {
620
+ document.getElementById(element).remove();
621
+ }
622
+
623
  function mp_go_to_next_step(actualStep, nextStep, actualArrowId, nextArrowId) {
624
  var actual = document.getElementById(actualStep);
625
  var next = document.getElementById(nextStep);
677
  mp_validate_store_tips();
678
  mp_validate_payment_tips();
679
  mp_continue_to_next_step();
680
+ mp_verify_alert_test_mode();
681
  }
assets/js/mercadopago-settings/mercadopago_settings.min.js CHANGED
@@ -1 +1 @@
1
- function mp_settings_accordion_start(){var e,t=document.getElementsByClassName("mp-settings-title-align");for(e=0;e<t.length;e++)t[e].addEventListener("click",(function(){this.classList.toggle("active");for(var e=null,t=0;t<this.childNodes.length;t++)if(this.childNodes[t]?.classList?.contains("mp-settings-margin-left")){e=this.childNodes[t];break}e.childNodes[1].classList.toggle("mp-arrow-up");var s=this.nextElementSibling;"block"===s.style.display?s.style.display="none":s.style.display="block"}))}function mp_get_requirements(){jQuery.post(ajaxurl,{action:"mp_get_requirements"},(function(e){const t={ssl:document.getElementById("mp-req-ssl"),gd_ext:document.getElementById("mp-req-gd"),curl_ext:document.getElementById("mp-req-curl")};for(let s in t){let n=t[s];n.style="",e.data[s]||(n.classList.remove("mp-settings-icon-success"),n.classList.add("mp-settings-icon-warning"))}}))}function mp_validate_credentials(){document.getElementById("mp-access-token-prod").addEventListener("change",(function(){var e=this;jQuery.post(ajaxurl,{access_token:this.value,is_test:!1,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))})),document.getElementById("mp-access-token-test").addEventListener("change",(function(){var e=this;jQuery.post(ajaxurl,{access_token:this.value,is_test:!0,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))})),document.getElementById("mp-public-key-test").addEventListener("change",(function(){var e=this;jQuery.post(ajaxurl,{public_key:this.value,is_test:!0,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))})),document.getElementById("mp-public-key-prod").addEventListener("change",(function(){var e=this;jQuery.post(ajaxurl,{public_key:this.value,is_test:!1,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))}))}function mp_update_option_credentials(){document.getElementById("mp-btn-credentials").addEventListener("click",(function(){jQuery.post(ajaxurl,{access_token_prod:document.getElementById("mp-access-token-prod").value,access_token_test:document.getElementById("mp-access-token-test").value,public_key_prod:document.getElementById("mp-public-key-prod").value,public_key_test:document.getElementById("mp-public-key-test").value,action:"mp_update_option_credentials"},(function(e){})).done((function(e){e.success?(mp_show_message(e.data,"success","credentials"),mp_validate_credentials_tips(),setTimeout((()=>{mp_go_to_next_step("mp-step-1","mp-step-2","mp-credentials-arrow-up","mp-store-info-arrow-up")}),3e3)):mp_show_message(e.data,"error","credentials")})).fail((function(e){mp_show_message(e?.data,"error","credentials")}))}))}function mp_update_store_information(){button=document.getElementById("mp-store-info-save"),button.addEventListener("click",(function(){jQuery.post(ajaxurl,{store_identificator:document.getElementById("mp-store-identificator").value,store_category_id:document.getElementById("mp-store-category-id").value,store_categories:document.getElementById("mp-store-categories").value,store_url_ipn:document.querySelector("#mp-store-url-ipn").value,store_integrator_id:document.getElementById("mp-store-integrator-id").value,store_debug_mode:document.querySelector("#mp-store-debug-mode:checked")?.value,action:"mp_update_store_information"},(function(e){})).done((function(e){e.success?(mp_validate_store_tips(),mp_show_message(e.data,"success","store"),setTimeout((()=>{mp_go_to_next_step("mp-step-2","mp-step-3","mp-store-info-arrow-up","mp-payments-arrow-up")}),3e3)):mp_show_message(e.data,"error","store")})).fail((function(e){mp_show_message(e?.data,"error","store")}))}))}function mp_settings_accordion_options(){var e=document.getElementById("options"),t=document.getElementById("block-two");e.addEventListener("click",(function(){this.classList.toggle("active");var s=this.nextElementSibling;"block"===s.style.display?s.style.display="none":s.style.display="block",e.classList.contains("active")||t.classList.contains("mp-settings-flex-start")?(e.textContent="Ocultar opções avançadas",t.classList.remove("mp-settings-flex-start")):(t.classList.toggle("mp-settings-flex-start"),e.textContent="Ver opções avançadas")}))}function mp_set_mode(){document.getElementById("mp-store-mode-save").addEventListener("click",(function(){var e=document.querySelector('input[name="mp-test-prod"]:checked').value;jQuery.post(ajaxurl,{input_mode_value:e,action:"mp_store_mode"},(function(e){})).done((function(t){if(t.data){var s=document.getElementById("mp-mode-badge"),n=document.getElementById("mp-orange-badge"),a=document.getElementById("mp-icon-badge"),i=document.getElementById("mp-text-badge"),o=document.getElementById("mp-helper-test"),c=document.getElementById("mp-helper-prod");i.textContent=t.data,"yes"===e?(s.classList.remove("mp-settings-prod-mode-alert"),s.classList.add("mp-settings-test-mode-alert"),n.classList.remove("mp-settings-alert-payment-methods-green"),n.classList.add("mp-settings-alert-payment-methods-orange"),a.classList.remove("mp-settings-icon-success"),a.classList.add("mp-settings-icon-warning"),s.textContent="Loja em modo teste",o.style.display="block",c.style.display="none",mp_show_message(t.data,"success","test_mode")):(s.classList.remove("mp-settings-test-mode-alert"),s.classList.add("mp-settings-prod-mode-alert"),s.textContent="Loja em modo vendas (Produção)",n.classList.remove("mp-settings-alert-payment-methods-orange"),n.classList.add("mp-settings-alert-payment-methods-green"),a.classList.remove("mp-settings-icon-warning"),a.classList.add("mp-settings-icon-success"),o.style.display="none",c.style.display="block",mp_show_message(t.data,"success","test_mode"))}else mp_show_message(t.data,"error","test_mode")})).fail((function(e){mp_show_message(e.data,"error","test_mode")}))}))}function mp_get_payment_properties(){jQuery.post(ajaxurl,{action:"mp_get_payment_properties"},(function(e){})).done((function(e){const t=document.getElementById("mp-payment");e.data.reverse().forEach((e=>{t.insertAdjacentHTML("afterend",mp_payment_properties(e)),mp_payment_properties(e)})),window.melidata&&window.melidata.client&&window.melidata.client.stepPaymentMethodsCallback&&window.melidata.client.stepPaymentMethodsCallback()})).fail((function(e){}))}function mp_payment_properties(e){var t="yes"==e.enabled?"mp-settings-badge-active":"mp-settings-badge-inactive",s="yes"==e.enabled?e.badge_translator.yes:e.badge_translator.no;return' <a href="'+e.link+'" class="mp-settings-link mp-settings-font-color"><div class="mp-block mp-block-flex mp-settings-payment-block mp-settings-margin-right mp-settings-align-div"> <div class="mp-settings-align-div"> <div class="mp-settings-icon '+e.icon+'"></div> <span class="mp-settings-subtitle-font-size mp-settings-margin-title-payment"> <b>'+e.title+"</b> - "+e.description+' </span> <span class="'+t+'" > '+s+'</span> </div> <div class="mp-settings-title-align"> <span class="mp-settings-text-payment">Configurar</span> <img class="mp-settings-icon-config"> </div> </div></a>'}function mp_validate_credentials_tips(){var e=document.getElementById("mp-settings-icon-credentials");jQuery.post(ajaxurl,{action:"mp_validate_credentials_tips"},(function(e){})).done((function(t){t.success?(e.classList.remove("mp-settings-icon-credentials"),e.classList.add("mp-settings-icon-success")):e.classList.remove("mp-settings-icon-success")})).fail((function(t){e.classList.remove("mp-settings-icon-success")}))}function mp_validate_store_tips(){var e=document.getElementById("mp-settings-icon-store");jQuery.post(ajaxurl,{action:"mp_validate_store_tips"},(function(e){})).done((function(t){t.success?(e.classList.remove("mp-settings-icon-store"),e.classList.add("mp-settings-icon-success")):e.classList.remove("mp-settings-icon-success")})).fail((function(t){e.classList.remove("mp-settings-icon-success")}))}function mp_validate_payment_tips(){var e=document.getElementById("mp-settings-icon-payment");jQuery.post(ajaxurl,{action:"mp_validate_payment_tips"},(function(e){})).done((function(t){t.success?(e.classList.remove("mp-settings-icon-payment"),e.classList.add("mp-settings-icon-success")):e.classList.remove("mp-settings-icon-success")})).fail((function(t){e.classList.remove("mp-settings-icon-success")}))}function mp_show_message(e,t,s){const n=document.createElement("div");var a="",i="";switch(s){case"credentials":a=document.querySelector(".mp-message-credentials"),i=document.querySelector(".mp-heading-credentials");break;case"store":a=document.querySelector(".mp-message-store"),i=document.querySelector(".mp-heading-store");break;case"payment":a=document.querySelector(".mp-message-payment"),i=document.querySelector(".mp-heading-payment");break;case"test_mode":a=document.querySelector(".mp-message-test-mode"),i=document.querySelector(".mp-heading-test-mode");break;default:a="",i=""}n.className="error"===t?"mp-alert mp-alert-danger mp-text-center mp-card-body":"mp-alert mp-alert-success mp-text-center mp-card-body",n.appendChild(document.createTextNode(e)),a.insertBefore(n,i),setTimeout(clearMessage,3e3)}function clearMessage(){document.querySelector(".mp-alert").remove()}function mp_go_to_next_step(e,t,s,n){var a=document.getElementById(e),i=document.getElementById(t),o=document.getElementById(s),c=document.getElementById(n);if(a.style.display="none",i.style.display="block",o.classList.remove("mp-arrow-up"),c.classList.add("mp-arrow-up"),window.melidata&&window.melidata.client&&window.melidata.client.addStoreConfigurationsStepTimer)switch(t){case"mp-step-2":window.melidata.client.addStoreConfigurationsStepTimer({step:"business"});break;case"mp-step-3":window.melidata.client.addStoreConfigurationsStepTimer({step:"payment_methods",sendOnClose:!0});break;case"mp-step-4":window.melidata.client.addStoreConfigurationsStepTimer({step:"mode"})}}function mp_continue_to_next_step(){document.getElementById("mp-payment-method-continue").addEventListener("click",(function(){mp_go_to_next_step("mp-step-3","mp-step-4","mp-payments-arrow-up","mp-modes-arrow-up")}))}function mp_settings_screen_load(){mp_settings_accordion_start(),mp_settings_accordion_options(),mp_get_requirements(),mp_validate_credentials(),mp_update_option_credentials(),mp_update_store_information(),mp_set_mode(),mp_get_payment_properties(),mp_validate_credentials_tips(),mp_validate_store_tips(),mp_validate_payment_tips(),mp_continue_to_next_step()}
1
+ function mp_settings_accordion_start(){var e,t=document.getElementsByClassName("mp-settings-title-align");for(e=0;e<t.length;e++)t[e].addEventListener("click",(function(){this.classList.toggle("active");for(var e=null,t=0;t<this.childNodes.length;t++)if(this.childNodes[t]?.classList?.contains("mp-settings-margin-left")){e=this.childNodes[t];break}e.childNodes[1].classList.toggle("mp-arrow-up");var s=this.nextElementSibling;"block"===s.style.display?s.style.display="none":s.style.display="block"}))}function mp_get_requirements(){jQuery.post(ajaxurl,{action:"mp_get_requirements"},(function(e){const t={ssl:document.getElementById("mp-req-ssl"),gd_ext:document.getElementById("mp-req-gd"),curl_ext:document.getElementById("mp-req-curl")};for(let s in t){let n=t[s];n.style="",e.data[s]||(n.classList.remove("mp-settings-icon-success"),n.classList.add("mp-settings-icon-warning"))}}))}function mp_verify_alert_test_mode(){return""!=document.getElementById("mp-public-key-test").value&&""!=document.getElementById("mp-access-token-test").value||!document.querySelector('input[name="mp-test-prod"]').checked?(document.getElementById("mp-red-badge").style.display="none",!1):(document.getElementById("mp-red-badge").style.display="block",!0)}function mp_validate_credentials(){document.getElementById("mp-access-token-prod").addEventListener("change",(function(){var e=this;jQuery.post(ajaxurl,{access_token:this.value,is_test:!1,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))})),document.getElementById("mp-access-token-test").addEventListener("change",(function(){var e=this;""==this.value?(e.classList.remove("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):jQuery.post(ajaxurl,{access_token:this.value,is_test:!0,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))})),document.getElementById("mp-public-key-test").addEventListener("change",(function(){var e=this;""==this.value?(e.classList.remove("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):jQuery.post(ajaxurl,{public_key:this.value,is_test:!0,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))})),document.getElementById("mp-public-key-prod").addEventListener("change",(function(){var e=this;jQuery.post(ajaxurl,{public_key:this.value,is_test:!1,action:"mp_validate_credentials"},(function(e){})).done((function(t){t.success?(e.classList.add("mp-credential-feedback-positive"),e.classList.remove("mp-credential-feedback-negative")):(e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative"))})).fail((function(t){e.classList.remove("mp-credential-feedback-positive"),e.classList.add("mp-credential-feedback-negative")}))}))}function mp_update_option_credentials(){document.getElementById("mp-btn-credentials").addEventListener("click",(function(){document.getElementById("msg-info-credentials").childNodes.length>1&&document.querySelector(".mp-card-info").remove(),jQuery.post(ajaxurl,{access_token_prod:document.getElementById("mp-access-token-prod").value,access_token_test:document.getElementById("mp-access-token-test").value,public_key_prod:document.getElementById("mp-public-key-prod").value,public_key_test:document.getElementById("mp-public-key-test").value,action:"mp_update_option_credentials"},(function(e){})).done((function(e){if(e.success)mp_verify_alert_test_mode(),mp_show_message(e.data,"success","credentials"),mp_validate_credentials_tips(),setTimeout((()=>{mp_go_to_next_step("mp-step-1","mp-step-2","mp-credentials-arrow-up","mp-store-info-arrow-up")}),3e3);else{mp_msg_element("msg-info-credentials",e.data.message,e.data.subtitle,e.data.subtitle_one_link,e.data.subtitle_one,e.data.type);var t=document.querySelectorAll('input[name="mp-test-prod"]');"no"===e.data.test_mode?(t[1].checked=!0,select_test_mode(!1)):(t[0].checked=!0,select_test_mode(!0))}})).fail((function(e){mp_show_message(e?.data,"error","credentials")}))}))}function mp_update_store_information(){button=document.getElementById("mp-store-info-save"),button.addEventListener("click",(function(){jQuery.post(ajaxurl,{store_identificator:document.getElementById("mp-store-identificator").value,store_category_id:document.getElementById("mp-store-category-id").value,store_categories:document.getElementById("mp-store-categories").value,store_url_ipn:document.querySelector("#mp-store-url-ipn").value,store_integrator_id:document.getElementById("mp-store-integrator-id").value,store_debug_mode:document.querySelector("#mp-store-debug-mode:checked")?.value,action:"mp_update_store_information"},(function(e){})).done((function(e){e.success?(mp_validate_store_tips(),mp_show_message(e.data,"success","store"),setTimeout((()=>{mp_go_to_next_step("mp-step-2","mp-step-3","mp-store-info-arrow-up","mp-payments-arrow-up")}),3e3)):mp_show_message(e.data,"error","store")})).fail((function(e){mp_show_message(e?.data,"error","store")}))}))}function mp_settings_accordion_options(){var e=document.getElementById("options"),t=document.getElementById("block-two");e.addEventListener("click",(function(){this.classList.toggle("active");var s=this.nextElementSibling;"block"===s.style.display?s.style.display="none":s.style.display="block",e.classList.contains("active")||t.classList.contains("mp-settings-flex-start")?(e.textContent="Ocultar opções avançadas",t.classList.remove("mp-settings-flex-start")):(t.classList.toggle("mp-settings-flex-start"),e.textContent="Ver opções avançadas")}))}function select_test_mode(e){var t=document.getElementById("mp-mode-badge"),s=document.getElementById("mp-orange-badge"),n=document.getElementById("mp-icon-badge"),a=document.getElementById("mp-helper-test"),i=document.getElementById("mp-helper-prod"),c=document.getElementById("mp-title-helper-prod"),o=document.getElementById("mp-title-helper-test"),d=document.getElementById("mp-mode-badge-test"),m=document.getElementById("mp-mode-badge-prod");if(e)t.classList.remove("mp-settings-prod-mode-alert"),t.classList.add("mp-settings-test-mode-alert"),s.classList.remove("mp-settings-alert-payment-methods-green"),s.classList.add("mp-settings-alert-payment-methods-orange"),n.classList.remove("mp-settings-icon-success"),n.classList.add("mp-settings-icon-warning"),mp_verify_alert_test_mode(),a.style.display="block",i.style.display="none",o.style.display="block",c.style.display="none",d.style.display="block",m.style.display="none";else{var l=document.getElementById("mp-red-badge");t.classList.remove("mp-settings-test-mode-alert"),t.classList.add("mp-settings-prod-mode-alert"),l.style.display="none",s.classList.remove("mp-settings-alert-payment-methods-orange"),s.classList.add("mp-settings-alert-payment-methods-green"),n.classList.remove("mp-settings-icon-warning"),n.classList.add("mp-settings-icon-success"),a.style.display="none",i.style.display="block",o.style.display="none",c.style.display="block",d.style.display="none",m.style.display="block"}}function mp_set_mode(){var e=document.querySelectorAll('input[name="mp-test-prod"]');e[0].addEventListener("change",(function(){e[0].checked&&select_test_mode(!0)})),e[1].addEventListener("change",(function(){e[1].checked&&select_test_mode(!1)})),document.getElementById("mp-store-mode-save").addEventListener("click",(function(){var t=document.querySelector('input[name="mp-test-prod"]:checked').value,s=mp_verify_alert_test_mode()?"yes":"no";jQuery.post(ajaxurl,{input_mode_value:t,input_verify_alert_test_mode:s,action:"mp_store_mode"},(function(e){})).done((function(t){t.success?mp_show_message(t.data,"success","test_mode"):(e[0].checked&&(document.getElementById("mp-red-badge").style.display="block"),mp_show_message(t.data.message,"error","test_mode"))})).fail((function(e){mp_show_message(e.data,"error","test_mode")}))}))}function mp_get_payment_properties(){jQuery.post(ajaxurl,{action:"mp_get_payment_properties"},(function(e){})).done((function(e){const t=document.getElementById("mp-payment");e.data.reverse().forEach((e=>{t.insertAdjacentHTML("afterend",mp_payment_properties(e)),mp_payment_properties(e)})),window.melidata&&window.melidata.client&&window.melidata.client.stepPaymentMethodsCallback&&window.melidata.client.stepPaymentMethodsCallback()})).fail((function(e){}))}function mp_payment_properties(e){var t="yes"==e.enabled?"mp-settings-badge-active":"mp-settings-badge-inactive",s="yes"==e.enabled?e.badge_translator.yes:e.badge_translator.no;return' <a href="'+e.link+'" class="mp-settings-link mp-settings-font-color"><div class="mp-block mp-block-flex mp-settings-payment-block mp-settings-margin-right mp-settings-align-div"> <div class="mp-settings-align-div"> <div class="mp-settings-icon '+e.icon+'"></div> <span class="mp-settings-subtitle-font-size mp-settings-margin-title-payment"> <b>'+e.title+"</b> - "+e.description+' </span> <span class="'+t+'" > '+s+'</span> </div> <div class="mp-settings-title-align"> <span class="mp-settings-text-payment">Configurar</span> <img class="mp-settings-icon-config"> </div> </div></a>'}function mp_validate_credentials_tips(){var e=document.getElementById("mp-settings-icon-credentials");jQuery.post(ajaxurl,{action:"mp_validate_credentials_tips"},(function(e){})).done((function(t){t.success?(e.classList.remove("mp-settings-icon-credentials"),e.classList.add("mp-settings-icon-success")):e.classList.remove("mp-settings-icon-success")})).fail((function(t){e.classList.remove("mp-settings-icon-success")}))}function mp_validate_store_tips(){var e=document.getElementById("mp-settings-icon-store");jQuery.post(ajaxurl,{action:"mp_validate_store_tips"},(function(e){})).done((function(t){t.success?(e.classList.remove("mp-settings-icon-store"),e.classList.add("mp-settings-icon-success")):e.classList.remove("mp-settings-icon-success")})).fail((function(t){e.classList.remove("mp-settings-icon-success")}))}function mp_validate_payment_tips(){var e=document.getElementById("mp-settings-icon-payment");jQuery.post(ajaxurl,{action:"mp_validate_payment_tips"},(function(e){})).done((function(t){t.success?(e.classList.remove("mp-settings-icon-payment"),e.classList.add("mp-settings-icon-success")):e.classList.remove("mp-settings-icon-success")})).fail((function(t){e.classList.remove("mp-settings-icon-success")}))}function mp_show_message(e,t,s){const n=document.createElement("div");var a="",i="";switch(s){case"credentials":a=document.querySelector(".mp-message-credentials"),i=document.querySelector(".mp-heading-credentials");break;case"store":a=document.querySelector(".mp-message-store"),i=document.querySelector(".mp-heading-store");break;case"payment":a=document.querySelector(".mp-message-payment"),i=document.querySelector(".mp-heading-payment");break;case"test_mode":a=document.querySelector(".mp-message-test-mode"),i=document.querySelector(".mp-heading-test-mode");break;default:a="",i=""}n.className="error"===t?"mp-alert mp-alert-danger mp-text-center mp-card-body":"mp-alert mp-alert-success mp-text-center mp-card-body",n.appendChild(document.createTextNode(e)),a.insertBefore(n,i),setTimeout(clearMessage,3e3)}function mp_msg_element(e,t,s,n,a,i){const c=document.getElementById(e);var o=document.createElement("div");o.className="mp-card-info",o.id=e.concat("-card-info");var d=document.createElement("div");d.className="mp-alert-color-".concat(i);var m=document.createElement("div");m.className="mp-card-body-payments mp-card-body-size";var l=document.createElement("div");l.className="mp-icon-badge-warning";var p=document.createElement("div"),r=document.createElement("span");r.className="mp-text-title";var u=document.createElement("span");if(u.className="mp-helper-test",r.appendChild(document.createTextNode(t)),u.appendChild(document.createTextNode(s)),p.appendChild(r),void 0!==n){var _=document.createElement("a");_.className="mp-settings-blue-text",_.appendChild(document.createTextNode(a)),_.href=n,_.setAttribute("target","_blank"),u.appendChild(_)}p.appendChild(u),m.appendChild(l),m.appendChild(p),o.appendChild(d),o.appendChild(m),c.appendChild(o),"alert"===i&&setTimeout(clearElement,1e4,o.id)}function clearMessage(){document.querySelector(".mp-alert").remove()}function clearElement(e){document.getElementById(e).remove()}function mp_go_to_next_step(e,t,s,n){var a=document.getElementById(e),i=document.getElementById(t),c=document.getElementById(s),o=document.getElementById(n);if(a.style.display="none",i.style.display="block",c.classList.remove("mp-arrow-up"),o.classList.add("mp-arrow-up"),window.melidata&&window.melidata.client&&window.melidata.client.addStoreConfigurationsStepTimer)switch(t){case"mp-step-2":window.melidata.client.addStoreConfigurationsStepTimer({step:"business"});break;case"mp-step-3":window.melidata.client.addStoreConfigurationsStepTimer({step:"payment_methods",sendOnClose:!0});break;case"mp-step-4":window.melidata.client.addStoreConfigurationsStepTimer({step:"mode"})}}function mp_continue_to_next_step(){document.getElementById("mp-payment-method-continue").addEventListener("click",(function(){mp_go_to_next_step("mp-step-3","mp-step-4","mp-payments-arrow-up","mp-modes-arrow-up")}))}function mp_settings_screen_load(){mp_settings_accordion_start(),mp_settings_accordion_options(),mp_get_requirements(),mp_validate_credentials(),mp_update_option_credentials(),mp_update_store_information(),mp_set_mode(),mp_get_payment_properties(),mp_validate_credentials_tips(),mp_validate_store_tips(),mp_validate_payment_tips(),mp_continue_to_next_step(),mp_verify_alert_test_mode()}
assets/js/mp-plugins-components.js CHANGED
@@ -1 +1 @@
1
- (()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-benefits",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-redirect",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n&&(value=e.target.value.replace(/\D/g,""),n.value=value)}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-document",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-helper",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-label",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-radio",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-select",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var t=document.createElement("div");return this.setColumns(),this.columns&&(this.setTotal(),t.classList.add("mp-input-table-container"),t.setAttribute("data-cy","input-table-container"),t.appendChild(this.createList())),t}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var e=document.createElement("a");return e.setAttribute("id","more-options"),e.classList.add("mp-input-table-link"),e.innerHTML=this.getAttribute("button-name"),t.appendChild(e),t}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-method-logo",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-methods",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("pix-template",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("terms-and-conditions",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("test-mode",l)})();
1
+ (()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-benefits",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("checkout-redirect",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-document",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-helper",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-label",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-radio",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("input-select",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var t=document.createElement("div");return this.setColumns(),this.columns&&(this.setTotal(),t.classList.add("mp-input-table-container"),t.setAttribute("data-cy","input-table-container"),t.appendChild(this.createList())),t}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var e=document.createElement("a");return e.setAttribute("id","more-options"),e.classList.add("mp-input-table-link"),e.innerHTML=this.getAttribute("button-name"),t.appendChild(e),t}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-method-logo",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("payment-methods",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("pix-template",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("terms-and-conditions",l)})(),(()=>{function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function r(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function o(t){var e="function"==typeof Map?new Map:void 0;return o=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return i(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)},o(t)}function i(t,e,n){return i=u()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&c(o,n.prototype),o},i.apply(null,arguments)}function u(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function c(t,e){return c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},c(t,e)}function a(t){return a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},a(t)}var l=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(p,t);var o,i,l,s,f=(o=p,i=u(),function(){var t,e=a(o);if(i){var n=a(this).constructor;t=Reflect.construct(e,arguments,n)}else t=e.apply(this,arguments);return r(this,t)});function p(){return e(this,p),f.apply(this,arguments)}return l=p,(s=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&n(l.prototype,s),p}(o(HTMLElement));customElements.define("test-mode",l)})();
assets/js/mp-plugins-components.min.js CHANGED
@@ -1 +1 @@
1
- (()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-benefits",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-redirect",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n&&(value=e.target.value.replace(/\D/g,""),n.value=value)}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-document",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-helper",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-label",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-radio",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-select",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var t=document.createElement("div");return this.setColumns(),this.columns&&(this.setTotal(),t.classList.add("mp-input-table-container"),t.setAttribute("data-cy","input-table-container"),t.appendChild(this.createList())),t}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var e=document.createElement("a");return e.setAttribute("id","more-options"),e.classList.add("mp-input-table-link"),e.innerHTML=this.getAttribute("button-name"),t.appendChild(e),t}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-method-logo",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-methods",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("pix-template",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("terms-and-conditions",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("test-mode",a)})();
1
+ (()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-benefits-container"),t.appendChild(this.createTitle()),t.appendChild(this.createList()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-benefits-title"),t.innerHTML=this.getAttribute("title"),t}},{key:"createList",value:function(){var t=this,e=JSON.parse(this.getAttribute("items")),n=document.createElement("div");return n.classList.add("mp-checkout-benefits-list"),e.forEach((function(e){n.appendChild(t.createItem(e))})),n}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-checkout-benefits-item"),e.appendChild(this.createImage()),e.appendChild(this.createText(t)),e}},{key:"createText",value:function(t){var e=document.createElement("span");return e.innerHTML=t,e}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-benefits-image"),t.src=this.getAttribute("list-style-type-src"),t.alt=this.getAttribute("list-style-type-alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-benefits",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-checkout-redirect-container"),t.setAttribute("data-cy","checkout-redirect-container"),t.appendChild(this.createImage()),t.appendChild(this.createText()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-checkout-redirect-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}},{key:"createText",value:function(){var t=document.createElement("p");return t.classList.add("mp-checkout-redirect-text"),t.innerHTML=this.getAttribute("text"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("checkout-redirect",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createInputDocument();this.appendChild(t)}},{key:"createInputDocument",value:function(){var t=document.createElement("div");t.classList.add("mp-input-document"),t.setAttribute("data-cy","input-document-container");var e=this.createLabel(this.getAttribute("label-message")),n=this.createHelper(this.getAttribute("helper-message")),r=this.createHiddenField(this.getAttribute("hidden-id")),o=this.createInput(n,r);return t.appendChild(e),t.appendChild(o),t.appendChild(r),t.appendChild(n),t}},{key:"createLabel",value:function(t){var e=document.createElement("input-label");return e.setAttribute("message",t),e.setAttribute("isOptional","false"),e}},{key:"createInput",value:function(t,e){var n=this,r=document.createElement("div");r.classList.add("mp-input"),r.setAttribute("id","form-checkout__identificationNumber-container");var o=JSON.parse(this.getAttribute("documents")),i=this.getAttribute("validate"),u=this.createVerticalLine(),c=this.createSelect(r,t,o,i),a=this.createDocument(r,c,t);return c.addEventListener("change",(function(){r.classList.remove("mp-focus"),r.classList.remove("mp-error"),n.setInpuProperties(c,a),n.setMaskInputDocument(c,a,e)})),r.appendChild(c),r.appendChild(u),r.appendChild(a),this.setMaskInputDocument(c,a,e),r}},{key:"setInpuProperties",value:function(t,e){"CPF"===t.value?(e.value="",e.setAttribute("maxlength","14"),e.setAttribute("placeholder","999.999.999-99")):"CNPJ"===t.value?(e.value="",e.setAttribute("maxlength","18"),e.setAttribute("placeholder","99.999.999/0001-99")):"CI"===t.value?(e.value="",e.setAttribute("maxlength","8"),e.setAttribute("placeholder","99999999")):(e.value="",e.setAttribute("maxlength","20"),e.setAttribute("placeholder",""))}},{key:"createSelect",value:function(t,e,n,r){var o=this,i=document.createElement("select");return i.classList.add("mp-document-select"),i.setAttribute("name",this.getAttribute("select-name")),i.setAttribute("id",this.getAttribute("select-id")),i.setAttribute("data-checkout",this.getAttribute("select-data-checkout")),i.setAttribute("data-cy","select-document"),n&&n.forEach((function(t){o.createOption(i,t)})),r&&(i.addEventListener("focus",(function(){t.classList.add("mp-focus"),e.firstElementChild.style.display="none"})),i.addEventListener("focusout",(function(){t.classList.remove("mp-focus"),e.firstElementChild.style.display="none"}))),i}},{key:"createOption",value:function(t,e){var n=document.createElement("option");n.innerHTML=e,n.value=e,t.appendChild(n)}},{key:"createHiddenField",value:function(t){var e=document.createElement("input");return e.setAttribute("type","hidden"),e.setAttribute("id",t),e}},{key:"createVerticalLine",value:function(){var t=document.createElement("div");return t.classList.add("mp-vertical-line"),t}},{key:"isValidCPF",value:function(t){if("string"!=typeof t)return!1;if(!(t=t.replace(/[\s.-]*/gim,""))||11!==t.length||"00000000000"===t||"11111111111"===t||"22222222222"===t||"33333333333"===t||"44444444444"===t||"55555555555"===t||"66666666666"===t||"77777777777"===t||"88888888888"===t||"99999999999"===t)return!1;for(var e,n=0,r=1;r<=9;r+=1)n+=parseInt(t.substring(r-1,r))*(11-r);if(10!=(e=10*n%11)&&11!==e||(e=0),e!==parseInt(t.substring(9,10)))return!1;n=0;for(var o=1;o<=10;o+=1)n+=parseInt(t.substring(o-1,o))*(12-o);return 10!=(e=10*n%11)&&11!==e||(e=0),e===parseInt(t.substring(10,11))}},{key:"isValidCNPJ",value:function(t){if(""===(t=t.replace(/[^\d]+/g,"")))return!1;if(14!==t.length)return!1;if("00000000000000"===t||"11111111111111"===t||"22222222222222"===t||"33333333333333"===t||"44444444444444"===t||"55555555555555"===t||"66666666666666"===t||"77777777777777"===t||"88888888888888"===t||"99999999999999"===t)return!1;for(var e=t.length-2,n=t.substring(0,e),r=t.substring(e),o=0,i=e-7,u=e;u>=1;u-=1)o+=n.charAt(e-u)*i--,i<2&&(i=9);var c=o%11<2?0:11-o%11;if(c!==Number(r.charAt(0)))return!1;e+=1,n=t.substring(0,e),o=0,i=e-7;for(var a=e;a>=1;a-=1)o+=n.charAt(e-a)*i--,i<2&&(i=9);return(c=o%11<2?0:11-o%11)===Number(r.charAt(1))}},{key:"isValidCI",value:function(t){var e=0,n=0,r=t[t.length-1];if(t.length<=6)for(n=t.length;n<7;n+=1)t="0".concat(t);for(n=0;n<7;n+=1)e+=parseInt("2987634"[n],10)*parseInt(t[n],10)%10;return r===(e%10==0?0:10-e%10).toString()}},{key:"setMaskInputDocument",value:function(t,e,n){var r={CPF:function(t){return t.replace(/\D+/g,"").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CNPJ:function(t){return t.replace(/\D+/g,"").replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2").replace(/(-\d{2})\d+?$/,"$1")},CI:function(t){return t.replace(/\D+/g,"")}};e.addEventListener("input",(function(e){if(void 0!==r[t.value]&&(e.target.value=r[t.value](e.target.value)),n){var o=e.target.value.replace(/\D/g,"");n.value=o}}))}},{key:"createDocument",value:function(t,e,n){var r=this,o=document.createElement("input");return o.setAttribute("name",this.getAttribute("input-name")),o.setAttribute("data-checkout",this.getAttribute("input-data-checkout")),o.setAttribute("data-cy","input-document"),o.classList.add("mp-document"),o.type="text",o.inputMode="numeric",this.setInpuProperties(e,o),o.addEventListener("focus",(function(){t.classList.add("mp-focus"),t.classList.remove("mp-error"),n.firstElementChild.style.display="none"})),o.addEventListener("focusout",(function(){t.classList.remove("mp-focus");var i={CPF:function(t){return r.isValidCPF(t)},CNPJ:function(t){return r.isValidCNPJ(t)},CI:function(t){return r.isValidCI(t)}};void 0!==i[e.value]&&(i[e.value](o.value)?(t.classList.remove("mp-error"),n.firstElementChild.style.display="none",o.setAttribute("name",r.getAttribute("input-name"))):(t.classList.add("mp-error"),n.firstElementChild.style.display="flex",o.setAttribute("name",r.getAttribute("flag-error"))))})),o}},{key:"createHelper",value:function(t){var e=document.createElement("input-helper");return e.setAttribute("isVisible",!1),e.setAttribute("message",t),e.setAttribute("input-id","mp-doc-number-helper"),e}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-document",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createHelper())}},{key:"createHelper",value:function(){var t=document.createElement("div");t.classList.add("mp-helper"),t.setAttribute("id",this.getAttribute("input-id")),t.setAttribute("data-cy","helper-container"),this.validateVisibility(t);var e=this.createIcon(),n=this.getAttribute("message"),r=this.createHelperMessage(n);return t.appendChild(e),t.appendChild(r),t}},{key:"createIcon",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-helper-icon"),t}},{key:"createHelperMessage",value:function(t){var e=document.createElement("div");return e.innerHTML=t,e.classList.add("mp-helper-message"),e.setAttribute("data-cy","helper-message"),e}},{key:"validateVisibility",value:function(t){var e=this.getAttribute("isVisible");"string"==typeof e&&(e="false"!==e),t.style.display=e?"flex":"none"}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-helper",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createLabel())}},{key:"createLabel",value:function(){var t=document.createElement("div");t.classList.add("mp-input-label"),t.setAttribute("data-cy","input-label");var e=this.getAttribute("message");t.innerHTML=e;var n=this.getAttribute("isOptional");if("string"==typeof n&&(n="false"!==n),!n){var r=document.createElement("b");r.innerHTML="*",r.style="color: red",t.appendChild(r)}return t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-label",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-radio-container"),t.appendChild(this.createRadio()),t.appendChild(this.createLabel()),t}},{key:"createRadio",value:function(){var t=document.createElement("input"),e=this.getAttribute("dataRate");return t.classList.add("mp-input-radio-radio"),t.type="radio",t.id=this.getAttribute("identification"),t.name=this.getAttribute("name"),t.value=this.getAttribute("value"),t.setAttribute("data-cy","input-radio"),e&&t.setAttribute("dataRate",e),t}},{key:"createLabel",value:function(){var t=document.createElement("label");return t.classList.add("mp-input-radio-label"),t.htmlFor=this.getAttribute("identification"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-radio",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-container"),t.appendChild(this.createLabel()),t.appendChild(this.createInput()),t}},{key:"createInput",value:function(){var t=document.createElement("div");return t.classList.add("mp-input-select-input"),t.appendChild(this.createSelect()),t}},{key:"createSelect",value:function(){var t=this,e=document.createElement("select"),n=this.getAttribute("name");e.classList.add("mp-input-select-select"),e.setAttribute("id",n),e.setAttribute("name",n);var r=this.getAttribute("options")&&JSON.parse(this.getAttribute("options"));return r&&0!==r.length&&r.forEach((function(n){e.appendChild(t.createOption(n))})),e}},{key:"createOption",value:function(t){var e=document.createElement("option");return e.innerHTML=t,e.value=t,e}},{key:"createLabel",value:function(){var t=document.createElement("input-label"),e=this.getAttribute("optional");return t.setAttribute("message",this.getAttribute("label")),"false"===e?t.setAttribute("isOptional",e):t.setAttribute("isOptional","true"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("input-select",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(p,t);var r,o,a,l,s,f=(r=p,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function p(){var t;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,p),(t=f.call(this)).index=0,t.limit=5,t.offset=t.limit,t.columns=null,t.total=0,t}return a=p,s=[{key:"observedAttributes",get:function(){return["columns","name","button-name"]}}],(l=[{key:"connectedCallback",value:function(){this.build()}},{key:"attributeChangedCallback",value:function(){this.firstElementChild&&(this.removeChild(this.firstElementChild),this.build())}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"setColumns",value:function(){return this.columns=JSON.parse(this.getAttribute("columns")),this}},{key:"setTotal",value:function(){return this.total=this.columns.length,this}},{key:"createContainer",value:function(){var t=document.createElement("div");return this.setColumns(),this.columns&&(this.setTotal(),t.classList.add("mp-input-table-container"),t.setAttribute("data-cy","input-table-container"),t.appendChild(this.createList())),t}},{key:"createList",value:function(){var t=this,e=document.createElement("div");e.classList.add("mp-input-table-list"),e.setAttribute("data-cy","input-table-list");var n=this.createLink();return n.onclick=function(){return t.appendItems(t.columns,e,n,!0)},this.appendItems(this.columns,e,n,!1),e.appendChild(n),e}},{key:"createItem",value:function(t){var e=document.createElement("div");return e.classList.add("mp-input-table-item"),e.appendChild(this.createLabel(t)),e}},{key:"createLabel",value:function(t){var e=t.id,n=t.value,r=t.rowText,o=t.rowObs,i=t.highlight,u=t.img,c=t.alt,a=t.dataRate,l=this.getAttribute("name"),s=document.createElement("div");return s.classList.add("mp-input-table-label"),s.appendChild(this.createOption(e,l,n,r,u,c,a)),o&&s.appendChild(this.createRowObs(o,i)),s.onclick=function(){document.getElementById(e).checked=!0},s}},{key:"createOption",value:function(t,e,n,r,o,i,u){var c=document.createElement("div");return c.classList.add("mp-input-table-option"),c.appendChild(this.createRadio(t,e,n,u)),o?c.appendChild(this.createRowTextWithImg(r,o,i)):c.appendChild(this.createRowText(r)),c}},{key:"createRadio",value:function(t,e,n,r){var o=document.createElement("input-radio");return o.setAttribute("name",e),o.setAttribute("value",n),o.setAttribute("identification",t),o.setAttribute("dataRate",r),o}},{key:"createRowText",value:function(t){var e=document.createElement("span");return e.classList.add("mp-input-table-row-text"),e.innerHTML=t,e}},{key:"createRowTextWithImg",value:function(t,e,n){var r=document.createElement("span"),o=document.createElement("payment-method-logo");return o.setAttribute("src",e),o.setAttribute("alt",n),o.style.marginRight="10px",r.classList.add("mp-input-table-row-text-image"),r.innerHTML=t,r.appendChild(o),r}},{key:"createRowObs",value:function(t,e){var n=document.createElement("span");return e?n.classList.add("mp-input-table-row-obs-highlight"):n.classList.add("mp-input-table-row-obs"),n.innerHTML=t,n}},{key:"createLink",value:function(){var t=document.createElement("div");t.classList.add("mp-input-table-container-link");var e=document.createElement("a");return e.setAttribute("id","more-options"),e.classList.add("mp-input-table-link"),e.innerHTML=this.getAttribute("button-name"),t.appendChild(e),t}},{key:"appendItems",value:function(t,e,n,r){this.validateLimit();for(var o=this.index;o<this.limit;o+=1)r?e.insertBefore(this.createItem(t[o]),n):e.appendChild(this.createItem(t[o]));this.limit>=this.total&&(n.style.display="none"),this.index+=this.offset,this.limit+=this.offset,this.validateLimit()}},{key:"validateLimit",value:function(){this.limit>this.total&&(this.limit=this.total)}}])&&e(a.prototype,l),s&&e(a,s),p}(r(HTMLElement));customElements.define("input-table",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-payment-method-logo-container"),t.appendChild(this.createImage()),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-payment-method-logo-image"),t.alt=this.getAttribute("alt"),t.src=this.getAttribute("src"),t.onerror=function(t){var e,n,r,o;return null===(e=t.target)||void 0===e||null===(n=e.parentNode)||void 0===n||null===(r=n.parentNode)||void 0===r||null===(o=r.parentNode)||void 0===o?void 0:o.removeChild(t.target.parentNode.parentNode)},t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-method-logo",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=this,e=JSON.parse(this.getAttribute("methods")),n=document.createElement("div");return n.classList.add("mp-payment-methods-container"),e.forEach((function(e){n.appendChild(t.createPaymentMethodType(e))})),n}},{key:"createPaymentMethodType",value:function(t){var e=t.title,n=t.label,r=t.payment_methods,o=document.createElement("div");return o.classList.add("mp-payment-method-type-container"),r&&0!==r.length&&(o.appendChild(this.createHeader(e,n)),o.appendChild(this.createContent(r))),o}},{key:"createHeader",value:function(t,e){var n=document.createElement("div");return n.classList.add("mp-payment-methods-header"),t&&n.appendChild(this.createTitle(t)),e&&n.appendChild(this.createBadge(e)),n}},{key:"createTitle",value:function(t){var e=document.createElement("p");return e.classList.add("mp-payment-methods-title"),e.innerHTML=t,e}},{key:"createBadge",value:function(t){var e=document.createElement("div"),n=document.createElement("span");return n.classList.add("mp-payment-methods-badge-text"),n.innerHTML=t,e.classList.add("mp-payment-methods-badge"),e.appendChild(n),e}},{key:"createContent",value:function(t){var e=this,n=document.createElement("div");return n.classList.add("mp-payment-methods-content"),t.forEach((function(t){n.appendChild(e.createImage(t))})),n}},{key:"createImage",value:function(t){var e=t.src,n=t.alt,r=document.createElement("payment-method-logo");return r.setAttribute("src",e),r.setAttribute("alt",n),r}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("payment-methods",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-pix-template-container"),t.setAttribute("data-cy","pix-template-container"),t.appendChild(this.createImage()),t.appendChild(this.createTitle()),t.appendChild(this.createSubtitle()),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-title"),t.innerText=this.getAttribute("title"),t}},{key:"createSubtitle",value:function(){var t=document.createElement("p");return t.classList.add("mp-pix-template-subtitle"),t.innerText=this.getAttribute("subtitle"),t}},{key:"createImage",value:function(){var t=document.createElement("img");return t.classList.add("mp-pix-template-image"),t.src=this.getAttribute("src"),t.alt=this.getAttribute("alt"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("pix-template",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){this.appendChild(this.createContainer())}},{key:"createContainer",value:function(){var t=document.createElement("div");return t.classList.add("mp-terms-and-conditions-container"),t.setAttribute("data-cy","terms-and-conditions-container"),t.appendChild(this.createText()),t.appendChild(this.createLink()),t}},{key:"createText",value:function(){var t=document.createElement("span");return t.classList.add("mp-terms-and-conditions-text"),t.innerHTML=this.getAttribute("description"),t}},{key:"createLink",value:function(){var t=document.createElement("a");return t.classList.add("mp-terms-and-conditions-link"),t.innerHTML=this.getAttribute("link-text"),t.href=this.getAttribute("link-src"),t.target="blank",t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("terms-and-conditions",a)})(),(()=>{function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(e,n){if(n&&("object"===t(n)||"function"==typeof n))return n;if(void 0!==n)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function r(t){var e="function"==typeof Map?new Map:void 0;return r=function(t){if(null===t||(n=t,-1===Function.toString.call(n).indexOf("[native code]")))return t;var n;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return o(t,arguments,c(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),u(r,t)},r(t)}function o(t,e,n){return o=i()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var o=new(Function.bind.apply(t,r));return n&&u(o,n.prototype),o},o.apply(null,arguments)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function c(t){return c=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},c(t)}var a=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}(s,t);var r,o,a,l=(r=s,o=i(),function(){var t,e=c(r);if(o){var i=c(this).constructor;t=Reflect.construct(e,arguments,i)}else t=e.apply(this,arguments);return n(this,t)});function s(){return e(this,s),l.apply(this,arguments)}return(a=[{key:"connectedCallback",value:function(){this.build()}},{key:"build",value:function(){var t=this.createTestMode(),e=this.createCardHeader(),n=this.createCardContent();t.appendChild(e),t.appendChild(n),this.appendChild(t)}},{key:"createTestMode",value:function(){var t=document.createElement("div");return t.classList.add("mp-test-mode-card"),t.setAttribute("data-cy","test-mode-card"),t}},{key:"createCardContent",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=document.createElement("p");e.innerHTML=this.getAttribute("description"),e.classList.add("mp-test-mode-description"),e.setAttribute("data-cy","test-mode-description"),t.appendChild(e);var n=this.getAttribute("link-text"),r=this.getAttribute("link-src"),o=document.createElement("a");return o.classList.add("mp-test-mode-link"),o.innerHTML=n,o.href=r,o.target="blank",e.appendChild(o),t}},{key:"createCardHeader",value:function(){var t=document.createElement("div");t.classList.add("mp-test-mode-card-content");var e=this.createBadge(),n=this.createTitle();return t.appendChild(e),t.appendChild(n),t}},{key:"createBadge",value:function(){var t=document.createElement("div");return t.innerHTML="!",t.classList.add("mp-test-mode-badge"),t}},{key:"createTitle",value:function(){var t=document.createElement("p");return t.innerHTML=this.getAttribute("title"),t.classList.add("mp-test-mode-title"),t.setAttribute("data-cy","test-mode-title"),t}}])&&function(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}(s.prototype,a),s}(r(HTMLElement));customElements.define("test-mode",a)})();
assets/js/notices/notices-client.js ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* globals wc_mercadopago_notices_params */
2
+ (function () {
3
+ window.addEventListener("load", function () {
4
+ try {
5
+ var link = document.createElement("link");
6
+ link.rel = "stylesheet";
7
+ link.type = "text/css";
8
+ link.href = "https://http2.mlstatic.com/storage/v1/plugins/notices/woocommerce.css";
9
+
10
+ link.onerror = function () {
11
+ sendError({ target: "notices_woocommerce_client_css" });
12
+ };
13
+
14
+ link.onload = function () {
15
+ var scriptTag = document.createElement("script");
16
+ scriptTag.setAttribute("id", "mpnotices_woocommerce_client");
17
+ scriptTag.src = "https://http2.mlstatic.com/storage/v1/plugins/notices/woocommerce.js";
18
+ scriptTag.async = true;
19
+ scriptTag.defer = true;
20
+
21
+ scriptTag.onerror = function () {
22
+ sendError({ target: "notices_woocommerce_client_js" });
23
+ };
24
+
25
+ document.body.appendChild(scriptTag);
26
+ };
27
+
28
+ document.body.appendChild(link);
29
+ } catch (e) {
30
+ console.warn(e);
31
+ }
32
+ });
33
+
34
+ function sendError({ target }) {
35
+ var url = "https://api.mercadopago.com/v1/plugins/notices/metrics";
36
+ var { plugin_version, platform_id, platform_version } = wc_mercadopago_notices_params;
37
+
38
+ var payload = {
39
+ target,
40
+ type: "error",
41
+ name: "ERR_CONNECTION_REFUSED",
42
+ message: "ERR_CONNECTION_REFUSED",
43
+ plugin: {
44
+ version: plugin_version,
45
+ },
46
+ platform: {
47
+ uri: `${window.location.pathname}${window.location.search}`,
48
+ name: "woocommerce",
49
+ version: platform_version,
50
+ location: "woo_admin_mercadopago_settings",
51
+ },
52
+ };
53
+
54
+ fetch(url, {
55
+ method: "POST",
56
+ body: JSON.stringify(payload),
57
+ headers: {
58
+ "Content-Type": "application/json",
59
+ "X-Platform-Id": platform_id.toLowerCase(),
60
+ "X-Plugin-Version": plugin_version,
61
+ },
62
+ });
63
+ }
64
+ })();
assets/js/notices/notices-client.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(){function e({target:e}){var{plugin_version:o,platform_id:t,platform_version:n}=wc_mercadopago_notices_params,c={target:e,type:"error",name:"ERR_CONNECTION_REFUSED",message:"ERR_CONNECTION_REFUSED",plugin:{version:o},platform:{uri:`${window.location.pathname}${window.location.search}`,name:"woocommerce",version:n,location:"woo_admin_mercadopago_settings"}};fetch("https://api.mercadopago.com/v1/plugins/notices/metrics",{method:"POST",body:JSON.stringify(c),headers:{"Content-Type":"application/json","X-Platform-Id":t.toLowerCase(),"X-Plugin-Version":o}})}window.addEventListener("load",(function(){try{var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.href="https://http2.mlstatic.com/storage/v1/plugins/notices/woocommerce.css",o.onerror=function(){e({target:"notices_woocommerce_client_css"})},o.onload=function(){var o=document.createElement("script");o.setAttribute("id","mpnotices_woocommerce_client"),o.src="https://http2.mlstatic.com/storage/v1/plugins/notices/woocommerce.js",o.async=!0,o.defer=!0,o.onerror=function(){e({target:"notices_woocommerce_client_js"})},document.body.appendChild(o)},document.body.appendChild(o)}catch(e){console.warn(e)}}))}();
assets/js/securityFields/securityFields.js CHANGED
@@ -1,7 +1,6 @@
1
  var cardForm;
2
- var mercado_pago_submit = false;
3
- var hasToken = false;
4
- cardFormMounted = false;
5
 
6
  var form = document.querySelector("form[name=checkout]");
7
  var formId = "checkout";
@@ -16,10 +15,11 @@ if (form) {
16
  * @return {bool}
17
  */
18
  function mercadoPagoFormHandler() {
19
-
20
  let formOrderReview = document.querySelector("form[id=order_review]");
21
  if (formOrderReview) {
22
- let choCustomContent = document.querySelector(".mp-checkout-custom-container");
 
 
23
  let choCustomHelpers = choCustomContent.querySelectorAll("input-helper");
24
  choCustomHelpers.forEach((item) => {
25
  let inputHelper = item.querySelector("div");
@@ -53,7 +53,6 @@ function createToken() {
53
  .createCardToken()
54
  .then((cardToken) => {
55
  if (cardToken.token) {
56
-
57
  if (hasToken) return;
58
  document.querySelector("#cardTokenId").value = cardToken.token;
59
  mercado_pago_submit = true;
@@ -76,7 +75,7 @@ function init_cardForm() {
76
  var mp = new MercadoPago(wc_mercadopago_params.public_key);
77
 
78
  cardForm = mp.cardForm({
79
- amount: document.getElementById("mp-amount").value,
80
  iframe: true,
81
  form: {
82
  id: formId,
@@ -170,7 +169,11 @@ function init_cardForm() {
170
  paymentMethods[0].settings[0].security_code.length
171
  );
172
  CheckoutPage.clearInputs();
173
- CheckoutPage.setDisplayOfError('fcCardNumberContainer', 'remove', 'mp-error');
 
 
 
 
174
  CheckoutPage.setDisplayOfInputHelper("mp-card-number", "none");
175
  CheckoutPage.setImageCard(paymentMethods[0].thumbnail);
176
  CheckoutPage.installment_amount(paymentMethods[0].payment_type_id);
@@ -179,11 +182,19 @@ function init_cardForm() {
179
  );
180
  CheckoutPage.additionalInfoHandler(additionalInfoNeeded);
181
  } else {
182
- CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error");
 
 
 
 
183
  CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
184
  }
185
  } catch (error) {
186
- CheckoutPage.setDisplayOfError("fcCardNumberContainer", "add", "mp-error");
 
 
 
 
187
  CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
188
  }
189
  },
@@ -192,13 +203,21 @@ function init_cardForm() {
192
  removeBlockOverlay();
193
 
194
  if (error.message.includes("cardNumber")) {
195
- CheckoutPage.setDisplayOfError('fcCardNumberContainer', 'add', 'mp-error');
 
 
 
 
196
  return CheckoutPage.setDisplayOfInputHelper(
197
  "mp-card-number",
198
  "flex"
199
  );
200
  } else if (error.message.includes("cardholderName")) {
201
- CheckoutPage.setDisplayOfError("fcCardholderName", "add", "mp-error");
 
 
 
 
202
  return CheckoutPage.setDisplayOfInputHelper(
203
  "mp-card-holder-name",
204
  "flex"
@@ -207,25 +226,37 @@ function init_cardForm() {
207
  error.message.includes("expirationMonth") ||
208
  error.message.includes("expirationYear")
209
  ) {
210
- CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer", "add", "mp-error");
 
 
 
 
211
  return CheckoutPage.setDisplayOfInputHelper(
212
  "mp-expiration-date",
213
  "flex"
214
  );
215
  } else if (error.message.includes("securityCode")) {
216
- CheckoutPage.setDisplayOfError("fcSecurityNumberContainer", "add", "mp-error");
 
 
 
 
217
  return CheckoutPage.setDisplayOfInputHelper(
218
  "mp-security-code",
219
  "flex"
220
  );
221
  } else if (error.message.includes("identificationNumber")) {
222
- CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer", "add", "mp-error");
 
 
 
 
223
  return CheckoutPage.setDisplayOfInputHelper(
224
  "mp-doc-number",
225
  "flex"
226
  );
227
  } else {
228
- return console.log("Unknown error: " + error);
229
  }
230
  });
231
  },
@@ -248,7 +279,7 @@ function init_cardForm() {
248
  }
249
 
250
  if (field == "cardNumber") {
251
- if (error[0].code !== 'invalid_length') {
252
  CheckoutPage.setBackground(
253
  "fcCardNumberContainer",
254
  "no-repeat #fff"
@@ -260,7 +291,7 @@ function init_cardForm() {
260
  }
261
 
262
  let containerField = CheckoutPage.findContainerField(field);
263
- CheckoutPage.setDisplayOfError(containerField, 'add', 'mp-error');
264
 
265
  return CheckoutPage.setDisplayOfInputHelper(
266
  CheckoutPage.inputHelperName(field),
@@ -269,7 +300,7 @@ function init_cardForm() {
269
  }
270
 
271
  let containerField = CheckoutPage.findContainerField(field);
272
- CheckoutPage.setDisplayOfError(containerField, 'removed', 'mp-error');
273
 
274
  return CheckoutPage.setDisplayOfInputHelper(
275
  CheckoutPage.inputHelperName(field),
@@ -280,6 +311,13 @@ function init_cardForm() {
280
  });
281
  }
282
 
 
 
 
 
 
 
 
283
  /**
284
  * Remove Block Overlay from Order Review page
285
  */
@@ -314,7 +352,9 @@ jQuery("form.checkout").on(
314
  );
315
 
316
  jQuery("body").on("payment_method_selected", function () {
317
- cardFormLoad();
 
 
318
  });
319
 
320
  // If payment fail, retry on next checkout page
@@ -328,7 +368,11 @@ jQuery("form#order_review").submit(function () {
328
  }
329
  });
330
 
331
- jQuery(document.body).on('checkout_error', () => {
332
  hasToken = false;
333
  mercado_pago_submit = false;
334
- })
 
 
 
 
1
  var cardForm;
2
+ var mercado_pago_submit, hasToken, cardFormMounted = false;
3
+ var triggeredPaymentMethodSelectedEvent = false;
 
4
 
5
  var form = document.querySelector("form[name=checkout]");
6
  var formId = "checkout";
15
  * @return {bool}
16
  */
17
  function mercadoPagoFormHandler() {
 
18
  let formOrderReview = document.querySelector("form[id=order_review]");
19
  if (formOrderReview) {
20
+ let choCustomContent = document.querySelector(
21
+ ".mp-checkout-custom-container"
22
+ );
23
  let choCustomHelpers = choCustomContent.querySelectorAll("input-helper");
24
  choCustomHelpers.forEach((item) => {
25
  let inputHelper = item.querySelector("div");
53
  .createCardToken()
54
  .then((cardToken) => {
55
  if (cardToken.token) {
 
56
  if (hasToken) return;
57
  document.querySelector("#cardTokenId").value = cardToken.token;
58
  mercado_pago_submit = true;
75
  var mp = new MercadoPago(wc_mercadopago_params.public_key);
76
 
77
  cardForm = mp.cardForm({
78
+ amount: getAmount(),
79
  iframe: true,
80
  form: {
81
  id: formId,
169
  paymentMethods[0].settings[0].security_code.length
170
  );
171
  CheckoutPage.clearInputs();
172
+ CheckoutPage.setDisplayOfError(
173
+ "fcCardNumberContainer",
174
+ "remove",
175
+ "mp-error"
176
+ );
177
  CheckoutPage.setDisplayOfInputHelper("mp-card-number", "none");
178
  CheckoutPage.setImageCard(paymentMethods[0].thumbnail);
179
  CheckoutPage.installment_amount(paymentMethods[0].payment_type_id);
182
  );
183
  CheckoutPage.additionalInfoHandler(additionalInfoNeeded);
184
  } else {
185
+ CheckoutPage.setDisplayOfError(
186
+ "fcCardNumberContainer",
187
+ "add",
188
+ "mp-error"
189
+ );
190
  CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
191
  }
192
  } catch (error) {
193
+ CheckoutPage.setDisplayOfError(
194
+ "fcCardNumberContainer",
195
+ "add",
196
+ "mp-error"
197
+ );
198
  CheckoutPage.setDisplayOfInputHelper("mp-card-number", "flex");
199
  }
200
  },
203
  removeBlockOverlay();
204
 
205
  if (error.message.includes("cardNumber")) {
206
+ CheckoutPage.setDisplayOfError(
207
+ "fcCardNumberContainer",
208
+ "add",
209
+ "mp-error"
210
+ );
211
  return CheckoutPage.setDisplayOfInputHelper(
212
  "mp-card-number",
213
  "flex"
214
  );
215
  } else if (error.message.includes("cardholderName")) {
216
+ CheckoutPage.setDisplayOfError(
217
+ "fcCardholderName",
218
+ "add",
219
+ "mp-error"
220
+ );
221
  return CheckoutPage.setDisplayOfInputHelper(
222
  "mp-card-holder-name",
223
  "flex"
226
  error.message.includes("expirationMonth") ||
227
  error.message.includes("expirationYear")
228
  ) {
229
+ CheckoutPage.setDisplayOfError(
230
+ "fcCardExpirationDateContainer",
231
+ "add",
232
+ "mp-error"
233
+ );
234
  return CheckoutPage.setDisplayOfInputHelper(
235
  "mp-expiration-date",
236
  "flex"
237
  );
238
  } else if (error.message.includes("securityCode")) {
239
+ CheckoutPage.setDisplayOfError(
240
+ "fcSecurityNumberContainer",
241
+ "add",
242
+ "mp-error"
243
+ );
244
  return CheckoutPage.setDisplayOfInputHelper(
245
  "mp-security-code",
246
  "flex"
247
  );
248
  } else if (error.message.includes("identificationNumber")) {
249
+ CheckoutPage.setDisplayOfError(
250
+ "fcIdentificationNumberContainer",
251
+ "add",
252
+ "mp-error"
253
+ );
254
  return CheckoutPage.setDisplayOfInputHelper(
255
  "mp-doc-number",
256
  "flex"
257
  );
258
  } else {
259
+ return console.error("Unknown error on cardForm: " + error.message);
260
  }
261
  });
262
  },
279
  }
280
 
281
  if (field == "cardNumber") {
282
+ if (error[0].code !== "invalid_length") {
283
  CheckoutPage.setBackground(
284
  "fcCardNumberContainer",
285
  "no-repeat #fff"
291
  }
292
 
293
  let containerField = CheckoutPage.findContainerField(field);
294
+ CheckoutPage.setDisplayOfError(containerField, "add", "mp-error");
295
 
296
  return CheckoutPage.setDisplayOfInputHelper(
297
  CheckoutPage.inputHelperName(field),
300
  }
301
 
302
  let containerField = CheckoutPage.findContainerField(field);
303
+ CheckoutPage.setDisplayOfError(containerField, "removed", "mp-error");
304
 
305
  return CheckoutPage.setDisplayOfInputHelper(
306
  CheckoutPage.inputHelperName(field),
311
  });
312
  }
313
 
314
+ function getAmount() {
315
+ const amount = parseFloat(document.getElementById("mp-amount").value.replace(",", "."));
316
+ const currencyRatio = parseFloat(document.getElementById("currency_ratio").value.replace(",", "."));
317
+
318
+ return String(amount * currencyRatio);
319
+ }
320
+
321
  /**
322
  * Remove Block Overlay from Order Review page
323
  */
352
  );
353
 
354
  jQuery("body").on("payment_method_selected", function () {
355
+ if (!triggeredPaymentMethodSelectedEvent) {
356
+ cardFormLoad();
357
+ }
358
  });
359
 
360
  // If payment fail, retry on next checkout page
368
  }
369
  });
370
 
371
+ jQuery(document.body).on("checkout_error", () => {
372
  hasToken = false;
373
  mercado_pago_submit = false;
374
+ });
375
+
376
+ if (!triggeredPaymentMethodSelectedEvent) {
377
+ jQuery("body").trigger("payment_method_selected");
378
+ }
assets/js/securityFields/securityFields.min.js CHANGED
@@ -1 +1 @@
1
- var cardForm,mercado_pago_submit=!1,hasToken=!1;cardFormMounted=!1;var form=document.querySelector("form[name=checkout]"),formId="checkout";function mercadoPagoFormHandler(){if(document.querySelector("form[id=order_review]")){document.querySelector(".mp-checkout-custom-container").querySelectorAll("input-helper").forEach((e=>{"none"!=e.querySelector("div").style.display&&removeBlockOverlay()}))}return!!mercado_pago_submit||("wallet_button"===jQuery("#mp_checkout_type").val()||(jQuery("#mp_checkout_type").val("custom"),!(!CheckoutPage.validateInputsCreateToken()||hasToken)&&createToken()))}function createToken(){return cardForm.createCardToken().then((e=>{if(!e.token)throw new Error("cardToken is empty");hasToken||(document.querySelector("#cardTokenId").value=e.token,mercado_pago_submit=!0,hasToken=!0,jQuery("form.checkout, form#order_review").submit())})).catch((e=>{console.log("Token creation error: ",e)})),!1}function init_cardForm(){var e=new MercadoPago(wc_mercadopago_params.public_key);cardForm=e.cardForm({amount:document.getElementById("mp-amount").value,iframe:!0,form:{id:formId,cardNumber:{id:"form-checkout__cardNumber-container",placeholder:"0000 0000 0000 0000",style:{"font-size":"16px",height:"40px",padding:"14px"}},cardholderName:{id:"form-checkout__cardholderName",placeholder:"Ex.: María López"},cardExpirationDate:{id:"form-checkout__expirationDate-container",placeholder:wc_mercadopago_params.placeholders.cardExpirationDate,mode:"short",style:{"font-size":"16px",height:"40px",padding:"14px"}},securityCode:{id:"form-checkout__securityCode-container",placeholder:"123",style:{"font-size":"16px",height:"40px",padding:"14px"}},identificationType:{id:"form-checkout__identificationType"},identificationNumber:{id:"form-checkout__identificationNumber"},issuer:{id:"form-checkout__issuer",placeholder:wc_mercadopago_params.placeholders.issuer},installments:{id:"form-checkout__installments",placeholder:wc_mercadopago_params.placeholders.installments}},callbacks:{onFormMounted:function(e){if(cardFormMounted=!0,e)return console.log("Callback to handle the error: creating the CardForm",e)},onFormUnmounted:function(e){if(cardFormMounted=!1,CheckoutPage.clearInputs(),e)return console.log("Callback to handle the error: unmounting the CardForm",e)},onInstallmentsReceived:(e,r)=>{if(e)return console.warn("Installments handling error: ",e);CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(),r)},onCardTokenReceived:e=>{if(e)return console.warn("Token handling error: ",e)},onPaymentMethodsReceived:(e,r)=>{try{r?(CheckoutPage.setValue("paymentMethodId",r[0].id),CheckoutPage.setCvvHint(r[0].settings[0].security_code),CheckoutPage.changeCvvPlaceHolder(r[0].settings[0].security_code.length),CheckoutPage.clearInputs(),CheckoutPage.setDisplayOfError("fcCardNumberContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","none"),CheckoutPage.setImageCard(r[0].thumbnail),CheckoutPage.installment_amount(r[0].payment_type_id),CheckoutPage.loadAdditionalInfo(r[0].additional_info_needed),CheckoutPage.additionalInfoHandler(additionalInfoNeeded)):(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex"))}catch(e){CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")}},onError:function(e){e.forEach((e=>(removeBlockOverlay(),e.message.includes("cardNumber")?(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")):e.message.includes("cardholderName")?(CheckoutPage.setDisplayOfError("fcCardholderName","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name","flex")):e.message.includes("expirationMonth")||e.message.includes("expirationYear")?(CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-expiration-date","flex")):e.message.includes("securityCode")?(CheckoutPage.setDisplayOfError("fcSecurityNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-security-code","flex")):e.message.includes("identificationNumber")?(CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-doc-number","flex")):console.log("Unknown error: "+e))))},onSubmit:function(e){e.preventDefault()},onValidityChange:function(e,r){if(e){let o=CheckoutPage.getHelperMessage(r),a=wc_mercadopago_params.input_helper_message[r][e[0].code];o.innerHTML=a||wc_mercadopago_params.input_helper_message[r].invalid_length,"cardNumber"==r&&"invalid_length"!==e[0].code&&(CheckoutPage.setBackground("fcCardNumberContainer","no-repeat #fff"),CheckoutPage.removeAdditionFields(),CheckoutPage.clearInputs());let t=CheckoutPage.findContainerField(r);return CheckoutPage.setDisplayOfError(t,"add","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(r),"flex")}let o=CheckoutPage.findContainerField(r);return CheckoutPage.setDisplayOfError(o,"removed","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(r),"none")}}})}function removeBlockOverlay(){jQuery("form#order_review").length>0&&jQuery(".blockOverlay").css("display","none")}function cardFormLoad(){document.getElementById("payment_method_woo-mercado-pago-custom").checked?setTimeout((()=>{cardFormMounted||init_cardForm()}),1e3):cardFormMounted&&cardForm.unmount()}form?form.id=formId:formId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",(function(){return mercadoPagoFormHandler()})),jQuery("body").on("payment_method_selected",(function(){cardFormLoad()})),jQuery("form#order_review").submit((function(){if(document.getElementById("payment_method_woo-mercado-pago-custom").checked)return mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1}));
1
+ var cardForm,mercado_pago_submit,hasToken,cardFormMounted=!1,triggeredPaymentMethodSelectedEvent=!1,form=document.querySelector("form[name=checkout]"),formId="checkout";function mercadoPagoFormHandler(){if(document.querySelector("form[id=order_review]")){document.querySelector(".mp-checkout-custom-container").querySelectorAll("input-helper").forEach((e=>{"none"!=e.querySelector("div").style.display&&removeBlockOverlay()}))}return!!mercado_pago_submit||("wallet_button"===jQuery("#mp_checkout_type").val()||(jQuery("#mp_checkout_type").val("custom"),!(!CheckoutPage.validateInputsCreateToken()||hasToken)&&createToken()))}function createToken(){return cardForm.createCardToken().then((e=>{if(!e.token)throw new Error("cardToken is empty");hasToken||(document.querySelector("#cardTokenId").value=e.token,mercado_pago_submit=!0,hasToken=!0,jQuery("form.checkout, form#order_review").submit())})).catch((e=>{console.log("Token creation error: ",e)})),!1}function init_cardForm(){var e=new MercadoPago(wc_mercadopago_params.public_key);cardForm=e.cardForm({amount:getAmount(),iframe:!0,form:{id:formId,cardNumber:{id:"form-checkout__cardNumber-container",placeholder:"0000 0000 0000 0000",style:{"font-size":"16px",height:"40px",padding:"14px"}},cardholderName:{id:"form-checkout__cardholderName",placeholder:"Ex.: María López"},cardExpirationDate:{id:"form-checkout__expirationDate-container",placeholder:wc_mercadopago_params.placeholders.cardExpirationDate,mode:"short",style:{"font-size":"16px",height:"40px",padding:"14px"}},securityCode:{id:"form-checkout__securityCode-container",placeholder:"123",style:{"font-size":"16px",height:"40px",padding:"14px"}},identificationType:{id:"form-checkout__identificationType"},identificationNumber:{id:"form-checkout__identificationNumber"},issuer:{id:"form-checkout__issuer",placeholder:wc_mercadopago_params.placeholders.issuer},installments:{id:"form-checkout__installments",placeholder:wc_mercadopago_params.placeholders.installments}},callbacks:{onFormMounted:function(e){if(cardFormMounted=!0,e)return console.log("Callback to handle the error: creating the CardForm",e)},onFormUnmounted:function(e){if(cardFormMounted=!1,CheckoutPage.clearInputs(),e)return console.log("Callback to handle the error: unmounting the CardForm",e)},onInstallmentsReceived:(e,r)=>{if(e)return console.warn("Installments handling error: ",e);CheckoutPage.setChangeEventOnInstallments(CheckoutPage.getCountry(),r)},onCardTokenReceived:e=>{if(e)return console.warn("Token handling error: ",e)},onPaymentMethodsReceived:(e,r)=>{try{r?(CheckoutPage.setValue("paymentMethodId",r[0].id),CheckoutPage.setCvvHint(r[0].settings[0].security_code),CheckoutPage.changeCvvPlaceHolder(r[0].settings[0].security_code.length),CheckoutPage.clearInputs(),CheckoutPage.setDisplayOfError("fcCardNumberContainer","remove","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","none"),CheckoutPage.setImageCard(r[0].thumbnail),CheckoutPage.installment_amount(r[0].payment_type_id),CheckoutPage.loadAdditionalInfo(r[0].additional_info_needed),CheckoutPage.additionalInfoHandler(additionalInfoNeeded)):(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex"))}catch(e){CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")}},onError:function(e){e.forEach((e=>(removeBlockOverlay(),e.message.includes("cardNumber")?(CheckoutPage.setDisplayOfError("fcCardNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-number","flex")):e.message.includes("cardholderName")?(CheckoutPage.setDisplayOfError("fcCardholderName","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-card-holder-name","flex")):e.message.includes("expirationMonth")||e.message.includes("expirationYear")?(CheckoutPage.setDisplayOfError("fcCardExpirationDateContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-expiration-date","flex")):e.message.includes("securityCode")?(CheckoutPage.setDisplayOfError("fcSecurityNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-security-code","flex")):e.message.includes("identificationNumber")?(CheckoutPage.setDisplayOfError("fcIdentificationNumberContainer","add","mp-error"),CheckoutPage.setDisplayOfInputHelper("mp-doc-number","flex")):console.error("Unknown error on cardForm: "+e.message))))},onSubmit:function(e){e.preventDefault()},onValidityChange:function(e,r){if(e){let o=CheckoutPage.getHelperMessage(r),t=wc_mercadopago_params.input_helper_message[r][e[0].code];o.innerHTML=t||wc_mercadopago_params.input_helper_message[r].invalid_length,"cardNumber"==r&&"invalid_length"!==e[0].code&&(CheckoutPage.setBackground("fcCardNumberContainer","no-repeat #fff"),CheckoutPage.removeAdditionFields(),CheckoutPage.clearInputs());let a=CheckoutPage.findContainerField(r);return CheckoutPage.setDisplayOfError(a,"add","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(r),"flex")}let o=CheckoutPage.findContainerField(r);return CheckoutPage.setDisplayOfError(o,"removed","mp-error"),CheckoutPage.setDisplayOfInputHelper(CheckoutPage.inputHelperName(r),"none")}}})}function getAmount(){const e=parseFloat(document.getElementById("mp-amount").value.replace(",",".")),r=parseFloat(document.getElementById("currency_ratio").value.replace(",","."));return String(e*r)}function removeBlockOverlay(){jQuery("form#order_review").length>0&&jQuery(".blockOverlay").css("display","none")}function cardFormLoad(){document.getElementById("payment_method_woo-mercado-pago-custom").checked?setTimeout((()=>{cardFormMounted||init_cardForm()}),1e3):cardFormMounted&&cardForm.unmount()}form?form.id=formId:formId="order_review",jQuery("form.checkout").on("checkout_place_order_woo-mercado-pago-custom",(function(){return mercadoPagoFormHandler()})),jQuery("body").on("payment_method_selected",(function(){triggeredPaymentMethodSelectedEvent||cardFormLoad()})),jQuery("form#order_review").submit((function(){if(document.getElementById("payment_method_woo-mercado-pago-custom").checked)return mercadoPagoFormHandler();cardFormLoad()})),jQuery(document.body).on("checkout_error",(()=>{hasToken=!1,mercado_pago_submit=!1})),triggeredPaymentMethodSelectedEvent||jQuery("body").trigger("payment_method_selected");
i18n/languages/woocommerce-mercadopago-es_AR.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_AR.po CHANGED
@@ -11,17 +11,17 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 3.1\n"
15
 
16
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144,
17
- #: ../../includes/module/class-wc-woomercadopago-module.php:336,
18
- #: ../../includes/module/class-wc-woomercadopago-module.php:336
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146,
23
- #: ../../includes/module/class-wc-woomercadopago-module.php:338,
24
- #: ../../includes/module/class-wc-woomercadopago-module.php:338
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
@@ -80,12 +80,13 @@ msgstr ""
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:504
 
84
  msgid "Invalid credentials"
85
  msgstr "Credenciales no válidas"
86
 
87
- #: ../../includes/module/class-wc-woomercadopago-init.php:47,
88
- #: ../../includes/module/class-wc-woomercadopago-init.php:47
89
  msgid ""
90
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
91
  "Please update your PHP version."
@@ -93,13 +94,13 @@ msgstr ""
93
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
94
  "favor actualice su versión de PHP."
95
 
96
- #: ../../includes/module/class-wc-woomercadopago-init.php:58,
97
- #: ../../includes/module/class-wc-woomercadopago-init.php:58
98
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
99
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-init.php:69,
102
- #: ../../includes/module/class-wc-woomercadopago-init.php:69
103
  msgid ""
104
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
105
  "extension is required to send QR Code Pix by email."
@@ -111,29 +112,29 @@ msgstr ""
111
  #. translators: %s link to WooCommerce
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
- #: ../../includes/module/class-wc-woomercadopago-init.php:83,
115
- #: ../../includes/module/class-wc-woomercadopago-init.php:83
116
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
117
  msgstr ""
118
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
119
 
120
- #: ../../includes/module/class-wc-woomercadopago-init.php:96,
121
- #: ../../includes/module/class-wc-woomercadopago-init.php:96
122
  msgid "Cancel order"
123
  msgstr "Cancelar orden"
124
 
125
- #: ../../includes/module/class-wc-woomercadopago-module.php:352,
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:352
127
  msgid "The payment method is not valid or not available."
128
  msgstr "El medio de pago no es válido o no está disponible."
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
131
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
132
  msgid "The transaction amount cannot be processed by Mercado Pago."
133
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
134
 
135
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
136
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
137
  msgid ""
138
  "Possible causes: Currency not supported; Amounts below the minimum or above "
139
  "the maximum allowed."
@@ -141,13 +142,13 @@ msgstr ""
141
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
142
  "encima del máximo permitido."
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
145
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
146
  msgid "The users are not valid."
147
  msgstr "Los usuários no son válidos."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
151
  msgid ""
152
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
153
  "transaction involving production and test users."
@@ -155,137 +156,137 @@ msgstr ""
155
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
156
  "Pago; La transacción involucrando usuários de producción y de prueba."
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
160
  msgid "Unauthorized use of production credentials."
161
  msgstr "Uso no autorizado de credenciales de producción."
162
 
163
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
165
  msgid ""
166
  "Possible causes: Use permission in use for the credential of the seller."
167
  msgstr ""
168
  "Posibles causas: Pendencia de permiso de uso en producción para la "
169
  "credencial del vendedor."
170
 
171
- #: ../../includes/module/class-wc-woomercadopago-module.php:489,
172
- #: ../../includes/module/class-wc-woomercadopago-module.php:489
173
  msgid "Colombia"
174
  msgstr "Colombia"
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:491,
177
- #: ../../includes/module/class-wc-woomercadopago-module.php:491
178
  msgid "Argentina"
179
  msgstr "Argentina"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:493,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:493
183
  msgid "Brazil"
184
  msgstr "Brasil"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:495,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:495
188
  msgid "Chile"
189
  msgstr "Chile"
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:497,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:497
193
  msgid "Mexico"
194
  msgstr "México"
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:499,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:499
198
  msgid "Uruguay"
199
  msgstr "Uruguay"
200
 
201
- #: ../../includes/module/class-wc-woomercadopago-module.php:501,
202
- #: ../../includes/module/class-wc-woomercadopago-module.php:501
203
  msgid "Venezuela"
204
  msgstr "Venezuela"
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:503,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:503
208
  msgid "Peru"
209
  msgstr "Peru"
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:537,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:537
213
  msgid "Update the WooCommerce order to "
214
  msgstr "Actualizar la orden de WooCommerce para "
215
 
216
- #: ../../includes/module/class-wc-woomercadopago-module.php:662,
217
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540,
218
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540
219
  msgid "Fill in your credentials to enable payment methods."
220
  msgstr "Completa tus credenciales para habilitar los medios de pago."
221
 
222
- #: ../../includes/module/class-wc-woomercadopago-module.php:678,
223
- #: ../../includes/module/class-wc-woomercadopago-module.php:678
224
  msgid "Set plugin"
225
  msgstr "Configurar plugin"
226
 
227
- #: ../../includes/module/class-wc-woomercadopago-module.php:679,
228
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
230
  msgid "Payment methods"
231
  msgstr "Medios de pagos"
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:680,
234
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
236
  msgid "Plugin manual"
237
  msgstr "Manual del plugin"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:779,
240
- #: ../../includes/module/class-wc-woomercadopago-module.php:779
241
  msgid "By Mercado Pago"
242
  msgstr "Por Mercado Pago"
243
 
244
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183,
245
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183
246
  msgid "Payment approved."
247
  msgstr "Pago aprobado."
248
 
249
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241,
250
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244,
251
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244
252
  msgid "Waiting for the Pix payment."
253
  msgstr "Esperando el pago de Pix."
254
 
255
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259,
256
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262,
257
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262
258
  msgid "Waiting for the ticket payment."
259
  msgstr "Esperando el pago del boleto."
260
 
261
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270,
262
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270
263
  msgid "The customer has not made the payment yet."
264
  msgstr "El cliente todavía no efectuó el pago."
265
 
266
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289,
267
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289
268
  msgid "Payment is pending review."
269
  msgstr "El pago está pendiente de revisión."
270
 
271
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306,
272
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306
273
  msgid "Payment was declined. The customer can try again."
274
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
275
 
276
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321,
277
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321
278
  msgid "Payment was returned to the customer."
279
  msgstr "El pago fue devuelto al cliente."
280
 
281
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335,
282
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335
283
  msgid "Payment was canceled."
284
  msgstr "El pago fue cancelado."
285
 
286
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:350,
287
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362,
288
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362
289
  msgid ""
290
  "The payment is in mediation or the purchase was unknown by the customer."
291
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
@@ -293,8 +294,8 @@ msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
293
  #. translators: 1: payment_id 2: status
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464,
297
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464
298
  msgid ""
299
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
300
  msgstr ""
@@ -310,37 +311,37 @@ msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
310
  msgid "Type of topic IPN invalid, need to be merchant_order"
311
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
312
 
313
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50,
314
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50
315
  msgid "IPN merchant_order not found"
316
  msgstr "No se ha encontrado la IPN de `merchant_order`"
317
 
318
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
319
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
320
  msgid "Not found Payments into Merchant_Order"
321
  msgstr "No se han encontrado pagos en Merchant_Order"
322
 
323
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160,
324
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129,
325
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175,
326
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154,
327
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154
328
  msgid "Buyer email"
329
  msgstr "Email del comprador"
330
 
331
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163,
332
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132,
333
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178,
334
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157,
335
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157
336
  msgid "Payment type"
337
  msgstr "Tipo de método de pago"
338
 
339
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166,
340
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135,
341
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181,
342
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160,
343
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160
344
  msgid "Payment method"
345
  msgstr "Método de pago"
346
 
@@ -440,7 +441,7 @@ msgstr "24 cuotas"
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
442
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
443
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842,
444
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
445
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
@@ -457,14 +458,14 @@ msgstr ""
457
  "sitio web de Mercado Pago."
458
 
459
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
460
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847,
461
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847
462
  msgid "The checkout is <b>enabled</b>."
463
  msgstr "El checkout está <b>activo</b>."
464
 
465
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
466
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848,
467
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848
468
  msgid "The checkout is <b>disabled</b>."
469
  msgstr "El checkout está <b>inactivo</b>."
470
 
@@ -602,69 +603,71 @@ msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
602
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
603
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
604
 
605
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510,
606
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510
607
  msgid "Installments without card"
608
  msgstr "Cuotas sin tarjeta"
609
 
610
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
611
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
612
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
613
  msgid "Up to "
614
  msgstr "hasta "
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
617
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
618
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
619
  msgid " installments"
620
  msgstr " Cuotas"
621
 
622
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517,
623
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349,
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349
625
  msgid "Credit cards"
626
  msgstr "Tarjetas de crédito"
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524,
629
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357,
630
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357
631
  msgid "Debit cards"
632
  msgstr "Tarjetas de débito "
633
 
634
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530,
635
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530
636
  msgid "Bank Transfer"
637
  msgstr "Transferencia bancaria"
638
 
639
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536,
640
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536
641
  msgid "Payment by cash"
642
  msgstr "Pagos en efectivo "
643
 
644
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584,
645
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571,
646
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574,
647
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562,
648
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
649
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
650
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
651
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
652
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
653
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
654
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
655
  msgid "discount of"
656
  msgstr "descuento de"
657
 
658
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589,
659
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576,
660
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579,
661
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567,
662
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
663
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
664
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
665
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
667
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
668
  msgid "fee of"
669
  msgstr "comisión de"
670
 
@@ -699,9 +702,9 @@ msgstr ""
699
 
700
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
701
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
702
- msgid "Transparent checkout for credit cards is <b>enabled</b>."
703
  msgstr ""
704
- "El checkout transparente de las tarjetas de crédito está <b>activado</b>."
705
 
706
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
707
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
@@ -868,40 +871,35 @@ msgstr ""
868
  msgid "This payment method cannot process your payment."
869
  msgstr "Este medio de pago no puede procesar su pago."
870
 
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350,
872
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350
873
- msgid "Up to 24 installments"
874
- msgstr "Hasta 24 cuotas"
875
-
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405,
877
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406,
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431
881
  msgid "A problem was occurred when processing your payment. Please, try again."
882
  msgstr ""
883
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
884
  "vez."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501
888
  msgid "See your order form"
889
  msgstr "Ver su hoja de pedido"
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512
893
  msgid "Your payment was declined. You can try again."
894
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
895
 
896
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519,
897
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94,
898
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94
899
  msgid "Click to try again"
900
  msgstr "Haga clic para intentarlo de nuevo"
901
 
902
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541,
903
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542,
904
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542
905
  msgid ""
906
  "A problem was occurred when processing your payment. Are you sure you have "
907
  "correctly filled all information in the checkout form?"
@@ -909,75 +907,76 @@ msgstr ""
909
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
910
  "cargado la información en el formulario?"
911
 
912
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644,
913
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644
914
  msgid "Configure your credentials to enable Mercado Pago payment methods."
915
  msgstr ""
916
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700,
919
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700
920
  msgid "Title in the store Checkout"
921
  msgstr "Título en el checkout de la tienda"
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702,
924
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702
925
  msgid "Change the display text in Checkout, maximum characters: 85"
926
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704,
929
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704
930
  msgid "The text inserted here will not be translated to other languages"
931
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
932
 
933
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718,
934
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718
935
  msgid "Description"
936
  msgstr "Descripción"
937
 
938
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755,
939
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
940
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
941
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
942
- msgid ""
943
- "Important! Do not forget to add the credentials and details of your store."
944
- msgstr ""
945
- "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
946
 
947
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756,
948
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756
949
- msgid "Before setting up payments, follow the step-by-step to start selling."
950
- msgstr ""
951
- "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757,
954
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757
955
- msgid "Go to step-by-step"
956
- msgstr "Ir al paso a paso"
957
 
958
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
959
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767
960
  msgid "Mercado Pago Plugin general settings"
961
  msgstr "Configuraciones generales del plugin de Mercado Pago"
962
 
963
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768,
964
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768
 
 
 
 
 
965
  msgid ""
966
  "Set the deadlines and fees, test your store or access the Plugin manual."
967
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
968
 
969
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769,
970
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769
971
  msgid "Go to Settings"
972
  msgstr "Ir a Configuraciones"
973
 
974
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793,
975
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793
976
  msgid "Activate your credentials to be able to sell"
977
  msgstr "Activa tus credenciales para poder vender"
978
 
979
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794,
980
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794
981
  msgid ""
982
  "Credentials are codes that you must enter to enable sales. Go below on "
983
  "Activate Credentials. On the next screen, use again the Activate Credentials "
@@ -987,49 +986,49 @@ msgstr ""
987
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
988
  "botón Activar credenciales y completa los campos con los datos solicitados."
989
 
990
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795,
991
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795
992
  msgid "Activate credentials"
993
  msgstr "Activar credenciales"
994
 
995
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843,
996
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
997
  msgid "By disabling it, you will disable all payment methods of this checkout."
998
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
999
 
1000
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939,
1001
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939
1002
  msgid "Basic Configuration"
1003
  msgstr "Configuración Básica"
1004
 
1005
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952,
1006
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952
1007
  msgid "Discount coupons"
1008
  msgstr "Cupones de descuento"
1009
 
1010
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955,
1011
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955
1012
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1013
  msgstr ""
1014
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1015
 
1016
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957,
1017
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957
1018
  msgid "Discount coupons is <b>active</b>."
1019
  msgstr "Cupones de descuento están <b>activos</b>."
1020
 
1021
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958,
1022
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958
1023
  msgid "Discount coupons is <b>disabled</b>."
1024
  msgstr "Cupones de descuento están <b>inactivos</b>."
1025
 
1026
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970,
1027
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970
1028
  msgid "Automatic decline of payments without instant approval"
1029
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1030
 
1031
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971,
1032
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971
1033
  msgid ""
1034
  "Enable it if you want to automatically decline payments that are not "
1035
  "instantly approved by banks or other institutions. "
@@ -1037,23 +1036,23 @@ msgstr ""
1037
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1038
  "instantáneamente por bancos u otros compradores. "
1039
 
1040
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975,
1041
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975
1042
  msgid "Pending payments <b>will be automatically declined</b>."
1043
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1044
 
1045
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976,
1046
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976
1047
  msgid "Pending payments <b>will not be automatically declined</b>."
1048
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1049
 
1050
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988,
1051
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988
1052
  msgid "Discount in Mercado Pago Checkouts"
1053
  msgstr "Descuento en los checkouts de Mercado Pago"
1054
 
1055
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991,
1056
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991
1057
  msgid ""
1058
  "Choose a percentage value that you want to discount your customers for "
1059
  "paying with Mercado Pago."
@@ -1061,19 +1060,19 @@ msgstr ""
1061
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1062
  "Mercado Pago."
1063
 
1064
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:992,
1065
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013,
1066
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013
1067
  msgid "Activate and show this information on Mercado Pago Checkout"
1068
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1069
 
1070
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009,
1071
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009
1072
  msgid "Commission in Mercado Pago Checkouts"
1073
  msgstr "Comisiones en los checkouts de Mercado Pago"
1074
 
1075
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012,
1076
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012
1077
  msgid ""
1078
  "Choose an additional percentage value that you want to charge as commission "
1079
  "to your customers for paying with Mercado Pago."
@@ -1081,23 +1080,23 @@ msgstr ""
1081
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1082
  "clientes por pagar con Mercado Pago."
1083
 
1084
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049,
1085
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049
1086
  msgid "Convert Currency"
1087
  msgstr "Convertir moneda"
1088
 
1089
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054,
1090
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054
1091
  msgid "Currency convertion is <b>enabled</b>."
1092
  msgstr "Conversión de moneda está <b>activa</b>."
1093
 
1094
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055,
1095
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055
1096
  msgid "Currency convertion is <b>disabled</b>."
1097
  msgstr "Conversión de moneda está <b>inactiva</b>."
1098
 
1099
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165,
1100
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165
1101
  msgid ""
1102
  "Edit these advanced fields only when you want to modify the preset values."
1103
  msgstr ""
@@ -1372,7 +1371,7 @@ msgstr ""
1372
  msgid "Register your Pix key at Mercado Pago."
1373
  msgstr "Registra tu clave Pix en Mercado Pago."
1374
 
1375
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1377
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1378
  msgid "Code valid for "
@@ -1996,63 +1995,63 @@ msgstr "Ir a la configuración"
1996
  msgid "Discard"
1997
  msgstr "Descartar"
1998
 
1999
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121,
2000
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121
2001
  msgid "Mercado Pago Settings"
2002
  msgstr "Configuración de Mercado Pago"
2003
 
2004
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174,
2005
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174
2006
  msgid "Accept "
2007
  msgstr "Acepta "
2008
 
2009
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175,
2010
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175
2011
  msgid "payments on the spot "
2012
  msgstr "pagos al instante "
2013
 
2014
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176,
2015
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176
2016
  msgid "with"
2017
  msgstr "con toda"
2018
 
2019
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177,
2020
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177
2021
  msgid "the "
2022
  msgstr "la "
2023
 
2024
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178,
2025
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178
2026
  msgid "security "
2027
  msgstr "seguridad "
2028
 
2029
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179,
2030
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179
2031
  msgid "from Mercado Pago"
2032
  msgstr "de Mercado Pago"
2033
 
2034
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180,
2035
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180
2036
  msgid "Technical requirements"
2037
  msgstr "Requisitos técnicos"
2038
 
2039
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181,
2040
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181
2041
  msgid "SSL"
2042
  msgstr "SSL"
2043
 
2044
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182,
2045
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182
2046
  msgid "GD Extensions"
2047
  msgstr "Extensiones GD"
2048
 
2049
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183,
2050
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183
2051
  msgid "Curl"
2052
  msgstr "Curl"
2053
 
2054
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184,
2055
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184
2056
  msgid ""
2057
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2058
  "and encrypted way."
@@ -2060,8 +2059,8 @@ msgstr ""
2060
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2061
  "segura y encriptada."
2062
 
2063
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185,
2064
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185
2065
  msgid ""
2066
  "These extensions are responsible for the implementation and operation of Pix "
2067
  "in your store."
@@ -2069,8 +2068,8 @@ msgstr ""
2069
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2070
  "tienda."
2071
 
2072
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186,
2073
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186
2074
  msgid ""
2075
  "It is an extension responsible for making payments via requests from the "
2076
  "plugin to Mercado Pago."
@@ -2078,138 +2077,142 @@ msgstr ""
2078
  "Es una extensión encargada de realizar los pagos a través de requests del "
2079
  "plugin a Mercado Pago."
2080
 
2081
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187,
2082
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187
2083
  msgid "Collections and installments"
2084
  msgstr "Cobros y cuotas"
2085
 
2086
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188,
2087
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188
2088
  msgid "Choose "
2089
  msgstr "Elige "
2090
 
2091
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189,
2092
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189
2093
  msgid "when you want to receive the money "
2094
  msgstr "cuándo quieres recibir el dinero "
2095
 
2096
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190,
2097
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190
2098
  msgid "from your sales and if you want to offer "
2099
  msgstr "de las ventas y si quieres ofrecer "
2100
 
2101
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191,
2102
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191
2103
  msgid "interest-free installments "
2104
  msgstr "cuotas sin interés "
2105
 
2106
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192,
2107
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192
2108
  msgid "to your clients."
2109
  msgstr "a los clientes."
2110
 
2111
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193,
2112
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193
2113
  msgid "Set deadlines and fees"
2114
  msgstr "Ajustar plazos y tasas"
2115
 
2116
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194,
2117
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194
2118
  msgid "Questions? "
2119
  msgstr "¿Dudas? "
2120
 
2121
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2122
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2123
  msgid "Review the step-by-step of "
2124
  msgstr "Revisa el paso a paso de "
2125
 
2126
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2127
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2128
  msgid "how to integrate the Mercado Pago Plugin "
2129
  msgstr "cómo integrar el Plugin de Mercado Pago "
2130
 
2131
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2132
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2133
  msgid "on our webiste for developers."
2134
  msgstr "en nuestro sitio de desarrolladores."
2135
 
2136
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2137
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2138
  msgid "1. Integrate your store with Mercado Pago "
2139
  msgstr "1. Integra la tienda a Mercado Pago "
2140
 
2141
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2142
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2143
- msgid "To enable and test sales, you must copy and paste your "
2144
- msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
 
 
 
 
2145
 
2146
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2147
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2148
- msgid "credentials below."
2149
- msgstr "tus credenciales abajo."
2150
 
2151
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2152
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2153
  msgid "Check credentials"
2154
  msgstr "Consultar credenciales"
2155
 
2156
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2157
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2158
  msgid "Test credentials "
2159
  msgstr "Credenciales de prueba "
2160
 
2161
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2162
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2163
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2164
  msgstr ""
2165
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2166
  "tienda."
2167
 
2168
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
2169
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
2170
  msgid "Public key"
2171
  msgstr "Public key"
2172
 
2173
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220,
2174
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
2175
  msgid "Access Token"
2176
  msgstr "Access Token"
2177
 
2178
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221,
2179
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221
2180
  msgid "Production credentials"
2181
  msgstr "Credenciales de producción"
2182
 
2183
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222,
2184
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222
2185
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2186
  msgstr ""
2187
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2188
  "tienda."
2189
 
2190
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223,
2191
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223
2192
  msgid "Paste your Public Key here"
2193
  msgstr "Pega aquí tu Public Key"
2194
 
2195
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224,
2196
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224
2197
  msgid "Paste your Access Token here"
2198
  msgstr "Pega aquí tu Access Token"
2199
 
2200
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225,
2201
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2202
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2203
  msgid "Save and continue"
2204
  msgstr "Guardar y continuar"
2205
 
2206
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2207
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2208
  msgid "2. Customize your business"
2209
  msgstr "2. Personaliza tu negocio"
2210
 
2211
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2212
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2213
  msgid ""
2214
  "Fill out the following information to have a better experience and offer "
2215
  "more information to your clients"
@@ -2217,66 +2220,66 @@ msgstr ""
2217
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2218
  "información a los clientes"
2219
 
2220
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2221
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2222
  msgid "Your store information"
2223
  msgstr "Información sobre tu tienda"
2224
 
2225
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2226
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2227
  msgid "Name of your store in your client's invoice"
2228
  msgstr "Nombre de tu tienda en la factura de los clientes"
2229
 
2230
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2231
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2232
  msgid "Eg: Mary's store"
2233
  msgstr "Ej.: TiendaMaría"
2234
 
2235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2236
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246
2237
  msgid ""
2238
  "If this field is empty, the purchase will be identified as Mercado Pago."
2239
  msgstr ""
2240
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2241
  "Pago."
2242
 
2243
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247,
2244
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247
2245
  msgid "Identification in Activities of Mercad Pago"
2246
  msgstr "Identificación en Actividad de Mercado Pago"
2247
 
2248
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248,
2249
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248
2250
  msgid "Eg: Marystore"
2251
  msgstr "Ej.: Tienda de María"
2252
 
2253
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249,
2254
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249
2255
  msgid "In Activities, you will view this term before the order number"
2256
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2257
 
2258
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250,
2259
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250
2260
  msgid "Store category"
2261
  msgstr "Categoría de la tienda"
2262
 
2263
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251,
2264
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251
2265
  msgid "Select"
2266
  msgstr "Seleccionar"
2267
 
2268
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252,
2269
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252
2270
  msgid "Select ”Other” if you do not find the appropriate category."
2271
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2272
 
2273
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253,
2274
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253
2275
  msgid "Advanced integration options (optional)"
2276
  msgstr "Opciones avanzadas de integración (opcional)"
2277
 
2278
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254,
2279
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
2280
  msgid ""
2281
  "For further integration of your store with Mercado Pago (IPN, Certified "
2282
  "Partners, Debug Mode)"
@@ -2284,23 +2287,23 @@ msgstr ""
2284
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2285
  "Certificados, Modo Debug)"
2286
 
2287
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255,
2288
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
2289
  msgid "View advanced options"
2290
  msgstr "Ver opciones avanzadas"
2291
 
2292
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256,
2293
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
2294
  msgid "URL for IPN "
2295
  msgstr "URL para IPN "
2296
 
2297
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257,
2298
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
2299
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2300
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2301
 
2302
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258,
2303
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
2304
  msgid ""
2305
  "Add the URL to receive payments notifications. Find out more information in "
2306
  "the "
@@ -2308,23 +2311,23 @@ msgstr ""
2308
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2309
  "en los "
2310
 
2311
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259,
2312
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
2313
  msgid "guides."
2314
  msgstr "manuales."
2315
 
2316
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260,
2317
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
2318
  msgid "integrator_id"
2319
  msgstr "integrator_id"
2320
 
2321
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261,
2322
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
2323
  msgid "Eg: 14987126498"
2324
  msgstr "Ej.: 14987126498"
2325
 
2326
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2327
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2328
  msgid ""
2329
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2330
  "integrator_id. If you do not have the code, please "
@@ -2332,48 +2335,48 @@ msgstr ""
2332
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2333
  "integrator_id. Si no tienes el código, "
2334
 
2335
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2336
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2337
  msgid "request it now. "
2338
  msgstr "solicítalo ahora. "
2339
 
2340
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2341
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2342
  msgid "Debug and Log Mode"
2343
  msgstr "Modo debug y log"
2344
 
2345
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2346
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2347
  msgid "We record your store's actions in order to provide a better assistance."
2348
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2349
 
2350
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2351
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2352
  msgid "3. Set payment methods"
2353
  msgstr "3. Configura los medios de pago"
2354
 
2355
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2356
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2357
  msgid "To view more options, please select a payment method below"
2358
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2359
 
2360
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2361
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2362
  msgid "Settings"
2363
  msgstr "Configurar"
2364
 
2365
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2366
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2367
  msgid "Continue"
2368
  msgstr "Continuar"
2369
 
2370
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297,
2371
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297
2372
  msgid "4. Test your store before you sell"
2373
  msgstr "4. Testea tu tienda antes de vender"
2374
 
2375
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298,
2376
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298
2377
  msgid ""
2378
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2379
  "to sell."
@@ -2381,163 +2384,234 @@ msgstr ""
2381
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2382
  "para realizar ventas."
2383
 
2384
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299,
2385
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299
2386
  msgid "Choose how you want to operate your store:"
2387
  msgstr "Elige cómo quieres operar tu tienda:"
2388
 
2389
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300,
2390
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300
2391
  msgid "Test Mode"
2392
  msgstr "Modo Test"
2393
 
2394
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2395
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2396
  msgid "Mercado Pago Checkouts disabled for real collections. "
2397
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2398
 
2399
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2400
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2401
  msgid "Test Mode rules."
2402
  msgstr "Reglas del modo test."
2403
 
2404
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2405
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2406
  msgid "Sale Mode (Production)"
2407
  msgstr "Modo Ventas (Producción)"
2408
 
2409
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2410
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2411
  msgid "Mercado Pago Checkouts enabled for real collections."
2412
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2413
 
2414
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305,
2415
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
2416
  msgid "Mercado Pago payment methods in Production Mode"
2417
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2418
 
2419
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306,
2420
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
2421
  msgid "The clients can make real purchases in your store."
2422
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2423
 
2424
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307,
2425
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
2426
  msgid "Mercado Pago payment methods in Test Mode"
2427
  msgstr "Medios de pago Mercado Pago en Modo Test"
2428
 
2429
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308,
2430
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2431
  msgid "Visit your store "
2432
  msgstr "Visita tu tienda "
2433
 
2434
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309,
2435
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
2436
  msgid "to test purchases"
2437
  msgstr "para testear compras"
2438
 
2439
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310,
2440
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
2441
  msgid "Save changes"
2442
  msgstr "Guardar cambios"
2443
 
2444
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311,
2445
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
2446
  msgid "Store under test"
2447
  msgstr "Tienda en Modo Test"
2448
 
2449
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312,
2450
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
2451
  msgid "Store in sale mode (Production)"
2452
  msgstr "Tienda en Modo Ventas (Producción)"
2453
 
2454
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348,
2455
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2456
  msgid "Invalid Access Token"
2457
  msgstr "Access token no válido"
2458
 
2459
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350,
2460
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350
2461
  msgid "Valid Access Token"
2462
  msgstr "Access token válido"
2463
 
2464
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356,
2465
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356
2466
  msgid "Invalid Public Key"
2467
  msgstr "Public key no válida"
2468
 
2469
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358,
2470
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358
2471
  msgid "Valid Public Key"
2472
  msgstr "Public key válida"
2473
 
2474
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361,
2475
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361
2476
  msgid "Credentials must be valid"
2477
  msgstr "Las credenciales deben ser válidas"
2478
 
2479
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401,
2480
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401
2481
  msgid "Credentials were updated"
2482
  msgstr "Se actualizaron las credenciales"
2483
 
2484
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405,
2485
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405
2486
- msgid "Update failed, invalid Credentials"
2487
- msgstr "Actualización fallida, credenciales no válidas"
 
 
 
 
 
 
 
 
 
 
 
 
 
2488
 
2489
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460,
2490
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460
 
 
 
 
 
2491
  msgid "Store information is valid"
2492
  msgstr "Información sobre tu tienda"
2493
 
2494
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481,
2495
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481
2496
  msgid "Mercado Pago's Payment Methods in Test Mode"
2497
  msgstr "Medios de pago Mercado Pago en Modo Test"
2498
 
2499
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482,
2500
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482
2501
  msgid "Mercado Pago's Payment Methods in Production Mode"
2502
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2503
 
2504
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547,
2505
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547
 
 
 
 
 
2506
  msgid "Enabled"
2507
  msgstr "Activado"
2508
 
2509
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548,
2510
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548
2511
  msgid "Disabled"
2512
  msgstr "Inactivo"
2513
 
2514
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573,
2515
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573
2516
  msgid "Valid Credentials"
2517
  msgstr "Credenciales válidas"
2518
 
2519
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576,
2520
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576
2521
  msgid "Credentials couldn't be validated"
2522
  msgstr "No se pudieron validar las credenciales"
2523
 
2524
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598,
2525
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598
2526
  msgid "Store business fields are valid"
2527
  msgstr "Los campos comerciales de la tienda son válidos"
2528
 
2529
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601,
2530
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601
2531
  msgid "Store business fields couldn't be validated"
2532
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2533
 
2534
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623,
2535
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623
2536
  msgid "At least one paymet method is enabled"
2537
  msgstr "Al menos un método de pago está habilitado"
2538
 
2539
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626,
2540
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626
2541
  msgid "No payment method enabled"
2542
  msgstr "No se habilitó ningún método de pago"
2543
 
@@ -2546,27 +2620,27 @@ msgstr "No se habilitó ningún método de pago"
2546
  msgid "Shipping service used by the store."
2547
  msgstr "Servicio de envío utilizado por la tienda."
2548
 
2549
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544,
2550
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545,
2551
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545
2552
  msgid "Discount provided by store"
2553
  msgstr "Descuento proporcionado por la tienda"
2554
 
2555
  #. translators: %s coupon
2556
  #. translators: %s coupon
2557
  #. translators: %s coupon
2558
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125,
2559
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125
2560
  msgid "Discount for coupon %s"
2561
  msgstr "Descuento para el cupón %s"
2562
 
2563
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
2564
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
2565
  msgid " and fee of"
2566
  msgstr " y comisión de"
2567
 
2568
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504,
2569
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504
2570
  msgid ""
2571
  "<b>Public Key</b> production credential is invalid. Review the field to "
2572
  "receive real payments."
@@ -2574,8 +2648,8 @@ msgstr ""
2574
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2575
  "poder recibir pagos reales."
2576
 
2577
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513,
2578
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513
2579
  msgid ""
2580
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2581
  "tests in your store."
@@ -2583,8 +2657,8 @@ msgstr ""
2583
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2584
  "realizar pruebas en tu tienda."
2585
 
2586
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522,
2587
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522
2588
  msgid ""
2589
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2590
  "be complete to receive real payments."
@@ -2592,8 +2666,8 @@ msgstr ""
2592
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2593
  "poder recibir pagos reales."
2594
 
2595
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531,
2596
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531
2597
  msgid ""
2598
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2599
  "tests in your store."
@@ -2601,8 +2675,8 @@ msgstr ""
2601
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2602
  "realizar pruebas en tu tienda."
2603
 
2604
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549,
2605
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549
2606
  msgid ""
2607
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2608
  "tests in your store."
@@ -2610,8 +2684,8 @@ msgstr ""
2610
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2611
  "poder realizar pruebas en tu tienda."
2612
 
2613
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558,
2614
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558
2615
  msgid ""
2616
  "<b>Public Key</b> production credential is blank. Review the field to "
2617
  "receive real payments."
@@ -2619,8 +2693,8 @@ msgstr ""
2619
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2620
  "para poder recibir pagos reales."
2621
 
2622
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567,
2623
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567
2624
  msgid ""
2625
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2626
  "tests in your store."
@@ -2628,8 +2702,8 @@ msgstr ""
2628
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2629
  "poder realizar pruebas en tu tienda."
2630
 
2631
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576,
2632
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576
2633
  msgid ""
2634
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2635
  "complete to receive real payments."
@@ -2637,8 +2711,8 @@ msgstr ""
2637
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2638
  "para poder recibir pagos reales."
2639
 
2640
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91,
2641
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91
2642
  msgid ""
2643
  "There was an error processing your payment. Please try again or contact us "
2644
  "for Assistance."
@@ -2646,178 +2720,178 @@ msgstr ""
2646
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2647
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2648
 
2649
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83,
2650
- #: ../../templates/checkout/custom-checkout.php:35,
2651
- #: ../../templates/checkout/custom-checkout.php:44,
2652
  #: ../../templates/receipt/custom-checkout.php:41,
2653
  #: ../../templates/receipt/custom-checkout.php:41
2654
  msgid "Pay with Mercado Pago"
2655
  msgstr "Pagar con Mercado Pago"
2656
 
2657
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:85,
2658
  #: ../../templates/receipt/custom-checkout.php:44,
2659
  #: ../../templates/receipt/custom-checkout.php:44
2660
  msgid "Cancel &amp; Clear Cart"
2661
  msgstr "Cancelar &amp; Limpiar carrito"
2662
 
2663
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2664
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2665
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82,
2666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
2667
  msgid "Apply"
2668
  msgstr "Aplicar"
2669
 
2670
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
2671
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2672
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2673
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2674
  msgid "Remove"
2675
  msgstr "Retirar"
2676
 
2677
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
2678
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2679
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2680
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2681
  msgid "Please, inform your coupon code"
2682
  msgstr "Por favor, informe su código de cupón"
2683
 
2684
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
2685
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2686
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2687
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2688
  msgid "To choose"
2689
  msgstr "Elegir"
2690
 
2691
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
2692
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2693
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2694
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2695
  msgid "Other bank"
2696
  msgstr "Otro banco"
2697
 
2698
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2699
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2700
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2701
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2702
  msgid "You will save"
2703
  msgstr "Salvarás"
2704
 
2705
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2706
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2707
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2708
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2709
  msgid "with discount of"
2710
  msgstr "con descuento de"
2711
 
2712
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2713
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2714
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2715
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2716
  msgid "Total of your purchase:"
2717
  msgstr "Total de su compra:"
2718
 
2719
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2720
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2721
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2722
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2723
  msgid "Total of your purchase with discount:"
2724
  msgstr "Total de su compra con descuento:"
2725
 
2726
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2727
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2728
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2729
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2730
  msgid "*After payment approval"
2731
  msgstr "*Tras la aprobación del pago"
2732
 
2733
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2734
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2735
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2736
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2737
  msgid "Terms and conditions of use"
2738
  msgstr "Términos y condiciones de uso"
2739
 
2740
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2741
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2742
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2743
  msgid "No fee"
2744
  msgstr "Sin interés"
2745
 
2746
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2747
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2748
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2749
  msgid "More options"
2750
  msgstr "Más opciones"
2751
 
2752
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2753
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2754
  msgid "mm/yy"
2755
  msgstr "mm/aa"
2756
 
2757
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2758
- #: ../../templates/checkout/custom-checkout.php:130,
2759
- #: ../../templates/checkout/custom-checkout.php:130
2760
  msgid "Issuer"
2761
  msgstr "Banco"
2762
 
2763
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2764
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2765
  msgid "Installments"
2766
  msgstr "cuotas "
2767
 
2768
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2769
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2770
  msgid "on the back"
2771
  msgstr "del dorso"
2772
 
2773
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2774
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2775
  msgid "on the front"
2776
  msgstr "del frente"
2777
 
2778
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2779
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2780
  msgid "digits"
2781
  msgstr "dígitos"
2782
 
2783
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2784
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2785
  msgid "Card number is required"
2786
  msgstr "Número de tarjeta obligatorio"
2787
 
2788
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2789
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2790
  msgid "Card number invalid"
2791
  msgstr "Número de tarjeta inválido"
2792
 
2793
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184,
2794
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184
2795
  msgid "Holder name is required"
2796
  msgstr "Nombre del titular obligatorio"
2797
 
2798
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185,
2799
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185
2800
  msgid "Holder name invalid"
2801
  msgstr "Nombre del titular inválido"
2802
 
2803
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
2804
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
2805
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
2806
  msgid "Expiration date invalid"
2807
  msgstr "Fecha de vencimiento inválido"
2808
 
2809
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
2810
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
2811
  msgid "Expiration date incomplete"
2812
  msgstr "Fecha de vencimiento obligatorio"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193,
2815
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193
2816
  msgid "Security code is required"
2817
  msgstr "Código de seguridad obligatorio"
2818
 
2819
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194,
2820
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194
2821
  msgid "Security code incomplete"
2822
  msgstr "Código de seguridad incompleto"
2823
 
@@ -2887,72 +2961,72 @@ msgstr "Respuesta de la caché"
2887
  msgid "Took %1$s seconds to transfer a request to %2$s"
2888
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2889
 
2890
- #: ../../templates/checkout/basic-checkout.php:22,
2891
- #: ../../templates/checkout/basic-checkout.php:22
2892
  msgid "Checkout Pro in Test Mode"
2893
  msgstr "Checkout Pro en Modo Test"
2894
 
2895
- #: ../../templates/checkout/basic-checkout.php:23,
2896
- #: ../../templates/checkout/basic-checkout.php:23
2897
  msgid "Use Mercado Pago's payment methods without real charges. "
2898
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2899
 
2900
- #: ../../templates/checkout/basic-checkout.php:24,
2901
- #: ../../templates/checkout/ticket-checkout.php:25,
2902
- #: ../../templates/checkout/ticket-checkout.php:25
2903
  msgid "See the rules for the test mode."
2904
  msgstr "Consulte las reglas para el modo test."
2905
 
2906
- #: ../../templates/checkout/basic-checkout.php:32,
2907
- #: ../../templates/checkout/basic-checkout.php:32
2908
  msgid "Pay faster with Mercado Pago"
2909
  msgstr "Paga más rápido con Mercado Pago"
2910
 
2911
- #: ../../templates/checkout/basic-checkout.php:34,
2912
- #: ../../templates/checkout/basic-checkout.php:34
2913
  msgid "Secure payment"
2914
  msgstr "Pago seguro"
2915
 
2916
- #: ../../templates/checkout/basic-checkout.php:35,
2917
- #: ../../templates/checkout/basic-checkout.php:35
2918
  msgid "No need to fill out details"
2919
  msgstr "Sin cargar datos"
2920
 
2921
- #: ../../templates/checkout/basic-checkout.php:36,
2922
- #: ../../templates/checkout/basic-checkout.php:36
2923
  msgid "Installments available"
2924
  msgstr "Cuotas disponibles"
2925
 
2926
- #: ../../templates/checkout/basic-checkout.php:39,
2927
- #: ../../templates/checkout/basic-checkout.php:39
2928
  msgid "List style type blue check"
2929
  msgstr ""
2930
 
2931
- #: ../../templates/checkout/basic-checkout.php:51,
2932
- #: ../../templates/checkout/basic-checkout.php:51
2933
  msgid ""
2934
  "By confirming your purchase, you will be redirected to your Mercado Pago "
2935
  "account"
2936
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
2937
 
2938
- #: ../../templates/checkout/basic-checkout.php:52,
2939
- #: ../../templates/checkout/basic-checkout.php:52
2940
  msgid "Checkout Pro redirect info image"
2941
  msgstr ""
2942
 
2943
  #: ../../templates/checkout/basic-checkout.php:63,
2944
- #: ../../templates/checkout/custom-checkout.php:152,
2945
- #: ../../templates/checkout/pix-checkout.php:39,
2946
- #: ../../templates/checkout/ticket-checkout.php:81,
2947
- #: ../../templates/checkout/ticket-checkout.php:81
2948
  msgid "By continuing, you agree with our"
2949
  msgstr "Al continuar, aceptas nuestros"
2950
 
2951
  #: ../../templates/checkout/basic-checkout.php:64,
2952
- #: ../../templates/checkout/custom-checkout.php:153,
2953
- #: ../../templates/checkout/pix-checkout.php:40,
2954
- #: ../../templates/checkout/ticket-checkout.php:82,
2955
- #: ../../templates/checkout/ticket-checkout.php:82
2956
  msgid "Terms and conditions"
2957
  msgstr "Términos y condiciones "
2958
 
@@ -2961,81 +3035,81 @@ msgstr "Términos y condiciones "
2961
  msgid "Checkout Custom in Test Mode"
2962
  msgstr "Tarjeta de crédito en Modo Test"
2963
 
2964
- #: ../../templates/checkout/custom-checkout.php:23,
2965
- #: ../../templates/checkout/custom-checkout.php:23
2966
  msgid "Use Mercado Pago means without real charges."
2967
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
2968
 
2969
- #: ../../templates/checkout/custom-checkout.php:24,
2970
- #: ../../templates/checkout/custom-checkout.php:24
2971
  msgid "See test mode rules."
2972
  msgstr "Ver las reglas del Modo Test. "
2973
 
2974
- #: ../../templates/checkout/custom-checkout.php:39,
2975
- #: ../../templates/checkout/custom-checkout.php:39
2976
  msgid "Pay faster with your saved cards and without completing data."
2977
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
2978
 
2979
- #: ../../templates/checkout/custom-checkout.php:54,
2980
- #: ../../templates/checkout/custom-checkout.php:54
2981
  msgid "With which card can you pay?"
2982
  msgstr "¿Con qué tarjeta puedes pagar?"
2983
 
2984
- #: ../../templates/checkout/custom-checkout.php:69,
2985
- #: ../../templates/checkout/custom-checkout.php:69
2986
  msgid "See current promotions"
2987
  msgstr "Ver promociones vigentes"
2988
 
2989
- #: ../../templates/checkout/custom-checkout.php:77,
2990
- #: ../../templates/checkout/custom-checkout.php:77
2991
  msgid "Fill in your card details"
2992
  msgstr "Completa los datos de tu tarjeta"
2993
 
2994
- #: ../../templates/checkout/custom-checkout.php:79,
2995
- #: ../../templates/checkout/custom-checkout.php:79
2996
  msgid "Card number"
2997
  msgstr "Número de Tarjeta"
2998
 
 
2999
  #: ../../templates/checkout/custom-checkout.php:81,
3000
- #: ../../templates/checkout/custom-checkout.php:89,
3001
- #: ../../templates/checkout/custom-checkout.php:100,
3002
- #: ../../templates/checkout/custom-checkout.php:108,
3003
- #: ../../templates/checkout/custom-checkout.php:108
3004
  msgid "Required data"
3005
  msgstr "Datos obligatorios"
3006
 
3007
- #: ../../templates/checkout/custom-checkout.php:86,
3008
- #: ../../templates/checkout/custom-checkout.php:86
3009
  msgid "Holder name as it appears on the card"
3010
  msgstr "Nombre del titular como aparece en la tarjeta"
3011
 
3012
- #: ../../templates/checkout/custom-checkout.php:96,
3013
- #: ../../templates/checkout/custom-checkout.php:96
3014
  msgid "Expiration"
3015
  msgstr "Vencimiento"
3016
 
3017
- #: ../../templates/checkout/custom-checkout.php:105,
3018
- #: ../../templates/checkout/custom-checkout.php:105
3019
  msgid "Security Code"
3020
  msgstr "Código de seguridad"
3021
 
3022
- #: ../../templates/checkout/custom-checkout.php:115,
3023
- #: ../../templates/checkout/ticket-checkout.php:33,
3024
- #: ../../templates/checkout/ticket-checkout.php:46,
3025
- #: ../../templates/checkout/ticket-checkout.php:46
3026
  msgid "Holder document"
3027
  msgstr "Documento del titular"
3028
 
3029
- #: ../../templates/checkout/custom-checkout.php:116,
3030
- #: ../../templates/checkout/ticket-checkout.php:34,
3031
- #: ../../templates/checkout/ticket-checkout.php:47,
3032
- #: ../../templates/checkout/ticket-checkout.php:47
3033
  msgid "Invalid document"
3034
  msgstr "Número de documento no válido"
3035
 
3036
- #: ../../templates/checkout/custom-checkout.php:126,
3037
- #: ../../templates/checkout/custom-checkout.php:137,
3038
- #: ../../templates/checkout/custom-checkout.php:137
3039
  msgid "Select the number of installments"
3040
  msgstr "Selecciona la cantidad de cuotas"
3041
 
@@ -3046,8 +3120,8 @@ msgstr "Selecciona la cantidad de cuotas"
3046
  msgid "Pix in Test Mode"
3047
  msgstr "Tarjetas de crédito en Modo Test"
3048
 
3049
- #: ../../templates/checkout/pix-checkout.php:23,
3050
- #: ../../templates/checkout/pix-checkout.php:23
3051
  #, fuzzy
3052
  #| msgid ""
3053
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
@@ -3059,21 +3133,21 @@ msgstr ""
3059
  "Es posible testear el flujo para generar una factura, pero no es posible "
3060
  "finalizar el pago."
3061
 
3062
- #: ../../templates/checkout/pix-checkout.php:30,
3063
- #: ../../templates/checkout/pix-checkout.php:30
3064
  #, fuzzy
3065
  #| msgid "Pay securely and instantly!"
3066
  msgid "Pay instantly"
3067
  msgstr "Pago seguro e instantáneo!"
3068
 
3069
- #: ../../templates/checkout/pix-checkout.php:31,
3070
- #: ../../templates/checkout/pix-checkout.php:31
3071
  msgid ""
3072
  "By confirming your purchase, we will show you a code to make the payment."
3073
  msgstr ""
3074
 
3075
- #: ../../templates/checkout/pix-checkout.php:32,
3076
- #: ../../templates/checkout/pix-checkout.php:32
3077
  msgid "Pix logo"
3078
  msgstr ""
3079
 
@@ -3082,8 +3156,8 @@ msgstr ""
3082
  msgid "Offline Methods in Test Mode"
3083
  msgstr "Facturas en Modo Test"
3084
 
3085
- #: ../../templates/checkout/ticket-checkout.php:24,
3086
- #: ../../templates/checkout/ticket-checkout.php:24
3087
  msgid ""
3088
  "You can test the flow to generate an invoice, but you cannot finalize the "
3089
  "payment. "
@@ -3091,21 +3165,21 @@ msgstr ""
3091
  "Es posible testear el flujo para generar una factura, pero no es posible "
3092
  "finalizar el pago. "
3093
 
3094
- #: ../../templates/checkout/ticket-checkout.php:56,
3095
- #: ../../templates/checkout/ticket-checkout.php:56
3096
  msgid "Select where you want to pay"
3097
  msgstr "Selecciona el punto de pago donde quieres pagar"
3098
 
3099
- #: ../../templates/checkout/ticket-checkout.php:58,
3100
- #: ../../templates/checkout/ticket-checkout.php:58
3101
- msgid "Select a payment method"
3102
- msgstr "Seleccione una opción de pago"
3103
-
3104
- #: ../../templates/checkout/ticket-checkout.php:61,
3105
- #: ../../templates/checkout/ticket-checkout.php:61
3106
  msgid "more options"
3107
  msgstr "Más opciones"
3108
 
 
 
 
 
 
3109
  #: ../../templates/order/payment-status-metabox-content.php:20,
3110
  #: ../../templates/order/payment-status-metabox-content.php:20
3111
  msgid ""
@@ -3129,6 +3203,33 @@ msgstr ""
3129
  msgid "Print ticket"
3130
  msgstr "Imprimir ticket"
3131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3132
  #~ msgid "Mandatory data"
3133
  #~ msgstr "Campo obligatorio"
3134
 
@@ -3144,9 +3245,6 @@ msgstr "Imprimir ticket"
3144
  #~ msgid "We take you to our site to complete the payment"
3145
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3146
 
3147
- #~ msgid "Use your Mercado Pago"
3148
- #~ msgstr "Usa tu Mercado Pago"
3149
-
3150
  #~ msgid "Pay with a saved card"
3151
  #~ msgstr "Pagar con tarjeta guardada"
3152
 
@@ -3491,13 +3589,6 @@ msgstr "Imprimir ticket"
3491
  #~ msgid "Search my credentials"
3492
  #~ msgstr "Buscar mis credenciales"
3493
 
3494
- #~ msgid ""
3495
- #~ "With these credentials, you enable payment simulations in your Mercado "
3496
- #~ "Pago checkouts."
3497
- #~ msgstr ""
3498
- #~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
3499
- #~ "simular pagos."
3500
-
3501
  #~ msgid ""
3502
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3503
  #~ "real payments."
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 3.1.1\n"
15
 
16
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
17
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345,
18
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
23
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347,
24
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446,
84
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446
85
  msgid "Invalid credentials"
86
  msgstr "Credenciales no válidas"
87
 
88
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53,
89
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53
90
  msgid ""
91
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
92
  "Please update your PHP version."
94
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
95
  "favor actualice su versión de PHP."
96
 
97
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64,
98
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64
99
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
100
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75,
103
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75
104
  msgid ""
105
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
106
  "extension is required to send QR Code Pix by email."
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
  #. translators: %s link to WooCommerce
115
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89,
116
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89
117
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
118
  msgstr ""
119
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
120
 
121
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102,
122
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102
123
  msgid "Cancel order"
124
  msgstr "Cancelar orden"
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361,
127
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361
128
  msgid "The payment method is not valid or not available."
129
  msgstr "El medio de pago no es válido o no está disponible."
130
 
131
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
132
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
133
  msgid "The transaction amount cannot be processed by Mercado Pago."
134
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
135
 
136
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
137
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
138
  msgid ""
139
  "Possible causes: Currency not supported; Amounts below the minimum or above "
140
  "the maximum allowed."
142
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
143
  "encima del máximo permitido."
144
 
145
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
147
  msgid "The users are not valid."
148
  msgstr "Los usuários no son válidos."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
152
  msgid ""
153
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
154
  "transaction involving production and test users."
156
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
157
  "Pago; La transacción involucrando usuários de producción y de prueba."
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
161
  msgid "Unauthorized use of production credentials."
162
  msgstr "Uso no autorizado de credenciales de producción."
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
166
  msgid ""
167
  "Possible causes: Use permission in use for the credential of the seller."
168
  msgstr ""
169
  "Posibles causas: Pendencia de permiso de uso en producción para la "
170
  "credencial del vendedor."
171
 
172
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498,
173
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498
174
  msgid "Colombia"
175
  msgstr "Colombia"
176
 
177
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500,
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500
179
  msgid "Argentina"
180
  msgstr "Argentina"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502
184
  msgid "Brazil"
185
  msgstr "Brasil"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504
189
  msgid "Chile"
190
  msgstr "Chile"
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506
194
  msgid "Mexico"
195
  msgstr "México"
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508
199
  msgid "Uruguay"
200
  msgstr "Uruguay"
201
 
202
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510,
203
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510
204
  msgid "Venezuela"
205
  msgstr "Venezuela"
206
 
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512,
208
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512
209
  msgid "Peru"
210
  msgstr "Peru"
211
 
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546,
213
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546
214
  msgid "Update the WooCommerce order to "
215
  msgstr "Actualizar la orden de WooCommerce para "
216
 
217
+ #: ../../includes/module/class-wc-woomercadopago-module.php:765,
218
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
219
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
220
  msgid "Fill in your credentials to enable payment methods."
221
  msgstr "Completa tus credenciales para habilitar los medios de pago."
222
 
223
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781,
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781
225
  msgid "Set plugin"
226
  msgstr "Configurar plugin"
227
 
228
+ #: ../../includes/module/class-wc-woomercadopago-module.php:782,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
230
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
231
  msgid "Payment methods"
232
  msgstr "Medios de pagos"
233
 
234
+ #: ../../includes/module/class-wc-woomercadopago-module.php:783,
235
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
236
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
237
  msgid "Plugin manual"
238
  msgstr "Manual del plugin"
239
 
240
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882,
241
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882
242
  msgid "By Mercado Pago"
243
  msgstr "Por Mercado Pago"
244
 
245
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191,
246
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191
247
  msgid "Payment approved."
248
  msgstr "Pago aprobado."
249
 
250
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:257,
251
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260,
252
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260
253
  msgid "Waiting for the Pix payment."
254
  msgstr "Esperando el pago de Pix."
255
 
256
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:276,
257
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279,
258
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279
259
  msgid "Waiting for the ticket payment."
260
  msgstr "Esperando el pago del boleto."
261
 
262
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288,
263
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288
264
  msgid "The customer has not made the payment yet."
265
  msgstr "El cliente todavía no efectuó el pago."
266
 
267
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307,
268
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307
269
  msgid "Payment is pending review."
270
  msgstr "El pago está pendiente de revisión."
271
 
272
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324,
273
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324
274
  msgid "Payment was declined. The customer can try again."
275
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
276
 
277
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339,
278
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339
279
  msgid "Payment was returned to the customer."
280
  msgstr "El pago fue devuelto al cliente."
281
 
282
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353,
283
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353
284
  msgid "Payment was canceled."
285
  msgstr "El pago fue cancelado."
286
 
287
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:368,
288
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380,
289
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380
290
  msgid ""
291
  "The payment is in mediation or the purchase was unknown by the customer."
292
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
  #. translators: 1: payment_id 2: status
297
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483,
298
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483
299
  msgid ""
300
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
301
  msgstr ""
311
  msgid "Type of topic IPN invalid, need to be merchant_order"
312
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
313
 
314
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
315
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
316
  msgid "IPN merchant_order not found"
317
  msgstr "No se ha encontrado la IPN de `merchant_order`"
318
 
319
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62,
320
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62
321
  msgid "Not found Payments into Merchant_Order"
322
  msgstr "No se han encontrado pagos en Merchant_Order"
323
 
324
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173,
325
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
326
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190,
327
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168,
328
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168
329
  msgid "Buyer email"
330
  msgstr "Email del comprador"
331
 
332
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:176,
333
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
334
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:193,
335
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171,
336
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171
337
  msgid "Payment type"
338
  msgstr "Tipo de método de pago"
339
 
340
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:179,
341
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:148,
342
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:196,
343
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174,
344
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174
345
  msgid "Payment method"
346
  msgstr "Método de pago"
347
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
443
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
444
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
445
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
447
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
458
  "sitio web de Mercado Pago."
459
 
460
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
461
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
462
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
463
  msgid "The checkout is <b>enabled</b>."
464
  msgstr "El checkout está <b>activo</b>."
465
 
466
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
467
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
468
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
469
  msgid "The checkout is <b>disabled</b>."
470
  msgstr "El checkout está <b>inactivo</b>."
471
 
603
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
604
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
605
 
606
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
607
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511
608
  msgid "Installments without card"
609
  msgstr "Cuotas sin tarjeta"
610
 
611
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
612
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
613
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
614
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
615
  msgid "Up to "
616
  msgstr "hasta "
617
 
618
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
619
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
  msgstr " Cuotas"
624
 
625
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519,
626
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
627
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
628
  msgid "Credit cards"
629
  msgstr "Tarjetas de crédito"
630
 
631
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
633
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
634
  msgid "Debit cards"
635
  msgstr "Tarjetas de débito "
636
 
637
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532,
638
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532
639
  msgid "Bank Transfer"
640
  msgstr "Transferencia bancaria"
641
 
642
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
643
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538
644
  msgid "Payment by cash"
645
  msgstr "Pagos en efectivo "
646
 
647
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586,
648
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573,
649
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
650
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
651
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
652
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
653
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
654
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
655
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
656
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
657
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
658
  msgid "discount of"
659
  msgstr "descuento de"
660
 
661
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591,
662
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578,
663
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
664
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
665
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
666
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
667
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
668
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176,
670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
671
  msgid "fee of"
672
  msgstr "comisión de"
673
 
702
 
703
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
704
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
705
+ msgid "Transparent Checkout for credit cards is <b>enabled</b>."
706
  msgstr ""
707
+ "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
708
 
709
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
710
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
871
  msgid "This payment method cannot process your payment."
872
  msgstr "Este medio de pago no puede procesar su pago."
873
 
874
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
875
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
876
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
 
 
 
 
 
879
  msgid "A problem was occurred when processing your payment. Please, try again."
880
  msgstr ""
881
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
882
  "vez."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
886
  msgid "See your order form"
887
  msgstr "Ver su hoja de pedido"
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
891
  msgid "Your payment was declined. You can try again."
892
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
896
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
897
  msgid "Click to try again"
898
  msgstr "Haga clic para intentarlo de nuevo"
899
 
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
902
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
903
  msgid ""
904
  "A problem was occurred when processing your payment. Are you sure you have "
905
  "correctly filled all information in the checkout form?"
907
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
908
  "cargado la información en el formulario?"
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651,
911
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651
912
  msgid "Configure your credentials to enable Mercado Pago payment methods."
913
  msgstr ""
914
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
915
 
916
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707,
917
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707
918
  msgid "Title in the store Checkout"
919
  msgstr "Título en el checkout de la tienda"
920
 
921
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709,
922
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709
923
  msgid "Change the display text in Checkout, maximum characters: 85"
924
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711,
927
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711
928
  msgid "The text inserted here will not be translated to other languages"
929
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
930
 
931
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725,
932
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725
933
  msgid "Description"
934
  msgstr "Descripción"
935
 
936
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
 
937
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
938
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
939
+ msgid "Important! To sell you must enter your credentials."
940
+ msgstr "¡Importante! Para vender debe introducir sus credenciales."
 
 
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763,
943
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763
944
+ msgid "You must enter&nbsp;<b>production credentials</b>."
945
+ msgstr "Debe introducir&nbsp;<b>las credenciales de producción</b>."
 
946
 
947
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764,
948
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764
949
+ msgid "Enter credentials"
950
+ msgstr "Introducir credenciales"
951
 
952
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
953
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
954
  msgid "Mercado Pago Plugin general settings"
955
  msgstr "Configuraciones generales del plugin de Mercado Pago"
956
 
957
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
958
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
959
+ msgid "Important! To sell you must enter your credentials.?"
960
+ msgstr ""
961
+
962
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
963
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
964
  msgid ""
965
  "Set the deadlines and fees, test your store or access the Plugin manual."
966
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
967
 
968
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776,
969
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776
970
  msgid "Go to Settings"
971
  msgstr "Ir a Configuraciones"
972
 
973
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800,
974
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800
975
  msgid "Activate your credentials to be able to sell"
976
  msgstr "Activa tus credenciales para poder vender"
977
 
978
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801,
979
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801
980
  msgid ""
981
  "Credentials are codes that you must enter to enable sales. Go below on "
982
  "Activate Credentials. On the next screen, use again the Activate Credentials "
986
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
987
  "botón Activar credenciales y completa los campos con los datos solicitados."
988
 
989
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802,
990
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802
991
  msgid "Activate credentials"
992
  msgstr "Activar credenciales"
993
 
994
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850,
995
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850
996
  msgid "By disabling it, you will disable all payment methods of this checkout."
997
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
998
 
999
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946,
1000
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946
1001
  msgid "Basic Configuration"
1002
  msgstr "Configuración Básica"
1003
 
1004
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959,
1005
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959
1006
  msgid "Discount coupons"
1007
  msgstr "Cupones de descuento"
1008
 
1009
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962,
1010
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962
1011
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1012
  msgstr ""
1013
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1014
 
1015
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964,
1016
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964
1017
  msgid "Discount coupons is <b>active</b>."
1018
  msgstr "Cupones de descuento están <b>activos</b>."
1019
 
1020
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965,
1021
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965
1022
  msgid "Discount coupons is <b>disabled</b>."
1023
  msgstr "Cupones de descuento están <b>inactivos</b>."
1024
 
1025
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977,
1026
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977
1027
  msgid "Automatic decline of payments without instant approval"
1028
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1029
 
1030
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978,
1031
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978
1032
  msgid ""
1033
  "Enable it if you want to automatically decline payments that are not "
1034
  "instantly approved by banks or other institutions. "
1036
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1037
  "instantáneamente por bancos u otros compradores. "
1038
 
1039
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982,
1040
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982
1041
  msgid "Pending payments <b>will be automatically declined</b>."
1042
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1043
 
1044
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983,
1045
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983
1046
  msgid "Pending payments <b>will not be automatically declined</b>."
1047
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1048
 
1049
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995,
1050
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995
1051
  msgid "Discount in Mercado Pago Checkouts"
1052
  msgstr "Descuento en los checkouts de Mercado Pago"
1053
 
1054
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998,
1055
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998
1056
  msgid ""
1057
  "Choose a percentage value that you want to discount your customers for "
1058
  "paying with Mercado Pago."
1060
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1061
  "Mercado Pago."
1062
 
1063
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:999,
1064
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020,
1065
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
1066
  msgid "Activate and show this information on Mercado Pago Checkout"
1067
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1068
 
1069
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016,
1070
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016
1071
  msgid "Commission in Mercado Pago Checkouts"
1072
  msgstr "Comisiones en los checkouts de Mercado Pago"
1073
 
1074
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019,
1075
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019
1076
  msgid ""
1077
  "Choose an additional percentage value that you want to charge as commission "
1078
  "to your customers for paying with Mercado Pago."
1080
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1081
  "clientes por pagar con Mercado Pago."
1082
 
1083
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056,
1084
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056
1085
  msgid "Convert Currency"
1086
  msgstr "Convertir moneda"
1087
 
1088
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061,
1089
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
1090
  msgid "Currency convertion is <b>enabled</b>."
1091
  msgstr "Conversión de moneda está <b>activa</b>."
1092
 
1093
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062,
1094
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
1095
  msgid "Currency convertion is <b>disabled</b>."
1096
  msgstr "Conversión de moneda está <b>inactiva</b>."
1097
 
1098
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179,
1099
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179
1100
  msgid ""
1101
  "Edit these advanced fields only when you want to modify the preset values."
1102
  msgstr ""
1371
  msgid "Register your Pix key at Mercado Pago."
1372
  msgstr "Registra tu clave Pix en Mercado Pago."
1373
 
1374
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:618,
1375
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1377
  msgid "Code valid for "
1995
  msgid "Discard"
1996
  msgstr "Descartar"
1997
 
1998
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142,
1999
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142
2000
  msgid "Mercado Pago Settings"
2001
  msgstr "Configuración de Mercado Pago"
2002
 
2003
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2004
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2005
  msgid "Accept "
2006
  msgstr "Acepta "
2007
 
2008
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2009
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2010
  msgid "payments on the spot "
2011
  msgstr "pagos al instante "
2012
 
2013
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2014
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2015
  msgid "with"
2016
  msgstr "con toda"
2017
 
2018
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
2019
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
2020
  msgid "the "
2021
  msgstr "la "
2022
 
2023
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199,
2024
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
2025
  msgid "security "
2026
  msgstr "seguridad "
2027
 
2028
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200,
2029
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
2030
  msgid "from Mercado Pago"
2031
  msgstr "de Mercado Pago"
2032
 
2033
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201,
2034
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
2035
  msgid "Technical requirements"
2036
  msgstr "Requisitos técnicos"
2037
 
2038
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202,
2039
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
2040
  msgid "SSL"
2041
  msgstr "SSL"
2042
 
2043
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203,
2044
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
2045
  msgid "GD Extensions"
2046
  msgstr "Extensiones GD"
2047
 
2048
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204,
2049
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
2050
  msgid "Curl"
2051
  msgstr "Curl"
2052
 
2053
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205,
2054
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
2055
  msgid ""
2056
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2057
  "and encrypted way."
2059
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2060
  "segura y encriptada."
2061
 
2062
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206,
2063
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
2064
  msgid ""
2065
  "These extensions are responsible for the implementation and operation of Pix "
2066
  "in your store."
2068
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2069
  "tienda."
2070
 
2071
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207,
2072
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
2073
  msgid ""
2074
  "It is an extension responsible for making payments via requests from the "
2075
  "plugin to Mercado Pago."
2077
  "Es una extensión encargada de realizar los pagos a través de requests del "
2078
  "plugin a Mercado Pago."
2079
 
2080
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208,
2081
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
2082
  msgid "Collections and installments"
2083
  msgstr "Cobros y cuotas"
2084
 
2085
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209,
2086
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
2087
  msgid "Choose "
2088
  msgstr "Elige "
2089
 
2090
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210,
2091
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
2092
  msgid "when you want to receive the money "
2093
  msgstr "cuándo quieres recibir el dinero "
2094
 
2095
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211,
2096
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
2097
  msgid "from your sales and if you want to offer "
2098
  msgstr "de las ventas y si quieres ofrecer "
2099
 
2100
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212,
2101
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
2102
  msgid "interest-free installments "
2103
  msgstr "cuotas sin interés "
2104
 
2105
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2106
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2107
  msgid "to your clients."
2108
  msgstr "a los clientes."
2109
 
2110
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2111
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2112
  msgid "Set deadlines and fees"
2113
  msgstr "Ajustar plazos y tasas"
2114
 
2115
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2116
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2117
  msgid "Questions? "
2118
  msgstr "¿Dudas? "
2119
 
2120
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2121
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2122
  msgid "Review the step-by-step of "
2123
  msgstr "Revisa el paso a paso de "
2124
 
2125
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2126
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2127
  msgid "how to integrate the Mercado Pago Plugin "
2128
  msgstr "cómo integrar el Plugin de Mercado Pago "
2129
 
2130
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2131
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2132
  msgid "on our webiste for developers."
2133
  msgstr "en nuestro sitio de desarrolladores."
2134
 
2135
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234,
2136
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
2137
  msgid "1. Integrate your store with Mercado Pago "
2138
  msgstr "1. Integra la tienda a Mercado Pago "
2139
 
2140
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235,
2141
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
2142
+ msgid ""
2143
+ "To enable orders, you must create and activate production credentials in "
2144
+ "your Mercado Pago Account. "
2145
+ msgstr ""
2146
+ "Para habilitar las ventas, debes crear y activar las credenciales de "
2147
+ "producción en tu cuenta de Mercado Pago. "
2148
 
2149
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236,
2150
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
2151
+ msgid "Copy and paste the credentials below."
2152
+ msgstr "Copia y pega tus credenciales a continuación."
2153
 
2154
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237,
2155
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
2156
  msgid "Check credentials"
2157
  msgstr "Consultar credenciales"
2158
 
2159
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238,
2160
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
2161
  msgid "Test credentials "
2162
  msgstr "Credenciales de prueba "
2163
 
2164
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239,
2165
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
2166
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2167
  msgstr ""
2168
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2169
  "tienda."
2170
 
2171
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240,
2172
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
2173
  msgid "Public key"
2174
  msgstr "Public key"
2175
 
2176
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2177
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2178
  msgid "Access Token"
2179
  msgstr "Access Token"
2180
 
2181
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2182
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2183
  msgid "Production credentials"
2184
  msgstr "Credenciales de producción"
2185
 
2186
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2187
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2188
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2189
  msgstr ""
2190
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2191
  "tienda."
2192
 
2193
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2194
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2195
  msgid "Paste your Public Key here"
2196
  msgstr "Pega aquí tu Public Key"
2197
 
2198
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2199
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2200
  msgid "Paste your Access Token here"
2201
  msgstr "Pega aquí tu Access Token"
2202
 
2203
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2204
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287,
2205
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287
2206
  msgid "Save and continue"
2207
  msgstr "Guardar y continuar"
2208
 
2209
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2210
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2211
  msgid "2. Customize your business"
2212
  msgstr "2. Personaliza tu negocio"
2213
 
2214
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2215
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2216
  msgid ""
2217
  "Fill out the following information to have a better experience and offer "
2218
  "more information to your clients"
2220
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2221
  "información a los clientes"
2222
 
2223
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2224
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2225
  msgid "Your store information"
2226
  msgstr "Información sobre tu tienda"
2227
 
2228
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2229
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2230
  msgid "Name of your store in your client's invoice"
2231
  msgstr "Nombre de tu tienda en la factura de los clientes"
2232
 
2233
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2234
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2235
  msgid "Eg: Mary's store"
2236
  msgstr "Ej.: TiendaMaría"
2237
 
2238
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267,
2239
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
2240
  msgid ""
2241
  "If this field is empty, the purchase will be identified as Mercado Pago."
2242
  msgstr ""
2243
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2244
  "Pago."
2245
 
2246
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268,
2247
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
2248
  msgid "Identification in Activities of Mercad Pago"
2249
  msgstr "Identificación en Actividad de Mercado Pago"
2250
 
2251
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269,
2252
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
2253
  msgid "Eg: Marystore"
2254
  msgstr "Ej.: Tienda de María"
2255
 
2256
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270,
2257
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
2258
  msgid "In Activities, you will view this term before the order number"
2259
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2260
 
2261
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271,
2262
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
2263
  msgid "Store category"
2264
  msgstr "Categoría de la tienda"
2265
 
2266
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272,
2267
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
2268
  msgid "Select"
2269
  msgstr "Seleccionar"
2270
 
2271
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273,
2272
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
2273
  msgid "Select ”Other” if you do not find the appropriate category."
2274
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2275
 
2276
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274,
2277
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
2278
  msgid "Advanced integration options (optional)"
2279
  msgstr "Opciones avanzadas de integración (opcional)"
2280
 
2281
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275,
2282
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
2283
  msgid ""
2284
  "For further integration of your store with Mercado Pago (IPN, Certified "
2285
  "Partners, Debug Mode)"
2287
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2288
  "Certificados, Modo Debug)"
2289
 
2290
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276,
2291
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
2292
  msgid "View advanced options"
2293
  msgstr "Ver opciones avanzadas"
2294
 
2295
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277,
2296
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
2297
  msgid "URL for IPN "
2298
  msgstr "URL para IPN "
2299
 
2300
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278,
2301
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
2302
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2303
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2304
 
2305
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279,
2306
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
2307
  msgid ""
2308
  "Add the URL to receive payments notifications. Find out more information in "
2309
  "the "
2311
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2312
  "en los "
2313
 
2314
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2315
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2316
  msgid "guides."
2317
  msgstr "manuales."
2318
 
2319
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2320
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2321
  msgid "integrator_id"
2322
  msgstr "integrator_id"
2323
 
2324
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2325
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2326
  msgid "Eg: 14987126498"
2327
  msgstr "Ej.: 14987126498"
2328
 
2329
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2330
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2331
  msgid ""
2332
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2333
  "integrator_id. If you do not have the code, please "
2335
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2336
  "integrator_id. Si no tienes el código, "
2337
 
2338
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284,
2339
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284
2340
  msgid "request it now. "
2341
  msgstr "solicítalo ahora. "
2342
 
2343
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285,
2344
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285
2345
  msgid "Debug and Log Mode"
2346
  msgstr "Modo debug y log"
2347
 
2348
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286,
2349
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286
2350
  msgid "We record your store's actions in order to provide a better assistance."
2351
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2352
 
2353
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2354
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2355
  msgid "3. Set payment methods"
2356
  msgstr "3. Configura los medios de pago"
2357
 
2358
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2359
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2360
  msgid "To view more options, please select a payment method below"
2361
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2362
 
2363
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2364
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2365
  msgid "Settings"
2366
  msgstr "Configurar"
2367
 
2368
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2369
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2370
  msgid "Continue"
2371
  msgstr "Continuar"
2372
 
2373
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318,
2374
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
2375
  msgid "4. Test your store before you sell"
2376
  msgstr "4. Testea tu tienda antes de vender"
2377
 
2378
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319,
2379
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
2380
  msgid ""
2381
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2382
  "to sell."
2384
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2385
  "para realizar ventas."
2386
 
2387
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320,
2388
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
2389
  msgid "Choose how you want to operate your store:"
2390
  msgstr "Elige cómo quieres operar tu tienda:"
2391
 
2392
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321,
2393
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
2394
  msgid "Test Mode"
2395
  msgstr "Modo Test"
2396
 
2397
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322,
2398
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
2399
  msgid "Mercado Pago Checkouts disabled for real collections. "
2400
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2401
 
2402
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323,
2403
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
2404
  msgid "Test Mode rules."
2405
  msgstr "Reglas del modo test."
2406
 
2407
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324,
2408
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
2409
  msgid "Sale Mode (Production)"
2410
  msgstr "Modo Ventas (Producción)"
2411
 
2412
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325,
2413
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
2414
  msgid "Mercado Pago Checkouts enabled for real collections."
2415
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2416
 
2417
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326,
2418
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
2419
  msgid "Mercado Pago payment methods in Production Mode"
2420
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2421
 
2422
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327,
2423
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
2424
  msgid "The clients can make real purchases in your store."
2425
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2426
 
2427
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328,
2428
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
2429
  msgid "Mercado Pago payment methods in Test Mode"
2430
  msgstr "Medios de pago Mercado Pago en Modo Test"
2431
 
2432
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329,
2433
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
2434
+ msgid "Create your "
2435
+ msgstr "Crea tu "
2436
+
2437
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330,
2438
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330
2439
+ msgid "test user "
2440
+ msgstr "usuario de prueba "
2441
+
2442
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331,
2443
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331
2444
+ msgid ""
2445
+ "(Optional. Can be used in Production Mode and Test Mode, to test payments)."
2446
+ msgstr ""
2447
+ "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
2448
+ "probar los pagos)."
2449
+
2450
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332,
2451
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332
2452
+ msgid "Use our test cards, "
2453
+ msgstr "Utiliza nuestras tarjetas de prueba, "
2454
+
2455
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333,
2456
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333
2457
+ msgid "never use real cards. "
2458
+ msgstr "nunca utilices tarjetas reales. "
2459
+
2460
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334,
2461
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334
2462
  msgid "Visit your store "
2463
  msgstr "Visita tu tienda "
2464
 
2465
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335,
2466
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335
2467
  msgid "to test purchases"
2468
  msgstr "para testear compras"
2469
 
2470
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336,
2471
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336
2472
  msgid "Save changes"
2473
  msgstr "Guardar cambios"
2474
 
2475
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337,
2476
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337
2477
  msgid "Store under test"
2478
  msgstr "Tienda en Modo Test"
2479
 
2480
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338,
2481
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338
2482
  msgid "Store in sale mode (Production)"
2483
  msgstr "Tienda en Modo Ventas (Producción)"
2484
 
2485
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339,
2486
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339
2487
+ msgid "Enter test credentials"
2488
+ msgstr "Ingresa las credenciales de prueba"
2489
+
2490
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340,
2491
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340
2492
+ msgid "To enable test mode, "
2493
+ msgstr "Para activar el modo de prueba, "
2494
+
2495
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341,
2496
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341
2497
+ msgid "copy your test credentials "
2498
+ msgstr "copia tus credenciales de prueba "
2499
+
2500
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342,
2501
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342
2502
+ msgid "and paste them above in section 1 of this page."
2503
+ msgstr "y pégalas en la sección 1 de esta página."
2504
+
2505
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378,
2506
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378
2507
  msgid "Invalid Access Token"
2508
  msgstr "Access token no válido"
2509
 
2510
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380,
2511
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380
2512
  msgid "Valid Access Token"
2513
  msgstr "Access token válido"
2514
 
2515
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386,
2516
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386
2517
  msgid "Invalid Public Key"
2518
  msgstr "Public key no válida"
2519
 
2520
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388,
2521
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388
2522
  msgid "Valid Public Key"
2523
  msgstr "Public key válida"
2524
 
2525
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391,
2526
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391
2527
  msgid "Credentials must be valid"
2528
  msgstr "Las credenciales deben ser válidas"
2529
 
2530
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440,
2531
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440
2532
  msgid "Credentials were updated"
2533
  msgstr "Se actualizaron las credenciales"
2534
 
2535
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432,
2536
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432
2537
+ msgid ""
2538
+ "Your store has exited Test Mode and is making real sales in Production Mode."
2539
+ msgstr ""
2540
+ "Ahora su tienda está fuera del modo de prueba y está realizando ventas "
2541
+ "reales en el modo de producción."
2542
+
2543
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433,
2544
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433
2545
+ msgid "To test the store, re-enter both test credentials."
2546
+ msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
2547
+
2548
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447,
2549
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447
2550
+ msgid "See our manual to learn "
2551
+ msgstr "Consulte nuestro manual para saber "
2552
 
2553
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448,
2554
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448
2555
+ msgid "how to enter the credentials the right way."
2556
+ msgstr "como ingresar las credenciales de forma correcta."
2557
+
2558
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505,
2559
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505
2560
  msgid "Store information is valid"
2561
  msgstr "Información sobre tu tienda"
2562
 
2563
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533,
2564
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533
2565
  msgid "Mercado Pago's Payment Methods in Test Mode"
2566
  msgstr "Medios de pago Mercado Pago en Modo Test"
2567
 
2568
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534,
2569
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534
2570
  msgid "Mercado Pago's Payment Methods in Production Mode"
2571
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2572
 
2573
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527,
2574
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
2575
+ msgid "Invalid credentials for test mode"
2576
+ msgstr "Credenciales inválidas para el modo de prueba"
2577
+
2578
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604,
2579
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
2580
  msgid "Enabled"
2581
  msgstr "Activado"
2582
 
2583
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605,
2584
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605
2585
  msgid "Disabled"
2586
  msgstr "Inactivo"
2587
 
2588
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630,
2589
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630
2590
  msgid "Valid Credentials"
2591
  msgstr "Credenciales válidas"
2592
 
2593
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633,
2594
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633
2595
  msgid "Credentials couldn't be validated"
2596
  msgstr "No se pudieron validar las credenciales"
2597
 
2598
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655,
2599
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655
2600
  msgid "Store business fields are valid"
2601
  msgstr "Los campos comerciales de la tienda son válidos"
2602
 
2603
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658,
2604
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
2605
  msgid "Store business fields couldn't be validated"
2606
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2607
 
2608
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680,
2609
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680
2610
  msgid "At least one paymet method is enabled"
2611
  msgstr "Al menos un método de pago está habilitado"
2612
 
2613
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683,
2614
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683
2615
  msgid "No payment method enabled"
2616
  msgstr "No se habilitó ningún método de pago"
2617
 
2620
  msgid "Shipping service used by the store."
2621
  msgstr "Servicio de envío utilizado por la tienda."
2622
 
2623
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549,
2624
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550,
2625
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550
2626
  msgid "Discount provided by store"
2627
  msgstr "Descuento proporcionado por la tienda"
2628
 
2629
  #. translators: %s coupon
2630
  #. translators: %s coupon
2631
  #. translators: %s coupon
2632
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130,
2633
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
2634
  msgid "Discount for coupon %s"
2635
  msgstr "Descuento para el cupón %s"
2636
 
2637
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
2638
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
2639
  msgid " and fee of"
2640
  msgstr " y comisión de"
2641
 
2642
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514,
2643
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514
2644
  msgid ""
2645
  "<b>Public Key</b> production credential is invalid. Review the field to "
2646
  "receive real payments."
2648
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2649
  "poder recibir pagos reales."
2650
 
2651
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523,
2652
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523
2653
  msgid ""
2654
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2655
  "tests in your store."
2657
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2658
  "realizar pruebas en tu tienda."
2659
 
2660
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532,
2661
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532
2662
  msgid ""
2663
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2664
  "be complete to receive real payments."
2666
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2667
  "poder recibir pagos reales."
2668
 
2669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541,
2670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541
2671
  msgid ""
2672
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2673
  "tests in your store."
2675
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2676
  "realizar pruebas en tu tienda."
2677
 
2678
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559,
2679
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559
2680
  msgid ""
2681
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2682
  "tests in your store."
2684
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2685
  "poder realizar pruebas en tu tienda."
2686
 
2687
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568,
2688
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568
2689
  msgid ""
2690
  "<b>Public Key</b> production credential is blank. Review the field to "
2691
  "receive real payments."
2693
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2694
  "para poder recibir pagos reales."
2695
 
2696
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577,
2697
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577
2698
  msgid ""
2699
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2700
  "tests in your store."
2702
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2703
  "poder realizar pruebas en tu tienda."
2704
 
2705
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586,
2706
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586
2707
  msgid ""
2708
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2709
  "complete to receive real payments."
2711
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2712
  "para poder recibir pagos reales."
2713
 
2714
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
2715
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92
2716
  msgid ""
2717
  "There was an error processing your payment. Please try again or contact us "
2718
  "for Assistance."
2720
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2721
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2722
 
2723
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
2724
+ #: ../../templates/checkout/custom-checkout.php:31,
2725
+ #: ../../templates/checkout/custom-checkout.php:40,
2726
  #: ../../templates/receipt/custom-checkout.php:41,
2727
  #: ../../templates/receipt/custom-checkout.php:41
2728
  msgid "Pay with Mercado Pago"
2729
  msgstr "Pagar con Mercado Pago"
2730
 
2731
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
2732
  #: ../../templates/receipt/custom-checkout.php:44,
2733
  #: ../../templates/receipt/custom-checkout.php:44
2734
  msgid "Cancel &amp; Clear Cart"
2735
  msgstr "Cancelar &amp; Limpiar carrito"
2736
 
2737
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132,
2738
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2739
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2740
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2741
  msgid "Apply"
2742
  msgstr "Aplicar"
2743
 
2744
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133,
2745
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2746
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2747
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2748
  msgid "Remove"
2749
  msgstr "Retirar"
2750
 
2751
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2752
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2753
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2754
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2755
  msgid "Please, inform your coupon code"
2756
  msgstr "Por favor, informe su código de cupón"
2757
 
2758
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2759
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2760
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2761
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2762
  msgid "To choose"
2763
  msgstr "Elegir"
2764
 
2765
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2766
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2767
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2768
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2769
  msgid "Other bank"
2770
  msgstr "Otro banco"
2771
 
2772
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2773
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2774
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2775
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2776
  msgid "You will save"
2777
  msgstr "Salvarás"
2778
 
2779
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2780
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2781
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2782
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2783
  msgid "with discount of"
2784
  msgstr "con descuento de"
2785
 
2786
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2787
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2788
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2789
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2790
  msgid "Total of your purchase:"
2791
  msgstr "Total de su compra:"
2792
 
2793
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2794
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2795
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2796
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2797
  msgid "Total of your purchase with discount:"
2798
  msgstr "Total de su compra con descuento:"
2799
 
2800
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2802
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2803
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2804
  msgid "*After payment approval"
2805
  msgstr "*Tras la aprobación del pago"
2806
 
2807
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2809
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2810
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2811
  msgid "Terms and conditions of use"
2812
  msgstr "Términos y condiciones de uso"
2813
 
2814
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2815
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2816
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2817
  msgid "No fee"
2818
  msgstr "Sin interés"
2819
 
2820
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2821
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2822
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2823
  msgid "More options"
2824
  msgstr "Más opciones"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2827
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152
2828
  msgid "mm/yy"
2829
  msgstr "mm/aa"
2830
 
2831
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2832
+ #: ../../templates/checkout/custom-checkout.php:114,
2833
+ #: ../../templates/checkout/custom-checkout.php:114
2834
  msgid "Issuer"
2835
  msgstr "Banco"
2836
 
2837
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2838
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2839
  msgid "Installments"
2840
  msgstr "cuotas "
2841
 
2842
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2843
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2844
  msgid "on the back"
2845
  msgstr "del dorso"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2848
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158
2849
  msgid "on the front"
2850
  msgstr "del frente"
2851
 
2852
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2853
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2854
  msgid "digits"
2855
  msgstr "dígitos"
2856
 
2857
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2858
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2859
  msgid "Card number is required"
2860
  msgstr "Número de tarjeta obligatorio"
2861
 
2862
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166,
2863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166
2864
  msgid "Card number invalid"
2865
  msgstr "Número de tarjeta inválido"
2866
 
2867
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2869
  msgid "Holder name is required"
2870
  msgstr "Nombre del titular obligatorio"
2871
 
2872
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170,
2873
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170
2874
  msgid "Holder name invalid"
2875
  msgstr "Nombre del titular inválido"
2876
 
2877
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2878
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2879
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2880
  msgid "Expiration date invalid"
2881
  msgstr "Fecha de vencimiento inválido"
2882
 
2883
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174,
2884
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
2885
  msgid "Expiration date incomplete"
2886
  msgstr "Fecha de vencimiento obligatorio"
2887
 
2888
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2890
  msgid "Security code is required"
2891
  msgstr "Código de seguridad obligatorio"
2892
 
2893
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179,
2894
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
2895
  msgid "Security code incomplete"
2896
  msgstr "Código de seguridad incompleto"
2897
 
2961
  msgid "Took %1$s seconds to transfer a request to %2$s"
2962
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2963
 
2964
+ #: ../../templates/checkout/basic-checkout.php:24,
2965
+ #: ../../templates/checkout/basic-checkout.php:24
2966
  msgid "Checkout Pro in Test Mode"
2967
  msgstr "Checkout Pro en Modo Test"
2968
 
2969
+ #: ../../templates/checkout/basic-checkout.php:25,
2970
+ #: ../../templates/checkout/basic-checkout.php:25
2971
  msgid "Use Mercado Pago's payment methods without real charges. "
2972
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2973
 
2974
+ #: ../../templates/checkout/basic-checkout.php:26,
2975
+ #: ../../templates/checkout/ticket-checkout.php:23,
2976
+ #: ../../templates/checkout/ticket-checkout.php:23
2977
  msgid "See the rules for the test mode."
2978
  msgstr "Consulte las reglas para el modo test."
2979
 
2980
+ #: ../../templates/checkout/basic-checkout.php:34,
2981
+ #: ../../templates/checkout/basic-checkout.php:34
2982
  msgid "Pay faster with Mercado Pago"
2983
  msgstr "Paga más rápido con Mercado Pago"
2984
 
2985
+ #: ../../templates/checkout/basic-checkout.php:36,
2986
+ #: ../../templates/checkout/basic-checkout.php:36
2987
  msgid "Secure payment"
2988
  msgstr "Pago seguro"
2989
 
2990
+ #: ../../templates/checkout/basic-checkout.php:37,
2991
+ #: ../../templates/checkout/basic-checkout.php:37
2992
  msgid "No need to fill out details"
2993
  msgstr "Sin cargar datos"
2994
 
2995
+ #: ../../templates/checkout/basic-checkout.php:38,
2996
+ #: ../../templates/checkout/basic-checkout.php:38
2997
  msgid "Installments available"
2998
  msgstr "Cuotas disponibles"
2999
 
3000
+ #: ../../templates/checkout/basic-checkout.php:41,
3001
+ #: ../../templates/checkout/basic-checkout.php:41
3002
  msgid "List style type blue check"
3003
  msgstr ""
3004
 
3005
+ #: ../../templates/checkout/basic-checkout.php:53,
3006
+ #: ../../templates/checkout/basic-checkout.php:53
3007
  msgid ""
3008
  "By confirming your purchase, you will be redirected to your Mercado Pago "
3009
  "account"
3010
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
3011
 
3012
+ #: ../../templates/checkout/basic-checkout.php:54,
3013
+ #: ../../templates/checkout/basic-checkout.php:54
3014
  msgid "Checkout Pro redirect info image"
3015
  msgstr ""
3016
 
3017
  #: ../../templates/checkout/basic-checkout.php:63,
3018
+ #: ../../templates/checkout/custom-checkout.php:134,
3019
+ #: ../../templates/checkout/pix-checkout.php:31,
3020
+ #: ../../templates/checkout/ticket-checkout.php:60,
3021
+ #: ../../templates/checkout/ticket-checkout.php:60
3022
  msgid "By continuing, you agree with our"
3023
  msgstr "Al continuar, aceptas nuestros"
3024
 
3025
  #: ../../templates/checkout/basic-checkout.php:64,
3026
+ #: ../../templates/checkout/custom-checkout.php:134,
3027
+ #: ../../templates/checkout/pix-checkout.php:31,
3028
+ #: ../../templates/checkout/ticket-checkout.php:60,
3029
+ #: ../../templates/checkout/ticket-checkout.php:60
3030
  msgid "Terms and conditions"
3031
  msgstr "Términos y condiciones "
3032
 
3035
  msgid "Checkout Custom in Test Mode"
3036
  msgstr "Tarjeta de crédito en Modo Test"
3037
 
3038
+ #: ../../templates/checkout/custom-checkout.php:22,
3039
+ #: ../../templates/checkout/custom-checkout.php:22
3040
  msgid "Use Mercado Pago means without real charges."
3041
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
3042
 
3043
+ #: ../../templates/checkout/custom-checkout.php:22,
3044
+ #: ../../templates/checkout/custom-checkout.php:22
3045
  msgid "See test mode rules."
3046
  msgstr "Ver las reglas del Modo Test. "
3047
 
3048
+ #: ../../templates/checkout/custom-checkout.php:35,
3049
+ #: ../../templates/checkout/custom-checkout.php:35
3050
  msgid "Pay faster with your saved cards and without completing data."
3051
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
3052
 
3053
+ #: ../../templates/checkout/custom-checkout.php:50,
3054
+ #: ../../templates/checkout/custom-checkout.php:50
3055
  msgid "With which card can you pay?"
3056
  msgstr "¿Con qué tarjeta puedes pagar?"
3057
 
3058
+ #: ../../templates/checkout/custom-checkout.php:62,
3059
+ #: ../../templates/checkout/custom-checkout.php:62
3060
  msgid "See current promotions"
3061
  msgstr "Ver promociones vigentes"
3062
 
3063
+ #: ../../templates/checkout/custom-checkout.php:70,
3064
+ #: ../../templates/checkout/custom-checkout.php:70
3065
  msgid "Fill in your card details"
3066
  msgstr "Completa los datos de tu tarjeta"
3067
 
3068
+ #: ../../templates/checkout/custom-checkout.php:72,
3069
+ #: ../../templates/checkout/custom-checkout.php:72
3070
  msgid "Card number"
3071
  msgstr "Número de Tarjeta"
3072
 
3073
+ #: ../../templates/checkout/custom-checkout.php:74,
3074
  #: ../../templates/checkout/custom-checkout.php:81,
3075
+ #: ../../templates/checkout/custom-checkout.php:90,
3076
+ #: ../../templates/checkout/custom-checkout.php:98,
3077
+ #: ../../templates/checkout/custom-checkout.php:98
 
3078
  msgid "Required data"
3079
  msgstr "Datos obligatorios"
3080
 
3081
+ #: ../../templates/checkout/custom-checkout.php:79,
3082
+ #: ../../templates/checkout/custom-checkout.php:79
3083
  msgid "Holder name as it appears on the card"
3084
  msgstr "Nombre del titular como aparece en la tarjeta"
3085
 
3086
+ #: ../../templates/checkout/custom-checkout.php:87,
3087
+ #: ../../templates/checkout/custom-checkout.php:87
3088
  msgid "Expiration"
3089
  msgstr "Vencimiento"
3090
 
3091
+ #: ../../templates/checkout/custom-checkout.php:95,
3092
+ #: ../../templates/checkout/custom-checkout.php:95
3093
  msgid "Security Code"
3094
  msgstr "Código de seguridad"
3095
 
3096
+ #: ../../templates/checkout/custom-checkout.php:104,
3097
+ #: ../../templates/checkout/ticket-checkout.php:29,
3098
+ #: ../../templates/checkout/ticket-checkout.php:35,
3099
+ #: ../../templates/checkout/ticket-checkout.php:35
3100
  msgid "Holder document"
3101
  msgstr "Documento del titular"
3102
 
3103
+ #: ../../templates/checkout/custom-checkout.php:104,
3104
+ #: ../../templates/checkout/ticket-checkout.php:29,
3105
+ #: ../../templates/checkout/ticket-checkout.php:35,
3106
+ #: ../../templates/checkout/ticket-checkout.php:35
3107
  msgid "Invalid document"
3108
  msgstr "Número de documento no válido"
3109
 
3110
+ #: ../../templates/checkout/custom-checkout.php:110,
3111
+ #: ../../templates/checkout/custom-checkout.php:122,
3112
+ #: ../../templates/checkout/custom-checkout.php:122
3113
  msgid "Select the number of installments"
3114
  msgstr "Selecciona la cantidad de cuotas"
3115
 
3120
  msgid "Pix in Test Mode"
3121
  msgstr "Tarjetas de crédito en Modo Test"
3122
 
3123
+ #: ../../templates/checkout/pix-checkout.php:22,
3124
+ #: ../../templates/checkout/pix-checkout.php:22
3125
  #, fuzzy
3126
  #| msgid ""
3127
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
3133
  "Es posible testear el flujo para generar una factura, pero no es posible "
3134
  "finalizar el pago."
3135
 
3136
+ #: ../../templates/checkout/pix-checkout.php:27,
3137
+ #: ../../templates/checkout/pix-checkout.php:27
3138
  #, fuzzy
3139
  #| msgid "Pay securely and instantly!"
3140
  msgid "Pay instantly"
3141
  msgstr "Pago seguro e instantáneo!"
3142
 
3143
+ #: ../../templates/checkout/pix-checkout.php:27,
3144
+ #: ../../templates/checkout/pix-checkout.php:27
3145
  msgid ""
3146
  "By confirming your purchase, we will show you a code to make the payment."
3147
  msgstr ""
3148
 
3149
+ #: ../../templates/checkout/pix-checkout.php:27,
3150
+ #: ../../templates/checkout/pix-checkout.php:27
3151
  msgid "Pix logo"
3152
  msgstr ""
3153
 
3156
  msgid "Offline Methods in Test Mode"
3157
  msgstr "Facturas en Modo Test"
3158
 
3159
+ #: ../../templates/checkout/ticket-checkout.php:23,
3160
+ #: ../../templates/checkout/ticket-checkout.php:23
3161
  msgid ""
3162
  "You can test the flow to generate an invoice, but you cannot finalize the "
3163
  "payment. "
3165
  "Es posible testear el flujo para generar una factura, pero no es posible "
3166
  "finalizar el pago. "
3167
 
3168
+ #: ../../templates/checkout/ticket-checkout.php:39,
3169
+ #: ../../templates/checkout/ticket-checkout.php:39
3170
  msgid "Select where you want to pay"
3171
  msgstr "Selecciona el punto de pago donde quieres pagar"
3172
 
3173
+ #: ../../templates/checkout/ticket-checkout.php:41,
3174
+ #: ../../templates/checkout/ticket-checkout.php:41
 
 
 
 
 
3175
  msgid "more options"
3176
  msgstr "Más opciones"
3177
 
3178
+ #: ../../templates/checkout/ticket-checkout.php:43,
3179
+ #: ../../templates/checkout/ticket-checkout.php:43
3180
+ msgid "Select a payment method"
3181
+ msgstr "Seleccione una opción de pago"
3182
+
3183
  #: ../../templates/order/payment-status-metabox-content.php:20,
3184
  #: ../../templates/order/payment-status-metabox-content.php:20
3185
  msgid ""
3203
  msgid "Print ticket"
3204
  msgstr "Imprimir ticket"
3205
 
3206
+ #, fuzzy
3207
+ #~| msgid "Important! To sell you must enter your credentials."
3208
+ #~ msgid "Important! To sell, you must enter your credentials."
3209
+ #~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
3210
+
3211
+ #~ msgid "Go to step-by-step"
3212
+ #~ msgstr "Ir al paso a paso"
3213
+
3214
+ #~ msgid "Update failed, invalid Credentials"
3215
+ #~ msgstr "Actualización fallida, credenciales no válidas"
3216
+
3217
+ #~ msgid "Up to 24 installments"
3218
+ #~ msgstr "Hasta 24 cuotas"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "Important! Do not forget to add the credentials and details of your store."
3222
+ #~ msgstr ""
3223
+ #~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
3224
+
3225
+ #~ msgid ""
3226
+ #~ "Before setting up payments, follow the step-by-step to start selling."
3227
+ #~ msgstr ""
3228
+ #~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
3229
+
3230
+ #~ msgid "To enable and test sales, you must copy and paste your "
3231
+ #~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
3232
+
3233
  #~ msgid "Mandatory data"
3234
  #~ msgstr "Campo obligatorio"
3235
 
3245
  #~ msgid "We take you to our site to complete the payment"
3246
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3247
 
 
 
 
3248
  #~ msgid "Pay with a saved card"
3249
  #~ msgstr "Pagar con tarjeta guardada"
3250
 
3589
  #~ msgid "Search my credentials"
3590
  #~ msgstr "Buscar mis credenciales"
3591
 
 
 
 
 
 
 
 
3592
  #~ msgid ""
3593
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3594
  #~ "real payments."
i18n/languages/woocommerce-mercadopago-es_CL.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_CL.po CHANGED
@@ -11,17 +11,17 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 3.1\n"
15
 
16
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144,
17
- #: ../../includes/module/class-wc-woomercadopago-module.php:336,
18
- #: ../../includes/module/class-wc-woomercadopago-module.php:336
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146,
23
- #: ../../includes/module/class-wc-woomercadopago-module.php:338,
24
- #: ../../includes/module/class-wc-woomercadopago-module.php:338
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
@@ -80,12 +80,13 @@ msgstr ""
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:504
 
84
  msgid "Invalid credentials"
85
  msgstr "Credenciales no válidas"
86
 
87
- #: ../../includes/module/class-wc-woomercadopago-init.php:47,
88
- #: ../../includes/module/class-wc-woomercadopago-init.php:47
89
  msgid ""
90
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
91
  "Please update your PHP version."
@@ -93,13 +94,13 @@ msgstr ""
93
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
94
  "favor actualice su versión de PHP."
95
 
96
- #: ../../includes/module/class-wc-woomercadopago-init.php:58,
97
- #: ../../includes/module/class-wc-woomercadopago-init.php:58
98
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
99
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-init.php:69,
102
- #: ../../includes/module/class-wc-woomercadopago-init.php:69
103
  msgid ""
104
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
105
  "extension is required to send QR Code Pix by email."
@@ -111,29 +112,29 @@ msgstr ""
111
  #. translators: %s link to WooCommerce
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
- #: ../../includes/module/class-wc-woomercadopago-init.php:83,
115
- #: ../../includes/module/class-wc-woomercadopago-init.php:83
116
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
117
  msgstr ""
118
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
119
 
120
- #: ../../includes/module/class-wc-woomercadopago-init.php:96,
121
- #: ../../includes/module/class-wc-woomercadopago-init.php:96
122
  msgid "Cancel order"
123
  msgstr "Cancelar orden"
124
 
125
- #: ../../includes/module/class-wc-woomercadopago-module.php:352,
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:352
127
  msgid "The payment method is not valid or not available."
128
  msgstr "El medio de pago no es válido o no está disponible."
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
131
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
132
  msgid "The transaction amount cannot be processed by Mercado Pago."
133
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
134
 
135
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
136
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
137
  msgid ""
138
  "Possible causes: Currency not supported; Amounts below the minimum or above "
139
  "the maximum allowed."
@@ -141,13 +142,13 @@ msgstr ""
141
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
142
  "encima del máximo permitido."
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
145
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
146
  msgid "The users are not valid."
147
  msgstr "Los usuários no son válidos."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
151
  msgid ""
152
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
153
  "transaction involving production and test users."
@@ -155,137 +156,137 @@ msgstr ""
155
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
156
  "Pago; La transacción involucrando usuários de producción y de prueba."
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
160
  msgid "Unauthorized use of production credentials."
161
  msgstr "Uso no autorizado de credenciales de producción."
162
 
163
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
165
  msgid ""
166
  "Possible causes: Use permission in use for the credential of the seller."
167
  msgstr ""
168
  "Posibles causas: Pendencia de permiso de uso en producción para la "
169
  "credencial del vendedor."
170
 
171
- #: ../../includes/module/class-wc-woomercadopago-module.php:489,
172
- #: ../../includes/module/class-wc-woomercadopago-module.php:489
173
  msgid "Colombia"
174
  msgstr "Colombia"
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:491,
177
- #: ../../includes/module/class-wc-woomercadopago-module.php:491
178
  msgid "Argentina"
179
  msgstr "Argentina"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:493,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:493
183
  msgid "Brazil"
184
  msgstr "Brasil"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:495,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:495
188
  msgid "Chile"
189
  msgstr "Chile"
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:497,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:497
193
  msgid "Mexico"
194
  msgstr "México"
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:499,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:499
198
  msgid "Uruguay"
199
  msgstr "Uruguay"
200
 
201
- #: ../../includes/module/class-wc-woomercadopago-module.php:501,
202
- #: ../../includes/module/class-wc-woomercadopago-module.php:501
203
  msgid "Venezuela"
204
  msgstr "Venezuela"
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:503,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:503
208
  msgid "Peru"
209
  msgstr "Peru"
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:537,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:537
213
  msgid "Update the WooCommerce order to "
214
  msgstr "Actualizar la orden de WooCommerce para "
215
 
216
- #: ../../includes/module/class-wc-woomercadopago-module.php:662,
217
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540,
218
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540
219
  msgid "Fill in your credentials to enable payment methods."
220
  msgstr "Completa tus credenciales para habilitar los medios de pago."
221
 
222
- #: ../../includes/module/class-wc-woomercadopago-module.php:678,
223
- #: ../../includes/module/class-wc-woomercadopago-module.php:678
224
  msgid "Set plugin"
225
  msgstr "Configurar plugin"
226
 
227
- #: ../../includes/module/class-wc-woomercadopago-module.php:679,
228
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
230
  msgid "Payment methods"
231
  msgstr "Medios de pagos"
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:680,
234
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
236
  msgid "Plugin manual"
237
  msgstr "Manual del plugin"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:779,
240
- #: ../../includes/module/class-wc-woomercadopago-module.php:779
241
  msgid "By Mercado Pago"
242
  msgstr "Por Mercado Pago"
243
 
244
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183,
245
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183
246
  msgid "Payment approved."
247
  msgstr "Pago aprobado."
248
 
249
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241,
250
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244,
251
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244
252
  msgid "Waiting for the Pix payment."
253
  msgstr "Esperando el pago de Pix."
254
 
255
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259,
256
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262,
257
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262
258
  msgid "Waiting for the ticket payment."
259
  msgstr "Esperando el pago del boleto."
260
 
261
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270,
262
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270
263
  msgid "The customer has not made the payment yet."
264
  msgstr "El cliente todavía no efectuó el pago."
265
 
266
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289,
267
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289
268
  msgid "Payment is pending review."
269
  msgstr "El pago está pendiente de revisión."
270
 
271
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306,
272
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306
273
  msgid "Payment was declined. The customer can try again."
274
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
275
 
276
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321,
277
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321
278
  msgid "Payment was returned to the customer."
279
  msgstr "El pago fue devuelto al cliente."
280
 
281
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335,
282
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335
283
  msgid "Payment was canceled."
284
  msgstr "El pago fue cancelado."
285
 
286
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:350,
287
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362,
288
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362
289
  msgid ""
290
  "The payment is in mediation or the purchase was unknown by the customer."
291
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
@@ -293,8 +294,8 @@ msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
293
  #. translators: 1: payment_id 2: status
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464,
297
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464
298
  msgid ""
299
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
300
  msgstr ""
@@ -310,37 +311,37 @@ msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
310
  msgid "Type of topic IPN invalid, need to be merchant_order"
311
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
312
 
313
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50,
314
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50
315
  msgid "IPN merchant_order not found"
316
  msgstr "No se ha encontrado la IPN de `merchant_order`"
317
 
318
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
319
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
320
  msgid "Not found Payments into Merchant_Order"
321
  msgstr "No se han encontrado pagos en Merchant_Order"
322
 
323
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160,
324
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129,
325
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175,
326
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154,
327
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154
328
  msgid "Buyer email"
329
  msgstr "Email del comprador"
330
 
331
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163,
332
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132,
333
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178,
334
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157,
335
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157
336
  msgid "Payment type"
337
  msgstr "Tipo de método de pago"
338
 
339
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166,
340
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135,
341
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181,
342
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160,
343
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160
344
  msgid "Payment method"
345
  msgstr "Método de pago"
346
 
@@ -440,7 +441,7 @@ msgstr "24 cuotas"
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
442
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
443
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842,
444
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
445
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
@@ -457,14 +458,14 @@ msgstr ""
457
  "sitio web de Mercado Pago."
458
 
459
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
460
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847,
461
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847
462
  msgid "The checkout is <b>enabled</b>."
463
  msgstr "El checkout está <b>activo</b>."
464
 
465
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
466
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848,
467
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848
468
  msgid "The checkout is <b>disabled</b>."
469
  msgstr "El checkout está <b>inactivo</b>."
470
 
@@ -602,69 +603,71 @@ msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
602
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
603
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
604
 
605
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510,
606
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510
607
  msgid "Installments without card"
608
  msgstr "Cuotas sin tarjeta"
609
 
610
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
611
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
612
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
613
  msgid "Up to "
614
  msgstr "hasta "
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
617
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
618
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
619
  msgid " installments"
620
  msgstr " Cuotas"
621
 
622
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517,
623
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349,
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349
625
  msgid "Credit cards"
626
  msgstr "Tarjetas de crédito"
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524,
629
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357,
630
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357
631
  msgid "Debit cards"
632
  msgstr "Tarjetas de débito "
633
 
634
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530,
635
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530
636
  msgid "Bank Transfer"
637
  msgstr "Transferencia bancaria"
638
 
639
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536,
640
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536
641
  msgid "Payment by cash"
642
  msgstr "Pagos en efectivo "
643
 
644
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584,
645
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571,
646
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574,
647
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562,
648
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
649
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
650
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
651
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
652
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
653
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
654
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
655
  msgid "discount of"
656
  msgstr "descuento de"
657
 
658
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589,
659
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576,
660
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579,
661
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567,
662
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
663
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
664
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
665
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
667
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
668
  msgid "fee of"
669
  msgstr "comisión de"
670
 
@@ -699,9 +702,9 @@ msgstr ""
699
 
700
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
701
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
702
- msgid "Transparent checkout for credit cards is <b>enabled</b>."
703
  msgstr ""
704
- "El checkout transparente de las tarjetas de crédito está <b>activado</b>."
705
 
706
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
707
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
@@ -868,40 +871,35 @@ msgstr ""
868
  msgid "This payment method cannot process your payment."
869
  msgstr "Este medio de pago no puede procesar su pago."
870
 
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350,
872
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350
873
- msgid "Up to 24 installments"
874
- msgstr "Hasta 24 cuotas"
875
-
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405,
877
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406,
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431
881
  msgid "A problem was occurred when processing your payment. Please, try again."
882
  msgstr ""
883
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
884
  "vez."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501
888
  msgid "See your order form"
889
  msgstr "Ver su hoja de pedido"
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512
893
  msgid "Your payment was declined. You can try again."
894
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
895
 
896
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519,
897
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94,
898
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94
899
  msgid "Click to try again"
900
  msgstr "Haga clic para intentarlo de nuevo"
901
 
902
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541,
903
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542,
904
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542
905
  msgid ""
906
  "A problem was occurred when processing your payment. Are you sure you have "
907
  "correctly filled all information in the checkout form?"
@@ -909,75 +907,76 @@ msgstr ""
909
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
910
  "cargado la información en el formulario?"
911
 
912
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644,
913
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644
914
  msgid "Configure your credentials to enable Mercado Pago payment methods."
915
  msgstr ""
916
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700,
919
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700
920
  msgid "Title in the store Checkout"
921
  msgstr "Título en el checkout de la tienda"
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702,
924
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702
925
  msgid "Change the display text in Checkout, maximum characters: 85"
926
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704,
929
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704
930
  msgid "The text inserted here will not be translated to other languages"
931
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
932
 
933
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718,
934
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718
935
  msgid "Description"
936
  msgstr "Descripción"
937
 
938
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755,
939
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
940
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
941
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
942
- msgid ""
943
- "Important! Do not forget to add the credentials and details of your store."
944
- msgstr ""
945
- "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
946
 
947
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756,
948
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756
949
- msgid "Before setting up payments, follow the step-by-step to start selling."
950
- msgstr ""
951
- "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757,
954
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757
955
- msgid "Go to step-by-step"
956
- msgstr "Ir al paso a paso"
957
 
958
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
959
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767
960
  msgid "Mercado Pago Plugin general settings"
961
  msgstr "Configuraciones generales del plugin de Mercado Pago"
962
 
963
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768,
964
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768
 
 
 
 
 
965
  msgid ""
966
  "Set the deadlines and fees, test your store or access the Plugin manual."
967
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
968
 
969
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769,
970
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769
971
  msgid "Go to Settings"
972
  msgstr "Ir a Configuraciones"
973
 
974
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793,
975
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793
976
  msgid "Activate your credentials to be able to sell"
977
  msgstr "Activa tus credenciales para poder vender"
978
 
979
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794,
980
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794
981
  msgid ""
982
  "Credentials are codes that you must enter to enable sales. Go below on "
983
  "Activate Credentials. On the next screen, use again the Activate Credentials "
@@ -987,49 +986,49 @@ msgstr ""
987
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
988
  "botón Activar credenciales y completa los campos con los datos solicitados."
989
 
990
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795,
991
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795
992
  msgid "Activate credentials"
993
  msgstr "Activar credenciales"
994
 
995
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843,
996
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
997
  msgid "By disabling it, you will disable all payment methods of this checkout."
998
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
999
 
1000
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939,
1001
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939
1002
  msgid "Basic Configuration"
1003
  msgstr "Configuración Básica"
1004
 
1005
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952,
1006
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952
1007
  msgid "Discount coupons"
1008
  msgstr "Cupones de descuento"
1009
 
1010
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955,
1011
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955
1012
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1013
  msgstr ""
1014
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1015
 
1016
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957,
1017
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957
1018
  msgid "Discount coupons is <b>active</b>."
1019
  msgstr "Cupones de descuento están <b>activos</b>."
1020
 
1021
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958,
1022
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958
1023
  msgid "Discount coupons is <b>disabled</b>."
1024
  msgstr "Cupones de descuento están <b>inactivos</b>."
1025
 
1026
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970,
1027
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970
1028
  msgid "Automatic decline of payments without instant approval"
1029
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1030
 
1031
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971,
1032
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971
1033
  msgid ""
1034
  "Enable it if you want to automatically decline payments that are not "
1035
  "instantly approved by banks or other institutions. "
@@ -1037,23 +1036,23 @@ msgstr ""
1037
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1038
  "instantáneamente por bancos u otros compradores. "
1039
 
1040
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975,
1041
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975
1042
  msgid "Pending payments <b>will be automatically declined</b>."
1043
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1044
 
1045
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976,
1046
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976
1047
  msgid "Pending payments <b>will not be automatically declined</b>."
1048
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1049
 
1050
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988,
1051
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988
1052
  msgid "Discount in Mercado Pago Checkouts"
1053
  msgstr "Descuento en los checkouts de Mercado Pago"
1054
 
1055
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991,
1056
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991
1057
  msgid ""
1058
  "Choose a percentage value that you want to discount your customers for "
1059
  "paying with Mercado Pago."
@@ -1061,19 +1060,19 @@ msgstr ""
1061
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1062
  "Mercado Pago."
1063
 
1064
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:992,
1065
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013,
1066
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013
1067
  msgid "Activate and show this information on Mercado Pago Checkout"
1068
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1069
 
1070
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009,
1071
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009
1072
  msgid "Commission in Mercado Pago Checkouts"
1073
  msgstr "Comisiones en los checkouts de Mercado Pago"
1074
 
1075
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012,
1076
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012
1077
  msgid ""
1078
  "Choose an additional percentage value that you want to charge as commission "
1079
  "to your customers for paying with Mercado Pago."
@@ -1081,23 +1080,23 @@ msgstr ""
1081
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1082
  "clientes por pagar con Mercado Pago."
1083
 
1084
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049,
1085
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049
1086
  msgid "Convert Currency"
1087
  msgstr "Convertir moneda"
1088
 
1089
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054,
1090
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054
1091
  msgid "Currency convertion is <b>enabled</b>."
1092
  msgstr "Conversión de moneda está <b>activa</b>."
1093
 
1094
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055,
1095
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055
1096
  msgid "Currency convertion is <b>disabled</b>."
1097
  msgstr "Conversión de moneda está <b>inactiva</b>."
1098
 
1099
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165,
1100
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165
1101
  msgid ""
1102
  "Edit these advanced fields only when you want to modify the preset values."
1103
  msgstr ""
@@ -1372,7 +1371,7 @@ msgstr ""
1372
  msgid "Register your Pix key at Mercado Pago."
1373
  msgstr "Registra tu clave Pix en Mercado Pago."
1374
 
1375
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1377
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1378
  msgid "Code valid for "
@@ -1996,63 +1995,63 @@ msgstr "Ir a la configuración"
1996
  msgid "Discard"
1997
  msgstr "Descartar"
1998
 
1999
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121,
2000
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121
2001
  msgid "Mercado Pago Settings"
2002
  msgstr "Configuración de Mercado Pago"
2003
 
2004
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174,
2005
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174
2006
  msgid "Accept "
2007
  msgstr "Acepta "
2008
 
2009
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175,
2010
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175
2011
  msgid "payments on the spot "
2012
  msgstr "pagos al instante "
2013
 
2014
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176,
2015
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176
2016
  msgid "with"
2017
  msgstr "con toda"
2018
 
2019
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177,
2020
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177
2021
  msgid "the "
2022
  msgstr "la "
2023
 
2024
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178,
2025
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178
2026
  msgid "security "
2027
  msgstr "seguridad "
2028
 
2029
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179,
2030
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179
2031
  msgid "from Mercado Pago"
2032
  msgstr "de Mercado Pago"
2033
 
2034
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180,
2035
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180
2036
  msgid "Technical requirements"
2037
  msgstr "Requisitos técnicos"
2038
 
2039
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181,
2040
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181
2041
  msgid "SSL"
2042
  msgstr "SSL"
2043
 
2044
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182,
2045
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182
2046
  msgid "GD Extensions"
2047
  msgstr "Extensiones GD"
2048
 
2049
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183,
2050
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183
2051
  msgid "Curl"
2052
  msgstr "Curl"
2053
 
2054
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184,
2055
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184
2056
  msgid ""
2057
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2058
  "and encrypted way."
@@ -2060,8 +2059,8 @@ msgstr ""
2060
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2061
  "segura y encriptada."
2062
 
2063
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185,
2064
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185
2065
  msgid ""
2066
  "These extensions are responsible for the implementation and operation of Pix "
2067
  "in your store."
@@ -2069,8 +2068,8 @@ msgstr ""
2069
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2070
  "tienda."
2071
 
2072
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186,
2073
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186
2074
  msgid ""
2075
  "It is an extension responsible for making payments via requests from the "
2076
  "plugin to Mercado Pago."
@@ -2078,138 +2077,142 @@ msgstr ""
2078
  "Es una extensión encargada de realizar los pagos a través de requests del "
2079
  "plugin a Mercado Pago."
2080
 
2081
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187,
2082
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187
2083
  msgid "Collections and installments"
2084
  msgstr "Cobros y cuotas"
2085
 
2086
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188,
2087
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188
2088
  msgid "Choose "
2089
  msgstr "Elige "
2090
 
2091
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189,
2092
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189
2093
  msgid "when you want to receive the money "
2094
  msgstr "cuándo quieres recibir el dinero "
2095
 
2096
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190,
2097
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190
2098
  msgid "from your sales and if you want to offer "
2099
  msgstr "de las ventas y si quieres ofrecer "
2100
 
2101
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191,
2102
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191
2103
  msgid "interest-free installments "
2104
  msgstr "cuotas sin interés "
2105
 
2106
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192,
2107
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192
2108
  msgid "to your clients."
2109
  msgstr "a los clientes."
2110
 
2111
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193,
2112
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193
2113
  msgid "Set deadlines and fees"
2114
  msgstr "Ajustar plazos y tasas"
2115
 
2116
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194,
2117
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194
2118
  msgid "Questions? "
2119
  msgstr "¿Dudas? "
2120
 
2121
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2122
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2123
  msgid "Review the step-by-step of "
2124
  msgstr "Revisa el paso a paso de "
2125
 
2126
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2127
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2128
  msgid "how to integrate the Mercado Pago Plugin "
2129
  msgstr "cómo integrar el Plugin de Mercado Pago "
2130
 
2131
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2132
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2133
  msgid "on our webiste for developers."
2134
  msgstr "en nuestro sitio de desarrolladores."
2135
 
2136
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2137
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2138
  msgid "1. Integrate your store with Mercado Pago "
2139
  msgstr "1. Integra la tienda a Mercado Pago "
2140
 
2141
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2142
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2143
- msgid "To enable and test sales, you must copy and paste your "
2144
- msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
 
 
 
 
2145
 
2146
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2147
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2148
- msgid "credentials below."
2149
- msgstr "tus credenciales abajo."
2150
 
2151
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2152
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2153
  msgid "Check credentials"
2154
  msgstr "Consultar credenciales"
2155
 
2156
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2157
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2158
  msgid "Test credentials "
2159
  msgstr "Credenciales de prueba "
2160
 
2161
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2162
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2163
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2164
  msgstr ""
2165
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2166
  "tienda."
2167
 
2168
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
2169
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
2170
  msgid "Public key"
2171
  msgstr "Public key"
2172
 
2173
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220,
2174
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
2175
  msgid "Access Token"
2176
  msgstr "Access Token"
2177
 
2178
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221,
2179
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221
2180
  msgid "Production credentials"
2181
  msgstr "Credenciales de producción"
2182
 
2183
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222,
2184
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222
2185
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2186
  msgstr ""
2187
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2188
  "tienda."
2189
 
2190
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223,
2191
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223
2192
  msgid "Paste your Public Key here"
2193
  msgstr "Pega aquí tu Public Key"
2194
 
2195
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224,
2196
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224
2197
  msgid "Paste your Access Token here"
2198
  msgstr "Pega aquí tu Access Token"
2199
 
2200
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225,
2201
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2202
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2203
  msgid "Save and continue"
2204
  msgstr "Guardar y continuar"
2205
 
2206
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2207
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2208
  msgid "2. Customize your business"
2209
  msgstr "2. Personaliza tu negocio"
2210
 
2211
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2212
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2213
  msgid ""
2214
  "Fill out the following information to have a better experience and offer "
2215
  "more information to your clients"
@@ -2217,66 +2220,66 @@ msgstr ""
2217
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2218
  "información a los clientes"
2219
 
2220
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2221
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2222
  msgid "Your store information"
2223
  msgstr "Información sobre tu tienda"
2224
 
2225
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2226
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2227
  msgid "Name of your store in your client's invoice"
2228
  msgstr "Nombre de tu tienda en la factura de los clientes"
2229
 
2230
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2231
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2232
  msgid "Eg: Mary's store"
2233
  msgstr "Ej.: TiendaMaría"
2234
 
2235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2236
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246
2237
  msgid ""
2238
  "If this field is empty, the purchase will be identified as Mercado Pago."
2239
  msgstr ""
2240
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2241
  "Pago."
2242
 
2243
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247,
2244
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247
2245
  msgid "Identification in Activities of Mercad Pago"
2246
  msgstr "Identificación en Actividad de Mercado Pago"
2247
 
2248
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248,
2249
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248
2250
  msgid "Eg: Marystore"
2251
  msgstr "Ej.: Tienda de María"
2252
 
2253
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249,
2254
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249
2255
  msgid "In Activities, you will view this term before the order number"
2256
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2257
 
2258
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250,
2259
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250
2260
  msgid "Store category"
2261
  msgstr "Categoría de la tienda"
2262
 
2263
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251,
2264
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251
2265
  msgid "Select"
2266
  msgstr "Seleccionar"
2267
 
2268
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252,
2269
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252
2270
  msgid "Select ”Other” if you do not find the appropriate category."
2271
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2272
 
2273
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253,
2274
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253
2275
  msgid "Advanced integration options (optional)"
2276
  msgstr "Opciones avanzadas de integración (opcional)"
2277
 
2278
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254,
2279
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
2280
  msgid ""
2281
  "For further integration of your store with Mercado Pago (IPN, Certified "
2282
  "Partners, Debug Mode)"
@@ -2284,23 +2287,23 @@ msgstr ""
2284
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2285
  "Certificados, Modo Debug)"
2286
 
2287
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255,
2288
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
2289
  msgid "View advanced options"
2290
  msgstr "Ver opciones avanzadas"
2291
 
2292
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256,
2293
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
2294
  msgid "URL for IPN "
2295
  msgstr "URL para IPN "
2296
 
2297
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257,
2298
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
2299
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2300
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2301
 
2302
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258,
2303
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
2304
  msgid ""
2305
  "Add the URL to receive payments notifications. Find out more information in "
2306
  "the "
@@ -2308,23 +2311,23 @@ msgstr ""
2308
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2309
  "en los "
2310
 
2311
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259,
2312
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
2313
  msgid "guides."
2314
  msgstr "manuales."
2315
 
2316
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260,
2317
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
2318
  msgid "integrator_id"
2319
  msgstr "integrator_id"
2320
 
2321
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261,
2322
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
2323
  msgid "Eg: 14987126498"
2324
  msgstr "Ej.: 14987126498"
2325
 
2326
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2327
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2328
  msgid ""
2329
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2330
  "integrator_id. If you do not have the code, please "
@@ -2332,48 +2335,48 @@ msgstr ""
2332
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2333
  "integrator_id. Si no tienes el código, "
2334
 
2335
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2336
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2337
  msgid "request it now. "
2338
  msgstr "solicítalo ahora. "
2339
 
2340
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2341
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2342
  msgid "Debug and Log Mode"
2343
  msgstr "Modo debug y log"
2344
 
2345
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2346
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2347
  msgid "We record your store's actions in order to provide a better assistance."
2348
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2349
 
2350
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2351
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2352
  msgid "3. Set payment methods"
2353
  msgstr "3. Configura los medios de pago"
2354
 
2355
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2356
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2357
  msgid "To view more options, please select a payment method below"
2358
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2359
 
2360
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2361
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2362
  msgid "Settings"
2363
  msgstr "Configurar"
2364
 
2365
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2366
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2367
  msgid "Continue"
2368
  msgstr "Continuar"
2369
 
2370
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297,
2371
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297
2372
  msgid "4. Test your store before you sell"
2373
  msgstr "4. Testea tu tienda antes de vender"
2374
 
2375
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298,
2376
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298
2377
  msgid ""
2378
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2379
  "to sell."
@@ -2381,163 +2384,234 @@ msgstr ""
2381
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2382
  "para realizar ventas."
2383
 
2384
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299,
2385
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299
2386
  msgid "Choose how you want to operate your store:"
2387
  msgstr "Elige cómo quieres operar tu tienda:"
2388
 
2389
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300,
2390
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300
2391
  msgid "Test Mode"
2392
  msgstr "Modo Test"
2393
 
2394
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2395
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2396
  msgid "Mercado Pago Checkouts disabled for real collections. "
2397
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2398
 
2399
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2400
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2401
  msgid "Test Mode rules."
2402
  msgstr "Reglas del modo test."
2403
 
2404
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2405
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2406
  msgid "Sale Mode (Production)"
2407
  msgstr "Modo Ventas (Producción)"
2408
 
2409
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2410
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2411
  msgid "Mercado Pago Checkouts enabled for real collections."
2412
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2413
 
2414
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305,
2415
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
2416
  msgid "Mercado Pago payment methods in Production Mode"
2417
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2418
 
2419
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306,
2420
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
2421
  msgid "The clients can make real purchases in your store."
2422
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2423
 
2424
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307,
2425
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
2426
  msgid "Mercado Pago payment methods in Test Mode"
2427
  msgstr "Medios de pago Mercado Pago en Modo Test"
2428
 
2429
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308,
2430
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2431
  msgid "Visit your store "
2432
  msgstr "Visita tu tienda "
2433
 
2434
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309,
2435
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
2436
  msgid "to test purchases"
2437
  msgstr "para testear compras"
2438
 
2439
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310,
2440
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
2441
  msgid "Save changes"
2442
  msgstr "Guardar cambios"
2443
 
2444
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311,
2445
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
2446
  msgid "Store under test"
2447
  msgstr "Tienda en Modo Test"
2448
 
2449
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312,
2450
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
2451
  msgid "Store in sale mode (Production)"
2452
  msgstr "Tienda en Modo Ventas (Producción)"
2453
 
2454
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348,
2455
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2456
  msgid "Invalid Access Token"
2457
  msgstr "Access token no válido"
2458
 
2459
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350,
2460
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350
2461
  msgid "Valid Access Token"
2462
  msgstr "Access token válido"
2463
 
2464
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356,
2465
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356
2466
  msgid "Invalid Public Key"
2467
  msgstr "Public key no válida"
2468
 
2469
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358,
2470
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358
2471
  msgid "Valid Public Key"
2472
  msgstr "Public key válida"
2473
 
2474
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361,
2475
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361
2476
  msgid "Credentials must be valid"
2477
  msgstr "Las credenciales deben ser válidas"
2478
 
2479
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401,
2480
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401
2481
  msgid "Credentials were updated"
2482
  msgstr "Se actualizaron las credenciales"
2483
 
2484
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405,
2485
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405
2486
- msgid "Update failed, invalid Credentials"
2487
- msgstr "Actualización fallida, credenciales no válidas"
 
 
 
 
 
 
 
 
 
 
 
 
 
2488
 
2489
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460,
2490
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460
 
 
 
 
 
2491
  msgid "Store information is valid"
2492
  msgstr "Información sobre tu tienda"
2493
 
2494
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481,
2495
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481
2496
  msgid "Mercado Pago's Payment Methods in Test Mode"
2497
  msgstr "Medios de pago Mercado Pago en Modo Test"
2498
 
2499
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482,
2500
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482
2501
  msgid "Mercado Pago's Payment Methods in Production Mode"
2502
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2503
 
2504
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547,
2505
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547
 
 
 
 
 
2506
  msgid "Enabled"
2507
  msgstr "Activado"
2508
 
2509
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548,
2510
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548
2511
  msgid "Disabled"
2512
  msgstr "Inactivo"
2513
 
2514
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573,
2515
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573
2516
  msgid "Valid Credentials"
2517
  msgstr "Credenciales válidas"
2518
 
2519
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576,
2520
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576
2521
  msgid "Credentials couldn't be validated"
2522
  msgstr "No se pudieron validar las credenciales"
2523
 
2524
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598,
2525
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598
2526
  msgid "Store business fields are valid"
2527
  msgstr "Los campos comerciales de la tienda son válidos"
2528
 
2529
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601,
2530
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601
2531
  msgid "Store business fields couldn't be validated"
2532
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2533
 
2534
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623,
2535
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623
2536
  msgid "At least one paymet method is enabled"
2537
  msgstr "Al menos un método de pago está habilitado"
2538
 
2539
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626,
2540
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626
2541
  msgid "No payment method enabled"
2542
  msgstr "No se habilitó ningún método de pago"
2543
 
@@ -2546,27 +2620,27 @@ msgstr "No se habilitó ningún método de pago"
2546
  msgid "Shipping service used by the store."
2547
  msgstr "Servicio de envío utilizado por la tienda."
2548
 
2549
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544,
2550
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545,
2551
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545
2552
  msgid "Discount provided by store"
2553
  msgstr "Descuento proporcionado por la tienda"
2554
 
2555
  #. translators: %s coupon
2556
  #. translators: %s coupon
2557
  #. translators: %s coupon
2558
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125,
2559
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125
2560
  msgid "Discount for coupon %s"
2561
  msgstr "Descuento para el cupón %s"
2562
 
2563
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
2564
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
2565
  msgid " and fee of"
2566
  msgstr " y comisión de"
2567
 
2568
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504,
2569
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504
2570
  msgid ""
2571
  "<b>Public Key</b> production credential is invalid. Review the field to "
2572
  "receive real payments."
@@ -2574,8 +2648,8 @@ msgstr ""
2574
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2575
  "poder recibir pagos reales."
2576
 
2577
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513,
2578
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513
2579
  msgid ""
2580
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2581
  "tests in your store."
@@ -2583,8 +2657,8 @@ msgstr ""
2583
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2584
  "realizar pruebas en tu tienda."
2585
 
2586
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522,
2587
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522
2588
  msgid ""
2589
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2590
  "be complete to receive real payments."
@@ -2592,8 +2666,8 @@ msgstr ""
2592
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2593
  "poder recibir pagos reales."
2594
 
2595
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531,
2596
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531
2597
  msgid ""
2598
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2599
  "tests in your store."
@@ -2601,8 +2675,8 @@ msgstr ""
2601
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2602
  "realizar pruebas en tu tienda."
2603
 
2604
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549,
2605
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549
2606
  msgid ""
2607
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2608
  "tests in your store."
@@ -2610,8 +2684,8 @@ msgstr ""
2610
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2611
  "poder realizar pruebas en tu tienda."
2612
 
2613
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558,
2614
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558
2615
  msgid ""
2616
  "<b>Public Key</b> production credential is blank. Review the field to "
2617
  "receive real payments."
@@ -2619,8 +2693,8 @@ msgstr ""
2619
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2620
  "para poder recibir pagos reales."
2621
 
2622
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567,
2623
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567
2624
  msgid ""
2625
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2626
  "tests in your store."
@@ -2628,8 +2702,8 @@ msgstr ""
2628
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2629
  "poder realizar pruebas en tu tienda."
2630
 
2631
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576,
2632
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576
2633
  msgid ""
2634
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2635
  "complete to receive real payments."
@@ -2637,8 +2711,8 @@ msgstr ""
2637
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2638
  "para poder recibir pagos reales."
2639
 
2640
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91,
2641
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91
2642
  msgid ""
2643
  "There was an error processing your payment. Please try again or contact us "
2644
  "for Assistance."
@@ -2646,178 +2720,178 @@ msgstr ""
2646
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2647
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2648
 
2649
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83,
2650
- #: ../../templates/checkout/custom-checkout.php:35,
2651
- #: ../../templates/checkout/custom-checkout.php:44,
2652
  #: ../../templates/receipt/custom-checkout.php:41,
2653
  #: ../../templates/receipt/custom-checkout.php:41
2654
  msgid "Pay with Mercado Pago"
2655
  msgstr "Pagar con Mercado Pago"
2656
 
2657
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:85,
2658
  #: ../../templates/receipt/custom-checkout.php:44,
2659
  #: ../../templates/receipt/custom-checkout.php:44
2660
  msgid "Cancel &amp; Clear Cart"
2661
  msgstr "Cancelar &amp; Limpiar carrito"
2662
 
2663
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2664
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2665
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82,
2666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
2667
  msgid "Apply"
2668
  msgstr "Aplicar"
2669
 
2670
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
2671
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2672
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2673
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2674
  msgid "Remove"
2675
  msgstr "Retirar"
2676
 
2677
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
2678
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2679
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2680
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2681
  msgid "Please, inform your coupon code"
2682
  msgstr "Por favor, informe su código de cupón"
2683
 
2684
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
2685
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2686
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2687
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2688
  msgid "To choose"
2689
  msgstr "Elegir"
2690
 
2691
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
2692
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2693
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2694
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2695
  msgid "Other bank"
2696
  msgstr "Otro banco"
2697
 
2698
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2699
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2700
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2701
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2702
  msgid "You will save"
2703
  msgstr "Salvarás"
2704
 
2705
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2706
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2707
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2708
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2709
  msgid "with discount of"
2710
  msgstr "con descuento de"
2711
 
2712
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2713
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2714
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2715
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2716
  msgid "Total of your purchase:"
2717
  msgstr "Total de su compra:"
2718
 
2719
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2720
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2721
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2722
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2723
  msgid "Total of your purchase with discount:"
2724
  msgstr "Total de su compra con descuento:"
2725
 
2726
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2727
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2728
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2729
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2730
  msgid "*After payment approval"
2731
  msgstr "*Tras la aprobación del pago"
2732
 
2733
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2734
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2735
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2736
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2737
  msgid "Terms and conditions of use"
2738
  msgstr "Términos y condiciones de uso"
2739
 
2740
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2741
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2742
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2743
  msgid "No fee"
2744
  msgstr "Sin interés"
2745
 
2746
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2747
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2748
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2749
  msgid "More options"
2750
  msgstr "Más opciones"
2751
 
2752
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2753
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2754
  msgid "mm/yy"
2755
  msgstr "mm/aa"
2756
 
2757
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2758
- #: ../../templates/checkout/custom-checkout.php:130,
2759
- #: ../../templates/checkout/custom-checkout.php:130
2760
  msgid "Issuer"
2761
  msgstr "Banco"
2762
 
2763
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2764
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2765
  msgid "Installments"
2766
  msgstr "cuotas "
2767
 
2768
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2769
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2770
  msgid "on the back"
2771
  msgstr "del dorso"
2772
 
2773
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2774
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2775
  msgid "on the front"
2776
  msgstr "del frente"
2777
 
2778
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2779
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2780
  msgid "digits"
2781
  msgstr "dígitos"
2782
 
2783
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2784
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2785
  msgid "Card number is required"
2786
  msgstr "Número de tarjeta obligatorio"
2787
 
2788
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2789
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2790
  msgid "Card number invalid"
2791
  msgstr "Número de tarjeta inválido"
2792
 
2793
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184,
2794
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184
2795
  msgid "Holder name is required"
2796
  msgstr "Nombre del titular obligatorio"
2797
 
2798
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185,
2799
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185
2800
  msgid "Holder name invalid"
2801
  msgstr "Nombre del titular inválido"
2802
 
2803
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
2804
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
2805
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
2806
  msgid "Expiration date invalid"
2807
  msgstr "Fecha de vencimiento inválido"
2808
 
2809
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
2810
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
2811
  msgid "Expiration date incomplete"
2812
  msgstr "Fecha de vencimiento obligatorio"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193,
2815
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193
2816
  msgid "Security code is required"
2817
  msgstr "Código de seguridad obligatorio"
2818
 
2819
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194,
2820
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194
2821
  msgid "Security code incomplete"
2822
  msgstr "Código de seguridad incompleto"
2823
 
@@ -2887,72 +2961,72 @@ msgstr "Respuesta de la caché"
2887
  msgid "Took %1$s seconds to transfer a request to %2$s"
2888
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2889
 
2890
- #: ../../templates/checkout/basic-checkout.php:22,
2891
- #: ../../templates/checkout/basic-checkout.php:22
2892
  msgid "Checkout Pro in Test Mode"
2893
  msgstr "Checkout Pro en Modo Test"
2894
 
2895
- #: ../../templates/checkout/basic-checkout.php:23,
2896
- #: ../../templates/checkout/basic-checkout.php:23
2897
  msgid "Use Mercado Pago's payment methods without real charges. "
2898
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2899
 
2900
- #: ../../templates/checkout/basic-checkout.php:24,
2901
- #: ../../templates/checkout/ticket-checkout.php:25,
2902
- #: ../../templates/checkout/ticket-checkout.php:25
2903
  msgid "See the rules for the test mode."
2904
  msgstr "Consulte las reglas para el modo test."
2905
 
2906
- #: ../../templates/checkout/basic-checkout.php:32,
2907
- #: ../../templates/checkout/basic-checkout.php:32
2908
  msgid "Pay faster with Mercado Pago"
2909
  msgstr "Paga más rápido con Mercado Pago"
2910
 
2911
- #: ../../templates/checkout/basic-checkout.php:34,
2912
- #: ../../templates/checkout/basic-checkout.php:34
2913
  msgid "Secure payment"
2914
  msgstr "Pago seguro"
2915
 
2916
- #: ../../templates/checkout/basic-checkout.php:35,
2917
- #: ../../templates/checkout/basic-checkout.php:35
2918
  msgid "No need to fill out details"
2919
  msgstr "Sin cargar datos"
2920
 
2921
- #: ../../templates/checkout/basic-checkout.php:36,
2922
- #: ../../templates/checkout/basic-checkout.php:36
2923
  msgid "Installments available"
2924
  msgstr "Cuotas disponibles"
2925
 
2926
- #: ../../templates/checkout/basic-checkout.php:39,
2927
- #: ../../templates/checkout/basic-checkout.php:39
2928
  msgid "List style type blue check"
2929
  msgstr ""
2930
 
2931
- #: ../../templates/checkout/basic-checkout.php:51,
2932
- #: ../../templates/checkout/basic-checkout.php:51
2933
  msgid ""
2934
  "By confirming your purchase, you will be redirected to your Mercado Pago "
2935
  "account"
2936
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
2937
 
2938
- #: ../../templates/checkout/basic-checkout.php:52,
2939
- #: ../../templates/checkout/basic-checkout.php:52
2940
  msgid "Checkout Pro redirect info image"
2941
  msgstr ""
2942
 
2943
  #: ../../templates/checkout/basic-checkout.php:63,
2944
- #: ../../templates/checkout/custom-checkout.php:152,
2945
- #: ../../templates/checkout/pix-checkout.php:39,
2946
- #: ../../templates/checkout/ticket-checkout.php:81,
2947
- #: ../../templates/checkout/ticket-checkout.php:81
2948
  msgid "By continuing, you agree with our"
2949
  msgstr "Al continuar, aceptas nuestros"
2950
 
2951
  #: ../../templates/checkout/basic-checkout.php:64,
2952
- #: ../../templates/checkout/custom-checkout.php:153,
2953
- #: ../../templates/checkout/pix-checkout.php:40,
2954
- #: ../../templates/checkout/ticket-checkout.php:82,
2955
- #: ../../templates/checkout/ticket-checkout.php:82
2956
  msgid "Terms and conditions"
2957
  msgstr "Términos y condiciones "
2958
 
@@ -2961,81 +3035,81 @@ msgstr "Términos y condiciones "
2961
  msgid "Checkout Custom in Test Mode"
2962
  msgstr "Tarjeta de crédito en Modo Test"
2963
 
2964
- #: ../../templates/checkout/custom-checkout.php:23,
2965
- #: ../../templates/checkout/custom-checkout.php:23
2966
  msgid "Use Mercado Pago means without real charges."
2967
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
2968
 
2969
- #: ../../templates/checkout/custom-checkout.php:24,
2970
- #: ../../templates/checkout/custom-checkout.php:24
2971
  msgid "See test mode rules."
2972
  msgstr "Ver las reglas del Modo Test. "
2973
 
2974
- #: ../../templates/checkout/custom-checkout.php:39,
2975
- #: ../../templates/checkout/custom-checkout.php:39
2976
  msgid "Pay faster with your saved cards and without completing data."
2977
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
2978
 
2979
- #: ../../templates/checkout/custom-checkout.php:54,
2980
- #: ../../templates/checkout/custom-checkout.php:54
2981
  msgid "With which card can you pay?"
2982
  msgstr "¿Con qué tarjeta puedes pagar?"
2983
 
2984
- #: ../../templates/checkout/custom-checkout.php:69,
2985
- #: ../../templates/checkout/custom-checkout.php:69
2986
  msgid "See current promotions"
2987
  msgstr "Ver promociones vigentes"
2988
 
2989
- #: ../../templates/checkout/custom-checkout.php:77,
2990
- #: ../../templates/checkout/custom-checkout.php:77
2991
  msgid "Fill in your card details"
2992
  msgstr "Completa los datos de tu tarjeta"
2993
 
2994
- #: ../../templates/checkout/custom-checkout.php:79,
2995
- #: ../../templates/checkout/custom-checkout.php:79
2996
  msgid "Card number"
2997
  msgstr "Número de Tarjeta"
2998
 
 
2999
  #: ../../templates/checkout/custom-checkout.php:81,
3000
- #: ../../templates/checkout/custom-checkout.php:89,
3001
- #: ../../templates/checkout/custom-checkout.php:100,
3002
- #: ../../templates/checkout/custom-checkout.php:108,
3003
- #: ../../templates/checkout/custom-checkout.php:108
3004
  msgid "Required data"
3005
  msgstr "Datos obligatorios"
3006
 
3007
- #: ../../templates/checkout/custom-checkout.php:86,
3008
- #: ../../templates/checkout/custom-checkout.php:86
3009
  msgid "Holder name as it appears on the card"
3010
  msgstr "Nombre del titular como aparece en la tarjeta"
3011
 
3012
- #: ../../templates/checkout/custom-checkout.php:96,
3013
- #: ../../templates/checkout/custom-checkout.php:96
3014
  msgid "Expiration"
3015
  msgstr "Vencimiento"
3016
 
3017
- #: ../../templates/checkout/custom-checkout.php:105,
3018
- #: ../../templates/checkout/custom-checkout.php:105
3019
  msgid "Security Code"
3020
  msgstr "Código de seguridad"
3021
 
3022
- #: ../../templates/checkout/custom-checkout.php:115,
3023
- #: ../../templates/checkout/ticket-checkout.php:33,
3024
- #: ../../templates/checkout/ticket-checkout.php:46,
3025
- #: ../../templates/checkout/ticket-checkout.php:46
3026
  msgid "Holder document"
3027
  msgstr "Documento del titular"
3028
 
3029
- #: ../../templates/checkout/custom-checkout.php:116,
3030
- #: ../../templates/checkout/ticket-checkout.php:34,
3031
- #: ../../templates/checkout/ticket-checkout.php:47,
3032
- #: ../../templates/checkout/ticket-checkout.php:47
3033
  msgid "Invalid document"
3034
  msgstr "Número de documento no válido"
3035
 
3036
- #: ../../templates/checkout/custom-checkout.php:126,
3037
- #: ../../templates/checkout/custom-checkout.php:137,
3038
- #: ../../templates/checkout/custom-checkout.php:137
3039
  msgid "Select the number of installments"
3040
  msgstr "Selecciona la cantidad de cuotas"
3041
 
@@ -3046,8 +3120,8 @@ msgstr "Selecciona la cantidad de cuotas"
3046
  msgid "Pix in Test Mode"
3047
  msgstr "Tarjetas de crédito en Modo Test"
3048
 
3049
- #: ../../templates/checkout/pix-checkout.php:23,
3050
- #: ../../templates/checkout/pix-checkout.php:23
3051
  #, fuzzy
3052
  #| msgid ""
3053
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
@@ -3059,21 +3133,21 @@ msgstr ""
3059
  "Es posible testear el flujo para generar una factura, pero no es posible "
3060
  "finalizar el pago."
3061
 
3062
- #: ../../templates/checkout/pix-checkout.php:30,
3063
- #: ../../templates/checkout/pix-checkout.php:30
3064
  #, fuzzy
3065
  #| msgid "Pay securely and instantly!"
3066
  msgid "Pay instantly"
3067
  msgstr "Pago seguro e instantáneo!"
3068
 
3069
- #: ../../templates/checkout/pix-checkout.php:31,
3070
- #: ../../templates/checkout/pix-checkout.php:31
3071
  msgid ""
3072
  "By confirming your purchase, we will show you a code to make the payment."
3073
  msgstr ""
3074
 
3075
- #: ../../templates/checkout/pix-checkout.php:32,
3076
- #: ../../templates/checkout/pix-checkout.php:32
3077
  msgid "Pix logo"
3078
  msgstr ""
3079
 
@@ -3082,8 +3156,8 @@ msgstr ""
3082
  msgid "Offline Methods in Test Mode"
3083
  msgstr "Facturas en Modo Test"
3084
 
3085
- #: ../../templates/checkout/ticket-checkout.php:24,
3086
- #: ../../templates/checkout/ticket-checkout.php:24
3087
  msgid ""
3088
  "You can test the flow to generate an invoice, but you cannot finalize the "
3089
  "payment. "
@@ -3091,21 +3165,21 @@ msgstr ""
3091
  "Es posible testear el flujo para generar una factura, pero no es posible "
3092
  "finalizar el pago. "
3093
 
3094
- #: ../../templates/checkout/ticket-checkout.php:56,
3095
- #: ../../templates/checkout/ticket-checkout.php:56
3096
  msgid "Select where you want to pay"
3097
  msgstr "Selecciona el punto de pago donde quieres pagar"
3098
 
3099
- #: ../../templates/checkout/ticket-checkout.php:58,
3100
- #: ../../templates/checkout/ticket-checkout.php:58
3101
- msgid "Select a payment method"
3102
- msgstr "Seleccione una opción de pago"
3103
-
3104
- #: ../../templates/checkout/ticket-checkout.php:61,
3105
- #: ../../templates/checkout/ticket-checkout.php:61
3106
  msgid "more options"
3107
  msgstr "Más opciones"
3108
 
 
 
 
 
 
3109
  #: ../../templates/order/payment-status-metabox-content.php:20,
3110
  #: ../../templates/order/payment-status-metabox-content.php:20
3111
  msgid ""
@@ -3129,6 +3203,33 @@ msgstr ""
3129
  msgid "Print ticket"
3130
  msgstr "Imprimir ticket"
3131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3132
  #~ msgid "Mandatory data"
3133
  #~ msgstr "Campo obligatorio"
3134
 
@@ -3144,9 +3245,6 @@ msgstr "Imprimir ticket"
3144
  #~ msgid "We take you to our site to complete the payment"
3145
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3146
 
3147
- #~ msgid "Use your Mercado Pago"
3148
- #~ msgstr "Usa tu Mercado Pago"
3149
-
3150
  #~ msgid "Pay with a saved card"
3151
  #~ msgstr "Pagar con tarjeta guardada"
3152
 
@@ -3491,13 +3589,6 @@ msgstr "Imprimir ticket"
3491
  #~ msgid "Search my credentials"
3492
  #~ msgstr "Buscar mis credenciales"
3493
 
3494
- #~ msgid ""
3495
- #~ "With these credentials, you enable payment simulations in your Mercado "
3496
- #~ "Pago checkouts."
3497
- #~ msgstr ""
3498
- #~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
3499
- #~ "simular pagos."
3500
-
3501
  #~ msgid ""
3502
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3503
  #~ "real payments."
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 3.1.1\n"
15
 
16
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
17
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345,
18
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
23
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347,
24
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446,
84
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446
85
  msgid "Invalid credentials"
86
  msgstr "Credenciales no válidas"
87
 
88
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53,
89
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53
90
  msgid ""
91
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
92
  "Please update your PHP version."
94
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
95
  "favor actualice su versión de PHP."
96
 
97
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64,
98
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64
99
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
100
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75,
103
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75
104
  msgid ""
105
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
106
  "extension is required to send QR Code Pix by email."
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
  #. translators: %s link to WooCommerce
115
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89,
116
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89
117
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
118
  msgstr ""
119
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
120
 
121
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102,
122
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102
123
  msgid "Cancel order"
124
  msgstr "Cancelar orden"
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361,
127
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361
128
  msgid "The payment method is not valid or not available."
129
  msgstr "El medio de pago no es válido o no está disponible."
130
 
131
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
132
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
133
  msgid "The transaction amount cannot be processed by Mercado Pago."
134
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
135
 
136
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
137
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
138
  msgid ""
139
  "Possible causes: Currency not supported; Amounts below the minimum or above "
140
  "the maximum allowed."
142
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
143
  "encima del máximo permitido."
144
 
145
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
147
  msgid "The users are not valid."
148
  msgstr "Los usuários no son válidos."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
152
  msgid ""
153
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
154
  "transaction involving production and test users."
156
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
157
  "Pago; La transacción involucrando usuários de producción y de prueba."
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
161
  msgid "Unauthorized use of production credentials."
162
  msgstr "Uso no autorizado de credenciales de producción."
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
166
  msgid ""
167
  "Possible causes: Use permission in use for the credential of the seller."
168
  msgstr ""
169
  "Posibles causas: Pendencia de permiso de uso en producción para la "
170
  "credencial del vendedor."
171
 
172
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498,
173
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498
174
  msgid "Colombia"
175
  msgstr "Colombia"
176
 
177
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500,
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500
179
  msgid "Argentina"
180
  msgstr "Argentina"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502
184
  msgid "Brazil"
185
  msgstr "Brasil"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504
189
  msgid "Chile"
190
  msgstr "Chile"
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506
194
  msgid "Mexico"
195
  msgstr "México"
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508
199
  msgid "Uruguay"
200
  msgstr "Uruguay"
201
 
202
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510,
203
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510
204
  msgid "Venezuela"
205
  msgstr "Venezuela"
206
 
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512,
208
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512
209
  msgid "Peru"
210
  msgstr "Peru"
211
 
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546,
213
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546
214
  msgid "Update the WooCommerce order to "
215
  msgstr "Actualizar la orden de WooCommerce para "
216
 
217
+ #: ../../includes/module/class-wc-woomercadopago-module.php:765,
218
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
219
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
220
  msgid "Fill in your credentials to enable payment methods."
221
  msgstr "Completa tus credenciales para habilitar los medios de pago."
222
 
223
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781,
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781
225
  msgid "Set plugin"
226
  msgstr "Configurar plugin"
227
 
228
+ #: ../../includes/module/class-wc-woomercadopago-module.php:782,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
230
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
231
  msgid "Payment methods"
232
  msgstr "Medios de pagos"
233
 
234
+ #: ../../includes/module/class-wc-woomercadopago-module.php:783,
235
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
236
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
237
  msgid "Plugin manual"
238
  msgstr "Manual del plugin"
239
 
240
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882,
241
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882
242
  msgid "By Mercado Pago"
243
  msgstr "Por Mercado Pago"
244
 
245
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191,
246
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191
247
  msgid "Payment approved."
248
  msgstr "Pago aprobado."
249
 
250
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:257,
251
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260,
252
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260
253
  msgid "Waiting for the Pix payment."
254
  msgstr "Esperando el pago de Pix."
255
 
256
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:276,
257
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279,
258
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279
259
  msgid "Waiting for the ticket payment."
260
  msgstr "Esperando el pago del boleto."
261
 
262
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288,
263
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288
264
  msgid "The customer has not made the payment yet."
265
  msgstr "El cliente todavía no efectuó el pago."
266
 
267
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307,
268
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307
269
  msgid "Payment is pending review."
270
  msgstr "El pago está pendiente de revisión."
271
 
272
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324,
273
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324
274
  msgid "Payment was declined. The customer can try again."
275
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
276
 
277
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339,
278
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339
279
  msgid "Payment was returned to the customer."
280
  msgstr "El pago fue devuelto al cliente."
281
 
282
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353,
283
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353
284
  msgid "Payment was canceled."
285
  msgstr "El pago fue cancelado."
286
 
287
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:368,
288
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380,
289
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380
290
  msgid ""
291
  "The payment is in mediation or the purchase was unknown by the customer."
292
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
  #. translators: 1: payment_id 2: status
297
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483,
298
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483
299
  msgid ""
300
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
301
  msgstr ""
311
  msgid "Type of topic IPN invalid, need to be merchant_order"
312
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
313
 
314
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
315
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
316
  msgid "IPN merchant_order not found"
317
  msgstr "No se ha encontrado la IPN de `merchant_order`"
318
 
319
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62,
320
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62
321
  msgid "Not found Payments into Merchant_Order"
322
  msgstr "No se han encontrado pagos en Merchant_Order"
323
 
324
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173,
325
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
326
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190,
327
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168,
328
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168
329
  msgid "Buyer email"
330
  msgstr "Email del comprador"
331
 
332
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:176,
333
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
334
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:193,
335
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171,
336
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171
337
  msgid "Payment type"
338
  msgstr "Tipo de método de pago"
339
 
340
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:179,
341
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:148,
342
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:196,
343
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174,
344
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174
345
  msgid "Payment method"
346
  msgstr "Método de pago"
347
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
443
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
444
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
445
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
447
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
458
  "sitio web de Mercado Pago."
459
 
460
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
461
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
462
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
463
  msgid "The checkout is <b>enabled</b>."
464
  msgstr "El checkout está <b>activo</b>."
465
 
466
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
467
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
468
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
469
  msgid "The checkout is <b>disabled</b>."
470
  msgstr "El checkout está <b>inactivo</b>."
471
 
603
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
604
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
605
 
606
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
607
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511
608
  msgid "Installments without card"
609
  msgstr "Cuotas sin tarjeta"
610
 
611
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
612
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
613
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
614
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
615
  msgid "Up to "
616
  msgstr "hasta "
617
 
618
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
619
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
  msgstr " Cuotas"
624
 
625
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519,
626
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
627
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
628
  msgid "Credit cards"
629
  msgstr "Tarjetas de crédito"
630
 
631
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
633
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
634
  msgid "Debit cards"
635
  msgstr "Tarjetas de débito "
636
 
637
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532,
638
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532
639
  msgid "Bank Transfer"
640
  msgstr "Transferencia bancaria"
641
 
642
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
643
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538
644
  msgid "Payment by cash"
645
  msgstr "Pagos en efectivo "
646
 
647
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586,
648
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573,
649
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
650
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
651
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
652
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
653
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
654
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
655
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
656
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
657
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
658
  msgid "discount of"
659
  msgstr "descuento de"
660
 
661
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591,
662
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578,
663
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
664
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
665
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
666
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
667
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
668
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176,
670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
671
  msgid "fee of"
672
  msgstr "comisión de"
673
 
702
 
703
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
704
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
705
+ msgid "Transparent Checkout for credit cards is <b>enabled</b>."
706
  msgstr ""
707
+ "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
708
 
709
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
710
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
871
  msgid "This payment method cannot process your payment."
872
  msgstr "Este medio de pago no puede procesar su pago."
873
 
874
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
875
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
876
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
 
 
 
 
 
879
  msgid "A problem was occurred when processing your payment. Please, try again."
880
  msgstr ""
881
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
882
  "vez."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
886
  msgid "See your order form"
887
  msgstr "Ver su hoja de pedido"
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
891
  msgid "Your payment was declined. You can try again."
892
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
896
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
897
  msgid "Click to try again"
898
  msgstr "Haga clic para intentarlo de nuevo"
899
 
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
902
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
903
  msgid ""
904
  "A problem was occurred when processing your payment. Are you sure you have "
905
  "correctly filled all information in the checkout form?"
907
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
908
  "cargado la información en el formulario?"
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651,
911
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651
912
  msgid "Configure your credentials to enable Mercado Pago payment methods."
913
  msgstr ""
914
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
915
 
916
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707,
917
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707
918
  msgid "Title in the store Checkout"
919
  msgstr "Título en el checkout de la tienda"
920
 
921
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709,
922
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709
923
  msgid "Change the display text in Checkout, maximum characters: 85"
924
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711,
927
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711
928
  msgid "The text inserted here will not be translated to other languages"
929
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
930
 
931
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725,
932
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725
933
  msgid "Description"
934
  msgstr "Descripción"
935
 
936
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
 
937
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
938
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
939
+ msgid "Important! To sell you must enter your credentials."
940
+ msgstr "¡Importante! Para vender debe introducir sus credenciales."
 
 
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763,
943
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763
944
+ msgid "You must enter&nbsp;<b>production credentials</b>."
945
+ msgstr "Debe introducir&nbsp;<b>las credenciales de producción</b>."
 
946
 
947
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764,
948
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764
949
+ msgid "Enter credentials"
950
+ msgstr "Introducir credenciales"
951
 
952
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
953
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
954
  msgid "Mercado Pago Plugin general settings"
955
  msgstr "Configuraciones generales del plugin de Mercado Pago"
956
 
957
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
958
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
959
+ msgid "Important! To sell you must enter your credentials.?"
960
+ msgstr ""
961
+
962
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
963
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
964
  msgid ""
965
  "Set the deadlines and fees, test your store or access the Plugin manual."
966
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
967
 
968
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776,
969
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776
970
  msgid "Go to Settings"
971
  msgstr "Ir a Configuraciones"
972
 
973
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800,
974
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800
975
  msgid "Activate your credentials to be able to sell"
976
  msgstr "Activa tus credenciales para poder vender"
977
 
978
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801,
979
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801
980
  msgid ""
981
  "Credentials are codes that you must enter to enable sales. Go below on "
982
  "Activate Credentials. On the next screen, use again the Activate Credentials "
986
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
987
  "botón Activar credenciales y completa los campos con los datos solicitados."
988
 
989
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802,
990
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802
991
  msgid "Activate credentials"
992
  msgstr "Activar credenciales"
993
 
994
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850,
995
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850
996
  msgid "By disabling it, you will disable all payment methods of this checkout."
997
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
998
 
999
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946,
1000
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946
1001
  msgid "Basic Configuration"
1002
  msgstr "Configuración Básica"
1003
 
1004
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959,
1005
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959
1006
  msgid "Discount coupons"
1007
  msgstr "Cupones de descuento"
1008
 
1009
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962,
1010
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962
1011
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1012
  msgstr ""
1013
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1014
 
1015
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964,
1016
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964
1017
  msgid "Discount coupons is <b>active</b>."
1018
  msgstr "Cupones de descuento están <b>activos</b>."
1019
 
1020
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965,
1021
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965
1022
  msgid "Discount coupons is <b>disabled</b>."
1023
  msgstr "Cupones de descuento están <b>inactivos</b>."
1024
 
1025
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977,
1026
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977
1027
  msgid "Automatic decline of payments without instant approval"
1028
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1029
 
1030
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978,
1031
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978
1032
  msgid ""
1033
  "Enable it if you want to automatically decline payments that are not "
1034
  "instantly approved by banks or other institutions. "
1036
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1037
  "instantáneamente por bancos u otros compradores. "
1038
 
1039
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982,
1040
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982
1041
  msgid "Pending payments <b>will be automatically declined</b>."
1042
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1043
 
1044
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983,
1045
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983
1046
  msgid "Pending payments <b>will not be automatically declined</b>."
1047
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1048
 
1049
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995,
1050
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995
1051
  msgid "Discount in Mercado Pago Checkouts"
1052
  msgstr "Descuento en los checkouts de Mercado Pago"
1053
 
1054
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998,
1055
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998
1056
  msgid ""
1057
  "Choose a percentage value that you want to discount your customers for "
1058
  "paying with Mercado Pago."
1060
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1061
  "Mercado Pago."
1062
 
1063
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:999,
1064
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020,
1065
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
1066
  msgid "Activate and show this information on Mercado Pago Checkout"
1067
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1068
 
1069
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016,
1070
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016
1071
  msgid "Commission in Mercado Pago Checkouts"
1072
  msgstr "Comisiones en los checkouts de Mercado Pago"
1073
 
1074
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019,
1075
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019
1076
  msgid ""
1077
  "Choose an additional percentage value that you want to charge as commission "
1078
  "to your customers for paying with Mercado Pago."
1080
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1081
  "clientes por pagar con Mercado Pago."
1082
 
1083
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056,
1084
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056
1085
  msgid "Convert Currency"
1086
  msgstr "Convertir moneda"
1087
 
1088
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061,
1089
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
1090
  msgid "Currency convertion is <b>enabled</b>."
1091
  msgstr "Conversión de moneda está <b>activa</b>."
1092
 
1093
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062,
1094
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
1095
  msgid "Currency convertion is <b>disabled</b>."
1096
  msgstr "Conversión de moneda está <b>inactiva</b>."
1097
 
1098
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179,
1099
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179
1100
  msgid ""
1101
  "Edit these advanced fields only when you want to modify the preset values."
1102
  msgstr ""
1371
  msgid "Register your Pix key at Mercado Pago."
1372
  msgstr "Registra tu clave Pix en Mercado Pago."
1373
 
1374
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:618,
1375
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1377
  msgid "Code valid for "
1995
  msgid "Discard"
1996
  msgstr "Descartar"
1997
 
1998
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142,
1999
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142
2000
  msgid "Mercado Pago Settings"
2001
  msgstr "Configuración de Mercado Pago"
2002
 
2003
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2004
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2005
  msgid "Accept "
2006
  msgstr "Acepta "
2007
 
2008
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2009
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2010
  msgid "payments on the spot "
2011
  msgstr "pagos al instante "
2012
 
2013
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2014
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2015
  msgid "with"
2016
  msgstr "con toda"
2017
 
2018
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
2019
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
2020
  msgid "the "
2021
  msgstr "la "
2022
 
2023
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199,
2024
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
2025
  msgid "security "
2026
  msgstr "seguridad "
2027
 
2028
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200,
2029
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
2030
  msgid "from Mercado Pago"
2031
  msgstr "de Mercado Pago"
2032
 
2033
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201,
2034
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
2035
  msgid "Technical requirements"
2036
  msgstr "Requisitos técnicos"
2037
 
2038
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202,
2039
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
2040
  msgid "SSL"
2041
  msgstr "SSL"
2042
 
2043
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203,
2044
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
2045
  msgid "GD Extensions"
2046
  msgstr "Extensiones GD"
2047
 
2048
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204,
2049
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
2050
  msgid "Curl"
2051
  msgstr "Curl"
2052
 
2053
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205,
2054
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
2055
  msgid ""
2056
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2057
  "and encrypted way."
2059
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2060
  "segura y encriptada."
2061
 
2062
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206,
2063
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
2064
  msgid ""
2065
  "These extensions are responsible for the implementation and operation of Pix "
2066
  "in your store."
2068
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2069
  "tienda."
2070
 
2071
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207,
2072
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
2073
  msgid ""
2074
  "It is an extension responsible for making payments via requests from the "
2075
  "plugin to Mercado Pago."
2077
  "Es una extensión encargada de realizar los pagos a través de requests del "
2078
  "plugin a Mercado Pago."
2079
 
2080
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208,
2081
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
2082
  msgid "Collections and installments"
2083
  msgstr "Cobros y cuotas"
2084
 
2085
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209,
2086
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
2087
  msgid "Choose "
2088
  msgstr "Elige "
2089
 
2090
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210,
2091
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
2092
  msgid "when you want to receive the money "
2093
  msgstr "cuándo quieres recibir el dinero "
2094
 
2095
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211,
2096
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
2097
  msgid "from your sales and if you want to offer "
2098
  msgstr "de las ventas y si quieres ofrecer "
2099
 
2100
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212,
2101
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
2102
  msgid "interest-free installments "
2103
  msgstr "cuotas sin interés "
2104
 
2105
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2106
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2107
  msgid "to your clients."
2108
  msgstr "a los clientes."
2109
 
2110
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2111
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2112
  msgid "Set deadlines and fees"
2113
  msgstr "Ajustar plazos y tasas"
2114
 
2115
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2116
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2117
  msgid "Questions? "
2118
  msgstr "¿Dudas? "
2119
 
2120
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2121
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2122
  msgid "Review the step-by-step of "
2123
  msgstr "Revisa el paso a paso de "
2124
 
2125
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2126
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2127
  msgid "how to integrate the Mercado Pago Plugin "
2128
  msgstr "cómo integrar el Plugin de Mercado Pago "
2129
 
2130
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2131
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2132
  msgid "on our webiste for developers."
2133
  msgstr "en nuestro sitio de desarrolladores."
2134
 
2135
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234,
2136
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
2137
  msgid "1. Integrate your store with Mercado Pago "
2138
  msgstr "1. Integra la tienda a Mercado Pago "
2139
 
2140
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235,
2141
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
2142
+ msgid ""
2143
+ "To enable orders, you must create and activate production credentials in "
2144
+ "your Mercado Pago Account. "
2145
+ msgstr ""
2146
+ "Para habilitar las ventas, debes crear y activar las credenciales de "
2147
+ "producción en tu cuenta de Mercado Pago. "
2148
 
2149
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236,
2150
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
2151
+ msgid "Copy and paste the credentials below."
2152
+ msgstr "Copia y pega tus credenciales a continuación."
2153
 
2154
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237,
2155
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
2156
  msgid "Check credentials"
2157
  msgstr "Consultar credenciales"
2158
 
2159
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238,
2160
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
2161
  msgid "Test credentials "
2162
  msgstr "Credenciales de prueba "
2163
 
2164
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239,
2165
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
2166
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2167
  msgstr ""
2168
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2169
  "tienda."
2170
 
2171
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240,
2172
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
2173
  msgid "Public key"
2174
  msgstr "Public key"
2175
 
2176
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2177
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2178
  msgid "Access Token"
2179
  msgstr "Access Token"
2180
 
2181
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2182
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2183
  msgid "Production credentials"
2184
  msgstr "Credenciales de producción"
2185
 
2186
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2187
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2188
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2189
  msgstr ""
2190
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2191
  "tienda."
2192
 
2193
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2194
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2195
  msgid "Paste your Public Key here"
2196
  msgstr "Pega aquí tu Public Key"
2197
 
2198
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2199
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2200
  msgid "Paste your Access Token here"
2201
  msgstr "Pega aquí tu Access Token"
2202
 
2203
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2204
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287,
2205
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287
2206
  msgid "Save and continue"
2207
  msgstr "Guardar y continuar"
2208
 
2209
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2210
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2211
  msgid "2. Customize your business"
2212
  msgstr "2. Personaliza tu negocio"
2213
 
2214
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2215
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2216
  msgid ""
2217
  "Fill out the following information to have a better experience and offer "
2218
  "more information to your clients"
2220
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2221
  "información a los clientes"
2222
 
2223
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2224
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2225
  msgid "Your store information"
2226
  msgstr "Información sobre tu tienda"
2227
 
2228
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2229
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2230
  msgid "Name of your store in your client's invoice"
2231
  msgstr "Nombre de tu tienda en la factura de los clientes"
2232
 
2233
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2234
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2235
  msgid "Eg: Mary's store"
2236
  msgstr "Ej.: TiendaMaría"
2237
 
2238
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267,
2239
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
2240
  msgid ""
2241
  "If this field is empty, the purchase will be identified as Mercado Pago."
2242
  msgstr ""
2243
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2244
  "Pago."
2245
 
2246
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268,
2247
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
2248
  msgid "Identification in Activities of Mercad Pago"
2249
  msgstr "Identificación en Actividad de Mercado Pago"
2250
 
2251
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269,
2252
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
2253
  msgid "Eg: Marystore"
2254
  msgstr "Ej.: Tienda de María"
2255
 
2256
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270,
2257
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
2258
  msgid "In Activities, you will view this term before the order number"
2259
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2260
 
2261
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271,
2262
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
2263
  msgid "Store category"
2264
  msgstr "Categoría de la tienda"
2265
 
2266
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272,
2267
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
2268
  msgid "Select"
2269
  msgstr "Seleccionar"
2270
 
2271
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273,
2272
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
2273
  msgid "Select ”Other” if you do not find the appropriate category."
2274
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2275
 
2276
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274,
2277
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
2278
  msgid "Advanced integration options (optional)"
2279
  msgstr "Opciones avanzadas de integración (opcional)"
2280
 
2281
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275,
2282
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
2283
  msgid ""
2284
  "For further integration of your store with Mercado Pago (IPN, Certified "
2285
  "Partners, Debug Mode)"
2287
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2288
  "Certificados, Modo Debug)"
2289
 
2290
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276,
2291
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
2292
  msgid "View advanced options"
2293
  msgstr "Ver opciones avanzadas"
2294
 
2295
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277,
2296
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
2297
  msgid "URL for IPN "
2298
  msgstr "URL para IPN "
2299
 
2300
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278,
2301
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
2302
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2303
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2304
 
2305
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279,
2306
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
2307
  msgid ""
2308
  "Add the URL to receive payments notifications. Find out more information in "
2309
  "the "
2311
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2312
  "en los "
2313
 
2314
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2315
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2316
  msgid "guides."
2317
  msgstr "manuales."
2318
 
2319
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2320
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2321
  msgid "integrator_id"
2322
  msgstr "integrator_id"
2323
 
2324
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2325
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2326
  msgid "Eg: 14987126498"
2327
  msgstr "Ej.: 14987126498"
2328
 
2329
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2330
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2331
  msgid ""
2332
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2333
  "integrator_id. If you do not have the code, please "
2335
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2336
  "integrator_id. Si no tienes el código, "
2337
 
2338
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284,
2339
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284
2340
  msgid "request it now. "
2341
  msgstr "solicítalo ahora. "
2342
 
2343
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285,
2344
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285
2345
  msgid "Debug and Log Mode"
2346
  msgstr "Modo debug y log"
2347
 
2348
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286,
2349
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286
2350
  msgid "We record your store's actions in order to provide a better assistance."
2351
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2352
 
2353
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2354
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2355
  msgid "3. Set payment methods"
2356
  msgstr "3. Configura los medios de pago"
2357
 
2358
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2359
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2360
  msgid "To view more options, please select a payment method below"
2361
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2362
 
2363
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2364
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2365
  msgid "Settings"
2366
  msgstr "Configurar"
2367
 
2368
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2369
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2370
  msgid "Continue"
2371
  msgstr "Continuar"
2372
 
2373
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318,
2374
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
2375
  msgid "4. Test your store before you sell"
2376
  msgstr "4. Testea tu tienda antes de vender"
2377
 
2378
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319,
2379
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
2380
  msgid ""
2381
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2382
  "to sell."
2384
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2385
  "para realizar ventas."
2386
 
2387
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320,
2388
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
2389
  msgid "Choose how you want to operate your store:"
2390
  msgstr "Elige cómo quieres operar tu tienda:"
2391
 
2392
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321,
2393
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
2394
  msgid "Test Mode"
2395
  msgstr "Modo Test"
2396
 
2397
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322,
2398
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
2399
  msgid "Mercado Pago Checkouts disabled for real collections. "
2400
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2401
 
2402
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323,
2403
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
2404
  msgid "Test Mode rules."
2405
  msgstr "Reglas del modo test."
2406
 
2407
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324,
2408
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
2409
  msgid "Sale Mode (Production)"
2410
  msgstr "Modo Ventas (Producción)"
2411
 
2412
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325,
2413
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
2414
  msgid "Mercado Pago Checkouts enabled for real collections."
2415
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2416
 
2417
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326,
2418
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
2419
  msgid "Mercado Pago payment methods in Production Mode"
2420
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2421
 
2422
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327,
2423
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
2424
  msgid "The clients can make real purchases in your store."
2425
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2426
 
2427
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328,
2428
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
2429
  msgid "Mercado Pago payment methods in Test Mode"
2430
  msgstr "Medios de pago Mercado Pago en Modo Test"
2431
 
2432
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329,
2433
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
2434
+ msgid "Create your "
2435
+ msgstr "Crea tu "
2436
+
2437
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330,
2438
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330
2439
+ msgid "test user "
2440
+ msgstr "usuario de prueba "
2441
+
2442
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331,
2443
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331
2444
+ msgid ""
2445
+ "(Optional. Can be used in Production Mode and Test Mode, to test payments)."
2446
+ msgstr ""
2447
+ "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
2448
+ "probar los pagos)."
2449
+
2450
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332,
2451
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332
2452
+ msgid "Use our test cards, "
2453
+ msgstr "Utiliza nuestras tarjetas de prueba, "
2454
+
2455
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333,
2456
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333
2457
+ msgid "never use real cards. "
2458
+ msgstr "nunca utilices tarjetas reales. "
2459
+
2460
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334,
2461
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334
2462
  msgid "Visit your store "
2463
  msgstr "Visita tu tienda "
2464
 
2465
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335,
2466
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335
2467
  msgid "to test purchases"
2468
  msgstr "para testear compras"
2469
 
2470
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336,
2471
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336
2472
  msgid "Save changes"
2473
  msgstr "Guardar cambios"
2474
 
2475
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337,
2476
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337
2477
  msgid "Store under test"
2478
  msgstr "Tienda en Modo Test"
2479
 
2480
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338,
2481
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338
2482
  msgid "Store in sale mode (Production)"
2483
  msgstr "Tienda en Modo Ventas (Producción)"
2484
 
2485
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339,
2486
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339
2487
+ msgid "Enter test credentials"
2488
+ msgstr "Ingresa las credenciales de prueba"
2489
+
2490
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340,
2491
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340
2492
+ msgid "To enable test mode, "
2493
+ msgstr "Para activar el modo de prueba, "
2494
+
2495
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341,
2496
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341
2497
+ msgid "copy your test credentials "
2498
+ msgstr "copia tus credenciales de prueba "
2499
+
2500
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342,
2501
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342
2502
+ msgid "and paste them above in section 1 of this page."
2503
+ msgstr "y pégalas en la sección 1 de esta página."
2504
+
2505
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378,
2506
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378
2507
  msgid "Invalid Access Token"
2508
  msgstr "Access token no válido"
2509
 
2510
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380,
2511
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380
2512
  msgid "Valid Access Token"
2513
  msgstr "Access token válido"
2514
 
2515
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386,
2516
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386
2517
  msgid "Invalid Public Key"
2518
  msgstr "Public key no válida"
2519
 
2520
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388,
2521
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388
2522
  msgid "Valid Public Key"
2523
  msgstr "Public key válida"
2524
 
2525
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391,
2526
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391
2527
  msgid "Credentials must be valid"
2528
  msgstr "Las credenciales deben ser válidas"
2529
 
2530
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440,
2531
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440
2532
  msgid "Credentials were updated"
2533
  msgstr "Se actualizaron las credenciales"
2534
 
2535
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432,
2536
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432
2537
+ msgid ""
2538
+ "Your store has exited Test Mode and is making real sales in Production Mode."
2539
+ msgstr ""
2540
+ "Ahora su tienda está fuera del modo de prueba y está realizando ventas "
2541
+ "reales en el modo de producción."
2542
+
2543
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433,
2544
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433
2545
+ msgid "To test the store, re-enter both test credentials."
2546
+ msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
2547
+
2548
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447,
2549
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447
2550
+ msgid "See our manual to learn "
2551
+ msgstr "Consulte nuestro manual para saber "
2552
 
2553
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448,
2554
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448
2555
+ msgid "how to enter the credentials the right way."
2556
+ msgstr "como ingresar las credenciales de forma correcta."
2557
+
2558
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505,
2559
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505
2560
  msgid "Store information is valid"
2561
  msgstr "Información sobre tu tienda"
2562
 
2563
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533,
2564
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533
2565
  msgid "Mercado Pago's Payment Methods in Test Mode"
2566
  msgstr "Medios de pago Mercado Pago en Modo Test"
2567
 
2568
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534,
2569
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534
2570
  msgid "Mercado Pago's Payment Methods in Production Mode"
2571
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2572
 
2573
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527,
2574
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
2575
+ msgid "Invalid credentials for test mode"
2576
+ msgstr "Credenciales inválidas para el modo de prueba"
2577
+
2578
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604,
2579
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
2580
  msgid "Enabled"
2581
  msgstr "Activado"
2582
 
2583
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605,
2584
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605
2585
  msgid "Disabled"
2586
  msgstr "Inactivo"
2587
 
2588
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630,
2589
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630
2590
  msgid "Valid Credentials"
2591
  msgstr "Credenciales válidas"
2592
 
2593
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633,
2594
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633
2595
  msgid "Credentials couldn't be validated"
2596
  msgstr "No se pudieron validar las credenciales"
2597
 
2598
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655,
2599
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655
2600
  msgid "Store business fields are valid"
2601
  msgstr "Los campos comerciales de la tienda son válidos"
2602
 
2603
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658,
2604
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
2605
  msgid "Store business fields couldn't be validated"
2606
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2607
 
2608
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680,
2609
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680
2610
  msgid "At least one paymet method is enabled"
2611
  msgstr "Al menos un método de pago está habilitado"
2612
 
2613
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683,
2614
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683
2615
  msgid "No payment method enabled"
2616
  msgstr "No se habilitó ningún método de pago"
2617
 
2620
  msgid "Shipping service used by the store."
2621
  msgstr "Servicio de envío utilizado por la tienda."
2622
 
2623
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549,
2624
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550,
2625
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550
2626
  msgid "Discount provided by store"
2627
  msgstr "Descuento proporcionado por la tienda"
2628
 
2629
  #. translators: %s coupon
2630
  #. translators: %s coupon
2631
  #. translators: %s coupon
2632
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130,
2633
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
2634
  msgid "Discount for coupon %s"
2635
  msgstr "Descuento para el cupón %s"
2636
 
2637
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
2638
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
2639
  msgid " and fee of"
2640
  msgstr " y comisión de"
2641
 
2642
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514,
2643
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514
2644
  msgid ""
2645
  "<b>Public Key</b> production credential is invalid. Review the field to "
2646
  "receive real payments."
2648
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2649
  "poder recibir pagos reales."
2650
 
2651
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523,
2652
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523
2653
  msgid ""
2654
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2655
  "tests in your store."
2657
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2658
  "realizar pruebas en tu tienda."
2659
 
2660
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532,
2661
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532
2662
  msgid ""
2663
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2664
  "be complete to receive real payments."
2666
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2667
  "poder recibir pagos reales."
2668
 
2669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541,
2670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541
2671
  msgid ""
2672
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2673
  "tests in your store."
2675
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2676
  "realizar pruebas en tu tienda."
2677
 
2678
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559,
2679
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559
2680
  msgid ""
2681
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2682
  "tests in your store."
2684
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2685
  "poder realizar pruebas en tu tienda."
2686
 
2687
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568,
2688
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568
2689
  msgid ""
2690
  "<b>Public Key</b> production credential is blank. Review the field to "
2691
  "receive real payments."
2693
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2694
  "para poder recibir pagos reales."
2695
 
2696
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577,
2697
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577
2698
  msgid ""
2699
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2700
  "tests in your store."
2702
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2703
  "poder realizar pruebas en tu tienda."
2704
 
2705
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586,
2706
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586
2707
  msgid ""
2708
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2709
  "complete to receive real payments."
2711
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2712
  "para poder recibir pagos reales."
2713
 
2714
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
2715
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92
2716
  msgid ""
2717
  "There was an error processing your payment. Please try again or contact us "
2718
  "for Assistance."
2720
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2721
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2722
 
2723
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
2724
+ #: ../../templates/checkout/custom-checkout.php:31,
2725
+ #: ../../templates/checkout/custom-checkout.php:40,
2726
  #: ../../templates/receipt/custom-checkout.php:41,
2727
  #: ../../templates/receipt/custom-checkout.php:41
2728
  msgid "Pay with Mercado Pago"
2729
  msgstr "Pagar con Mercado Pago"
2730
 
2731
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
2732
  #: ../../templates/receipt/custom-checkout.php:44,
2733
  #: ../../templates/receipt/custom-checkout.php:44
2734
  msgid "Cancel &amp; Clear Cart"
2735
  msgstr "Cancelar &amp; Limpiar carrito"
2736
 
2737
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132,
2738
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2739
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2740
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2741
  msgid "Apply"
2742
  msgstr "Aplicar"
2743
 
2744
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133,
2745
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2746
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2747
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2748
  msgid "Remove"
2749
  msgstr "Retirar"
2750
 
2751
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2752
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2753
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2754
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2755
  msgid "Please, inform your coupon code"
2756
  msgstr "Por favor, informe su código de cupón"
2757
 
2758
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2759
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2760
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2761
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2762
  msgid "To choose"
2763
  msgstr "Elegir"
2764
 
2765
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2766
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2767
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2768
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2769
  msgid "Other bank"
2770
  msgstr "Otro banco"
2771
 
2772
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2773
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2774
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2775
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2776
  msgid "You will save"
2777
  msgstr "Salvarás"
2778
 
2779
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2780
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2781
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2782
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2783
  msgid "with discount of"
2784
  msgstr "con descuento de"
2785
 
2786
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2787
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2788
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2789
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2790
  msgid "Total of your purchase:"
2791
  msgstr "Total de su compra:"
2792
 
2793
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2794
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2795
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2796
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2797
  msgid "Total of your purchase with discount:"
2798
  msgstr "Total de su compra con descuento:"
2799
 
2800
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2802
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2803
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2804
  msgid "*After payment approval"
2805
  msgstr "*Tras la aprobación del pago"
2806
 
2807
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2809
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2810
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2811
  msgid "Terms and conditions of use"
2812
  msgstr "Términos y condiciones de uso"
2813
 
2814
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2815
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2816
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2817
  msgid "No fee"
2818
  msgstr "Sin interés"
2819
 
2820
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2821
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2822
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2823
  msgid "More options"
2824
  msgstr "Más opciones"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2827
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152
2828
  msgid "mm/yy"
2829
  msgstr "mm/aa"
2830
 
2831
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2832
+ #: ../../templates/checkout/custom-checkout.php:114,
2833
+ #: ../../templates/checkout/custom-checkout.php:114
2834
  msgid "Issuer"
2835
  msgstr "Banco"
2836
 
2837
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2838
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2839
  msgid "Installments"
2840
  msgstr "cuotas "
2841
 
2842
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2843
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2844
  msgid "on the back"
2845
  msgstr "del dorso"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2848
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158
2849
  msgid "on the front"
2850
  msgstr "del frente"
2851
 
2852
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2853
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2854
  msgid "digits"
2855
  msgstr "dígitos"
2856
 
2857
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2858
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2859
  msgid "Card number is required"
2860
  msgstr "Número de tarjeta obligatorio"
2861
 
2862
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166,
2863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166
2864
  msgid "Card number invalid"
2865
  msgstr "Número de tarjeta inválido"
2866
 
2867
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2869
  msgid "Holder name is required"
2870
  msgstr "Nombre del titular obligatorio"
2871
 
2872
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170,
2873
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170
2874
  msgid "Holder name invalid"
2875
  msgstr "Nombre del titular inválido"
2876
 
2877
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2878
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2879
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2880
  msgid "Expiration date invalid"
2881
  msgstr "Fecha de vencimiento inválido"
2882
 
2883
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174,
2884
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
2885
  msgid "Expiration date incomplete"
2886
  msgstr "Fecha de vencimiento obligatorio"
2887
 
2888
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2890
  msgid "Security code is required"
2891
  msgstr "Código de seguridad obligatorio"
2892
 
2893
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179,
2894
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
2895
  msgid "Security code incomplete"
2896
  msgstr "Código de seguridad incompleto"
2897
 
2961
  msgid "Took %1$s seconds to transfer a request to %2$s"
2962
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2963
 
2964
+ #: ../../templates/checkout/basic-checkout.php:24,
2965
+ #: ../../templates/checkout/basic-checkout.php:24
2966
  msgid "Checkout Pro in Test Mode"
2967
  msgstr "Checkout Pro en Modo Test"
2968
 
2969
+ #: ../../templates/checkout/basic-checkout.php:25,
2970
+ #: ../../templates/checkout/basic-checkout.php:25
2971
  msgid "Use Mercado Pago's payment methods without real charges. "
2972
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2973
 
2974
+ #: ../../templates/checkout/basic-checkout.php:26,
2975
+ #: ../../templates/checkout/ticket-checkout.php:23,
2976
+ #: ../../templates/checkout/ticket-checkout.php:23
2977
  msgid "See the rules for the test mode."
2978
  msgstr "Consulte las reglas para el modo test."
2979
 
2980
+ #: ../../templates/checkout/basic-checkout.php:34,
2981
+ #: ../../templates/checkout/basic-checkout.php:34
2982
  msgid "Pay faster with Mercado Pago"
2983
  msgstr "Paga más rápido con Mercado Pago"
2984
 
2985
+ #: ../../templates/checkout/basic-checkout.php:36,
2986
+ #: ../../templates/checkout/basic-checkout.php:36
2987
  msgid "Secure payment"
2988
  msgstr "Pago seguro"
2989
 
2990
+ #: ../../templates/checkout/basic-checkout.php:37,
2991
+ #: ../../templates/checkout/basic-checkout.php:37
2992
  msgid "No need to fill out details"
2993
  msgstr "Sin cargar datos"
2994
 
2995
+ #: ../../templates/checkout/basic-checkout.php:38,
2996
+ #: ../../templates/checkout/basic-checkout.php:38
2997
  msgid "Installments available"
2998
  msgstr "Cuotas disponibles"
2999
 
3000
+ #: ../../templates/checkout/basic-checkout.php:41,
3001
+ #: ../../templates/checkout/basic-checkout.php:41
3002
  msgid "List style type blue check"
3003
  msgstr ""
3004
 
3005
+ #: ../../templates/checkout/basic-checkout.php:53,
3006
+ #: ../../templates/checkout/basic-checkout.php:53
3007
  msgid ""
3008
  "By confirming your purchase, you will be redirected to your Mercado Pago "
3009
  "account"
3010
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
3011
 
3012
+ #: ../../templates/checkout/basic-checkout.php:54,
3013
+ #: ../../templates/checkout/basic-checkout.php:54
3014
  msgid "Checkout Pro redirect info image"
3015
  msgstr ""
3016
 
3017
  #: ../../templates/checkout/basic-checkout.php:63,
3018
+ #: ../../templates/checkout/custom-checkout.php:134,
3019
+ #: ../../templates/checkout/pix-checkout.php:31,
3020
+ #: ../../templates/checkout/ticket-checkout.php:60,
3021
+ #: ../../templates/checkout/ticket-checkout.php:60
3022
  msgid "By continuing, you agree with our"
3023
  msgstr "Al continuar, aceptas nuestros"
3024
 
3025
  #: ../../templates/checkout/basic-checkout.php:64,
3026
+ #: ../../templates/checkout/custom-checkout.php:134,
3027
+ #: ../../templates/checkout/pix-checkout.php:31,
3028
+ #: ../../templates/checkout/ticket-checkout.php:60,
3029
+ #: ../../templates/checkout/ticket-checkout.php:60
3030
  msgid "Terms and conditions"
3031
  msgstr "Términos y condiciones "
3032
 
3035
  msgid "Checkout Custom in Test Mode"
3036
  msgstr "Tarjeta de crédito en Modo Test"
3037
 
3038
+ #: ../../templates/checkout/custom-checkout.php:22,
3039
+ #: ../../templates/checkout/custom-checkout.php:22
3040
  msgid "Use Mercado Pago means without real charges."
3041
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
3042
 
3043
+ #: ../../templates/checkout/custom-checkout.php:22,
3044
+ #: ../../templates/checkout/custom-checkout.php:22
3045
  msgid "See test mode rules."
3046
  msgstr "Ver las reglas del Modo Test. "
3047
 
3048
+ #: ../../templates/checkout/custom-checkout.php:35,
3049
+ #: ../../templates/checkout/custom-checkout.php:35
3050
  msgid "Pay faster with your saved cards and without completing data."
3051
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
3052
 
3053
+ #: ../../templates/checkout/custom-checkout.php:50,
3054
+ #: ../../templates/checkout/custom-checkout.php:50
3055
  msgid "With which card can you pay?"
3056
  msgstr "¿Con qué tarjeta puedes pagar?"
3057
 
3058
+ #: ../../templates/checkout/custom-checkout.php:62,
3059
+ #: ../../templates/checkout/custom-checkout.php:62
3060
  msgid "See current promotions"
3061
  msgstr "Ver promociones vigentes"
3062
 
3063
+ #: ../../templates/checkout/custom-checkout.php:70,
3064
+ #: ../../templates/checkout/custom-checkout.php:70
3065
  msgid "Fill in your card details"
3066
  msgstr "Completa los datos de tu tarjeta"
3067
 
3068
+ #: ../../templates/checkout/custom-checkout.php:72,
3069
+ #: ../../templates/checkout/custom-checkout.php:72
3070
  msgid "Card number"
3071
  msgstr "Número de Tarjeta"
3072
 
3073
+ #: ../../templates/checkout/custom-checkout.php:74,
3074
  #: ../../templates/checkout/custom-checkout.php:81,
3075
+ #: ../../templates/checkout/custom-checkout.php:90,
3076
+ #: ../../templates/checkout/custom-checkout.php:98,
3077
+ #: ../../templates/checkout/custom-checkout.php:98
 
3078
  msgid "Required data"
3079
  msgstr "Datos obligatorios"
3080
 
3081
+ #: ../../templates/checkout/custom-checkout.php:79,
3082
+ #: ../../templates/checkout/custom-checkout.php:79
3083
  msgid "Holder name as it appears on the card"
3084
  msgstr "Nombre del titular como aparece en la tarjeta"
3085
 
3086
+ #: ../../templates/checkout/custom-checkout.php:87,
3087
+ #: ../../templates/checkout/custom-checkout.php:87
3088
  msgid "Expiration"
3089
  msgstr "Vencimiento"
3090
 
3091
+ #: ../../templates/checkout/custom-checkout.php:95,
3092
+ #: ../../templates/checkout/custom-checkout.php:95
3093
  msgid "Security Code"
3094
  msgstr "Código de seguridad"
3095
 
3096
+ #: ../../templates/checkout/custom-checkout.php:104,
3097
+ #: ../../templates/checkout/ticket-checkout.php:29,
3098
+ #: ../../templates/checkout/ticket-checkout.php:35,
3099
+ #: ../../templates/checkout/ticket-checkout.php:35
3100
  msgid "Holder document"
3101
  msgstr "Documento del titular"
3102
 
3103
+ #: ../../templates/checkout/custom-checkout.php:104,
3104
+ #: ../../templates/checkout/ticket-checkout.php:29,
3105
+ #: ../../templates/checkout/ticket-checkout.php:35,
3106
+ #: ../../templates/checkout/ticket-checkout.php:35
3107
  msgid "Invalid document"
3108
  msgstr "Número de documento no válido"
3109
 
3110
+ #: ../../templates/checkout/custom-checkout.php:110,
3111
+ #: ../../templates/checkout/custom-checkout.php:122,
3112
+ #: ../../templates/checkout/custom-checkout.php:122
3113
  msgid "Select the number of installments"
3114
  msgstr "Selecciona la cantidad de cuotas"
3115
 
3120
  msgid "Pix in Test Mode"
3121
  msgstr "Tarjetas de crédito en Modo Test"
3122
 
3123
+ #: ../../templates/checkout/pix-checkout.php:22,
3124
+ #: ../../templates/checkout/pix-checkout.php:22
3125
  #, fuzzy
3126
  #| msgid ""
3127
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
3133
  "Es posible testear el flujo para generar una factura, pero no es posible "
3134
  "finalizar el pago."
3135
 
3136
+ #: ../../templates/checkout/pix-checkout.php:27,
3137
+ #: ../../templates/checkout/pix-checkout.php:27
3138
  #, fuzzy
3139
  #| msgid "Pay securely and instantly!"
3140
  msgid "Pay instantly"
3141
  msgstr "Pago seguro e instantáneo!"
3142
 
3143
+ #: ../../templates/checkout/pix-checkout.php:27,
3144
+ #: ../../templates/checkout/pix-checkout.php:27
3145
  msgid ""
3146
  "By confirming your purchase, we will show you a code to make the payment."
3147
  msgstr ""
3148
 
3149
+ #: ../../templates/checkout/pix-checkout.php:27,
3150
+ #: ../../templates/checkout/pix-checkout.php:27
3151
  msgid "Pix logo"
3152
  msgstr ""
3153
 
3156
  msgid "Offline Methods in Test Mode"
3157
  msgstr "Facturas en Modo Test"
3158
 
3159
+ #: ../../templates/checkout/ticket-checkout.php:23,
3160
+ #: ../../templates/checkout/ticket-checkout.php:23
3161
  msgid ""
3162
  "You can test the flow to generate an invoice, but you cannot finalize the "
3163
  "payment. "
3165
  "Es posible testear el flujo para generar una factura, pero no es posible "
3166
  "finalizar el pago. "
3167
 
3168
+ #: ../../templates/checkout/ticket-checkout.php:39,
3169
+ #: ../../templates/checkout/ticket-checkout.php:39
3170
  msgid "Select where you want to pay"
3171
  msgstr "Selecciona el punto de pago donde quieres pagar"
3172
 
3173
+ #: ../../templates/checkout/ticket-checkout.php:41,
3174
+ #: ../../templates/checkout/ticket-checkout.php:41
 
 
 
 
 
3175
  msgid "more options"
3176
  msgstr "Más opciones"
3177
 
3178
+ #: ../../templates/checkout/ticket-checkout.php:43,
3179
+ #: ../../templates/checkout/ticket-checkout.php:43
3180
+ msgid "Select a payment method"
3181
+ msgstr "Seleccione una opción de pago"
3182
+
3183
  #: ../../templates/order/payment-status-metabox-content.php:20,
3184
  #: ../../templates/order/payment-status-metabox-content.php:20
3185
  msgid ""
3203
  msgid "Print ticket"
3204
  msgstr "Imprimir ticket"
3205
 
3206
+ #, fuzzy
3207
+ #~| msgid "Important! To sell you must enter your credentials."
3208
+ #~ msgid "Important! To sell, you must enter your credentials."
3209
+ #~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
3210
+
3211
+ #~ msgid "Go to step-by-step"
3212
+ #~ msgstr "Ir al paso a paso"
3213
+
3214
+ #~ msgid "Update failed, invalid Credentials"
3215
+ #~ msgstr "Actualización fallida, credenciales no válidas"
3216
+
3217
+ #~ msgid "Up to 24 installments"
3218
+ #~ msgstr "Hasta 24 cuotas"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "Important! Do not forget to add the credentials and details of your store."
3222
+ #~ msgstr ""
3223
+ #~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
3224
+
3225
+ #~ msgid ""
3226
+ #~ "Before setting up payments, follow the step-by-step to start selling."
3227
+ #~ msgstr ""
3228
+ #~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
3229
+
3230
+ #~ msgid "To enable and test sales, you must copy and paste your "
3231
+ #~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
3232
+
3233
  #~ msgid "Mandatory data"
3234
  #~ msgstr "Campo obligatorio"
3235
 
3245
  #~ msgid "We take you to our site to complete the payment"
3246
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3247
 
 
 
 
3248
  #~ msgid "Pay with a saved card"
3249
  #~ msgstr "Pagar con tarjeta guardada"
3250
 
3589
  #~ msgid "Search my credentials"
3590
  #~ msgstr "Buscar mis credenciales"
3591
 
 
 
 
 
 
 
 
3592
  #~ msgid ""
3593
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3594
  #~ "real payments."
i18n/languages/woocommerce-mercadopago-es_CO.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_CO.po CHANGED
@@ -11,17 +11,17 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 3.1\n"
15
 
16
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144,
17
- #: ../../includes/module/class-wc-woomercadopago-module.php:336,
18
- #: ../../includes/module/class-wc-woomercadopago-module.php:336
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146,
23
- #: ../../includes/module/class-wc-woomercadopago-module.php:338,
24
- #: ../../includes/module/class-wc-woomercadopago-module.php:338
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
@@ -80,12 +80,13 @@ msgstr ""
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:504
 
84
  msgid "Invalid credentials"
85
  msgstr "Credenciales no válidas"
86
 
87
- #: ../../includes/module/class-wc-woomercadopago-init.php:47,
88
- #: ../../includes/module/class-wc-woomercadopago-init.php:47
89
  msgid ""
90
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
91
  "Please update your PHP version."
@@ -93,13 +94,13 @@ msgstr ""
93
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
94
  "favor actualice su versión de PHP."
95
 
96
- #: ../../includes/module/class-wc-woomercadopago-init.php:58,
97
- #: ../../includes/module/class-wc-woomercadopago-init.php:58
98
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
99
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-init.php:69,
102
- #: ../../includes/module/class-wc-woomercadopago-init.php:69
103
  msgid ""
104
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
105
  "extension is required to send QR Code Pix by email."
@@ -111,29 +112,29 @@ msgstr ""
111
  #. translators: %s link to WooCommerce
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
- #: ../../includes/module/class-wc-woomercadopago-init.php:83,
115
- #: ../../includes/module/class-wc-woomercadopago-init.php:83
116
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
117
  msgstr ""
118
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
119
 
120
- #: ../../includes/module/class-wc-woomercadopago-init.php:96,
121
- #: ../../includes/module/class-wc-woomercadopago-init.php:96
122
  msgid "Cancel order"
123
  msgstr "Cancelar orden"
124
 
125
- #: ../../includes/module/class-wc-woomercadopago-module.php:352,
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:352
127
  msgid "The payment method is not valid or not available."
128
  msgstr "El medio de pago no es válido o no está disponible."
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
131
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
132
  msgid "The transaction amount cannot be processed by Mercado Pago."
133
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
134
 
135
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
136
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
137
  msgid ""
138
  "Possible causes: Currency not supported; Amounts below the minimum or above "
139
  "the maximum allowed."
@@ -141,13 +142,13 @@ msgstr ""
141
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
142
  "encima del máximo permitido."
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
145
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
146
  msgid "The users are not valid."
147
  msgstr "Los usuários no son válidos."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
151
  msgid ""
152
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
153
  "transaction involving production and test users."
@@ -155,137 +156,137 @@ msgstr ""
155
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
156
  "Pago; La transacción involucrando usuários de producción y de prueba."
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
160
  msgid "Unauthorized use of production credentials."
161
  msgstr "Uso no autorizado de credenciales de producción."
162
 
163
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
165
  msgid ""
166
  "Possible causes: Use permission in use for the credential of the seller."
167
  msgstr ""
168
  "Posibles causas: Pendencia de permiso de uso en producción para la "
169
  "credencial del vendedor."
170
 
171
- #: ../../includes/module/class-wc-woomercadopago-module.php:489,
172
- #: ../../includes/module/class-wc-woomercadopago-module.php:489
173
  msgid "Colombia"
174
  msgstr "Colombia"
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:491,
177
- #: ../../includes/module/class-wc-woomercadopago-module.php:491
178
  msgid "Argentina"
179
  msgstr "Argentina"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:493,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:493
183
  msgid "Brazil"
184
  msgstr "Brasil"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:495,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:495
188
  msgid "Chile"
189
  msgstr "Chile"
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:497,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:497
193
  msgid "Mexico"
194
  msgstr "México"
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:499,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:499
198
  msgid "Uruguay"
199
  msgstr "Uruguay"
200
 
201
- #: ../../includes/module/class-wc-woomercadopago-module.php:501,
202
- #: ../../includes/module/class-wc-woomercadopago-module.php:501
203
  msgid "Venezuela"
204
  msgstr "Venezuela"
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:503,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:503
208
  msgid "Peru"
209
  msgstr "Peru"
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:537,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:537
213
  msgid "Update the WooCommerce order to "
214
  msgstr "Actualizar la orden de WooCommerce para "
215
 
216
- #: ../../includes/module/class-wc-woomercadopago-module.php:662,
217
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540,
218
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540
219
  msgid "Fill in your credentials to enable payment methods."
220
  msgstr "Completa tus credenciales para habilitar los medios de pago."
221
 
222
- #: ../../includes/module/class-wc-woomercadopago-module.php:678,
223
- #: ../../includes/module/class-wc-woomercadopago-module.php:678
224
  msgid "Set plugin"
225
  msgstr "Configurar plugin"
226
 
227
- #: ../../includes/module/class-wc-woomercadopago-module.php:679,
228
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
230
  msgid "Payment methods"
231
  msgstr "Medios de pagos"
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:680,
234
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
236
  msgid "Plugin manual"
237
  msgstr "Manual del plugin"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:779,
240
- #: ../../includes/module/class-wc-woomercadopago-module.php:779
241
  msgid "By Mercado Pago"
242
  msgstr "Por Mercado Pago"
243
 
244
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183,
245
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183
246
  msgid "Payment approved."
247
  msgstr "Pago aprobado."
248
 
249
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241,
250
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244,
251
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244
252
  msgid "Waiting for the Pix payment."
253
  msgstr "Esperando el pago de Pix."
254
 
255
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259,
256
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262,
257
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262
258
  msgid "Waiting for the ticket payment."
259
  msgstr "Esperando el pago del boleto."
260
 
261
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270,
262
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270
263
  msgid "The customer has not made the payment yet."
264
  msgstr "El cliente todavía no efectuó el pago."
265
 
266
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289,
267
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289
268
  msgid "Payment is pending review."
269
  msgstr "El pago está pendiente de revisión."
270
 
271
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306,
272
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306
273
  msgid "Payment was declined. The customer can try again."
274
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
275
 
276
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321,
277
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321
278
  msgid "Payment was returned to the customer."
279
  msgstr "El pago fue devuelto al cliente."
280
 
281
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335,
282
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335
283
  msgid "Payment was canceled."
284
  msgstr "El pago fue cancelado."
285
 
286
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:350,
287
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362,
288
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362
289
  msgid ""
290
  "The payment is in mediation or the purchase was unknown by the customer."
291
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
@@ -293,8 +294,8 @@ msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
293
  #. translators: 1: payment_id 2: status
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464,
297
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464
298
  msgid ""
299
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
300
  msgstr ""
@@ -310,37 +311,37 @@ msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
310
  msgid "Type of topic IPN invalid, need to be merchant_order"
311
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
312
 
313
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50,
314
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50
315
  msgid "IPN merchant_order not found"
316
  msgstr "No se ha encontrado la IPN de `merchant_order`"
317
 
318
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
319
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
320
  msgid "Not found Payments into Merchant_Order"
321
  msgstr "No se han encontrado pagos en Merchant_Order"
322
 
323
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160,
324
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129,
325
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175,
326
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154,
327
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154
328
  msgid "Buyer email"
329
  msgstr "Email del comprador"
330
 
331
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163,
332
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132,
333
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178,
334
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157,
335
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157
336
  msgid "Payment type"
337
  msgstr "Tipo de método de pago"
338
 
339
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166,
340
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135,
341
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181,
342
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160,
343
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160
344
  msgid "Payment method"
345
  msgstr "Método de pago"
346
 
@@ -440,7 +441,7 @@ msgstr "24 cuotas"
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
442
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
443
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842,
444
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
445
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
@@ -457,14 +458,14 @@ msgstr ""
457
  "sitio web de Mercado Pago."
458
 
459
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
460
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847,
461
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847
462
  msgid "The checkout is <b>enabled</b>."
463
  msgstr "El checkout está <b>activo</b>."
464
 
465
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
466
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848,
467
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848
468
  msgid "The checkout is <b>disabled</b>."
469
  msgstr "El checkout está <b>inactivo</b>."
470
 
@@ -602,69 +603,71 @@ msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
602
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
603
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
604
 
605
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510,
606
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510
607
  msgid "Installments without card"
608
  msgstr "Cuotas sin tarjeta"
609
 
610
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
611
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
612
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
613
  msgid "Up to "
614
  msgstr "hasta "
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
617
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
618
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
619
  msgid " installments"
620
  msgstr " Cuotas"
621
 
622
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517,
623
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349,
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349
625
  msgid "Credit cards"
626
  msgstr "Tarjetas de crédito"
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524,
629
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357,
630
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357
631
  msgid "Debit cards"
632
  msgstr "Tarjetas de débito "
633
 
634
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530,
635
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530
636
  msgid "Bank Transfer"
637
  msgstr "Transferencia bancaria"
638
 
639
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536,
640
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536
641
  msgid "Payment by cash"
642
  msgstr "Pagos en efectivo "
643
 
644
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584,
645
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571,
646
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574,
647
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562,
648
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
649
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
650
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
651
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
652
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
653
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
654
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
655
  msgid "discount of"
656
  msgstr "descuento de"
657
 
658
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589,
659
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576,
660
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579,
661
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567,
662
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
663
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
664
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
665
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
667
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
668
  msgid "fee of"
669
  msgstr "comisión de"
670
 
@@ -699,9 +702,9 @@ msgstr ""
699
 
700
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
701
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
702
- msgid "Transparent checkout for credit cards is <b>enabled</b>."
703
  msgstr ""
704
- "El checkout transparente de las tarjetas de crédito está <b>activado</b>."
705
 
706
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
707
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
@@ -868,40 +871,35 @@ msgstr ""
868
  msgid "This payment method cannot process your payment."
869
  msgstr "Este medio de pago no puede procesar su pago."
870
 
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350,
872
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350
873
- msgid "Up to 24 installments"
874
- msgstr "Hasta 24 cuotas"
875
-
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405,
877
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406,
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431
881
  msgid "A problem was occurred when processing your payment. Please, try again."
882
  msgstr ""
883
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
884
  "vez."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501
888
  msgid "See your order form"
889
  msgstr "Ver su hoja de pedido"
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512
893
  msgid "Your payment was declined. You can try again."
894
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
895
 
896
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519,
897
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94,
898
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94
899
  msgid "Click to try again"
900
  msgstr "Haga clic para intentarlo de nuevo"
901
 
902
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541,
903
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542,
904
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542
905
  msgid ""
906
  "A problem was occurred when processing your payment. Are you sure you have "
907
  "correctly filled all information in the checkout form?"
@@ -909,75 +907,76 @@ msgstr ""
909
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
910
  "cargado la información en el formulario?"
911
 
912
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644,
913
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644
914
  msgid "Configure your credentials to enable Mercado Pago payment methods."
915
  msgstr ""
916
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700,
919
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700
920
  msgid "Title in the store Checkout"
921
  msgstr "Título en el checkout de la tienda"
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702,
924
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702
925
  msgid "Change the display text in Checkout, maximum characters: 85"
926
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704,
929
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704
930
  msgid "The text inserted here will not be translated to other languages"
931
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
932
 
933
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718,
934
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718
935
  msgid "Description"
936
  msgstr "Descripción"
937
 
938
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755,
939
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
940
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
941
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
942
- msgid ""
943
- "Important! Do not forget to add the credentials and details of your store."
944
- msgstr ""
945
- "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
946
 
947
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756,
948
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756
949
- msgid "Before setting up payments, follow the step-by-step to start selling."
950
- msgstr ""
951
- "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757,
954
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757
955
- msgid "Go to step-by-step"
956
- msgstr "Ir al paso a paso"
957
 
958
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
959
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767
960
  msgid "Mercado Pago Plugin general settings"
961
  msgstr "Configuraciones generales del plugin de Mercado Pago"
962
 
963
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768,
964
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768
 
 
 
 
 
965
  msgid ""
966
  "Set the deadlines and fees, test your store or access the Plugin manual."
967
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
968
 
969
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769,
970
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769
971
  msgid "Go to Settings"
972
  msgstr "Ir a Configuraciones"
973
 
974
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793,
975
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793
976
  msgid "Activate your credentials to be able to sell"
977
  msgstr "Activa tus credenciales para poder vender"
978
 
979
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794,
980
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794
981
  msgid ""
982
  "Credentials are codes that you must enter to enable sales. Go below on "
983
  "Activate Credentials. On the next screen, use again the Activate Credentials "
@@ -987,49 +986,49 @@ msgstr ""
987
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
988
  "botón Activar credenciales y completa los campos con los datos solicitados."
989
 
990
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795,
991
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795
992
  msgid "Activate credentials"
993
  msgstr "Activar credenciales"
994
 
995
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843,
996
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
997
  msgid "By disabling it, you will disable all payment methods of this checkout."
998
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
999
 
1000
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939,
1001
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939
1002
  msgid "Basic Configuration"
1003
  msgstr "Configuración Básica"
1004
 
1005
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952,
1006
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952
1007
  msgid "Discount coupons"
1008
  msgstr "Cupones de descuento"
1009
 
1010
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955,
1011
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955
1012
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1013
  msgstr ""
1014
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1015
 
1016
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957,
1017
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957
1018
  msgid "Discount coupons is <b>active</b>."
1019
  msgstr "Cupones de descuento están <b>activos</b>."
1020
 
1021
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958,
1022
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958
1023
  msgid "Discount coupons is <b>disabled</b>."
1024
  msgstr "Cupones de descuento están <b>inactivos</b>."
1025
 
1026
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970,
1027
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970
1028
  msgid "Automatic decline of payments without instant approval"
1029
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1030
 
1031
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971,
1032
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971
1033
  msgid ""
1034
  "Enable it if you want to automatically decline payments that are not "
1035
  "instantly approved by banks or other institutions. "
@@ -1037,23 +1036,23 @@ msgstr ""
1037
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1038
  "instantáneamente por bancos u otros compradores. "
1039
 
1040
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975,
1041
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975
1042
  msgid "Pending payments <b>will be automatically declined</b>."
1043
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1044
 
1045
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976,
1046
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976
1047
  msgid "Pending payments <b>will not be automatically declined</b>."
1048
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1049
 
1050
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988,
1051
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988
1052
  msgid "Discount in Mercado Pago Checkouts"
1053
  msgstr "Descuento en los checkouts de Mercado Pago"
1054
 
1055
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991,
1056
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991
1057
  msgid ""
1058
  "Choose a percentage value that you want to discount your customers for "
1059
  "paying with Mercado Pago."
@@ -1061,19 +1060,19 @@ msgstr ""
1061
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1062
  "Mercado Pago."
1063
 
1064
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:992,
1065
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013,
1066
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013
1067
  msgid "Activate and show this information on Mercado Pago Checkout"
1068
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1069
 
1070
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009,
1071
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009
1072
  msgid "Commission in Mercado Pago Checkouts"
1073
  msgstr "Comisiones en los checkouts de Mercado Pago"
1074
 
1075
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012,
1076
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012
1077
  msgid ""
1078
  "Choose an additional percentage value that you want to charge as commission "
1079
  "to your customers for paying with Mercado Pago."
@@ -1081,23 +1080,23 @@ msgstr ""
1081
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1082
  "clientes por pagar con Mercado Pago."
1083
 
1084
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049,
1085
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049
1086
  msgid "Convert Currency"
1087
  msgstr "Convertir moneda"
1088
 
1089
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054,
1090
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054
1091
  msgid "Currency convertion is <b>enabled</b>."
1092
  msgstr "Conversión de moneda está <b>activa</b>."
1093
 
1094
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055,
1095
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055
1096
  msgid "Currency convertion is <b>disabled</b>."
1097
  msgstr "Conversión de moneda está <b>inactiva</b>."
1098
 
1099
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165,
1100
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165
1101
  msgid ""
1102
  "Edit these advanced fields only when you want to modify the preset values."
1103
  msgstr ""
@@ -1372,7 +1371,7 @@ msgstr ""
1372
  msgid "Register your Pix key at Mercado Pago."
1373
  msgstr "Registra tu clave Pix en Mercado Pago."
1374
 
1375
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1377
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1378
  msgid "Code valid for "
@@ -1996,63 +1995,63 @@ msgstr "Ir a la configuración"
1996
  msgid "Discard"
1997
  msgstr "Descartar"
1998
 
1999
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121,
2000
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121
2001
  msgid "Mercado Pago Settings"
2002
  msgstr "Configuración de Mercado Pago"
2003
 
2004
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174,
2005
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174
2006
  msgid "Accept "
2007
  msgstr "Acepta "
2008
 
2009
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175,
2010
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175
2011
  msgid "payments on the spot "
2012
  msgstr "pagos al instante "
2013
 
2014
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176,
2015
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176
2016
  msgid "with"
2017
  msgstr "con toda"
2018
 
2019
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177,
2020
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177
2021
  msgid "the "
2022
  msgstr "la "
2023
 
2024
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178,
2025
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178
2026
  msgid "security "
2027
  msgstr "seguridad "
2028
 
2029
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179,
2030
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179
2031
  msgid "from Mercado Pago"
2032
  msgstr "de Mercado Pago"
2033
 
2034
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180,
2035
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180
2036
  msgid "Technical requirements"
2037
  msgstr "Requisitos técnicos"
2038
 
2039
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181,
2040
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181
2041
  msgid "SSL"
2042
  msgstr "SSL"
2043
 
2044
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182,
2045
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182
2046
  msgid "GD Extensions"
2047
  msgstr "Extensiones GD"
2048
 
2049
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183,
2050
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183
2051
  msgid "Curl"
2052
  msgstr "Curl"
2053
 
2054
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184,
2055
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184
2056
  msgid ""
2057
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2058
  "and encrypted way."
@@ -2060,8 +2059,8 @@ msgstr ""
2060
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2061
  "segura y encriptada."
2062
 
2063
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185,
2064
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185
2065
  msgid ""
2066
  "These extensions are responsible for the implementation and operation of Pix "
2067
  "in your store."
@@ -2069,8 +2068,8 @@ msgstr ""
2069
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2070
  "tienda."
2071
 
2072
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186,
2073
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186
2074
  msgid ""
2075
  "It is an extension responsible for making payments via requests from the "
2076
  "plugin to Mercado Pago."
@@ -2078,138 +2077,142 @@ msgstr ""
2078
  "Es una extensión encargada de realizar los pagos a través de requests del "
2079
  "plugin a Mercado Pago."
2080
 
2081
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187,
2082
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187
2083
  msgid "Collections and installments"
2084
  msgstr "Cobros y cuotas"
2085
 
2086
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188,
2087
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188
2088
  msgid "Choose "
2089
  msgstr "Elige "
2090
 
2091
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189,
2092
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189
2093
  msgid "when you want to receive the money "
2094
  msgstr "cuándo quieres recibir el dinero "
2095
 
2096
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190,
2097
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190
2098
  msgid "from your sales and if you want to offer "
2099
  msgstr "de las ventas y si quieres ofrecer "
2100
 
2101
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191,
2102
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191
2103
  msgid "interest-free installments "
2104
  msgstr "cuotas sin interés "
2105
 
2106
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192,
2107
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192
2108
  msgid "to your clients."
2109
  msgstr "a los clientes."
2110
 
2111
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193,
2112
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193
2113
  msgid "Set deadlines and fees"
2114
  msgstr "Ajustar plazos y tasas"
2115
 
2116
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194,
2117
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194
2118
  msgid "Questions? "
2119
  msgstr "¿Dudas? "
2120
 
2121
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2122
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2123
  msgid "Review the step-by-step of "
2124
  msgstr "Revisa el paso a paso de "
2125
 
2126
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2127
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2128
  msgid "how to integrate the Mercado Pago Plugin "
2129
  msgstr "cómo integrar el Plugin de Mercado Pago "
2130
 
2131
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2132
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2133
  msgid "on our webiste for developers."
2134
  msgstr "en nuestro sitio de desarrolladores."
2135
 
2136
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2137
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2138
  msgid "1. Integrate your store with Mercado Pago "
2139
  msgstr "1. Integra la tienda a Mercado Pago "
2140
 
2141
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2142
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2143
- msgid "To enable and test sales, you must copy and paste your "
2144
- msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
 
 
 
 
2145
 
2146
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2147
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2148
- msgid "credentials below."
2149
- msgstr "tus credenciales abajo."
2150
 
2151
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2152
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2153
  msgid "Check credentials"
2154
  msgstr "Consultar credenciales"
2155
 
2156
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2157
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2158
  msgid "Test credentials "
2159
  msgstr "Credenciales de prueba "
2160
 
2161
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2162
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2163
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2164
  msgstr ""
2165
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2166
  "tienda."
2167
 
2168
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
2169
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
2170
  msgid "Public key"
2171
  msgstr "Public key"
2172
 
2173
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220,
2174
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
2175
  msgid "Access Token"
2176
  msgstr "Access Token"
2177
 
2178
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221,
2179
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221
2180
  msgid "Production credentials"
2181
  msgstr "Credenciales de producción"
2182
 
2183
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222,
2184
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222
2185
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2186
  msgstr ""
2187
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2188
  "tienda."
2189
 
2190
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223,
2191
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223
2192
  msgid "Paste your Public Key here"
2193
  msgstr "Pega aquí tu Public Key"
2194
 
2195
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224,
2196
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224
2197
  msgid "Paste your Access Token here"
2198
  msgstr "Pega aquí tu Access Token"
2199
 
2200
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225,
2201
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2202
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2203
  msgid "Save and continue"
2204
  msgstr "Guardar y continuar"
2205
 
2206
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2207
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2208
  msgid "2. Customize your business"
2209
  msgstr "2. Personaliza tu negocio"
2210
 
2211
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2212
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2213
  msgid ""
2214
  "Fill out the following information to have a better experience and offer "
2215
  "more information to your clients"
@@ -2217,66 +2220,66 @@ msgstr ""
2217
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2218
  "información a los clientes"
2219
 
2220
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2221
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2222
  msgid "Your store information"
2223
  msgstr "Información sobre tu tienda"
2224
 
2225
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2226
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2227
  msgid "Name of your store in your client's invoice"
2228
  msgstr "Nombre de tu tienda en la factura de los clientes"
2229
 
2230
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2231
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2232
  msgid "Eg: Mary's store"
2233
  msgstr "Ej.: TiendaMaría"
2234
 
2235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2236
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246
2237
  msgid ""
2238
  "If this field is empty, the purchase will be identified as Mercado Pago."
2239
  msgstr ""
2240
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2241
  "Pago."
2242
 
2243
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247,
2244
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247
2245
  msgid "Identification in Activities of Mercad Pago"
2246
  msgstr "Identificación en Actividad de Mercado Pago"
2247
 
2248
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248,
2249
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248
2250
  msgid "Eg: Marystore"
2251
  msgstr "Ej.: Tienda de María"
2252
 
2253
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249,
2254
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249
2255
  msgid "In Activities, you will view this term before the order number"
2256
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2257
 
2258
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250,
2259
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250
2260
  msgid "Store category"
2261
  msgstr "Categoría de la tienda"
2262
 
2263
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251,
2264
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251
2265
  msgid "Select"
2266
  msgstr "Seleccionar"
2267
 
2268
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252,
2269
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252
2270
  msgid "Select ”Other” if you do not find the appropriate category."
2271
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2272
 
2273
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253,
2274
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253
2275
  msgid "Advanced integration options (optional)"
2276
  msgstr "Opciones avanzadas de integración (opcional)"
2277
 
2278
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254,
2279
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
2280
  msgid ""
2281
  "For further integration of your store with Mercado Pago (IPN, Certified "
2282
  "Partners, Debug Mode)"
@@ -2284,23 +2287,23 @@ msgstr ""
2284
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2285
  "Certificados, Modo Debug)"
2286
 
2287
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255,
2288
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
2289
  msgid "View advanced options"
2290
  msgstr "Ver opciones avanzadas"
2291
 
2292
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256,
2293
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
2294
  msgid "URL for IPN "
2295
  msgstr "URL para IPN "
2296
 
2297
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257,
2298
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
2299
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2300
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2301
 
2302
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258,
2303
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
2304
  msgid ""
2305
  "Add the URL to receive payments notifications. Find out more information in "
2306
  "the "
@@ -2308,23 +2311,23 @@ msgstr ""
2308
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2309
  "en los "
2310
 
2311
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259,
2312
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
2313
  msgid "guides."
2314
  msgstr "manuales."
2315
 
2316
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260,
2317
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
2318
  msgid "integrator_id"
2319
  msgstr "integrator_id"
2320
 
2321
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261,
2322
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
2323
  msgid "Eg: 14987126498"
2324
  msgstr "Ej.: 14987126498"
2325
 
2326
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2327
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2328
  msgid ""
2329
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2330
  "integrator_id. If you do not have the code, please "
@@ -2332,48 +2335,48 @@ msgstr ""
2332
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2333
  "integrator_id. Si no tienes el código, "
2334
 
2335
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2336
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2337
  msgid "request it now. "
2338
  msgstr "solicítalo ahora. "
2339
 
2340
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2341
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2342
  msgid "Debug and Log Mode"
2343
  msgstr "Modo debug y log"
2344
 
2345
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2346
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2347
  msgid "We record your store's actions in order to provide a better assistance."
2348
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2349
 
2350
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2351
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2352
  msgid "3. Set payment methods"
2353
  msgstr "3. Configura los medios de pago"
2354
 
2355
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2356
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2357
  msgid "To view more options, please select a payment method below"
2358
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2359
 
2360
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2361
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2362
  msgid "Settings"
2363
  msgstr "Configurar"
2364
 
2365
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2366
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2367
  msgid "Continue"
2368
  msgstr "Continuar"
2369
 
2370
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297,
2371
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297
2372
  msgid "4. Test your store before you sell"
2373
  msgstr "4. Testea tu tienda antes de vender"
2374
 
2375
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298,
2376
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298
2377
  msgid ""
2378
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2379
  "to sell."
@@ -2381,163 +2384,234 @@ msgstr ""
2381
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2382
  "para realizar ventas."
2383
 
2384
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299,
2385
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299
2386
  msgid "Choose how you want to operate your store:"
2387
  msgstr "Elige cómo quieres operar tu tienda:"
2388
 
2389
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300,
2390
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300
2391
  msgid "Test Mode"
2392
  msgstr "Modo Test"
2393
 
2394
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2395
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2396
  msgid "Mercado Pago Checkouts disabled for real collections. "
2397
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2398
 
2399
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2400
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2401
  msgid "Test Mode rules."
2402
  msgstr "Reglas del modo test."
2403
 
2404
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2405
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2406
  msgid "Sale Mode (Production)"
2407
  msgstr "Modo Ventas (Producción)"
2408
 
2409
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2410
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2411
  msgid "Mercado Pago Checkouts enabled for real collections."
2412
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2413
 
2414
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305,
2415
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
2416
  msgid "Mercado Pago payment methods in Production Mode"
2417
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2418
 
2419
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306,
2420
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
2421
  msgid "The clients can make real purchases in your store."
2422
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2423
 
2424
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307,
2425
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
2426
  msgid "Mercado Pago payment methods in Test Mode"
2427
  msgstr "Medios de pago Mercado Pago en Modo Test"
2428
 
2429
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308,
2430
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2431
  msgid "Visit your store "
2432
  msgstr "Visita tu tienda "
2433
 
2434
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309,
2435
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
2436
  msgid "to test purchases"
2437
  msgstr "para testear compras"
2438
 
2439
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310,
2440
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
2441
  msgid "Save changes"
2442
  msgstr "Guardar cambios"
2443
 
2444
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311,
2445
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
2446
  msgid "Store under test"
2447
  msgstr "Tienda en Modo Test"
2448
 
2449
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312,
2450
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
2451
  msgid "Store in sale mode (Production)"
2452
  msgstr "Tienda en Modo Ventas (Producción)"
2453
 
2454
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348,
2455
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2456
  msgid "Invalid Access Token"
2457
  msgstr "Access token no válido"
2458
 
2459
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350,
2460
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350
2461
  msgid "Valid Access Token"
2462
  msgstr "Access token válido"
2463
 
2464
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356,
2465
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356
2466
  msgid "Invalid Public Key"
2467
  msgstr "Public key no válida"
2468
 
2469
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358,
2470
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358
2471
  msgid "Valid Public Key"
2472
  msgstr "Public key válida"
2473
 
2474
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361,
2475
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361
2476
  msgid "Credentials must be valid"
2477
  msgstr "Las credenciales deben ser válidas"
2478
 
2479
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401,
2480
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401
2481
  msgid "Credentials were updated"
2482
  msgstr "Se actualizaron las credenciales"
2483
 
2484
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405,
2485
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405
2486
- msgid "Update failed, invalid Credentials"
2487
- msgstr "Actualización fallida, credenciales no válidas"
 
 
 
 
 
 
 
 
 
 
 
 
 
2488
 
2489
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460,
2490
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460
 
 
 
 
 
2491
  msgid "Store information is valid"
2492
  msgstr "Información sobre tu tienda"
2493
 
2494
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481,
2495
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481
2496
  msgid "Mercado Pago's Payment Methods in Test Mode"
2497
  msgstr "Medios de pago Mercado Pago en Modo Test"
2498
 
2499
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482,
2500
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482
2501
  msgid "Mercado Pago's Payment Methods in Production Mode"
2502
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2503
 
2504
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547,
2505
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547
 
 
 
 
 
2506
  msgid "Enabled"
2507
  msgstr "Activado"
2508
 
2509
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548,
2510
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548
2511
  msgid "Disabled"
2512
  msgstr "Inactivo"
2513
 
2514
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573,
2515
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573
2516
  msgid "Valid Credentials"
2517
  msgstr "Credenciales válidas"
2518
 
2519
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576,
2520
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576
2521
  msgid "Credentials couldn't be validated"
2522
  msgstr "No se pudieron validar las credenciales"
2523
 
2524
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598,
2525
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598
2526
  msgid "Store business fields are valid"
2527
  msgstr "Los campos comerciales de la tienda son válidos"
2528
 
2529
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601,
2530
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601
2531
  msgid "Store business fields couldn't be validated"
2532
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2533
 
2534
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623,
2535
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623
2536
  msgid "At least one paymet method is enabled"
2537
  msgstr "Al menos un método de pago está habilitado"
2538
 
2539
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626,
2540
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626
2541
  msgid "No payment method enabled"
2542
  msgstr "No se habilitó ningún método de pago"
2543
 
@@ -2546,27 +2620,27 @@ msgstr "No se habilitó ningún método de pago"
2546
  msgid "Shipping service used by the store."
2547
  msgstr "Servicio de envío utilizado por la tienda."
2548
 
2549
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544,
2550
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545,
2551
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545
2552
  msgid "Discount provided by store"
2553
  msgstr "Descuento proporcionado por la tienda"
2554
 
2555
  #. translators: %s coupon
2556
  #. translators: %s coupon
2557
  #. translators: %s coupon
2558
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125,
2559
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125
2560
  msgid "Discount for coupon %s"
2561
  msgstr "Descuento para el cupón %s"
2562
 
2563
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
2564
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
2565
  msgid " and fee of"
2566
  msgstr " y comisión de"
2567
 
2568
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504,
2569
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504
2570
  msgid ""
2571
  "<b>Public Key</b> production credential is invalid. Review the field to "
2572
  "receive real payments."
@@ -2574,8 +2648,8 @@ msgstr ""
2574
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2575
  "poder recibir pagos reales."
2576
 
2577
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513,
2578
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513
2579
  msgid ""
2580
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2581
  "tests in your store."
@@ -2583,8 +2657,8 @@ msgstr ""
2583
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2584
  "realizar pruebas en tu tienda."
2585
 
2586
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522,
2587
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522
2588
  msgid ""
2589
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2590
  "be complete to receive real payments."
@@ -2592,8 +2666,8 @@ msgstr ""
2592
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2593
  "poder recibir pagos reales."
2594
 
2595
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531,
2596
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531
2597
  msgid ""
2598
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2599
  "tests in your store."
@@ -2601,8 +2675,8 @@ msgstr ""
2601
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2602
  "realizar pruebas en tu tienda."
2603
 
2604
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549,
2605
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549
2606
  msgid ""
2607
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2608
  "tests in your store."
@@ -2610,8 +2684,8 @@ msgstr ""
2610
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2611
  "poder realizar pruebas en tu tienda."
2612
 
2613
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558,
2614
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558
2615
  msgid ""
2616
  "<b>Public Key</b> production credential is blank. Review the field to "
2617
  "receive real payments."
@@ -2619,8 +2693,8 @@ msgstr ""
2619
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2620
  "para poder recibir pagos reales."
2621
 
2622
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567,
2623
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567
2624
  msgid ""
2625
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2626
  "tests in your store."
@@ -2628,8 +2702,8 @@ msgstr ""
2628
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2629
  "poder realizar pruebas en tu tienda."
2630
 
2631
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576,
2632
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576
2633
  msgid ""
2634
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2635
  "complete to receive real payments."
@@ -2637,8 +2711,8 @@ msgstr ""
2637
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2638
  "para poder recibir pagos reales."
2639
 
2640
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91,
2641
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91
2642
  msgid ""
2643
  "There was an error processing your payment. Please try again or contact us "
2644
  "for Assistance."
@@ -2646,178 +2720,178 @@ msgstr ""
2646
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2647
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2648
 
2649
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83,
2650
- #: ../../templates/checkout/custom-checkout.php:35,
2651
- #: ../../templates/checkout/custom-checkout.php:44,
2652
  #: ../../templates/receipt/custom-checkout.php:41,
2653
  #: ../../templates/receipt/custom-checkout.php:41
2654
  msgid "Pay with Mercado Pago"
2655
  msgstr "Pagar con Mercado Pago"
2656
 
2657
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:85,
2658
  #: ../../templates/receipt/custom-checkout.php:44,
2659
  #: ../../templates/receipt/custom-checkout.php:44
2660
  msgid "Cancel &amp; Clear Cart"
2661
  msgstr "Cancelar &amp; Limpiar carrito"
2662
 
2663
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2664
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2665
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82,
2666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
2667
  msgid "Apply"
2668
  msgstr "Aplicar"
2669
 
2670
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
2671
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2672
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2673
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2674
  msgid "Remove"
2675
  msgstr "Retirar"
2676
 
2677
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
2678
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2679
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2680
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2681
  msgid "Please, inform your coupon code"
2682
  msgstr "Por favor, informe su código de cupón"
2683
 
2684
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
2685
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2686
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2687
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2688
  msgid "To choose"
2689
  msgstr "Elegir"
2690
 
2691
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
2692
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2693
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2694
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2695
  msgid "Other bank"
2696
  msgstr "Otro banco"
2697
 
2698
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2699
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2700
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2701
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2702
  msgid "You will save"
2703
  msgstr "Salvarás"
2704
 
2705
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2706
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2707
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2708
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2709
  msgid "with discount of"
2710
  msgstr "con descuento de"
2711
 
2712
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2713
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2714
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2715
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2716
  msgid "Total of your purchase:"
2717
  msgstr "Total de su compra:"
2718
 
2719
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2720
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2721
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2722
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2723
  msgid "Total of your purchase with discount:"
2724
  msgstr "Total de su compra con descuento:"
2725
 
2726
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2727
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2728
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2729
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2730
  msgid "*After payment approval"
2731
  msgstr "*Tras la aprobación del pago"
2732
 
2733
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2734
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2735
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2736
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2737
  msgid "Terms and conditions of use"
2738
  msgstr "Términos y condiciones de uso"
2739
 
2740
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2741
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2742
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2743
  msgid "No fee"
2744
  msgstr "Sin interés"
2745
 
2746
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2747
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2748
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2749
  msgid "More options"
2750
  msgstr "Más opciones"
2751
 
2752
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2753
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2754
  msgid "mm/yy"
2755
  msgstr "mm/aa"
2756
 
2757
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2758
- #: ../../templates/checkout/custom-checkout.php:130,
2759
- #: ../../templates/checkout/custom-checkout.php:130
2760
  msgid "Issuer"
2761
  msgstr "Banco"
2762
 
2763
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2764
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2765
  msgid "Installments"
2766
  msgstr "cuotas "
2767
 
2768
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2769
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2770
  msgid "on the back"
2771
  msgstr "del dorso"
2772
 
2773
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2774
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2775
  msgid "on the front"
2776
  msgstr "del frente"
2777
 
2778
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2779
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2780
  msgid "digits"
2781
  msgstr "dígitos"
2782
 
2783
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2784
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2785
  msgid "Card number is required"
2786
  msgstr "Número de tarjeta obligatorio"
2787
 
2788
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2789
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2790
  msgid "Card number invalid"
2791
  msgstr "Número de tarjeta inválido"
2792
 
2793
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184,
2794
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184
2795
  msgid "Holder name is required"
2796
  msgstr "Nombre del titular obligatorio"
2797
 
2798
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185,
2799
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185
2800
  msgid "Holder name invalid"
2801
  msgstr "Nombre del titular inválido"
2802
 
2803
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
2804
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
2805
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
2806
  msgid "Expiration date invalid"
2807
  msgstr "Fecha de vencimiento inválido"
2808
 
2809
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
2810
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
2811
  msgid "Expiration date incomplete"
2812
  msgstr "Fecha de vencimiento obligatorio"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193,
2815
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193
2816
  msgid "Security code is required"
2817
  msgstr "Código de seguridad obligatorio"
2818
 
2819
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194,
2820
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194
2821
  msgid "Security code incomplete"
2822
  msgstr "Código de seguridad incompleto"
2823
 
@@ -2887,72 +2961,72 @@ msgstr "Respuesta de la caché"
2887
  msgid "Took %1$s seconds to transfer a request to %2$s"
2888
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2889
 
2890
- #: ../../templates/checkout/basic-checkout.php:22,
2891
- #: ../../templates/checkout/basic-checkout.php:22
2892
  msgid "Checkout Pro in Test Mode"
2893
  msgstr "Checkout Pro en Modo Test"
2894
 
2895
- #: ../../templates/checkout/basic-checkout.php:23,
2896
- #: ../../templates/checkout/basic-checkout.php:23
2897
  msgid "Use Mercado Pago's payment methods without real charges. "
2898
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2899
 
2900
- #: ../../templates/checkout/basic-checkout.php:24,
2901
- #: ../../templates/checkout/ticket-checkout.php:25,
2902
- #: ../../templates/checkout/ticket-checkout.php:25
2903
  msgid "See the rules for the test mode."
2904
  msgstr "Consulte las reglas para el modo test."
2905
 
2906
- #: ../../templates/checkout/basic-checkout.php:32,
2907
- #: ../../templates/checkout/basic-checkout.php:32
2908
  msgid "Pay faster with Mercado Pago"
2909
  msgstr "Paga más rápido con Mercado Pago"
2910
 
2911
- #: ../../templates/checkout/basic-checkout.php:34,
2912
- #: ../../templates/checkout/basic-checkout.php:34
2913
  msgid "Secure payment"
2914
  msgstr "Pago seguro"
2915
 
2916
- #: ../../templates/checkout/basic-checkout.php:35,
2917
- #: ../../templates/checkout/basic-checkout.php:35
2918
  msgid "No need to fill out details"
2919
  msgstr "Sin cargar datos"
2920
 
2921
- #: ../../templates/checkout/basic-checkout.php:36,
2922
- #: ../../templates/checkout/basic-checkout.php:36
2923
  msgid "Installments available"
2924
  msgstr "Cuotas disponibles"
2925
 
2926
- #: ../../templates/checkout/basic-checkout.php:39,
2927
- #: ../../templates/checkout/basic-checkout.php:39
2928
  msgid "List style type blue check"
2929
  msgstr ""
2930
 
2931
- #: ../../templates/checkout/basic-checkout.php:51,
2932
- #: ../../templates/checkout/basic-checkout.php:51
2933
  msgid ""
2934
  "By confirming your purchase, you will be redirected to your Mercado Pago "
2935
  "account"
2936
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
2937
 
2938
- #: ../../templates/checkout/basic-checkout.php:52,
2939
- #: ../../templates/checkout/basic-checkout.php:52
2940
  msgid "Checkout Pro redirect info image"
2941
  msgstr ""
2942
 
2943
  #: ../../templates/checkout/basic-checkout.php:63,
2944
- #: ../../templates/checkout/custom-checkout.php:152,
2945
- #: ../../templates/checkout/pix-checkout.php:39,
2946
- #: ../../templates/checkout/ticket-checkout.php:81,
2947
- #: ../../templates/checkout/ticket-checkout.php:81
2948
  msgid "By continuing, you agree with our"
2949
  msgstr "Al continuar, aceptas nuestros"
2950
 
2951
  #: ../../templates/checkout/basic-checkout.php:64,
2952
- #: ../../templates/checkout/custom-checkout.php:153,
2953
- #: ../../templates/checkout/pix-checkout.php:40,
2954
- #: ../../templates/checkout/ticket-checkout.php:82,
2955
- #: ../../templates/checkout/ticket-checkout.php:82
2956
  msgid "Terms and conditions"
2957
  msgstr "Términos y condiciones "
2958
 
@@ -2961,81 +3035,81 @@ msgstr "Términos y condiciones "
2961
  msgid "Checkout Custom in Test Mode"
2962
  msgstr "Tarjeta de crédito en Modo Test"
2963
 
2964
- #: ../../templates/checkout/custom-checkout.php:23,
2965
- #: ../../templates/checkout/custom-checkout.php:23
2966
  msgid "Use Mercado Pago means without real charges."
2967
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
2968
 
2969
- #: ../../templates/checkout/custom-checkout.php:24,
2970
- #: ../../templates/checkout/custom-checkout.php:24
2971
  msgid "See test mode rules."
2972
  msgstr "Ver las reglas del Modo Test. "
2973
 
2974
- #: ../../templates/checkout/custom-checkout.php:39,
2975
- #: ../../templates/checkout/custom-checkout.php:39
2976
  msgid "Pay faster with your saved cards and without completing data."
2977
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
2978
 
2979
- #: ../../templates/checkout/custom-checkout.php:54,
2980
- #: ../../templates/checkout/custom-checkout.php:54
2981
  msgid "With which card can you pay?"
2982
  msgstr "¿Con qué tarjeta puedes pagar?"
2983
 
2984
- #: ../../templates/checkout/custom-checkout.php:69,
2985
- #: ../../templates/checkout/custom-checkout.php:69
2986
  msgid "See current promotions"
2987
  msgstr "Ver promociones vigentes"
2988
 
2989
- #: ../../templates/checkout/custom-checkout.php:77,
2990
- #: ../../templates/checkout/custom-checkout.php:77
2991
  msgid "Fill in your card details"
2992
  msgstr "Completa los datos de tu tarjeta"
2993
 
2994
- #: ../../templates/checkout/custom-checkout.php:79,
2995
- #: ../../templates/checkout/custom-checkout.php:79
2996
  msgid "Card number"
2997
  msgstr "Número de Tarjeta"
2998
 
 
2999
  #: ../../templates/checkout/custom-checkout.php:81,
3000
- #: ../../templates/checkout/custom-checkout.php:89,
3001
- #: ../../templates/checkout/custom-checkout.php:100,
3002
- #: ../../templates/checkout/custom-checkout.php:108,
3003
- #: ../../templates/checkout/custom-checkout.php:108
3004
  msgid "Required data"
3005
  msgstr "Datos obligatorios"
3006
 
3007
- #: ../../templates/checkout/custom-checkout.php:86,
3008
- #: ../../templates/checkout/custom-checkout.php:86
3009
  msgid "Holder name as it appears on the card"
3010
  msgstr "Nombre del titular como aparece en la tarjeta"
3011
 
3012
- #: ../../templates/checkout/custom-checkout.php:96,
3013
- #: ../../templates/checkout/custom-checkout.php:96
3014
  msgid "Expiration"
3015
  msgstr "Vencimiento"
3016
 
3017
- #: ../../templates/checkout/custom-checkout.php:105,
3018
- #: ../../templates/checkout/custom-checkout.php:105
3019
  msgid "Security Code"
3020
  msgstr "Código de seguridad"
3021
 
3022
- #: ../../templates/checkout/custom-checkout.php:115,
3023
- #: ../../templates/checkout/ticket-checkout.php:33,
3024
- #: ../../templates/checkout/ticket-checkout.php:46,
3025
- #: ../../templates/checkout/ticket-checkout.php:46
3026
  msgid "Holder document"
3027
  msgstr "Documento del titular"
3028
 
3029
- #: ../../templates/checkout/custom-checkout.php:116,
3030
- #: ../../templates/checkout/ticket-checkout.php:34,
3031
- #: ../../templates/checkout/ticket-checkout.php:47,
3032
- #: ../../templates/checkout/ticket-checkout.php:47
3033
  msgid "Invalid document"
3034
  msgstr "Número de documento no válido"
3035
 
3036
- #: ../../templates/checkout/custom-checkout.php:126,
3037
- #: ../../templates/checkout/custom-checkout.php:137,
3038
- #: ../../templates/checkout/custom-checkout.php:137
3039
  msgid "Select the number of installments"
3040
  msgstr "Selecciona la cantidad de cuotas"
3041
 
@@ -3046,8 +3120,8 @@ msgstr "Selecciona la cantidad de cuotas"
3046
  msgid "Pix in Test Mode"
3047
  msgstr "Tarjetas de crédito en Modo Test"
3048
 
3049
- #: ../../templates/checkout/pix-checkout.php:23,
3050
- #: ../../templates/checkout/pix-checkout.php:23
3051
  #, fuzzy
3052
  #| msgid ""
3053
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
@@ -3059,21 +3133,21 @@ msgstr ""
3059
  "Es posible testear el flujo para generar una factura, pero no es posible "
3060
  "finalizar el pago."
3061
 
3062
- #: ../../templates/checkout/pix-checkout.php:30,
3063
- #: ../../templates/checkout/pix-checkout.php:30
3064
  #, fuzzy
3065
  #| msgid "Pay securely and instantly!"
3066
  msgid "Pay instantly"
3067
  msgstr "Pago seguro e instantáneo!"
3068
 
3069
- #: ../../templates/checkout/pix-checkout.php:31,
3070
- #: ../../templates/checkout/pix-checkout.php:31
3071
  msgid ""
3072
  "By confirming your purchase, we will show you a code to make the payment."
3073
  msgstr ""
3074
 
3075
- #: ../../templates/checkout/pix-checkout.php:32,
3076
- #: ../../templates/checkout/pix-checkout.php:32
3077
  msgid "Pix logo"
3078
  msgstr ""
3079
 
@@ -3082,8 +3156,8 @@ msgstr ""
3082
  msgid "Offline Methods in Test Mode"
3083
  msgstr "Facturas en Modo Test"
3084
 
3085
- #: ../../templates/checkout/ticket-checkout.php:24,
3086
- #: ../../templates/checkout/ticket-checkout.php:24
3087
  msgid ""
3088
  "You can test the flow to generate an invoice, but you cannot finalize the "
3089
  "payment. "
@@ -3091,21 +3165,21 @@ msgstr ""
3091
  "Es posible testear el flujo para generar una factura, pero no es posible "
3092
  "finalizar el pago. "
3093
 
3094
- #: ../../templates/checkout/ticket-checkout.php:56,
3095
- #: ../../templates/checkout/ticket-checkout.php:56
3096
  msgid "Select where you want to pay"
3097
  msgstr "Selecciona el punto de pago donde quieres pagar"
3098
 
3099
- #: ../../templates/checkout/ticket-checkout.php:58,
3100
- #: ../../templates/checkout/ticket-checkout.php:58
3101
- msgid "Select a payment method"
3102
- msgstr "Seleccione una opción de pago"
3103
-
3104
- #: ../../templates/checkout/ticket-checkout.php:61,
3105
- #: ../../templates/checkout/ticket-checkout.php:61
3106
  msgid "more options"
3107
  msgstr "Más opciones"
3108
 
 
 
 
 
 
3109
  #: ../../templates/order/payment-status-metabox-content.php:20,
3110
  #: ../../templates/order/payment-status-metabox-content.php:20
3111
  msgid ""
@@ -3129,6 +3203,33 @@ msgstr ""
3129
  msgid "Print ticket"
3130
  msgstr "Imprimir ticket"
3131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3132
  #~ msgid "Mandatory data"
3133
  #~ msgstr "Campo obligatorio"
3134
 
@@ -3144,9 +3245,6 @@ msgstr "Imprimir ticket"
3144
  #~ msgid "We take you to our site to complete the payment"
3145
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3146
 
3147
- #~ msgid "Use your Mercado Pago"
3148
- #~ msgstr "Usa tu Mercado Pago"
3149
-
3150
  #~ msgid "Pay with a saved card"
3151
  #~ msgstr "Pagar con tarjeta guardada"
3152
 
@@ -3491,13 +3589,6 @@ msgstr "Imprimir ticket"
3491
  #~ msgid "Search my credentials"
3492
  #~ msgstr "Buscar mis credenciales"
3493
 
3494
- #~ msgid ""
3495
- #~ "With these credentials, you enable payment simulations in your Mercado "
3496
- #~ "Pago checkouts."
3497
- #~ msgstr ""
3498
- #~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
3499
- #~ "simular pagos."
3500
-
3501
  #~ msgid ""
3502
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3503
  #~ "real payments."
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 3.1.1\n"
15
 
16
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
17
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345,
18
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
23
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347,
24
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446,
84
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446
85
  msgid "Invalid credentials"
86
  msgstr "Credenciales no válidas"
87
 
88
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53,
89
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53
90
  msgid ""
91
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
92
  "Please update your PHP version."
94
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
95
  "favor actualice su versión de PHP."
96
 
97
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64,
98
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64
99
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
100
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75,
103
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75
104
  msgid ""
105
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
106
  "extension is required to send QR Code Pix by email."
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
  #. translators: %s link to WooCommerce
115
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89,
116
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89
117
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
118
  msgstr ""
119
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
120
 
121
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102,
122
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102
123
  msgid "Cancel order"
124
  msgstr "Cancelar orden"
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361,
127
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361
128
  msgid "The payment method is not valid or not available."
129
  msgstr "El medio de pago no es válido o no está disponible."
130
 
131
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
132
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
133
  msgid "The transaction amount cannot be processed by Mercado Pago."
134
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
135
 
136
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
137
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
138
  msgid ""
139
  "Possible causes: Currency not supported; Amounts below the minimum or above "
140
  "the maximum allowed."
142
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
143
  "encima del máximo permitido."
144
 
145
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
147
  msgid "The users are not valid."
148
  msgstr "Los usuários no son válidos."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
152
  msgid ""
153
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
154
  "transaction involving production and test users."
156
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
157
  "Pago; La transacción involucrando usuários de producción y de prueba."
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
161
  msgid "Unauthorized use of production credentials."
162
  msgstr "Uso no autorizado de credenciales de producción."
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
166
  msgid ""
167
  "Possible causes: Use permission in use for the credential of the seller."
168
  msgstr ""
169
  "Posibles causas: Pendencia de permiso de uso en producción para la "
170
  "credencial del vendedor."
171
 
172
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498,
173
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498
174
  msgid "Colombia"
175
  msgstr "Colombia"
176
 
177
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500,
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500
179
  msgid "Argentina"
180
  msgstr "Argentina"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502
184
  msgid "Brazil"
185
  msgstr "Brasil"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504
189
  msgid "Chile"
190
  msgstr "Chile"
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506
194
  msgid "Mexico"
195
  msgstr "México"
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508
199
  msgid "Uruguay"
200
  msgstr "Uruguay"
201
 
202
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510,
203
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510
204
  msgid "Venezuela"
205
  msgstr "Venezuela"
206
 
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512,
208
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512
209
  msgid "Peru"
210
  msgstr "Peru"
211
 
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546,
213
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546
214
  msgid "Update the WooCommerce order to "
215
  msgstr "Actualizar la orden de WooCommerce para "
216
 
217
+ #: ../../includes/module/class-wc-woomercadopago-module.php:765,
218
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
219
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
220
  msgid "Fill in your credentials to enable payment methods."
221
  msgstr "Completa tus credenciales para habilitar los medios de pago."
222
 
223
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781,
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781
225
  msgid "Set plugin"
226
  msgstr "Configurar plugin"
227
 
228
+ #: ../../includes/module/class-wc-woomercadopago-module.php:782,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
230
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
231
  msgid "Payment methods"
232
  msgstr "Medios de pagos"
233
 
234
+ #: ../../includes/module/class-wc-woomercadopago-module.php:783,
235
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
236
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
237
  msgid "Plugin manual"
238
  msgstr "Manual del plugin"
239
 
240
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882,
241
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882
242
  msgid "By Mercado Pago"
243
  msgstr "Por Mercado Pago"
244
 
245
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191,
246
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191
247
  msgid "Payment approved."
248
  msgstr "Pago aprobado."
249
 
250
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:257,
251
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260,
252
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260
253
  msgid "Waiting for the Pix payment."
254
  msgstr "Esperando el pago de Pix."
255
 
256
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:276,
257
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279,
258
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279
259
  msgid "Waiting for the ticket payment."
260
  msgstr "Esperando el pago del boleto."
261
 
262
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288,
263
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288
264
  msgid "The customer has not made the payment yet."
265
  msgstr "El cliente todavía no efectuó el pago."
266
 
267
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307,
268
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307
269
  msgid "Payment is pending review."
270
  msgstr "El pago está pendiente de revisión."
271
 
272
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324,
273
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324
274
  msgid "Payment was declined. The customer can try again."
275
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
276
 
277
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339,
278
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339
279
  msgid "Payment was returned to the customer."
280
  msgstr "El pago fue devuelto al cliente."
281
 
282
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353,
283
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353
284
  msgid "Payment was canceled."
285
  msgstr "El pago fue cancelado."
286
 
287
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:368,
288
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380,
289
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380
290
  msgid ""
291
  "The payment is in mediation or the purchase was unknown by the customer."
292
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
  #. translators: 1: payment_id 2: status
297
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483,
298
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483
299
  msgid ""
300
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
301
  msgstr ""
311
  msgid "Type of topic IPN invalid, need to be merchant_order"
312
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
313
 
314
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
315
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
316
  msgid "IPN merchant_order not found"
317
  msgstr "No se ha encontrado la IPN de `merchant_order`"
318
 
319
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62,
320
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62
321
  msgid "Not found Payments into Merchant_Order"
322
  msgstr "No se han encontrado pagos en Merchant_Order"
323
 
324
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173,
325
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
326
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190,
327
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168,
328
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168
329
  msgid "Buyer email"
330
  msgstr "Email del comprador"
331
 
332
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:176,
333
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
334
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:193,
335
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171,
336
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171
337
  msgid "Payment type"
338
  msgstr "Tipo de método de pago"
339
 
340
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:179,
341
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:148,
342
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:196,
343
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174,
344
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174
345
  msgid "Payment method"
346
  msgstr "Método de pago"
347
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
443
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
444
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
445
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
447
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
458
  "sitio web de Mercado Pago."
459
 
460
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
461
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
462
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
463
  msgid "The checkout is <b>enabled</b>."
464
  msgstr "El checkout está <b>activo</b>."
465
 
466
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
467
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
468
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
469
  msgid "The checkout is <b>disabled</b>."
470
  msgstr "El checkout está <b>inactivo</b>."
471
 
603
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
604
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
605
 
606
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
607
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511
608
  msgid "Installments without card"
609
  msgstr "Cuotas sin tarjeta"
610
 
611
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
612
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
613
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
614
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
615
  msgid "Up to "
616
  msgstr "hasta "
617
 
618
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
619
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
  msgstr " Cuotas"
624
 
625
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519,
626
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
627
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
628
  msgid "Credit cards"
629
  msgstr "Tarjetas de crédito"
630
 
631
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
633
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
634
  msgid "Debit cards"
635
  msgstr "Tarjetas de débito "
636
 
637
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532,
638
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532
639
  msgid "Bank Transfer"
640
  msgstr "Transferencia bancaria"
641
 
642
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
643
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538
644
  msgid "Payment by cash"
645
  msgstr "Pagos en efectivo "
646
 
647
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586,
648
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573,
649
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
650
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
651
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
652
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
653
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
654
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
655
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
656
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
657
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
658
  msgid "discount of"
659
  msgstr "descuento de"
660
 
661
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591,
662
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578,
663
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
664
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
665
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
666
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
667
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
668
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176,
670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
671
  msgid "fee of"
672
  msgstr "comisión de"
673
 
702
 
703
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
704
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
705
+ msgid "Transparent Checkout for credit cards is <b>enabled</b>."
706
  msgstr ""
707
+ "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
708
 
709
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
710
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
871
  msgid "This payment method cannot process your payment."
872
  msgstr "Este medio de pago no puede procesar su pago."
873
 
874
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
875
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
876
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
 
 
 
 
 
879
  msgid "A problem was occurred when processing your payment. Please, try again."
880
  msgstr ""
881
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
882
  "vez."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
886
  msgid "See your order form"
887
  msgstr "Ver su hoja de pedido"
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
891
  msgid "Your payment was declined. You can try again."
892
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
896
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
897
  msgid "Click to try again"
898
  msgstr "Haga clic para intentarlo de nuevo"
899
 
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
902
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
903
  msgid ""
904
  "A problem was occurred when processing your payment. Are you sure you have "
905
  "correctly filled all information in the checkout form?"
907
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
908
  "cargado la información en el formulario?"
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651,
911
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651
912
  msgid "Configure your credentials to enable Mercado Pago payment methods."
913
  msgstr ""
914
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
915
 
916
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707,
917
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707
918
  msgid "Title in the store Checkout"
919
  msgstr "Título en el checkout de la tienda"
920
 
921
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709,
922
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709
923
  msgid "Change the display text in Checkout, maximum characters: 85"
924
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711,
927
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711
928
  msgid "The text inserted here will not be translated to other languages"
929
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
930
 
931
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725,
932
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725
933
  msgid "Description"
934
  msgstr "Descripción"
935
 
936
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
 
937
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
938
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
939
+ msgid "Important! To sell you must enter your credentials."
940
+ msgstr "¡Importante! Para vender debe introducir sus credenciales."
 
 
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763,
943
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763
944
+ msgid "You must enter&nbsp;<b>production credentials</b>."
945
+ msgstr "Debe introducir&nbsp;<b>las credenciales de producción</b>."
 
946
 
947
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764,
948
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764
949
+ msgid "Enter credentials"
950
+ msgstr "Introducir credenciales"
951
 
952
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
953
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
954
  msgid "Mercado Pago Plugin general settings"
955
  msgstr "Configuraciones generales del plugin de Mercado Pago"
956
 
957
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
958
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
959
+ msgid "Important! To sell you must enter your credentials.?"
960
+ msgstr ""
961
+
962
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
963
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
964
  msgid ""
965
  "Set the deadlines and fees, test your store or access the Plugin manual."
966
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
967
 
968
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776,
969
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776
970
  msgid "Go to Settings"
971
  msgstr "Ir a Configuraciones"
972
 
973
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800,
974
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800
975
  msgid "Activate your credentials to be able to sell"
976
  msgstr "Activa tus credenciales para poder vender"
977
 
978
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801,
979
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801
980
  msgid ""
981
  "Credentials are codes that you must enter to enable sales. Go below on "
982
  "Activate Credentials. On the next screen, use again the Activate Credentials "
986
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
987
  "botón Activar credenciales y completa los campos con los datos solicitados."
988
 
989
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802,
990
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802
991
  msgid "Activate credentials"
992
  msgstr "Activar credenciales"
993
 
994
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850,
995
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850
996
  msgid "By disabling it, you will disable all payment methods of this checkout."
997
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
998
 
999
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946,
1000
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946
1001
  msgid "Basic Configuration"
1002
  msgstr "Configuración Básica"
1003
 
1004
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959,
1005
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959
1006
  msgid "Discount coupons"
1007
  msgstr "Cupones de descuento"
1008
 
1009
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962,
1010
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962
1011
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1012
  msgstr ""
1013
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1014
 
1015
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964,
1016
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964
1017
  msgid "Discount coupons is <b>active</b>."
1018
  msgstr "Cupones de descuento están <b>activos</b>."
1019
 
1020
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965,
1021
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965
1022
  msgid "Discount coupons is <b>disabled</b>."
1023
  msgstr "Cupones de descuento están <b>inactivos</b>."
1024
 
1025
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977,
1026
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977
1027
  msgid "Automatic decline of payments without instant approval"
1028
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1029
 
1030
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978,
1031
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978
1032
  msgid ""
1033
  "Enable it if you want to automatically decline payments that are not "
1034
  "instantly approved by banks or other institutions. "
1036
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1037
  "instantáneamente por bancos u otros compradores. "
1038
 
1039
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982,
1040
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982
1041
  msgid "Pending payments <b>will be automatically declined</b>."
1042
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1043
 
1044
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983,
1045
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983
1046
  msgid "Pending payments <b>will not be automatically declined</b>."
1047
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1048
 
1049
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995,
1050
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995
1051
  msgid "Discount in Mercado Pago Checkouts"
1052
  msgstr "Descuento en los checkouts de Mercado Pago"
1053
 
1054
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998,
1055
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998
1056
  msgid ""
1057
  "Choose a percentage value that you want to discount your customers for "
1058
  "paying with Mercado Pago."
1060
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1061
  "Mercado Pago."
1062
 
1063
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:999,
1064
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020,
1065
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
1066
  msgid "Activate and show this information on Mercado Pago Checkout"
1067
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1068
 
1069
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016,
1070
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016
1071
  msgid "Commission in Mercado Pago Checkouts"
1072
  msgstr "Comisiones en los checkouts de Mercado Pago"
1073
 
1074
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019,
1075
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019
1076
  msgid ""
1077
  "Choose an additional percentage value that you want to charge as commission "
1078
  "to your customers for paying with Mercado Pago."
1080
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1081
  "clientes por pagar con Mercado Pago."
1082
 
1083
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056,
1084
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056
1085
  msgid "Convert Currency"
1086
  msgstr "Convertir moneda"
1087
 
1088
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061,
1089
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
1090
  msgid "Currency convertion is <b>enabled</b>."
1091
  msgstr "Conversión de moneda está <b>activa</b>."
1092
 
1093
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062,
1094
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
1095
  msgid "Currency convertion is <b>disabled</b>."
1096
  msgstr "Conversión de moneda está <b>inactiva</b>."
1097
 
1098
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179,
1099
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179
1100
  msgid ""
1101
  "Edit these advanced fields only when you want to modify the preset values."
1102
  msgstr ""
1371
  msgid "Register your Pix key at Mercado Pago."
1372
  msgstr "Registra tu clave Pix en Mercado Pago."
1373
 
1374
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:618,
1375
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1377
  msgid "Code valid for "
1995
  msgid "Discard"
1996
  msgstr "Descartar"
1997
 
1998
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142,
1999
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142
2000
  msgid "Mercado Pago Settings"
2001
  msgstr "Configuración de Mercado Pago"
2002
 
2003
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2004
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2005
  msgid "Accept "
2006
  msgstr "Acepta "
2007
 
2008
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2009
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2010
  msgid "payments on the spot "
2011
  msgstr "pagos al instante "
2012
 
2013
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2014
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2015
  msgid "with"
2016
  msgstr "con toda"
2017
 
2018
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
2019
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
2020
  msgid "the "
2021
  msgstr "la "
2022
 
2023
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199,
2024
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
2025
  msgid "security "
2026
  msgstr "seguridad "
2027
 
2028
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200,
2029
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
2030
  msgid "from Mercado Pago"
2031
  msgstr "de Mercado Pago"
2032
 
2033
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201,
2034
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
2035
  msgid "Technical requirements"
2036
  msgstr "Requisitos técnicos"
2037
 
2038
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202,
2039
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
2040
  msgid "SSL"
2041
  msgstr "SSL"
2042
 
2043
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203,
2044
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
2045
  msgid "GD Extensions"
2046
  msgstr "Extensiones GD"
2047
 
2048
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204,
2049
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
2050
  msgid "Curl"
2051
  msgstr "Curl"
2052
 
2053
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205,
2054
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
2055
  msgid ""
2056
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2057
  "and encrypted way."
2059
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2060
  "segura y encriptada."
2061
 
2062
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206,
2063
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
2064
  msgid ""
2065
  "These extensions are responsible for the implementation and operation of Pix "
2066
  "in your store."
2068
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2069
  "tienda."
2070
 
2071
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207,
2072
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
2073
  msgid ""
2074
  "It is an extension responsible for making payments via requests from the "
2075
  "plugin to Mercado Pago."
2077
  "Es una extensión encargada de realizar los pagos a través de requests del "
2078
  "plugin a Mercado Pago."
2079
 
2080
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208,
2081
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
2082
  msgid "Collections and installments"
2083
  msgstr "Cobros y cuotas"
2084
 
2085
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209,
2086
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
2087
  msgid "Choose "
2088
  msgstr "Elige "
2089
 
2090
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210,
2091
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
2092
  msgid "when you want to receive the money "
2093
  msgstr "cuándo quieres recibir el dinero "
2094
 
2095
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211,
2096
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
2097
  msgid "from your sales and if you want to offer "
2098
  msgstr "de las ventas y si quieres ofrecer "
2099
 
2100
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212,
2101
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
2102
  msgid "interest-free installments "
2103
  msgstr "cuotas sin interés "
2104
 
2105
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2106
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2107
  msgid "to your clients."
2108
  msgstr "a los clientes."
2109
 
2110
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2111
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2112
  msgid "Set deadlines and fees"
2113
  msgstr "Ajustar plazos y tasas"
2114
 
2115
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2116
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2117
  msgid "Questions? "
2118
  msgstr "¿Dudas? "
2119
 
2120
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2121
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2122
  msgid "Review the step-by-step of "
2123
  msgstr "Revisa el paso a paso de "
2124
 
2125
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2126
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2127
  msgid "how to integrate the Mercado Pago Plugin "
2128
  msgstr "cómo integrar el Plugin de Mercado Pago "
2129
 
2130
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2131
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2132
  msgid "on our webiste for developers."
2133
  msgstr "en nuestro sitio de desarrolladores."
2134
 
2135
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234,
2136
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
2137
  msgid "1. Integrate your store with Mercado Pago "
2138
  msgstr "1. Integra la tienda a Mercado Pago "
2139
 
2140
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235,
2141
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
2142
+ msgid ""
2143
+ "To enable orders, you must create and activate production credentials in "
2144
+ "your Mercado Pago Account. "
2145
+ msgstr ""
2146
+ "Para habilitar las ventas, debes crear y activar las credenciales de "
2147
+ "producción en tu cuenta de Mercado Pago. "
2148
 
2149
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236,
2150
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
2151
+ msgid "Copy and paste the credentials below."
2152
+ msgstr "Copia y pega tus credenciales a continuación."
2153
 
2154
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237,
2155
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
2156
  msgid "Check credentials"
2157
  msgstr "Consultar credenciales"
2158
 
2159
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238,
2160
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
2161
  msgid "Test credentials "
2162
  msgstr "Credenciales de prueba "
2163
 
2164
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239,
2165
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
2166
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2167
  msgstr ""
2168
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2169
  "tienda."
2170
 
2171
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240,
2172
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
2173
  msgid "Public key"
2174
  msgstr "Public key"
2175
 
2176
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2177
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2178
  msgid "Access Token"
2179
  msgstr "Access Token"
2180
 
2181
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2182
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2183
  msgid "Production credentials"
2184
  msgstr "Credenciales de producción"
2185
 
2186
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2187
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2188
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2189
  msgstr ""
2190
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2191
  "tienda."
2192
 
2193
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2194
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2195
  msgid "Paste your Public Key here"
2196
  msgstr "Pega aquí tu Public Key"
2197
 
2198
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2199
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2200
  msgid "Paste your Access Token here"
2201
  msgstr "Pega aquí tu Access Token"
2202
 
2203
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2204
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287,
2205
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287
2206
  msgid "Save and continue"
2207
  msgstr "Guardar y continuar"
2208
 
2209
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2210
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2211
  msgid "2. Customize your business"
2212
  msgstr "2. Personaliza tu negocio"
2213
 
2214
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2215
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2216
  msgid ""
2217
  "Fill out the following information to have a better experience and offer "
2218
  "more information to your clients"
2220
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2221
  "información a los clientes"
2222
 
2223
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2224
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2225
  msgid "Your store information"
2226
  msgstr "Información sobre tu tienda"
2227
 
2228
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2229
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2230
  msgid "Name of your store in your client's invoice"
2231
  msgstr "Nombre de tu tienda en la factura de los clientes"
2232
 
2233
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2234
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2235
  msgid "Eg: Mary's store"
2236
  msgstr "Ej.: TiendaMaría"
2237
 
2238
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267,
2239
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
2240
  msgid ""
2241
  "If this field is empty, the purchase will be identified as Mercado Pago."
2242
  msgstr ""
2243
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2244
  "Pago."
2245
 
2246
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268,
2247
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
2248
  msgid "Identification in Activities of Mercad Pago"
2249
  msgstr "Identificación en Actividad de Mercado Pago"
2250
 
2251
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269,
2252
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
2253
  msgid "Eg: Marystore"
2254
  msgstr "Ej.: Tienda de María"
2255
 
2256
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270,
2257
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
2258
  msgid "In Activities, you will view this term before the order number"
2259
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2260
 
2261
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271,
2262
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
2263
  msgid "Store category"
2264
  msgstr "Categoría de la tienda"
2265
 
2266
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272,
2267
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
2268
  msgid "Select"
2269
  msgstr "Seleccionar"
2270
 
2271
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273,
2272
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
2273
  msgid "Select ”Other” if you do not find the appropriate category."
2274
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2275
 
2276
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274,
2277
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
2278
  msgid "Advanced integration options (optional)"
2279
  msgstr "Opciones avanzadas de integración (opcional)"
2280
 
2281
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275,
2282
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
2283
  msgid ""
2284
  "For further integration of your store with Mercado Pago (IPN, Certified "
2285
  "Partners, Debug Mode)"
2287
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2288
  "Certificados, Modo Debug)"
2289
 
2290
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276,
2291
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
2292
  msgid "View advanced options"
2293
  msgstr "Ver opciones avanzadas"
2294
 
2295
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277,
2296
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
2297
  msgid "URL for IPN "
2298
  msgstr "URL para IPN "
2299
 
2300
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278,
2301
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
2302
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2303
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2304
 
2305
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279,
2306
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
2307
  msgid ""
2308
  "Add the URL to receive payments notifications. Find out more information in "
2309
  "the "
2311
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2312
  "en los "
2313
 
2314
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2315
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2316
  msgid "guides."
2317
  msgstr "manuales."
2318
 
2319
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2320
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2321
  msgid "integrator_id"
2322
  msgstr "integrator_id"
2323
 
2324
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2325
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2326
  msgid "Eg: 14987126498"
2327
  msgstr "Ej.: 14987126498"
2328
 
2329
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2330
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2331
  msgid ""
2332
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2333
  "integrator_id. If you do not have the code, please "
2335
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2336
  "integrator_id. Si no tienes el código, "
2337
 
2338
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284,
2339
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284
2340
  msgid "request it now. "
2341
  msgstr "solicítalo ahora. "
2342
 
2343
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285,
2344
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285
2345
  msgid "Debug and Log Mode"
2346
  msgstr "Modo debug y log"
2347
 
2348
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286,
2349
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286
2350
  msgid "We record your store's actions in order to provide a better assistance."
2351
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2352
 
2353
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2354
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2355
  msgid "3. Set payment methods"
2356
  msgstr "3. Configura los medios de pago"
2357
 
2358
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2359
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2360
  msgid "To view more options, please select a payment method below"
2361
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2362
 
2363
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2364
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2365
  msgid "Settings"
2366
  msgstr "Configurar"
2367
 
2368
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2369
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2370
  msgid "Continue"
2371
  msgstr "Continuar"
2372
 
2373
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318,
2374
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
2375
  msgid "4. Test your store before you sell"
2376
  msgstr "4. Testea tu tienda antes de vender"
2377
 
2378
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319,
2379
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
2380
  msgid ""
2381
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2382
  "to sell."
2384
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2385
  "para realizar ventas."
2386
 
2387
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320,
2388
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
2389
  msgid "Choose how you want to operate your store:"
2390
  msgstr "Elige cómo quieres operar tu tienda:"
2391
 
2392
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321,
2393
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
2394
  msgid "Test Mode"
2395
  msgstr "Modo Test"
2396
 
2397
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322,
2398
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
2399
  msgid "Mercado Pago Checkouts disabled for real collections. "
2400
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2401
 
2402
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323,
2403
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
2404
  msgid "Test Mode rules."
2405
  msgstr "Reglas del modo test."
2406
 
2407
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324,
2408
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
2409
  msgid "Sale Mode (Production)"
2410
  msgstr "Modo Ventas (Producción)"
2411
 
2412
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325,
2413
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
2414
  msgid "Mercado Pago Checkouts enabled for real collections."
2415
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2416
 
2417
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326,
2418
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
2419
  msgid "Mercado Pago payment methods in Production Mode"
2420
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2421
 
2422
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327,
2423
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
2424
  msgid "The clients can make real purchases in your store."
2425
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2426
 
2427
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328,
2428
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
2429
  msgid "Mercado Pago payment methods in Test Mode"
2430
  msgstr "Medios de pago Mercado Pago en Modo Test"
2431
 
2432
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329,
2433
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
2434
+ msgid "Create your "
2435
+ msgstr "Crea tu "
2436
+
2437
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330,
2438
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330
2439
+ msgid "test user "
2440
+ msgstr "usuario de prueba "
2441
+
2442
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331,
2443
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331
2444
+ msgid ""
2445
+ "(Optional. Can be used in Production Mode and Test Mode, to test payments)."
2446
+ msgstr ""
2447
+ "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
2448
+ "probar los pagos)."
2449
+
2450
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332,
2451
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332
2452
+ msgid "Use our test cards, "
2453
+ msgstr "Utiliza nuestras tarjetas de prueba, "
2454
+
2455
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333,
2456
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333
2457
+ msgid "never use real cards. "
2458
+ msgstr "nunca utilices tarjetas reales. "
2459
+
2460
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334,
2461
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334
2462
  msgid "Visit your store "
2463
  msgstr "Visita tu tienda "
2464
 
2465
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335,
2466
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335
2467
  msgid "to test purchases"
2468
  msgstr "para testear compras"
2469
 
2470
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336,
2471
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336
2472
  msgid "Save changes"
2473
  msgstr "Guardar cambios"
2474
 
2475
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337,
2476
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337
2477
  msgid "Store under test"
2478
  msgstr "Tienda en Modo Test"
2479
 
2480
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338,
2481
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338
2482
  msgid "Store in sale mode (Production)"
2483
  msgstr "Tienda en Modo Ventas (Producción)"
2484
 
2485
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339,
2486
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339
2487
+ msgid "Enter test credentials"
2488
+ msgstr "Ingresa las credenciales de prueba"
2489
+
2490
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340,
2491
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340
2492
+ msgid "To enable test mode, "
2493
+ msgstr "Para activar el modo de prueba, "
2494
+
2495
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341,
2496
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341
2497
+ msgid "copy your test credentials "
2498
+ msgstr "copia tus credenciales de prueba "
2499
+
2500
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342,
2501
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342
2502
+ msgid "and paste them above in section 1 of this page."
2503
+ msgstr "y pégalas en la sección 1 de esta página."
2504
+
2505
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378,
2506
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378
2507
  msgid "Invalid Access Token"
2508
  msgstr "Access token no válido"
2509
 
2510
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380,
2511
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380
2512
  msgid "Valid Access Token"
2513
  msgstr "Access token válido"
2514
 
2515
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386,
2516
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386
2517
  msgid "Invalid Public Key"
2518
  msgstr "Public key no válida"
2519
 
2520
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388,
2521
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388
2522
  msgid "Valid Public Key"
2523
  msgstr "Public key válida"
2524
 
2525
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391,
2526
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391
2527
  msgid "Credentials must be valid"
2528
  msgstr "Las credenciales deben ser válidas"
2529
 
2530
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440,
2531
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440
2532
  msgid "Credentials were updated"
2533
  msgstr "Se actualizaron las credenciales"
2534
 
2535
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432,
2536
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432
2537
+ msgid ""
2538
+ "Your store has exited Test Mode and is making real sales in Production Mode."
2539
+ msgstr ""
2540
+ "Ahora su tienda está fuera del modo de prueba y está realizando ventas "
2541
+ "reales en el modo de producción."
2542
+
2543
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433,
2544
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433
2545
+ msgid "To test the store, re-enter both test credentials."
2546
+ msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
2547
+
2548
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447,
2549
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447
2550
+ msgid "See our manual to learn "
2551
+ msgstr "Consulte nuestro manual para saber "
2552
 
2553
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448,
2554
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448
2555
+ msgid "how to enter the credentials the right way."
2556
+ msgstr "como ingresar las credenciales de forma correcta."
2557
+
2558
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505,
2559
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505
2560
  msgid "Store information is valid"
2561
  msgstr "Información sobre tu tienda"
2562
 
2563
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533,
2564
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533
2565
  msgid "Mercado Pago's Payment Methods in Test Mode"
2566
  msgstr "Medios de pago Mercado Pago en Modo Test"
2567
 
2568
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534,
2569
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534
2570
  msgid "Mercado Pago's Payment Methods in Production Mode"
2571
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2572
 
2573
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527,
2574
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
2575
+ msgid "Invalid credentials for test mode"
2576
+ msgstr "Credenciales inválidas para el modo de prueba"
2577
+
2578
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604,
2579
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
2580
  msgid "Enabled"
2581
  msgstr "Activado"
2582
 
2583
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605,
2584
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605
2585
  msgid "Disabled"
2586
  msgstr "Inactivo"
2587
 
2588
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630,
2589
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630
2590
  msgid "Valid Credentials"
2591
  msgstr "Credenciales válidas"
2592
 
2593
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633,
2594
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633
2595
  msgid "Credentials couldn't be validated"
2596
  msgstr "No se pudieron validar las credenciales"
2597
 
2598
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655,
2599
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655
2600
  msgid "Store business fields are valid"
2601
  msgstr "Los campos comerciales de la tienda son válidos"
2602
 
2603
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658,
2604
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
2605
  msgid "Store business fields couldn't be validated"
2606
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2607
 
2608
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680,
2609
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680
2610
  msgid "At least one paymet method is enabled"
2611
  msgstr "Al menos un método de pago está habilitado"
2612
 
2613
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683,
2614
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683
2615
  msgid "No payment method enabled"
2616
  msgstr "No se habilitó ningún método de pago"
2617
 
2620
  msgid "Shipping service used by the store."
2621
  msgstr "Servicio de envío utilizado por la tienda."
2622
 
2623
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549,
2624
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550,
2625
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550
2626
  msgid "Discount provided by store"
2627
  msgstr "Descuento proporcionado por la tienda"
2628
 
2629
  #. translators: %s coupon
2630
  #. translators: %s coupon
2631
  #. translators: %s coupon
2632
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130,
2633
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
2634
  msgid "Discount for coupon %s"
2635
  msgstr "Descuento para el cupón %s"
2636
 
2637
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
2638
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
2639
  msgid " and fee of"
2640
  msgstr " y comisión de"
2641
 
2642
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514,
2643
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514
2644
  msgid ""
2645
  "<b>Public Key</b> production credential is invalid. Review the field to "
2646
  "receive real payments."
2648
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2649
  "poder recibir pagos reales."
2650
 
2651
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523,
2652
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523
2653
  msgid ""
2654
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2655
  "tests in your store."
2657
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2658
  "realizar pruebas en tu tienda."
2659
 
2660
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532,
2661
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532
2662
  msgid ""
2663
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2664
  "be complete to receive real payments."
2666
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2667
  "poder recibir pagos reales."
2668
 
2669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541,
2670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541
2671
  msgid ""
2672
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2673
  "tests in your store."
2675
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2676
  "realizar pruebas en tu tienda."
2677
 
2678
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559,
2679
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559
2680
  msgid ""
2681
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2682
  "tests in your store."
2684
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2685
  "poder realizar pruebas en tu tienda."
2686
 
2687
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568,
2688
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568
2689
  msgid ""
2690
  "<b>Public Key</b> production credential is blank. Review the field to "
2691
  "receive real payments."
2693
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2694
  "para poder recibir pagos reales."
2695
 
2696
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577,
2697
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577
2698
  msgid ""
2699
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2700
  "tests in your store."
2702
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2703
  "poder realizar pruebas en tu tienda."
2704
 
2705
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586,
2706
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586
2707
  msgid ""
2708
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2709
  "complete to receive real payments."
2711
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2712
  "para poder recibir pagos reales."
2713
 
2714
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
2715
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92
2716
  msgid ""
2717
  "There was an error processing your payment. Please try again or contact us "
2718
  "for Assistance."
2720
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2721
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2722
 
2723
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
2724
+ #: ../../templates/checkout/custom-checkout.php:31,
2725
+ #: ../../templates/checkout/custom-checkout.php:40,
2726
  #: ../../templates/receipt/custom-checkout.php:41,
2727
  #: ../../templates/receipt/custom-checkout.php:41
2728
  msgid "Pay with Mercado Pago"
2729
  msgstr "Pagar con Mercado Pago"
2730
 
2731
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
2732
  #: ../../templates/receipt/custom-checkout.php:44,
2733
  #: ../../templates/receipt/custom-checkout.php:44
2734
  msgid "Cancel &amp; Clear Cart"
2735
  msgstr "Cancelar &amp; Limpiar carrito"
2736
 
2737
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132,
2738
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2739
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2740
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2741
  msgid "Apply"
2742
  msgstr "Aplicar"
2743
 
2744
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133,
2745
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2746
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2747
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2748
  msgid "Remove"
2749
  msgstr "Retirar"
2750
 
2751
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2752
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2753
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2754
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2755
  msgid "Please, inform your coupon code"
2756
  msgstr "Por favor, informe su código de cupón"
2757
 
2758
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2759
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2760
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2761
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2762
  msgid "To choose"
2763
  msgstr "Elegir"
2764
 
2765
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2766
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2767
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2768
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2769
  msgid "Other bank"
2770
  msgstr "Otro banco"
2771
 
2772
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2773
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2774
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2775
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2776
  msgid "You will save"
2777
  msgstr "Salvarás"
2778
 
2779
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2780
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2781
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2782
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2783
  msgid "with discount of"
2784
  msgstr "con descuento de"
2785
 
2786
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2787
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2788
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2789
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2790
  msgid "Total of your purchase:"
2791
  msgstr "Total de su compra:"
2792
 
2793
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2794
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2795
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2796
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2797
  msgid "Total of your purchase with discount:"
2798
  msgstr "Total de su compra con descuento:"
2799
 
2800
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2802
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2803
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2804
  msgid "*After payment approval"
2805
  msgstr "*Tras la aprobación del pago"
2806
 
2807
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2809
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2810
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2811
  msgid "Terms and conditions of use"
2812
  msgstr "Términos y condiciones de uso"
2813
 
2814
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2815
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2816
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2817
  msgid "No fee"
2818
  msgstr "Sin interés"
2819
 
2820
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2821
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2822
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2823
  msgid "More options"
2824
  msgstr "Más opciones"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2827
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152
2828
  msgid "mm/yy"
2829
  msgstr "mm/aa"
2830
 
2831
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2832
+ #: ../../templates/checkout/custom-checkout.php:114,
2833
+ #: ../../templates/checkout/custom-checkout.php:114
2834
  msgid "Issuer"
2835
  msgstr "Banco"
2836
 
2837
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2838
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2839
  msgid "Installments"
2840
  msgstr "cuotas "
2841
 
2842
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2843
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2844
  msgid "on the back"
2845
  msgstr "del dorso"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2848
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158
2849
  msgid "on the front"
2850
  msgstr "del frente"
2851
 
2852
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2853
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2854
  msgid "digits"
2855
  msgstr "dígitos"
2856
 
2857
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2858
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2859
  msgid "Card number is required"
2860
  msgstr "Número de tarjeta obligatorio"
2861
 
2862
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166,
2863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166
2864
  msgid "Card number invalid"
2865
  msgstr "Número de tarjeta inválido"
2866
 
2867
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2869
  msgid "Holder name is required"
2870
  msgstr "Nombre del titular obligatorio"
2871
 
2872
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170,
2873
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170
2874
  msgid "Holder name invalid"
2875
  msgstr "Nombre del titular inválido"
2876
 
2877
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2878
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2879
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2880
  msgid "Expiration date invalid"
2881
  msgstr "Fecha de vencimiento inválido"
2882
 
2883
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174,
2884
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
2885
  msgid "Expiration date incomplete"
2886
  msgstr "Fecha de vencimiento obligatorio"
2887
 
2888
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2890
  msgid "Security code is required"
2891
  msgstr "Código de seguridad obligatorio"
2892
 
2893
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179,
2894
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
2895
  msgid "Security code incomplete"
2896
  msgstr "Código de seguridad incompleto"
2897
 
2961
  msgid "Took %1$s seconds to transfer a request to %2$s"
2962
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2963
 
2964
+ #: ../../templates/checkout/basic-checkout.php:24,
2965
+ #: ../../templates/checkout/basic-checkout.php:24
2966
  msgid "Checkout Pro in Test Mode"
2967
  msgstr "Checkout Pro en Modo Test"
2968
 
2969
+ #: ../../templates/checkout/basic-checkout.php:25,
2970
+ #: ../../templates/checkout/basic-checkout.php:25
2971
  msgid "Use Mercado Pago's payment methods without real charges. "
2972
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2973
 
2974
+ #: ../../templates/checkout/basic-checkout.php:26,
2975
+ #: ../../templates/checkout/ticket-checkout.php:23,
2976
+ #: ../../templates/checkout/ticket-checkout.php:23
2977
  msgid "See the rules for the test mode."
2978
  msgstr "Consulte las reglas para el modo test."
2979
 
2980
+ #: ../../templates/checkout/basic-checkout.php:34,
2981
+ #: ../../templates/checkout/basic-checkout.php:34
2982
  msgid "Pay faster with Mercado Pago"
2983
  msgstr "Paga más rápido con Mercado Pago"
2984
 
2985
+ #: ../../templates/checkout/basic-checkout.php:36,
2986
+ #: ../../templates/checkout/basic-checkout.php:36
2987
  msgid "Secure payment"
2988
  msgstr "Pago seguro"
2989
 
2990
+ #: ../../templates/checkout/basic-checkout.php:37,
2991
+ #: ../../templates/checkout/basic-checkout.php:37
2992
  msgid "No need to fill out details"
2993
  msgstr "Sin cargar datos"
2994
 
2995
+ #: ../../templates/checkout/basic-checkout.php:38,
2996
+ #: ../../templates/checkout/basic-checkout.php:38
2997
  msgid "Installments available"
2998
  msgstr "Cuotas disponibles"
2999
 
3000
+ #: ../../templates/checkout/basic-checkout.php:41,
3001
+ #: ../../templates/checkout/basic-checkout.php:41
3002
  msgid "List style type blue check"
3003
  msgstr ""
3004
 
3005
+ #: ../../templates/checkout/basic-checkout.php:53,
3006
+ #: ../../templates/checkout/basic-checkout.php:53
3007
  msgid ""
3008
  "By confirming your purchase, you will be redirected to your Mercado Pago "
3009
  "account"
3010
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
3011
 
3012
+ #: ../../templates/checkout/basic-checkout.php:54,
3013
+ #: ../../templates/checkout/basic-checkout.php:54
3014
  msgid "Checkout Pro redirect info image"
3015
  msgstr ""
3016
 
3017
  #: ../../templates/checkout/basic-checkout.php:63,
3018
+ #: ../../templates/checkout/custom-checkout.php:134,
3019
+ #: ../../templates/checkout/pix-checkout.php:31,
3020
+ #: ../../templates/checkout/ticket-checkout.php:60,
3021
+ #: ../../templates/checkout/ticket-checkout.php:60
3022
  msgid "By continuing, you agree with our"
3023
  msgstr "Al continuar, aceptas nuestros"
3024
 
3025
  #: ../../templates/checkout/basic-checkout.php:64,
3026
+ #: ../../templates/checkout/custom-checkout.php:134,
3027
+ #: ../../templates/checkout/pix-checkout.php:31,
3028
+ #: ../../templates/checkout/ticket-checkout.php:60,
3029
+ #: ../../templates/checkout/ticket-checkout.php:60
3030
  msgid "Terms and conditions"
3031
  msgstr "Términos y condiciones "
3032
 
3035
  msgid "Checkout Custom in Test Mode"
3036
  msgstr "Tarjeta de crédito en Modo Test"
3037
 
3038
+ #: ../../templates/checkout/custom-checkout.php:22,
3039
+ #: ../../templates/checkout/custom-checkout.php:22
3040
  msgid "Use Mercado Pago means without real charges."
3041
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
3042
 
3043
+ #: ../../templates/checkout/custom-checkout.php:22,
3044
+ #: ../../templates/checkout/custom-checkout.php:22
3045
  msgid "See test mode rules."
3046
  msgstr "Ver las reglas del Modo Test. "
3047
 
3048
+ #: ../../templates/checkout/custom-checkout.php:35,
3049
+ #: ../../templates/checkout/custom-checkout.php:35
3050
  msgid "Pay faster with your saved cards and without completing data."
3051
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
3052
 
3053
+ #: ../../templates/checkout/custom-checkout.php:50,
3054
+ #: ../../templates/checkout/custom-checkout.php:50
3055
  msgid "With which card can you pay?"
3056
  msgstr "¿Con qué tarjeta puedes pagar?"
3057
 
3058
+ #: ../../templates/checkout/custom-checkout.php:62,
3059
+ #: ../../templates/checkout/custom-checkout.php:62
3060
  msgid "See current promotions"
3061
  msgstr "Ver promociones vigentes"
3062
 
3063
+ #: ../../templates/checkout/custom-checkout.php:70,
3064
+ #: ../../templates/checkout/custom-checkout.php:70
3065
  msgid "Fill in your card details"
3066
  msgstr "Completa los datos de tu tarjeta"
3067
 
3068
+ #: ../../templates/checkout/custom-checkout.php:72,
3069
+ #: ../../templates/checkout/custom-checkout.php:72
3070
  msgid "Card number"
3071
  msgstr "Número de Tarjeta"
3072
 
3073
+ #: ../../templates/checkout/custom-checkout.php:74,
3074
  #: ../../templates/checkout/custom-checkout.php:81,
3075
+ #: ../../templates/checkout/custom-checkout.php:90,
3076
+ #: ../../templates/checkout/custom-checkout.php:98,
3077
+ #: ../../templates/checkout/custom-checkout.php:98
 
3078
  msgid "Required data"
3079
  msgstr "Datos obligatorios"
3080
 
3081
+ #: ../../templates/checkout/custom-checkout.php:79,
3082
+ #: ../../templates/checkout/custom-checkout.php:79
3083
  msgid "Holder name as it appears on the card"
3084
  msgstr "Nombre del titular como aparece en la tarjeta"
3085
 
3086
+ #: ../../templates/checkout/custom-checkout.php:87,
3087
+ #: ../../templates/checkout/custom-checkout.php:87
3088
  msgid "Expiration"
3089
  msgstr "Vencimiento"
3090
 
3091
+ #: ../../templates/checkout/custom-checkout.php:95,
3092
+ #: ../../templates/checkout/custom-checkout.php:95
3093
  msgid "Security Code"
3094
  msgstr "Código de seguridad"
3095
 
3096
+ #: ../../templates/checkout/custom-checkout.php:104,
3097
+ #: ../../templates/checkout/ticket-checkout.php:29,
3098
+ #: ../../templates/checkout/ticket-checkout.php:35,
3099
+ #: ../../templates/checkout/ticket-checkout.php:35
3100
  msgid "Holder document"
3101
  msgstr "Documento del titular"
3102
 
3103
+ #: ../../templates/checkout/custom-checkout.php:104,
3104
+ #: ../../templates/checkout/ticket-checkout.php:29,
3105
+ #: ../../templates/checkout/ticket-checkout.php:35,
3106
+ #: ../../templates/checkout/ticket-checkout.php:35
3107
  msgid "Invalid document"
3108
  msgstr "Número de documento no válido"
3109
 
3110
+ #: ../../templates/checkout/custom-checkout.php:110,
3111
+ #: ../../templates/checkout/custom-checkout.php:122,
3112
+ #: ../../templates/checkout/custom-checkout.php:122
3113
  msgid "Select the number of installments"
3114
  msgstr "Selecciona la cantidad de cuotas"
3115
 
3120
  msgid "Pix in Test Mode"
3121
  msgstr "Tarjetas de crédito en Modo Test"
3122
 
3123
+ #: ../../templates/checkout/pix-checkout.php:22,
3124
+ #: ../../templates/checkout/pix-checkout.php:22
3125
  #, fuzzy
3126
  #| msgid ""
3127
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
3133
  "Es posible testear el flujo para generar una factura, pero no es posible "
3134
  "finalizar el pago."
3135
 
3136
+ #: ../../templates/checkout/pix-checkout.php:27,
3137
+ #: ../../templates/checkout/pix-checkout.php:27
3138
  #, fuzzy
3139
  #| msgid "Pay securely and instantly!"
3140
  msgid "Pay instantly"
3141
  msgstr "Pago seguro e instantáneo!"
3142
 
3143
+ #: ../../templates/checkout/pix-checkout.php:27,
3144
+ #: ../../templates/checkout/pix-checkout.php:27
3145
  msgid ""
3146
  "By confirming your purchase, we will show you a code to make the payment."
3147
  msgstr ""
3148
 
3149
+ #: ../../templates/checkout/pix-checkout.php:27,
3150
+ #: ../../templates/checkout/pix-checkout.php:27
3151
  msgid "Pix logo"
3152
  msgstr ""
3153
 
3156
  msgid "Offline Methods in Test Mode"
3157
  msgstr "Facturas en Modo Test"
3158
 
3159
+ #: ../../templates/checkout/ticket-checkout.php:23,
3160
+ #: ../../templates/checkout/ticket-checkout.php:23
3161
  msgid ""
3162
  "You can test the flow to generate an invoice, but you cannot finalize the "
3163
  "payment. "
3165
  "Es posible testear el flujo para generar una factura, pero no es posible "
3166
  "finalizar el pago. "
3167
 
3168
+ #: ../../templates/checkout/ticket-checkout.php:39,
3169
+ #: ../../templates/checkout/ticket-checkout.php:39
3170
  msgid "Select where you want to pay"
3171
  msgstr "Selecciona el punto de pago donde quieres pagar"
3172
 
3173
+ #: ../../templates/checkout/ticket-checkout.php:41,
3174
+ #: ../../templates/checkout/ticket-checkout.php:41
 
 
 
 
 
3175
  msgid "more options"
3176
  msgstr "Más opciones"
3177
 
3178
+ #: ../../templates/checkout/ticket-checkout.php:43,
3179
+ #: ../../templates/checkout/ticket-checkout.php:43
3180
+ msgid "Select a payment method"
3181
+ msgstr "Seleccione una opción de pago"
3182
+
3183
  #: ../../templates/order/payment-status-metabox-content.php:20,
3184
  #: ../../templates/order/payment-status-metabox-content.php:20
3185
  msgid ""
3203
  msgid "Print ticket"
3204
  msgstr "Imprimir ticket"
3205
 
3206
+ #, fuzzy
3207
+ #~| msgid "Important! To sell you must enter your credentials."
3208
+ #~ msgid "Important! To sell, you must enter your credentials."
3209
+ #~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
3210
+
3211
+ #~ msgid "Go to step-by-step"
3212
+ #~ msgstr "Ir al paso a paso"
3213
+
3214
+ #~ msgid "Update failed, invalid Credentials"
3215
+ #~ msgstr "Actualización fallida, credenciales no válidas"
3216
+
3217
+ #~ msgid "Up to 24 installments"
3218
+ #~ msgstr "Hasta 24 cuotas"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "Important! Do not forget to add the credentials and details of your store."
3222
+ #~ msgstr ""
3223
+ #~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
3224
+
3225
+ #~ msgid ""
3226
+ #~ "Before setting up payments, follow the step-by-step to start selling."
3227
+ #~ msgstr ""
3228
+ #~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
3229
+
3230
+ #~ msgid "To enable and test sales, you must copy and paste your "
3231
+ #~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
3232
+
3233
  #~ msgid "Mandatory data"
3234
  #~ msgstr "Campo obligatorio"
3235
 
3245
  #~ msgid "We take you to our site to complete the payment"
3246
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3247
 
 
 
 
3248
  #~ msgid "Pay with a saved card"
3249
  #~ msgstr "Pagar con tarjeta guardada"
3250
 
3589
  #~ msgid "Search my credentials"
3590
  #~ msgstr "Buscar mis credenciales"
3591
 
 
 
 
 
 
 
 
3592
  #~ msgid ""
3593
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3594
  #~ "real payments."
i18n/languages/woocommerce-mercadopago-es_ES.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_ES.po CHANGED
@@ -11,17 +11,17 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 3.1\n"
15
 
16
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144,
17
- #: ../../includes/module/class-wc-woomercadopago-module.php:336,
18
- #: ../../includes/module/class-wc-woomercadopago-module.php:336
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146,
23
- #: ../../includes/module/class-wc-woomercadopago-module.php:338,
24
- #: ../../includes/module/class-wc-woomercadopago-module.php:338
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
@@ -80,12 +80,13 @@ msgstr ""
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:504
 
84
  msgid "Invalid credentials"
85
  msgstr "Credenciales no válidas"
86
 
87
- #: ../../includes/module/class-wc-woomercadopago-init.php:47,
88
- #: ../../includes/module/class-wc-woomercadopago-init.php:47
89
  msgid ""
90
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
91
  "Please update your PHP version."
@@ -93,13 +94,13 @@ msgstr ""
93
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
94
  "favor actualice su versión de PHP."
95
 
96
- #: ../../includes/module/class-wc-woomercadopago-init.php:58,
97
- #: ../../includes/module/class-wc-woomercadopago-init.php:58
98
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
99
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-init.php:69,
102
- #: ../../includes/module/class-wc-woomercadopago-init.php:69
103
  msgid ""
104
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
105
  "extension is required to send QR Code Pix by email."
@@ -111,29 +112,29 @@ msgstr ""
111
  #. translators: %s link to WooCommerce
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
- #: ../../includes/module/class-wc-woomercadopago-init.php:83,
115
- #: ../../includes/module/class-wc-woomercadopago-init.php:83
116
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
117
  msgstr ""
118
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
119
 
120
- #: ../../includes/module/class-wc-woomercadopago-init.php:96,
121
- #: ../../includes/module/class-wc-woomercadopago-init.php:96
122
  msgid "Cancel order"
123
  msgstr "Cancelar orden"
124
 
125
- #: ../../includes/module/class-wc-woomercadopago-module.php:352,
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:352
127
  msgid "The payment method is not valid or not available."
128
  msgstr "El medio de pago no es válido o no está disponible."
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
131
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
132
  msgid "The transaction amount cannot be processed by Mercado Pago."
133
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
134
 
135
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
136
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
137
  msgid ""
138
  "Possible causes: Currency not supported; Amounts below the minimum or above "
139
  "the maximum allowed."
@@ -141,13 +142,13 @@ msgstr ""
141
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
142
  "encima del máximo permitido."
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
145
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
146
  msgid "The users are not valid."
147
  msgstr "Los usuários no son válidos."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
151
  msgid ""
152
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
153
  "transaction involving production and test users."
@@ -155,137 +156,137 @@ msgstr ""
155
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
156
  "Pago; La transacción involucrando usuários de producción y de prueba."
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
160
  msgid "Unauthorized use of production credentials."
161
  msgstr "Uso no autorizado de credenciales de producción."
162
 
163
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
165
  msgid ""
166
  "Possible causes: Use permission in use for the credential of the seller."
167
  msgstr ""
168
  "Posibles causas: Pendencia de permiso de uso en producción para la "
169
  "credencial del vendedor."
170
 
171
- #: ../../includes/module/class-wc-woomercadopago-module.php:489,
172
- #: ../../includes/module/class-wc-woomercadopago-module.php:489
173
  msgid "Colombia"
174
  msgstr "Colombia"
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:491,
177
- #: ../../includes/module/class-wc-woomercadopago-module.php:491
178
  msgid "Argentina"
179
  msgstr "Argentina"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:493,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:493
183
  msgid "Brazil"
184
  msgstr "Brasil"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:495,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:495
188
  msgid "Chile"
189
  msgstr "Chile"
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:497,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:497
193
  msgid "Mexico"
194
  msgstr "México"
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:499,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:499
198
  msgid "Uruguay"
199
  msgstr "Uruguay"
200
 
201
- #: ../../includes/module/class-wc-woomercadopago-module.php:501,
202
- #: ../../includes/module/class-wc-woomercadopago-module.php:501
203
  msgid "Venezuela"
204
  msgstr "Venezuela"
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:503,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:503
208
  msgid "Peru"
209
  msgstr "Peru"
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:537,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:537
213
  msgid "Update the WooCommerce order to "
214
  msgstr "Actualizar la orden de WooCommerce para "
215
 
216
- #: ../../includes/module/class-wc-woomercadopago-module.php:662,
217
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540,
218
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540
219
  msgid "Fill in your credentials to enable payment methods."
220
  msgstr "Completa tus credenciales para habilitar los medios de pago."
221
 
222
- #: ../../includes/module/class-wc-woomercadopago-module.php:678,
223
- #: ../../includes/module/class-wc-woomercadopago-module.php:678
224
  msgid "Set plugin"
225
  msgstr "Configurar plugin"
226
 
227
- #: ../../includes/module/class-wc-woomercadopago-module.php:679,
228
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
230
  msgid "Payment methods"
231
  msgstr "Medios de pagos"
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:680,
234
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
236
  msgid "Plugin manual"
237
  msgstr "Manual del plugin"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:779,
240
- #: ../../includes/module/class-wc-woomercadopago-module.php:779
241
  msgid "By Mercado Pago"
242
  msgstr "Por Mercado Pago"
243
 
244
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183,
245
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183
246
  msgid "Payment approved."
247
  msgstr "Pago aprobado."
248
 
249
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241,
250
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244,
251
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244
252
  msgid "Waiting for the Pix payment."
253
  msgstr "Esperando el pago de Pix."
254
 
255
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259,
256
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262,
257
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262
258
  msgid "Waiting for the ticket payment."
259
  msgstr "Esperando el pago del boleto."
260
 
261
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270,
262
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270
263
  msgid "The customer has not made the payment yet."
264
  msgstr "El cliente todavía no efectuó el pago."
265
 
266
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289,
267
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289
268
  msgid "Payment is pending review."
269
  msgstr "El pago está pendiente de revisión."
270
 
271
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306,
272
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306
273
  msgid "Payment was declined. The customer can try again."
274
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
275
 
276
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321,
277
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321
278
  msgid "Payment was returned to the customer."
279
  msgstr "El pago fue devuelto al cliente."
280
 
281
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335,
282
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335
283
  msgid "Payment was canceled."
284
  msgstr "El pago fue cancelado."
285
 
286
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:350,
287
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362,
288
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362
289
  msgid ""
290
  "The payment is in mediation or the purchase was unknown by the customer."
291
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
@@ -293,8 +294,8 @@ msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
293
  #. translators: 1: payment_id 2: status
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464,
297
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464
298
  msgid ""
299
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
300
  msgstr ""
@@ -310,37 +311,37 @@ msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
310
  msgid "Type of topic IPN invalid, need to be merchant_order"
311
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
312
 
313
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50,
314
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50
315
  msgid "IPN merchant_order not found"
316
  msgstr "No se ha encontrado la IPN de `merchant_order`"
317
 
318
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
319
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
320
  msgid "Not found Payments into Merchant_Order"
321
  msgstr "No se han encontrado pagos en Merchant_Order"
322
 
323
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160,
324
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129,
325
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175,
326
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154,
327
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154
328
  msgid "Buyer email"
329
  msgstr "Email del comprador"
330
 
331
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163,
332
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132,
333
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178,
334
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157,
335
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157
336
  msgid "Payment type"
337
  msgstr "Tipo de método de pago"
338
 
339
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166,
340
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135,
341
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181,
342
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160,
343
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160
344
  msgid "Payment method"
345
  msgstr "Método de pago"
346
 
@@ -440,7 +441,7 @@ msgstr "24 cuotas"
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
442
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
443
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842,
444
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
445
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
@@ -457,14 +458,14 @@ msgstr ""
457
  "sitio web de Mercado Pago."
458
 
459
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
460
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847,
461
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847
462
  msgid "The checkout is <b>enabled</b>."
463
  msgstr "El checkout está <b>activo</b>."
464
 
465
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
466
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848,
467
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848
468
  msgid "The checkout is <b>disabled</b>."
469
  msgstr "El checkout está <b>inactivo</b>."
470
 
@@ -602,69 +603,71 @@ msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
602
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
603
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
604
 
605
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510,
606
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510
607
  msgid "Installments without card"
608
  msgstr "Cuotas sin tarjeta"
609
 
610
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
611
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
612
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
613
  msgid "Up to "
614
  msgstr "hasta "
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
617
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
618
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
619
  msgid " installments"
620
  msgstr " Cuotas"
621
 
622
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517,
623
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349,
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349
625
  msgid "Credit cards"
626
  msgstr "Tarjetas de crédito"
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524,
629
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357,
630
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357
631
  msgid "Debit cards"
632
  msgstr "Tarjetas de débito "
633
 
634
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530,
635
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530
636
  msgid "Bank Transfer"
637
  msgstr "Transferencia bancaria"
638
 
639
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536,
640
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536
641
  msgid "Payment by cash"
642
  msgstr "Pagos en efectivo "
643
 
644
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584,
645
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571,
646
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574,
647
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562,
648
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
649
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
650
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
651
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
652
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
653
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
654
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
655
  msgid "discount of"
656
  msgstr "descuento de"
657
 
658
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589,
659
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576,
660
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579,
661
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567,
662
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
663
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
664
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
665
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
667
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
668
  msgid "fee of"
669
  msgstr "comisión de"
670
 
@@ -699,9 +702,9 @@ msgstr ""
699
 
700
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
701
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
702
- msgid "Transparent checkout for credit cards is <b>enabled</b>."
703
  msgstr ""
704
- "El checkout transparente de las tarjetas de crédito está <b>activado</b>."
705
 
706
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
707
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
@@ -868,40 +871,35 @@ msgstr ""
868
  msgid "This payment method cannot process your payment."
869
  msgstr "Este medio de pago no puede procesar su pago."
870
 
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350,
872
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350
873
- msgid "Up to 24 installments"
874
- msgstr "Hasta 24 cuotas"
875
-
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405,
877
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406,
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431
881
  msgid "A problem was occurred when processing your payment. Please, try again."
882
  msgstr ""
883
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
884
  "vez."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501
888
  msgid "See your order form"
889
  msgstr "Ver su hoja de pedido"
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512
893
  msgid "Your payment was declined. You can try again."
894
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
895
 
896
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519,
897
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94,
898
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94
899
  msgid "Click to try again"
900
  msgstr "Haga clic para intentarlo de nuevo"
901
 
902
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541,
903
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542,
904
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542
905
  msgid ""
906
  "A problem was occurred when processing your payment. Are you sure you have "
907
  "correctly filled all information in the checkout form?"
@@ -909,75 +907,76 @@ msgstr ""
909
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
910
  "cargado la información en el formulario?"
911
 
912
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644,
913
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644
914
  msgid "Configure your credentials to enable Mercado Pago payment methods."
915
  msgstr ""
916
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700,
919
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700
920
  msgid "Title in the store Checkout"
921
  msgstr "Título en el checkout de la tienda"
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702,
924
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702
925
  msgid "Change the display text in Checkout, maximum characters: 85"
926
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704,
929
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704
930
  msgid "The text inserted here will not be translated to other languages"
931
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
932
 
933
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718,
934
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718
935
  msgid "Description"
936
  msgstr "Descripción"
937
 
938
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755,
939
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
940
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
941
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
942
- msgid ""
943
- "Important! Do not forget to add the credentials and details of your store."
944
- msgstr ""
945
- "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
946
 
947
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756,
948
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756
949
- msgid "Before setting up payments, follow the step-by-step to start selling."
950
- msgstr ""
951
- "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757,
954
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757
955
- msgid "Go to step-by-step"
956
- msgstr "Ir al paso a paso"
957
 
958
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
959
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767
960
  msgid "Mercado Pago Plugin general settings"
961
  msgstr "Configuraciones generales del plugin de Mercado Pago"
962
 
963
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768,
964
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768
 
 
 
 
 
965
  msgid ""
966
  "Set the deadlines and fees, test your store or access the Plugin manual."
967
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
968
 
969
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769,
970
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769
971
  msgid "Go to Settings"
972
  msgstr "Ir a Configuraciones"
973
 
974
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793,
975
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793
976
  msgid "Activate your credentials to be able to sell"
977
  msgstr "Activa tus credenciales para poder vender"
978
 
979
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794,
980
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794
981
  msgid ""
982
  "Credentials are codes that you must enter to enable sales. Go below on "
983
  "Activate Credentials. On the next screen, use again the Activate Credentials "
@@ -987,49 +986,49 @@ msgstr ""
987
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
988
  "botón Activar credenciales y completa los campos con los datos solicitados."
989
 
990
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795,
991
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795
992
  msgid "Activate credentials"
993
  msgstr "Activar credenciales"
994
 
995
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843,
996
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
997
  msgid "By disabling it, you will disable all payment methods of this checkout."
998
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
999
 
1000
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939,
1001
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939
1002
  msgid "Basic Configuration"
1003
  msgstr "Configuración Básica"
1004
 
1005
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952,
1006
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952
1007
  msgid "Discount coupons"
1008
  msgstr "Cupones de descuento"
1009
 
1010
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955,
1011
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955
1012
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1013
  msgstr ""
1014
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1015
 
1016
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957,
1017
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957
1018
  msgid "Discount coupons is <b>active</b>."
1019
  msgstr "Cupones de descuento están <b>activos</b>."
1020
 
1021
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958,
1022
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958
1023
  msgid "Discount coupons is <b>disabled</b>."
1024
  msgstr "Cupones de descuento están <b>inactivos</b>."
1025
 
1026
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970,
1027
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970
1028
  msgid "Automatic decline of payments without instant approval"
1029
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1030
 
1031
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971,
1032
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971
1033
  msgid ""
1034
  "Enable it if you want to automatically decline payments that are not "
1035
  "instantly approved by banks or other institutions. "
@@ -1037,23 +1036,23 @@ msgstr ""
1037
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1038
  "instantáneamente por bancos u otros compradores. "
1039
 
1040
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975,
1041
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975
1042
  msgid "Pending payments <b>will be automatically declined</b>."
1043
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1044
 
1045
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976,
1046
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976
1047
  msgid "Pending payments <b>will not be automatically declined</b>."
1048
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1049
 
1050
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988,
1051
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988
1052
  msgid "Discount in Mercado Pago Checkouts"
1053
  msgstr "Descuento en los checkouts de Mercado Pago"
1054
 
1055
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991,
1056
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991
1057
  msgid ""
1058
  "Choose a percentage value that you want to discount your customers for "
1059
  "paying with Mercado Pago."
@@ -1061,19 +1060,19 @@ msgstr ""
1061
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1062
  "Mercado Pago."
1063
 
1064
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:992,
1065
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013,
1066
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013
1067
  msgid "Activate and show this information on Mercado Pago Checkout"
1068
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1069
 
1070
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009,
1071
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009
1072
  msgid "Commission in Mercado Pago Checkouts"
1073
  msgstr "Comisiones en los checkouts de Mercado Pago"
1074
 
1075
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012,
1076
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012
1077
  msgid ""
1078
  "Choose an additional percentage value that you want to charge as commission "
1079
  "to your customers for paying with Mercado Pago."
@@ -1081,23 +1080,23 @@ msgstr ""
1081
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1082
  "clientes por pagar con Mercado Pago."
1083
 
1084
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049,
1085
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049
1086
  msgid "Convert Currency"
1087
  msgstr "Convertir moneda"
1088
 
1089
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054,
1090
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054
1091
  msgid "Currency convertion is <b>enabled</b>."
1092
  msgstr "Conversión de moneda está <b>activa</b>."
1093
 
1094
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055,
1095
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055
1096
  msgid "Currency convertion is <b>disabled</b>."
1097
  msgstr "Conversión de moneda está <b>inactiva</b>."
1098
 
1099
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165,
1100
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165
1101
  msgid ""
1102
  "Edit these advanced fields only when you want to modify the preset values."
1103
  msgstr ""
@@ -1372,7 +1371,7 @@ msgstr ""
1372
  msgid "Register your Pix key at Mercado Pago."
1373
  msgstr "Registra tu clave Pix en Mercado Pago."
1374
 
1375
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1377
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1378
  msgid "Code valid for "
@@ -1996,63 +1995,63 @@ msgstr "Ir a la configuración"
1996
  msgid "Discard"
1997
  msgstr "Descartar"
1998
 
1999
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121,
2000
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121
2001
  msgid "Mercado Pago Settings"
2002
  msgstr "Configuración de Mercado Pago"
2003
 
2004
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174,
2005
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174
2006
  msgid "Accept "
2007
  msgstr "Acepta "
2008
 
2009
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175,
2010
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175
2011
  msgid "payments on the spot "
2012
  msgstr "pagos al instante "
2013
 
2014
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176,
2015
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176
2016
  msgid "with"
2017
  msgstr "con toda"
2018
 
2019
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177,
2020
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177
2021
  msgid "the "
2022
  msgstr "la "
2023
 
2024
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178,
2025
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178
2026
  msgid "security "
2027
  msgstr "seguridad "
2028
 
2029
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179,
2030
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179
2031
  msgid "from Mercado Pago"
2032
  msgstr "de Mercado Pago"
2033
 
2034
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180,
2035
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180
2036
  msgid "Technical requirements"
2037
  msgstr "Requisitos técnicos"
2038
 
2039
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181,
2040
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181
2041
  msgid "SSL"
2042
  msgstr "SSL"
2043
 
2044
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182,
2045
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182
2046
  msgid "GD Extensions"
2047
  msgstr "Extensiones GD"
2048
 
2049
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183,
2050
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183
2051
  msgid "Curl"
2052
  msgstr "Curl"
2053
 
2054
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184,
2055
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184
2056
  msgid ""
2057
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2058
  "and encrypted way."
@@ -2060,8 +2059,8 @@ msgstr ""
2060
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2061
  "segura y encriptada."
2062
 
2063
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185,
2064
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185
2065
  msgid ""
2066
  "These extensions are responsible for the implementation and operation of Pix "
2067
  "in your store."
@@ -2069,8 +2068,8 @@ msgstr ""
2069
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2070
  "tienda."
2071
 
2072
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186,
2073
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186
2074
  msgid ""
2075
  "It is an extension responsible for making payments via requests from the "
2076
  "plugin to Mercado Pago."
@@ -2078,138 +2077,142 @@ msgstr ""
2078
  "Es una extensión encargada de realizar los pagos a través de requests del "
2079
  "plugin a Mercado Pago."
2080
 
2081
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187,
2082
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187
2083
  msgid "Collections and installments"
2084
  msgstr "Cobros y cuotas"
2085
 
2086
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188,
2087
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188
2088
  msgid "Choose "
2089
  msgstr "Elige "
2090
 
2091
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189,
2092
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189
2093
  msgid "when you want to receive the money "
2094
  msgstr "cuándo quieres recibir el dinero "
2095
 
2096
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190,
2097
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190
2098
  msgid "from your sales and if you want to offer "
2099
  msgstr "de las ventas y si quieres ofrecer "
2100
 
2101
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191,
2102
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191
2103
  msgid "interest-free installments "
2104
  msgstr "cuotas sin interés "
2105
 
2106
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192,
2107
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192
2108
  msgid "to your clients."
2109
  msgstr "a los clientes."
2110
 
2111
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193,
2112
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193
2113
  msgid "Set deadlines and fees"
2114
  msgstr "Ajustar plazos y tasas"
2115
 
2116
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194,
2117
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194
2118
  msgid "Questions? "
2119
  msgstr "¿Dudas? "
2120
 
2121
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2122
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2123
  msgid "Review the step-by-step of "
2124
  msgstr "Revisa el paso a paso de "
2125
 
2126
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2127
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2128
  msgid "how to integrate the Mercado Pago Plugin "
2129
  msgstr "cómo integrar el Plugin de Mercado Pago "
2130
 
2131
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2132
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2133
  msgid "on our webiste for developers."
2134
  msgstr "en nuestro sitio de desarrolladores."
2135
 
2136
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2137
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2138
  msgid "1. Integrate your store with Mercado Pago "
2139
  msgstr "1. Integra la tienda a Mercado Pago "
2140
 
2141
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2142
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2143
- msgid "To enable and test sales, you must copy and paste your "
2144
- msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
 
 
 
 
2145
 
2146
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2147
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2148
- msgid "credentials below."
2149
- msgstr "tus credenciales abajo."
2150
 
2151
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2152
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2153
  msgid "Check credentials"
2154
  msgstr "Consultar credenciales"
2155
 
2156
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2157
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2158
  msgid "Test credentials "
2159
  msgstr "Credenciales de prueba "
2160
 
2161
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2162
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2163
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2164
  msgstr ""
2165
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2166
  "tienda."
2167
 
2168
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
2169
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
2170
  msgid "Public key"
2171
  msgstr "Public key"
2172
 
2173
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220,
2174
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
2175
  msgid "Access Token"
2176
  msgstr "Access Token"
2177
 
2178
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221,
2179
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221
2180
  msgid "Production credentials"
2181
  msgstr "Credenciales de producción"
2182
 
2183
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222,
2184
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222
2185
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2186
  msgstr ""
2187
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2188
  "tienda."
2189
 
2190
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223,
2191
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223
2192
  msgid "Paste your Public Key here"
2193
  msgstr "Pega aquí tu Public Key"
2194
 
2195
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224,
2196
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224
2197
  msgid "Paste your Access Token here"
2198
  msgstr "Pega aquí tu Access Token"
2199
 
2200
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225,
2201
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2202
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2203
  msgid "Save and continue"
2204
  msgstr "Guardar y continuar"
2205
 
2206
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2207
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2208
  msgid "2. Customize your business"
2209
  msgstr "2. Personaliza tu negocio"
2210
 
2211
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2212
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2213
  msgid ""
2214
  "Fill out the following information to have a better experience and offer "
2215
  "more information to your clients"
@@ -2217,66 +2220,66 @@ msgstr ""
2217
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2218
  "información a los clientes"
2219
 
2220
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2221
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2222
  msgid "Your store information"
2223
  msgstr "Información sobre tu tienda"
2224
 
2225
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2226
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2227
  msgid "Name of your store in your client's invoice"
2228
  msgstr "Nombre de tu tienda en la factura de los clientes"
2229
 
2230
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2231
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2232
  msgid "Eg: Mary's store"
2233
  msgstr "Ej.: TiendaMaría"
2234
 
2235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2236
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246
2237
  msgid ""
2238
  "If this field is empty, the purchase will be identified as Mercado Pago."
2239
  msgstr ""
2240
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2241
  "Pago."
2242
 
2243
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247,
2244
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247
2245
  msgid "Identification in Activities of Mercad Pago"
2246
  msgstr "Identificación en Actividad de Mercado Pago"
2247
 
2248
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248,
2249
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248
2250
  msgid "Eg: Marystore"
2251
  msgstr "Ej.: Tienda de María"
2252
 
2253
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249,
2254
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249
2255
  msgid "In Activities, you will view this term before the order number"
2256
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2257
 
2258
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250,
2259
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250
2260
  msgid "Store category"
2261
  msgstr "Categoría de la tienda"
2262
 
2263
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251,
2264
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251
2265
  msgid "Select"
2266
  msgstr "Seleccionar"
2267
 
2268
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252,
2269
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252
2270
  msgid "Select ”Other” if you do not find the appropriate category."
2271
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2272
 
2273
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253,
2274
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253
2275
  msgid "Advanced integration options (optional)"
2276
  msgstr "Opciones avanzadas de integración (opcional)"
2277
 
2278
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254,
2279
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
2280
  msgid ""
2281
  "For further integration of your store with Mercado Pago (IPN, Certified "
2282
  "Partners, Debug Mode)"
@@ -2284,23 +2287,23 @@ msgstr ""
2284
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2285
  "Certificados, Modo Debug)"
2286
 
2287
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255,
2288
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
2289
  msgid "View advanced options"
2290
  msgstr "Ver opciones avanzadas"
2291
 
2292
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256,
2293
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
2294
  msgid "URL for IPN "
2295
  msgstr "URL para IPN "
2296
 
2297
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257,
2298
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
2299
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2300
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2301
 
2302
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258,
2303
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
2304
  msgid ""
2305
  "Add the URL to receive payments notifications. Find out more information in "
2306
  "the "
@@ -2308,23 +2311,23 @@ msgstr ""
2308
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2309
  "en los "
2310
 
2311
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259,
2312
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
2313
  msgid "guides."
2314
  msgstr "manuales."
2315
 
2316
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260,
2317
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
2318
  msgid "integrator_id"
2319
  msgstr "integrator_id"
2320
 
2321
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261,
2322
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
2323
  msgid "Eg: 14987126498"
2324
  msgstr "Ej.: 14987126498"
2325
 
2326
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2327
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2328
  msgid ""
2329
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2330
  "integrator_id. If you do not have the code, please "
@@ -2332,48 +2335,48 @@ msgstr ""
2332
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2333
  "integrator_id. Si no tienes el código, "
2334
 
2335
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2336
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2337
  msgid "request it now. "
2338
  msgstr "solicítalo ahora. "
2339
 
2340
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2341
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2342
  msgid "Debug and Log Mode"
2343
  msgstr "Modo debug y log"
2344
 
2345
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2346
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2347
  msgid "We record your store's actions in order to provide a better assistance."
2348
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2349
 
2350
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2351
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2352
  msgid "3. Set payment methods"
2353
  msgstr "3. Configura los medios de pago"
2354
 
2355
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2356
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2357
  msgid "To view more options, please select a payment method below"
2358
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2359
 
2360
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2361
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2362
  msgid "Settings"
2363
  msgstr "Configurar"
2364
 
2365
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2366
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2367
  msgid "Continue"
2368
  msgstr "Continuar"
2369
 
2370
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297,
2371
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297
2372
  msgid "4. Test your store before you sell"
2373
  msgstr "4. Testea tu tienda antes de vender"
2374
 
2375
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298,
2376
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298
2377
  msgid ""
2378
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2379
  "to sell."
@@ -2381,163 +2384,234 @@ msgstr ""
2381
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2382
  "para realizar ventas."
2383
 
2384
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299,
2385
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299
2386
  msgid "Choose how you want to operate your store:"
2387
  msgstr "Elige cómo quieres operar tu tienda:"
2388
 
2389
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300,
2390
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300
2391
  msgid "Test Mode"
2392
  msgstr "Modo Test"
2393
 
2394
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2395
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2396
  msgid "Mercado Pago Checkouts disabled for real collections. "
2397
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2398
 
2399
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2400
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2401
  msgid "Test Mode rules."
2402
  msgstr "Reglas del modo test."
2403
 
2404
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2405
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2406
  msgid "Sale Mode (Production)"
2407
  msgstr "Modo Ventas (Producción)"
2408
 
2409
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2410
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2411
  msgid "Mercado Pago Checkouts enabled for real collections."
2412
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2413
 
2414
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305,
2415
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
2416
  msgid "Mercado Pago payment methods in Production Mode"
2417
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2418
 
2419
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306,
2420
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
2421
  msgid "The clients can make real purchases in your store."
2422
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2423
 
2424
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307,
2425
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
2426
  msgid "Mercado Pago payment methods in Test Mode"
2427
  msgstr "Medios de pago Mercado Pago en Modo Test"
2428
 
2429
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308,
2430
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2431
  msgid "Visit your store "
2432
  msgstr "Visita tu tienda "
2433
 
2434
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309,
2435
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
2436
  msgid "to test purchases"
2437
  msgstr "para testear compras"
2438
 
2439
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310,
2440
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
2441
  msgid "Save changes"
2442
  msgstr "Guardar cambios"
2443
 
2444
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311,
2445
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
2446
  msgid "Store under test"
2447
  msgstr "Tienda en Modo Test"
2448
 
2449
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312,
2450
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
2451
  msgid "Store in sale mode (Production)"
2452
  msgstr "Tienda en Modo Ventas (Producción)"
2453
 
2454
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348,
2455
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2456
  msgid "Invalid Access Token"
2457
  msgstr "Access token no válido"
2458
 
2459
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350,
2460
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350
2461
  msgid "Valid Access Token"
2462
  msgstr "Access token válido"
2463
 
2464
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356,
2465
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356
2466
  msgid "Invalid Public Key"
2467
  msgstr "Public key no válida"
2468
 
2469
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358,
2470
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358
2471
  msgid "Valid Public Key"
2472
  msgstr "Public key válida"
2473
 
2474
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361,
2475
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361
2476
  msgid "Credentials must be valid"
2477
  msgstr "Las credenciales deben ser válidas"
2478
 
2479
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401,
2480
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401
2481
  msgid "Credentials were updated"
2482
  msgstr "Se actualizaron las credenciales"
2483
 
2484
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405,
2485
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405
2486
- msgid "Update failed, invalid Credentials"
2487
- msgstr "Actualización fallida, credenciales no válidas"
 
 
 
 
 
 
 
 
 
 
 
 
 
2488
 
2489
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460,
2490
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460
 
 
 
 
 
2491
  msgid "Store information is valid"
2492
  msgstr "Información sobre tu tienda"
2493
 
2494
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481,
2495
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481
2496
  msgid "Mercado Pago's Payment Methods in Test Mode"
2497
  msgstr "Medios de pago Mercado Pago en Modo Test"
2498
 
2499
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482,
2500
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482
2501
  msgid "Mercado Pago's Payment Methods in Production Mode"
2502
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2503
 
2504
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547,
2505
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547
 
 
 
 
 
2506
  msgid "Enabled"
2507
  msgstr "Activado"
2508
 
2509
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548,
2510
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548
2511
  msgid "Disabled"
2512
  msgstr "Inactivo"
2513
 
2514
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573,
2515
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573
2516
  msgid "Valid Credentials"
2517
  msgstr "Credenciales válidas"
2518
 
2519
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576,
2520
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576
2521
  msgid "Credentials couldn't be validated"
2522
  msgstr "No se pudieron validar las credenciales"
2523
 
2524
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598,
2525
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598
2526
  msgid "Store business fields are valid"
2527
  msgstr "Los campos comerciales de la tienda son válidos"
2528
 
2529
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601,
2530
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601
2531
  msgid "Store business fields couldn't be validated"
2532
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2533
 
2534
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623,
2535
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623
2536
  msgid "At least one paymet method is enabled"
2537
  msgstr "Al menos un método de pago está habilitado"
2538
 
2539
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626,
2540
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626
2541
  msgid "No payment method enabled"
2542
  msgstr "No se habilitó ningún método de pago"
2543
 
@@ -2546,27 +2620,27 @@ msgstr "No se habilitó ningún método de pago"
2546
  msgid "Shipping service used by the store."
2547
  msgstr "Servicio de envío utilizado por la tienda."
2548
 
2549
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544,
2550
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545,
2551
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545
2552
  msgid "Discount provided by store"
2553
  msgstr "Descuento proporcionado por la tienda"
2554
 
2555
  #. translators: %s coupon
2556
  #. translators: %s coupon
2557
  #. translators: %s coupon
2558
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125,
2559
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125
2560
  msgid "Discount for coupon %s"
2561
  msgstr "Descuento para el cupón %s"
2562
 
2563
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
2564
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
2565
  msgid " and fee of"
2566
  msgstr " y comisión de"
2567
 
2568
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504,
2569
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504
2570
  msgid ""
2571
  "<b>Public Key</b> production credential is invalid. Review the field to "
2572
  "receive real payments."
@@ -2574,8 +2648,8 @@ msgstr ""
2574
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2575
  "poder recibir pagos reales."
2576
 
2577
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513,
2578
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513
2579
  msgid ""
2580
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2581
  "tests in your store."
@@ -2583,8 +2657,8 @@ msgstr ""
2583
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2584
  "realizar pruebas en tu tienda."
2585
 
2586
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522,
2587
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522
2588
  msgid ""
2589
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2590
  "be complete to receive real payments."
@@ -2592,8 +2666,8 @@ msgstr ""
2592
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2593
  "poder recibir pagos reales."
2594
 
2595
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531,
2596
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531
2597
  msgid ""
2598
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2599
  "tests in your store."
@@ -2601,8 +2675,8 @@ msgstr ""
2601
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2602
  "realizar pruebas en tu tienda."
2603
 
2604
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549,
2605
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549
2606
  msgid ""
2607
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2608
  "tests in your store."
@@ -2610,8 +2684,8 @@ msgstr ""
2610
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2611
  "poder realizar pruebas en tu tienda."
2612
 
2613
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558,
2614
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558
2615
  msgid ""
2616
  "<b>Public Key</b> production credential is blank. Review the field to "
2617
  "receive real payments."
@@ -2619,8 +2693,8 @@ msgstr ""
2619
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2620
  "para poder recibir pagos reales."
2621
 
2622
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567,
2623
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567
2624
  msgid ""
2625
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2626
  "tests in your store."
@@ -2628,8 +2702,8 @@ msgstr ""
2628
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2629
  "poder realizar pruebas en tu tienda."
2630
 
2631
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576,
2632
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576
2633
  msgid ""
2634
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2635
  "complete to receive real payments."
@@ -2637,8 +2711,8 @@ msgstr ""
2637
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2638
  "para poder recibir pagos reales."
2639
 
2640
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91,
2641
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91
2642
  msgid ""
2643
  "There was an error processing your payment. Please try again or contact us "
2644
  "for Assistance."
@@ -2646,178 +2720,178 @@ msgstr ""
2646
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2647
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2648
 
2649
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83,
2650
- #: ../../templates/checkout/custom-checkout.php:35,
2651
- #: ../../templates/checkout/custom-checkout.php:44,
2652
  #: ../../templates/receipt/custom-checkout.php:41,
2653
  #: ../../templates/receipt/custom-checkout.php:41
2654
  msgid "Pay with Mercado Pago"
2655
  msgstr "Pagar con Mercado Pago"
2656
 
2657
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:85,
2658
  #: ../../templates/receipt/custom-checkout.php:44,
2659
  #: ../../templates/receipt/custom-checkout.php:44
2660
  msgid "Cancel &amp; Clear Cart"
2661
  msgstr "Cancelar &amp; Limpiar carrito"
2662
 
2663
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2664
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2665
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82,
2666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
2667
  msgid "Apply"
2668
  msgstr "Aplicar"
2669
 
2670
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
2671
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2672
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2673
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2674
  msgid "Remove"
2675
  msgstr "Retirar"
2676
 
2677
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
2678
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2679
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2680
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2681
  msgid "Please, inform your coupon code"
2682
  msgstr "Por favor, informe su código de cupón"
2683
 
2684
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
2685
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2686
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2687
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2688
  msgid "To choose"
2689
  msgstr "Elegir"
2690
 
2691
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
2692
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2693
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2694
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2695
  msgid "Other bank"
2696
  msgstr "Otro banco"
2697
 
2698
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2699
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2700
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2701
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2702
  msgid "You will save"
2703
  msgstr "Salvarás"
2704
 
2705
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2706
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2707
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2708
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2709
  msgid "with discount of"
2710
  msgstr "con descuento de"
2711
 
2712
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2713
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2714
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2715
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2716
  msgid "Total of your purchase:"
2717
  msgstr "Total de su compra:"
2718
 
2719
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2720
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2721
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2722
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2723
  msgid "Total of your purchase with discount:"
2724
  msgstr "Total de su compra con descuento:"
2725
 
2726
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2727
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2728
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2729
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2730
  msgid "*After payment approval"
2731
  msgstr "*Tras la aprobación del pago"
2732
 
2733
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2734
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2735
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2736
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2737
  msgid "Terms and conditions of use"
2738
  msgstr "Términos y condiciones de uso"
2739
 
2740
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2741
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2742
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2743
  msgid "No fee"
2744
  msgstr "Sin interés"
2745
 
2746
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2747
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2748
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2749
  msgid "More options"
2750
  msgstr "Más opciones"
2751
 
2752
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2753
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2754
  msgid "mm/yy"
2755
  msgstr "mm/aa"
2756
 
2757
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2758
- #: ../../templates/checkout/custom-checkout.php:130,
2759
- #: ../../templates/checkout/custom-checkout.php:130
2760
  msgid "Issuer"
2761
  msgstr "Banco"
2762
 
2763
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2764
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2765
  msgid "Installments"
2766
  msgstr "cuotas "
2767
 
2768
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2769
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2770
  msgid "on the back"
2771
  msgstr "del dorso"
2772
 
2773
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2774
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2775
  msgid "on the front"
2776
  msgstr "del frente"
2777
 
2778
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2779
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2780
  msgid "digits"
2781
  msgstr "dígitos"
2782
 
2783
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2784
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2785
  msgid "Card number is required"
2786
  msgstr "Número de tarjeta obligatorio"
2787
 
2788
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2789
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2790
  msgid "Card number invalid"
2791
  msgstr "Número de tarjeta inválido"
2792
 
2793
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184,
2794
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184
2795
  msgid "Holder name is required"
2796
  msgstr "Nombre del titular obligatorio"
2797
 
2798
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185,
2799
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185
2800
  msgid "Holder name invalid"
2801
  msgstr "Nombre del titular inválido"
2802
 
2803
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
2804
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
2805
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
2806
  msgid "Expiration date invalid"
2807
  msgstr "Fecha de vencimiento inválido"
2808
 
2809
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
2810
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
2811
  msgid "Expiration date incomplete"
2812
  msgstr "Fecha de vencimiento obligatorio"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193,
2815
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193
2816
  msgid "Security code is required"
2817
  msgstr "Código de seguridad obligatorio"
2818
 
2819
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194,
2820
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194
2821
  msgid "Security code incomplete"
2822
  msgstr "Código de seguridad incompleto"
2823
 
@@ -2887,72 +2961,72 @@ msgstr "Respuesta de la caché"
2887
  msgid "Took %1$s seconds to transfer a request to %2$s"
2888
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2889
 
2890
- #: ../../templates/checkout/basic-checkout.php:22,
2891
- #: ../../templates/checkout/basic-checkout.php:22
2892
  msgid "Checkout Pro in Test Mode"
2893
  msgstr "Checkout Pro en Modo Test"
2894
 
2895
- #: ../../templates/checkout/basic-checkout.php:23,
2896
- #: ../../templates/checkout/basic-checkout.php:23
2897
  msgid "Use Mercado Pago's payment methods without real charges. "
2898
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2899
 
2900
- #: ../../templates/checkout/basic-checkout.php:24,
2901
- #: ../../templates/checkout/ticket-checkout.php:25,
2902
- #: ../../templates/checkout/ticket-checkout.php:25
2903
  msgid "See the rules for the test mode."
2904
  msgstr "Consulte las reglas para el modo test."
2905
 
2906
- #: ../../templates/checkout/basic-checkout.php:32,
2907
- #: ../../templates/checkout/basic-checkout.php:32
2908
  msgid "Pay faster with Mercado Pago"
2909
  msgstr "Paga más rápido con Mercado Pago"
2910
 
2911
- #: ../../templates/checkout/basic-checkout.php:34,
2912
- #: ../../templates/checkout/basic-checkout.php:34
2913
  msgid "Secure payment"
2914
  msgstr "Pago seguro"
2915
 
2916
- #: ../../templates/checkout/basic-checkout.php:35,
2917
- #: ../../templates/checkout/basic-checkout.php:35
2918
  msgid "No need to fill out details"
2919
  msgstr "Sin cargar datos"
2920
 
2921
- #: ../../templates/checkout/basic-checkout.php:36,
2922
- #: ../../templates/checkout/basic-checkout.php:36
2923
  msgid "Installments available"
2924
  msgstr "Cuotas disponibles"
2925
 
2926
- #: ../../templates/checkout/basic-checkout.php:39,
2927
- #: ../../templates/checkout/basic-checkout.php:39
2928
  msgid "List style type blue check"
2929
  msgstr ""
2930
 
2931
- #: ../../templates/checkout/basic-checkout.php:51,
2932
- #: ../../templates/checkout/basic-checkout.php:51
2933
  msgid ""
2934
  "By confirming your purchase, you will be redirected to your Mercado Pago "
2935
  "account"
2936
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
2937
 
2938
- #: ../../templates/checkout/basic-checkout.php:52,
2939
- #: ../../templates/checkout/basic-checkout.php:52
2940
  msgid "Checkout Pro redirect info image"
2941
  msgstr ""
2942
 
2943
  #: ../../templates/checkout/basic-checkout.php:63,
2944
- #: ../../templates/checkout/custom-checkout.php:152,
2945
- #: ../../templates/checkout/pix-checkout.php:39,
2946
- #: ../../templates/checkout/ticket-checkout.php:81,
2947
- #: ../../templates/checkout/ticket-checkout.php:81
2948
  msgid "By continuing, you agree with our"
2949
  msgstr "Al continuar, aceptas nuestros"
2950
 
2951
  #: ../../templates/checkout/basic-checkout.php:64,
2952
- #: ../../templates/checkout/custom-checkout.php:153,
2953
- #: ../../templates/checkout/pix-checkout.php:40,
2954
- #: ../../templates/checkout/ticket-checkout.php:82,
2955
- #: ../../templates/checkout/ticket-checkout.php:82
2956
  msgid "Terms and conditions"
2957
  msgstr "Términos y condiciones "
2958
 
@@ -2961,81 +3035,81 @@ msgstr "Términos y condiciones "
2961
  msgid "Checkout Custom in Test Mode"
2962
  msgstr "Tarjeta de crédito en Modo Test"
2963
 
2964
- #: ../../templates/checkout/custom-checkout.php:23,
2965
- #: ../../templates/checkout/custom-checkout.php:23
2966
  msgid "Use Mercado Pago means without real charges."
2967
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
2968
 
2969
- #: ../../templates/checkout/custom-checkout.php:24,
2970
- #: ../../templates/checkout/custom-checkout.php:24
2971
  msgid "See test mode rules."
2972
  msgstr "Ver las reglas del Modo Test. "
2973
 
2974
- #: ../../templates/checkout/custom-checkout.php:39,
2975
- #: ../../templates/checkout/custom-checkout.php:39
2976
  msgid "Pay faster with your saved cards and without completing data."
2977
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
2978
 
2979
- #: ../../templates/checkout/custom-checkout.php:54,
2980
- #: ../../templates/checkout/custom-checkout.php:54
2981
  msgid "With which card can you pay?"
2982
  msgstr "¿Con qué tarjeta puedes pagar?"
2983
 
2984
- #: ../../templates/checkout/custom-checkout.php:69,
2985
- #: ../../templates/checkout/custom-checkout.php:69
2986
  msgid "See current promotions"
2987
  msgstr "Ver promociones vigentes"
2988
 
2989
- #: ../../templates/checkout/custom-checkout.php:77,
2990
- #: ../../templates/checkout/custom-checkout.php:77
2991
  msgid "Fill in your card details"
2992
  msgstr "Completa los datos de tu tarjeta"
2993
 
2994
- #: ../../templates/checkout/custom-checkout.php:79,
2995
- #: ../../templates/checkout/custom-checkout.php:79
2996
  msgid "Card number"
2997
  msgstr "Número de Tarjeta"
2998
 
 
2999
  #: ../../templates/checkout/custom-checkout.php:81,
3000
- #: ../../templates/checkout/custom-checkout.php:89,
3001
- #: ../../templates/checkout/custom-checkout.php:100,
3002
- #: ../../templates/checkout/custom-checkout.php:108,
3003
- #: ../../templates/checkout/custom-checkout.php:108
3004
  msgid "Required data"
3005
  msgstr "Datos obligatorios"
3006
 
3007
- #: ../../templates/checkout/custom-checkout.php:86,
3008
- #: ../../templates/checkout/custom-checkout.php:86
3009
  msgid "Holder name as it appears on the card"
3010
  msgstr "Nombre del titular como aparece en la tarjeta"
3011
 
3012
- #: ../../templates/checkout/custom-checkout.php:96,
3013
- #: ../../templates/checkout/custom-checkout.php:96
3014
  msgid "Expiration"
3015
  msgstr "Vencimiento"
3016
 
3017
- #: ../../templates/checkout/custom-checkout.php:105,
3018
- #: ../../templates/checkout/custom-checkout.php:105
3019
  msgid "Security Code"
3020
  msgstr "Código de seguridad"
3021
 
3022
- #: ../../templates/checkout/custom-checkout.php:115,
3023
- #: ../../templates/checkout/ticket-checkout.php:33,
3024
- #: ../../templates/checkout/ticket-checkout.php:46,
3025
- #: ../../templates/checkout/ticket-checkout.php:46
3026
  msgid "Holder document"
3027
  msgstr "Documento del titular"
3028
 
3029
- #: ../../templates/checkout/custom-checkout.php:116,
3030
- #: ../../templates/checkout/ticket-checkout.php:34,
3031
- #: ../../templates/checkout/ticket-checkout.php:47,
3032
- #: ../../templates/checkout/ticket-checkout.php:47
3033
  msgid "Invalid document"
3034
  msgstr "Número de documento no válido"
3035
 
3036
- #: ../../templates/checkout/custom-checkout.php:126,
3037
- #: ../../templates/checkout/custom-checkout.php:137,
3038
- #: ../../templates/checkout/custom-checkout.php:137
3039
  msgid "Select the number of installments"
3040
  msgstr "Selecciona la cantidad de cuotas"
3041
 
@@ -3046,8 +3120,8 @@ msgstr "Selecciona la cantidad de cuotas"
3046
  msgid "Pix in Test Mode"
3047
  msgstr "Tarjetas de crédito en Modo Test"
3048
 
3049
- #: ../../templates/checkout/pix-checkout.php:23,
3050
- #: ../../templates/checkout/pix-checkout.php:23
3051
  #, fuzzy
3052
  #| msgid ""
3053
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
@@ -3059,21 +3133,21 @@ msgstr ""
3059
  "Es posible testear el flujo para generar una factura, pero no es posible "
3060
  "finalizar el pago."
3061
 
3062
- #: ../../templates/checkout/pix-checkout.php:30,
3063
- #: ../../templates/checkout/pix-checkout.php:30
3064
  #, fuzzy
3065
  #| msgid "Pay securely and instantly!"
3066
  msgid "Pay instantly"
3067
  msgstr "Pago seguro e instantáneo!"
3068
 
3069
- #: ../../templates/checkout/pix-checkout.php:31,
3070
- #: ../../templates/checkout/pix-checkout.php:31
3071
  msgid ""
3072
  "By confirming your purchase, we will show you a code to make the payment."
3073
  msgstr ""
3074
 
3075
- #: ../../templates/checkout/pix-checkout.php:32,
3076
- #: ../../templates/checkout/pix-checkout.php:32
3077
  msgid "Pix logo"
3078
  msgstr ""
3079
 
@@ -3082,8 +3156,8 @@ msgstr ""
3082
  msgid "Offline Methods in Test Mode"
3083
  msgstr "Facturas en Modo Test"
3084
 
3085
- #: ../../templates/checkout/ticket-checkout.php:24,
3086
- #: ../../templates/checkout/ticket-checkout.php:24
3087
  msgid ""
3088
  "You can test the flow to generate an invoice, but you cannot finalize the "
3089
  "payment. "
@@ -3091,21 +3165,21 @@ msgstr ""
3091
  "Es posible testear el flujo para generar una factura, pero no es posible "
3092
  "finalizar el pago. "
3093
 
3094
- #: ../../templates/checkout/ticket-checkout.php:56,
3095
- #: ../../templates/checkout/ticket-checkout.php:56
3096
  msgid "Select where you want to pay"
3097
  msgstr "Selecciona el punto de pago donde quieres pagar"
3098
 
3099
- #: ../../templates/checkout/ticket-checkout.php:58,
3100
- #: ../../templates/checkout/ticket-checkout.php:58
3101
- msgid "Select a payment method"
3102
- msgstr "Seleccione una opción de pago"
3103
-
3104
- #: ../../templates/checkout/ticket-checkout.php:61,
3105
- #: ../../templates/checkout/ticket-checkout.php:61
3106
  msgid "more options"
3107
  msgstr "Más opciones"
3108
 
 
 
 
 
 
3109
  #: ../../templates/order/payment-status-metabox-content.php:20,
3110
  #: ../../templates/order/payment-status-metabox-content.php:20
3111
  msgid ""
@@ -3129,6 +3203,33 @@ msgstr ""
3129
  msgid "Print ticket"
3130
  msgstr "Imprimir ticket"
3131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3132
  #~ msgid "Mandatory data"
3133
  #~ msgstr "Campo obligatorio"
3134
 
@@ -3144,9 +3245,6 @@ msgstr "Imprimir ticket"
3144
  #~ msgid "We take you to our site to complete the payment"
3145
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3146
 
3147
- #~ msgid "Use your Mercado Pago"
3148
- #~ msgstr "Usa tu Mercado Pago"
3149
-
3150
  #~ msgid "Pay with a saved card"
3151
  #~ msgstr "Pagar con tarjeta guardada"
3152
 
@@ -3491,13 +3589,6 @@ msgstr "Imprimir ticket"
3491
  #~ msgid "Search my credentials"
3492
  #~ msgstr "Buscar mis credenciales"
3493
 
3494
- #~ msgid ""
3495
- #~ "With these credentials, you enable payment simulations in your Mercado "
3496
- #~ "Pago checkouts."
3497
- #~ msgstr ""
3498
- #~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
3499
- #~ "simular pagos."
3500
-
3501
  #~ msgid ""
3502
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3503
  #~ "real payments."
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 3.1.1\n"
15
 
16
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
17
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345,
18
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
23
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347,
24
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446,
84
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446
85
  msgid "Invalid credentials"
86
  msgstr "Credenciales no válidas"
87
 
88
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53,
89
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53
90
  msgid ""
91
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
92
  "Please update your PHP version."
94
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
95
  "favor actualice su versión de PHP."
96
 
97
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64,
98
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64
99
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
100
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75,
103
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75
104
  msgid ""
105
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
106
  "extension is required to send QR Code Pix by email."
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
  #. translators: %s link to WooCommerce
115
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89,
116
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89
117
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
118
  msgstr ""
119
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
120
 
121
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102,
122
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102
123
  msgid "Cancel order"
124
  msgstr "Cancelar orden"
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361,
127
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361
128
  msgid "The payment method is not valid or not available."
129
  msgstr "El medio de pago no es válido o no está disponible."
130
 
131
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
132
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
133
  msgid "The transaction amount cannot be processed by Mercado Pago."
134
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
135
 
136
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
137
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
138
  msgid ""
139
  "Possible causes: Currency not supported; Amounts below the minimum or above "
140
  "the maximum allowed."
142
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
143
  "encima del máximo permitido."
144
 
145
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
147
  msgid "The users are not valid."
148
  msgstr "Los usuários no son válidos."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
152
  msgid ""
153
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
154
  "transaction involving production and test users."
156
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
157
  "Pago; La transacción involucrando usuários de producción y de prueba."
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
161
  msgid "Unauthorized use of production credentials."
162
  msgstr "Uso no autorizado de credenciales de producción."
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
166
  msgid ""
167
  "Possible causes: Use permission in use for the credential of the seller."
168
  msgstr ""
169
  "Posibles causas: Pendencia de permiso de uso en producción para la "
170
  "credencial del vendedor."
171
 
172
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498,
173
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498
174
  msgid "Colombia"
175
  msgstr "Colombia"
176
 
177
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500,
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500
179
  msgid "Argentina"
180
  msgstr "Argentina"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502
184
  msgid "Brazil"
185
  msgstr "Brasil"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504
189
  msgid "Chile"
190
  msgstr "Chile"
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506
194
  msgid "Mexico"
195
  msgstr "México"
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508
199
  msgid "Uruguay"
200
  msgstr "Uruguay"
201
 
202
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510,
203
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510
204
  msgid "Venezuela"
205
  msgstr "Venezuela"
206
 
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512,
208
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512
209
  msgid "Peru"
210
  msgstr "Peru"
211
 
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546,
213
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546
214
  msgid "Update the WooCommerce order to "
215
  msgstr "Actualizar la orden de WooCommerce para "
216
 
217
+ #: ../../includes/module/class-wc-woomercadopago-module.php:765,
218
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
219
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
220
  msgid "Fill in your credentials to enable payment methods."
221
  msgstr "Completa tus credenciales para habilitar los medios de pago."
222
 
223
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781,
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781
225
  msgid "Set plugin"
226
  msgstr "Configurar plugin"
227
 
228
+ #: ../../includes/module/class-wc-woomercadopago-module.php:782,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
230
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
231
  msgid "Payment methods"
232
  msgstr "Medios de pagos"
233
 
234
+ #: ../../includes/module/class-wc-woomercadopago-module.php:783,
235
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
236
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
237
  msgid "Plugin manual"
238
  msgstr "Manual del plugin"
239
 
240
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882,
241
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882
242
  msgid "By Mercado Pago"
243
  msgstr "Por Mercado Pago"
244
 
245
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191,
246
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191
247
  msgid "Payment approved."
248
  msgstr "Pago aprobado."
249
 
250
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:257,
251
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260,
252
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260
253
  msgid "Waiting for the Pix payment."
254
  msgstr "Esperando el pago de Pix."
255
 
256
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:276,
257
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279,
258
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279
259
  msgid "Waiting for the ticket payment."
260
  msgstr "Esperando el pago del boleto."
261
 
262
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288,
263
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288
264
  msgid "The customer has not made the payment yet."
265
  msgstr "El cliente todavía no efectuó el pago."
266
 
267
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307,
268
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307
269
  msgid "Payment is pending review."
270
  msgstr "El pago está pendiente de revisión."
271
 
272
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324,
273
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324
274
  msgid "Payment was declined. The customer can try again."
275
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
276
 
277
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339,
278
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339
279
  msgid "Payment was returned to the customer."
280
  msgstr "El pago fue devuelto al cliente."
281
 
282
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353,
283
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353
284
  msgid "Payment was canceled."
285
  msgstr "El pago fue cancelado."
286
 
287
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:368,
288
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380,
289
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380
290
  msgid ""
291
  "The payment is in mediation or the purchase was unknown by the customer."
292
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
  #. translators: 1: payment_id 2: status
297
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483,
298
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483
299
  msgid ""
300
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
301
  msgstr ""
311
  msgid "Type of topic IPN invalid, need to be merchant_order"
312
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
313
 
314
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
315
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
316
  msgid "IPN merchant_order not found"
317
  msgstr "No se ha encontrado la IPN de `merchant_order`"
318
 
319
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62,
320
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62
321
  msgid "Not found Payments into Merchant_Order"
322
  msgstr "No se han encontrado pagos en Merchant_Order"
323
 
324
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173,
325
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
326
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190,
327
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168,
328
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168
329
  msgid "Buyer email"
330
  msgstr "Email del comprador"
331
 
332
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:176,
333
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
334
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:193,
335
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171,
336
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171
337
  msgid "Payment type"
338
  msgstr "Tipo de método de pago"
339
 
340
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:179,
341
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:148,
342
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:196,
343
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174,
344
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174
345
  msgid "Payment method"
346
  msgstr "Método de pago"
347
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
443
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
444
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
445
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
447
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
458
  "sitio web de Mercado Pago."
459
 
460
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
461
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
462
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
463
  msgid "The checkout is <b>enabled</b>."
464
  msgstr "El checkout está <b>activo</b>."
465
 
466
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
467
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
468
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
469
  msgid "The checkout is <b>disabled</b>."
470
  msgstr "El checkout está <b>inactivo</b>."
471
 
603
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
604
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
605
 
606
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
607
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511
608
  msgid "Installments without card"
609
  msgstr "Cuotas sin tarjeta"
610
 
611
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
612
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
613
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
614
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
615
  msgid "Up to "
616
  msgstr "hasta "
617
 
618
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
619
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
  msgstr " Cuotas"
624
 
625
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519,
626
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
627
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
628
  msgid "Credit cards"
629
  msgstr "Tarjetas de crédito"
630
 
631
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
633
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
634
  msgid "Debit cards"
635
  msgstr "Tarjetas de débito "
636
 
637
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532,
638
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532
639
  msgid "Bank Transfer"
640
  msgstr "Transferencia bancaria"
641
 
642
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
643
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538
644
  msgid "Payment by cash"
645
  msgstr "Pagos en efectivo "
646
 
647
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586,
648
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573,
649
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
650
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
651
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
652
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
653
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
654
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
655
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
656
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
657
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
658
  msgid "discount of"
659
  msgstr "descuento de"
660
 
661
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591,
662
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578,
663
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
664
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
665
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
666
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
667
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
668
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176,
670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
671
  msgid "fee of"
672
  msgstr "comisión de"
673
 
702
 
703
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
704
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
705
+ msgid "Transparent Checkout for credit cards is <b>enabled</b>."
706
  msgstr ""
707
+ "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
708
 
709
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
710
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
871
  msgid "This payment method cannot process your payment."
872
  msgstr "Este medio de pago no puede procesar su pago."
873
 
874
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
875
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
876
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
 
 
 
 
 
879
  msgid "A problem was occurred when processing your payment. Please, try again."
880
  msgstr ""
881
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
882
  "vez."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
886
  msgid "See your order form"
887
  msgstr "Ver su hoja de pedido"
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
891
  msgid "Your payment was declined. You can try again."
892
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
896
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
897
  msgid "Click to try again"
898
  msgstr "Haga clic para intentarlo de nuevo"
899
 
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
902
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
903
  msgid ""
904
  "A problem was occurred when processing your payment. Are you sure you have "
905
  "correctly filled all information in the checkout form?"
907
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
908
  "cargado la información en el formulario?"
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651,
911
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651
912
  msgid "Configure your credentials to enable Mercado Pago payment methods."
913
  msgstr ""
914
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
915
 
916
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707,
917
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707
918
  msgid "Title in the store Checkout"
919
  msgstr "Título en el checkout de la tienda"
920
 
921
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709,
922
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709
923
  msgid "Change the display text in Checkout, maximum characters: 85"
924
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711,
927
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711
928
  msgid "The text inserted here will not be translated to other languages"
929
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
930
 
931
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725,
932
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725
933
  msgid "Description"
934
  msgstr "Descripción"
935
 
936
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
 
937
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
938
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
939
+ msgid "Important! To sell you must enter your credentials."
940
+ msgstr "¡Importante! Para vender debe introducir sus credenciales."
 
 
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763,
943
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763
944
+ msgid "You must enter&nbsp;<b>production credentials</b>."
945
+ msgstr "Debe introducir&nbsp;<b>las credenciales de producción</b>."
 
946
 
947
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764,
948
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764
949
+ msgid "Enter credentials"
950
+ msgstr "Introducir credenciales"
951
 
952
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
953
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
954
  msgid "Mercado Pago Plugin general settings"
955
  msgstr "Configuraciones generales del plugin de Mercado Pago"
956
 
957
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
958
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
959
+ msgid "Important! To sell you must enter your credentials.?"
960
+ msgstr ""
961
+
962
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
963
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
964
  msgid ""
965
  "Set the deadlines and fees, test your store or access the Plugin manual."
966
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
967
 
968
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776,
969
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776
970
  msgid "Go to Settings"
971
  msgstr "Ir a Configuraciones"
972
 
973
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800,
974
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800
975
  msgid "Activate your credentials to be able to sell"
976
  msgstr "Activa tus credenciales para poder vender"
977
 
978
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801,
979
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801
980
  msgid ""
981
  "Credentials are codes that you must enter to enable sales. Go below on "
982
  "Activate Credentials. On the next screen, use again the Activate Credentials "
986
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
987
  "botón Activar credenciales y completa los campos con los datos solicitados."
988
 
989
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802,
990
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802
991
  msgid "Activate credentials"
992
  msgstr "Activar credenciales"
993
 
994
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850,
995
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850
996
  msgid "By disabling it, you will disable all payment methods of this checkout."
997
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
998
 
999
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946,
1000
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946
1001
  msgid "Basic Configuration"
1002
  msgstr "Configuración Básica"
1003
 
1004
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959,
1005
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959
1006
  msgid "Discount coupons"
1007
  msgstr "Cupones de descuento"
1008
 
1009
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962,
1010
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962
1011
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1012
  msgstr ""
1013
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1014
 
1015
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964,
1016
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964
1017
  msgid "Discount coupons is <b>active</b>."
1018
  msgstr "Cupones de descuento están <b>activos</b>."
1019
 
1020
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965,
1021
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965
1022
  msgid "Discount coupons is <b>disabled</b>."
1023
  msgstr "Cupones de descuento están <b>inactivos</b>."
1024
 
1025
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977,
1026
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977
1027
  msgid "Automatic decline of payments without instant approval"
1028
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1029
 
1030
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978,
1031
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978
1032
  msgid ""
1033
  "Enable it if you want to automatically decline payments that are not "
1034
  "instantly approved by banks or other institutions. "
1036
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1037
  "instantáneamente por bancos u otros compradores. "
1038
 
1039
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982,
1040
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982
1041
  msgid "Pending payments <b>will be automatically declined</b>."
1042
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1043
 
1044
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983,
1045
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983
1046
  msgid "Pending payments <b>will not be automatically declined</b>."
1047
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1048
 
1049
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995,
1050
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995
1051
  msgid "Discount in Mercado Pago Checkouts"
1052
  msgstr "Descuento en los checkouts de Mercado Pago"
1053
 
1054
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998,
1055
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998
1056
  msgid ""
1057
  "Choose a percentage value that you want to discount your customers for "
1058
  "paying with Mercado Pago."
1060
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1061
  "Mercado Pago."
1062
 
1063
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:999,
1064
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020,
1065
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
1066
  msgid "Activate and show this information on Mercado Pago Checkout"
1067
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1068
 
1069
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016,
1070
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016
1071
  msgid "Commission in Mercado Pago Checkouts"
1072
  msgstr "Comisiones en los checkouts de Mercado Pago"
1073
 
1074
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019,
1075
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019
1076
  msgid ""
1077
  "Choose an additional percentage value that you want to charge as commission "
1078
  "to your customers for paying with Mercado Pago."
1080
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1081
  "clientes por pagar con Mercado Pago."
1082
 
1083
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056,
1084
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056
1085
  msgid "Convert Currency"
1086
  msgstr "Convertir moneda"
1087
 
1088
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061,
1089
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
1090
  msgid "Currency convertion is <b>enabled</b>."
1091
  msgstr "Conversión de moneda está <b>activa</b>."
1092
 
1093
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062,
1094
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
1095
  msgid "Currency convertion is <b>disabled</b>."
1096
  msgstr "Conversión de moneda está <b>inactiva</b>."
1097
 
1098
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179,
1099
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179
1100
  msgid ""
1101
  "Edit these advanced fields only when you want to modify the preset values."
1102
  msgstr ""
1371
  msgid "Register your Pix key at Mercado Pago."
1372
  msgstr "Registra tu clave Pix en Mercado Pago."
1373
 
1374
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:618,
1375
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1377
  msgid "Code valid for "
1995
  msgid "Discard"
1996
  msgstr "Descartar"
1997
 
1998
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142,
1999
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142
2000
  msgid "Mercado Pago Settings"
2001
  msgstr "Configuración de Mercado Pago"
2002
 
2003
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2004
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2005
  msgid "Accept "
2006
  msgstr "Acepta "
2007
 
2008
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2009
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2010
  msgid "payments on the spot "
2011
  msgstr "pagos al instante "
2012
 
2013
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2014
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2015
  msgid "with"
2016
  msgstr "con toda"
2017
 
2018
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
2019
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
2020
  msgid "the "
2021
  msgstr "la "
2022
 
2023
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199,
2024
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
2025
  msgid "security "
2026
  msgstr "seguridad "
2027
 
2028
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200,
2029
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
2030
  msgid "from Mercado Pago"
2031
  msgstr "de Mercado Pago"
2032
 
2033
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201,
2034
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
2035
  msgid "Technical requirements"
2036
  msgstr "Requisitos técnicos"
2037
 
2038
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202,
2039
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
2040
  msgid "SSL"
2041
  msgstr "SSL"
2042
 
2043
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203,
2044
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
2045
  msgid "GD Extensions"
2046
  msgstr "Extensiones GD"
2047
 
2048
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204,
2049
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
2050
  msgid "Curl"
2051
  msgstr "Curl"
2052
 
2053
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205,
2054
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
2055
  msgid ""
2056
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2057
  "and encrypted way."
2059
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2060
  "segura y encriptada."
2061
 
2062
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206,
2063
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
2064
  msgid ""
2065
  "These extensions are responsible for the implementation and operation of Pix "
2066
  "in your store."
2068
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2069
  "tienda."
2070
 
2071
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207,
2072
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
2073
  msgid ""
2074
  "It is an extension responsible for making payments via requests from the "
2075
  "plugin to Mercado Pago."
2077
  "Es una extensión encargada de realizar los pagos a través de requests del "
2078
  "plugin a Mercado Pago."
2079
 
2080
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208,
2081
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
2082
  msgid "Collections and installments"
2083
  msgstr "Cobros y cuotas"
2084
 
2085
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209,
2086
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
2087
  msgid "Choose "
2088
  msgstr "Elige "
2089
 
2090
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210,
2091
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
2092
  msgid "when you want to receive the money "
2093
  msgstr "cuándo quieres recibir el dinero "
2094
 
2095
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211,
2096
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
2097
  msgid "from your sales and if you want to offer "
2098
  msgstr "de las ventas y si quieres ofrecer "
2099
 
2100
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212,
2101
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
2102
  msgid "interest-free installments "
2103
  msgstr "cuotas sin interés "
2104
 
2105
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2106
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2107
  msgid "to your clients."
2108
  msgstr "a los clientes."
2109
 
2110
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2111
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2112
  msgid "Set deadlines and fees"
2113
  msgstr "Ajustar plazos y tasas"
2114
 
2115
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2116
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2117
  msgid "Questions? "
2118
  msgstr "¿Dudas? "
2119
 
2120
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2121
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2122
  msgid "Review the step-by-step of "
2123
  msgstr "Revisa el paso a paso de "
2124
 
2125
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2126
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2127
  msgid "how to integrate the Mercado Pago Plugin "
2128
  msgstr "cómo integrar el Plugin de Mercado Pago "
2129
 
2130
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2131
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2132
  msgid "on our webiste for developers."
2133
  msgstr "en nuestro sitio de desarrolladores."
2134
 
2135
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234,
2136
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
2137
  msgid "1. Integrate your store with Mercado Pago "
2138
  msgstr "1. Integra la tienda a Mercado Pago "
2139
 
2140
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235,
2141
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
2142
+ msgid ""
2143
+ "To enable orders, you must create and activate production credentials in "
2144
+ "your Mercado Pago Account. "
2145
+ msgstr ""
2146
+ "Para habilitar las ventas, debes crear y activar las credenciales de "
2147
+ "producción en tu cuenta de Mercado Pago. "
2148
 
2149
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236,
2150
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
2151
+ msgid "Copy and paste the credentials below."
2152
+ msgstr "Copia y pega tus credenciales a continuación."
2153
 
2154
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237,
2155
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
2156
  msgid "Check credentials"
2157
  msgstr "Consultar credenciales"
2158
 
2159
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238,
2160
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
2161
  msgid "Test credentials "
2162
  msgstr "Credenciales de prueba "
2163
 
2164
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239,
2165
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
2166
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2167
  msgstr ""
2168
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2169
  "tienda."
2170
 
2171
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240,
2172
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
2173
  msgid "Public key"
2174
  msgstr "Public key"
2175
 
2176
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2177
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2178
  msgid "Access Token"
2179
  msgstr "Access Token"
2180
 
2181
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2182
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2183
  msgid "Production credentials"
2184
  msgstr "Credenciales de producción"
2185
 
2186
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2187
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2188
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2189
  msgstr ""
2190
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2191
  "tienda."
2192
 
2193
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2194
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2195
  msgid "Paste your Public Key here"
2196
  msgstr "Pega aquí tu Public Key"
2197
 
2198
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2199
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2200
  msgid "Paste your Access Token here"
2201
  msgstr "Pega aquí tu Access Token"
2202
 
2203
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2204
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287,
2205
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287
2206
  msgid "Save and continue"
2207
  msgstr "Guardar y continuar"
2208
 
2209
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2210
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2211
  msgid "2. Customize your business"
2212
  msgstr "2. Personaliza tu negocio"
2213
 
2214
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2215
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2216
  msgid ""
2217
  "Fill out the following information to have a better experience and offer "
2218
  "more information to your clients"
2220
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2221
  "información a los clientes"
2222
 
2223
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2224
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2225
  msgid "Your store information"
2226
  msgstr "Información sobre tu tienda"
2227
 
2228
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2229
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2230
  msgid "Name of your store in your client's invoice"
2231
  msgstr "Nombre de tu tienda en la factura de los clientes"
2232
 
2233
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2234
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2235
  msgid "Eg: Mary's store"
2236
  msgstr "Ej.: TiendaMaría"
2237
 
2238
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267,
2239
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
2240
  msgid ""
2241
  "If this field is empty, the purchase will be identified as Mercado Pago."
2242
  msgstr ""
2243
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2244
  "Pago."
2245
 
2246
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268,
2247
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
2248
  msgid "Identification in Activities of Mercad Pago"
2249
  msgstr "Identificación en Actividad de Mercado Pago"
2250
 
2251
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269,
2252
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
2253
  msgid "Eg: Marystore"
2254
  msgstr "Ej.: Tienda de María"
2255
 
2256
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270,
2257
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
2258
  msgid "In Activities, you will view this term before the order number"
2259
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2260
 
2261
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271,
2262
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
2263
  msgid "Store category"
2264
  msgstr "Categoría de la tienda"
2265
 
2266
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272,
2267
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
2268
  msgid "Select"
2269
  msgstr "Seleccionar"
2270
 
2271
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273,
2272
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
2273
  msgid "Select ”Other” if you do not find the appropriate category."
2274
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2275
 
2276
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274,
2277
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
2278
  msgid "Advanced integration options (optional)"
2279
  msgstr "Opciones avanzadas de integración (opcional)"
2280
 
2281
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275,
2282
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
2283
  msgid ""
2284
  "For further integration of your store with Mercado Pago (IPN, Certified "
2285
  "Partners, Debug Mode)"
2287
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2288
  "Certificados, Modo Debug)"
2289
 
2290
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276,
2291
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
2292
  msgid "View advanced options"
2293
  msgstr "Ver opciones avanzadas"
2294
 
2295
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277,
2296
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
2297
  msgid "URL for IPN "
2298
  msgstr "URL para IPN "
2299
 
2300
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278,
2301
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
2302
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2303
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2304
 
2305
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279,
2306
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
2307
  msgid ""
2308
  "Add the URL to receive payments notifications. Find out more information in "
2309
  "the "
2311
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2312
  "en los "
2313
 
2314
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2315
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2316
  msgid "guides."
2317
  msgstr "manuales."
2318
 
2319
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2320
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2321
  msgid "integrator_id"
2322
  msgstr "integrator_id"
2323
 
2324
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2325
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2326
  msgid "Eg: 14987126498"
2327
  msgstr "Ej.: 14987126498"
2328
 
2329
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2330
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2331
  msgid ""
2332
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2333
  "integrator_id. If you do not have the code, please "
2335
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2336
  "integrator_id. Si no tienes el código, "
2337
 
2338
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284,
2339
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284
2340
  msgid "request it now. "
2341
  msgstr "solicítalo ahora. "
2342
 
2343
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285,
2344
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285
2345
  msgid "Debug and Log Mode"
2346
  msgstr "Modo debug y log"
2347
 
2348
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286,
2349
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286
2350
  msgid "We record your store's actions in order to provide a better assistance."
2351
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2352
 
2353
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2354
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2355
  msgid "3. Set payment methods"
2356
  msgstr "3. Configura los medios de pago"
2357
 
2358
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2359
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2360
  msgid "To view more options, please select a payment method below"
2361
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2362
 
2363
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2364
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2365
  msgid "Settings"
2366
  msgstr "Configurar"
2367
 
2368
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2369
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2370
  msgid "Continue"
2371
  msgstr "Continuar"
2372
 
2373
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318,
2374
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
2375
  msgid "4. Test your store before you sell"
2376
  msgstr "4. Testea tu tienda antes de vender"
2377
 
2378
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319,
2379
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
2380
  msgid ""
2381
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2382
  "to sell."
2384
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2385
  "para realizar ventas."
2386
 
2387
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320,
2388
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
2389
  msgid "Choose how you want to operate your store:"
2390
  msgstr "Elige cómo quieres operar tu tienda:"
2391
 
2392
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321,
2393
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
2394
  msgid "Test Mode"
2395
  msgstr "Modo Test"
2396
 
2397
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322,
2398
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
2399
  msgid "Mercado Pago Checkouts disabled for real collections. "
2400
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2401
 
2402
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323,
2403
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
2404
  msgid "Test Mode rules."
2405
  msgstr "Reglas del modo test."
2406
 
2407
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324,
2408
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
2409
  msgid "Sale Mode (Production)"
2410
  msgstr "Modo Ventas (Producción)"
2411
 
2412
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325,
2413
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
2414
  msgid "Mercado Pago Checkouts enabled for real collections."
2415
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2416
 
2417
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326,
2418
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
2419
  msgid "Mercado Pago payment methods in Production Mode"
2420
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2421
 
2422
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327,
2423
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
2424
  msgid "The clients can make real purchases in your store."
2425
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2426
 
2427
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328,
2428
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
2429
  msgid "Mercado Pago payment methods in Test Mode"
2430
  msgstr "Medios de pago Mercado Pago en Modo Test"
2431
 
2432
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329,
2433
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
2434
+ msgid "Create your "
2435
+ msgstr "Crea tu "
2436
+
2437
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330,
2438
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330
2439
+ msgid "test user "
2440
+ msgstr "usuario de prueba "
2441
+
2442
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331,
2443
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331
2444
+ msgid ""
2445
+ "(Optional. Can be used in Production Mode and Test Mode, to test payments)."
2446
+ msgstr ""
2447
+ "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
2448
+ "probar los pagos)."
2449
+
2450
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332,
2451
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332
2452
+ msgid "Use our test cards, "
2453
+ msgstr "Utiliza nuestras tarjetas de prueba, "
2454
+
2455
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333,
2456
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333
2457
+ msgid "never use real cards. "
2458
+ msgstr "nunca utilices tarjetas reales. "
2459
+
2460
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334,
2461
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334
2462
  msgid "Visit your store "
2463
  msgstr "Visita tu tienda "
2464
 
2465
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335,
2466
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335
2467
  msgid "to test purchases"
2468
  msgstr "para testear compras"
2469
 
2470
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336,
2471
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336
2472
  msgid "Save changes"
2473
  msgstr "Guardar cambios"
2474
 
2475
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337,
2476
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337
2477
  msgid "Store under test"
2478
  msgstr "Tienda en Modo Test"
2479
 
2480
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338,
2481
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338
2482
  msgid "Store in sale mode (Production)"
2483
  msgstr "Tienda en Modo Ventas (Producción)"
2484
 
2485
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339,
2486
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339
2487
+ msgid "Enter test credentials"
2488
+ msgstr "Ingresa las credenciales de prueba"
2489
+
2490
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340,
2491
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340
2492
+ msgid "To enable test mode, "
2493
+ msgstr "Para activar el modo de prueba, "
2494
+
2495
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341,
2496
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341
2497
+ msgid "copy your test credentials "
2498
+ msgstr "copia tus credenciales de prueba "
2499
+
2500
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342,
2501
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342
2502
+ msgid "and paste them above in section 1 of this page."
2503
+ msgstr "y pégalas en la sección 1 de esta página."
2504
+
2505
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378,
2506
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378
2507
  msgid "Invalid Access Token"
2508
  msgstr "Access token no válido"
2509
 
2510
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380,
2511
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380
2512
  msgid "Valid Access Token"
2513
  msgstr "Access token válido"
2514
 
2515
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386,
2516
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386
2517
  msgid "Invalid Public Key"
2518
  msgstr "Public key no válida"
2519
 
2520
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388,
2521
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388
2522
  msgid "Valid Public Key"
2523
  msgstr "Public key válida"
2524
 
2525
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391,
2526
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391
2527
  msgid "Credentials must be valid"
2528
  msgstr "Las credenciales deben ser válidas"
2529
 
2530
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440,
2531
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440
2532
  msgid "Credentials were updated"
2533
  msgstr "Se actualizaron las credenciales"
2534
 
2535
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432,
2536
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432
2537
+ msgid ""
2538
+ "Your store has exited Test Mode and is making real sales in Production Mode."
2539
+ msgstr ""
2540
+ "Ahora su tienda está fuera del modo de prueba y está realizando ventas "
2541
+ "reales en el modo de producción."
2542
+
2543
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433,
2544
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433
2545
+ msgid "To test the store, re-enter both test credentials."
2546
+ msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
2547
+
2548
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447,
2549
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447
2550
+ msgid "See our manual to learn "
2551
+ msgstr "Consulte nuestro manual para saber "
2552
 
2553
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448,
2554
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448
2555
+ msgid "how to enter the credentials the right way."
2556
+ msgstr "como ingresar las credenciales de forma correcta."
2557
+
2558
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505,
2559
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505
2560
  msgid "Store information is valid"
2561
  msgstr "Información sobre tu tienda"
2562
 
2563
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533,
2564
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533
2565
  msgid "Mercado Pago's Payment Methods in Test Mode"
2566
  msgstr "Medios de pago Mercado Pago en Modo Test"
2567
 
2568
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534,
2569
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534
2570
  msgid "Mercado Pago's Payment Methods in Production Mode"
2571
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2572
 
2573
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527,
2574
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
2575
+ msgid "Invalid credentials for test mode"
2576
+ msgstr "Credenciales inválidas para el modo de prueba"
2577
+
2578
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604,
2579
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
2580
  msgid "Enabled"
2581
  msgstr "Activado"
2582
 
2583
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605,
2584
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605
2585
  msgid "Disabled"
2586
  msgstr "Inactivo"
2587
 
2588
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630,
2589
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630
2590
  msgid "Valid Credentials"
2591
  msgstr "Credenciales válidas"
2592
 
2593
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633,
2594
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633
2595
  msgid "Credentials couldn't be validated"
2596
  msgstr "No se pudieron validar las credenciales"
2597
 
2598
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655,
2599
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655
2600
  msgid "Store business fields are valid"
2601
  msgstr "Los campos comerciales de la tienda son válidos"
2602
 
2603
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658,
2604
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
2605
  msgid "Store business fields couldn't be validated"
2606
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2607
 
2608
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680,
2609
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680
2610
  msgid "At least one paymet method is enabled"
2611
  msgstr "Al menos un método de pago está habilitado"
2612
 
2613
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683,
2614
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683
2615
  msgid "No payment method enabled"
2616
  msgstr "No se habilitó ningún método de pago"
2617
 
2620
  msgid "Shipping service used by the store."
2621
  msgstr "Servicio de envío utilizado por la tienda."
2622
 
2623
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549,
2624
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550,
2625
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550
2626
  msgid "Discount provided by store"
2627
  msgstr "Descuento proporcionado por la tienda"
2628
 
2629
  #. translators: %s coupon
2630
  #. translators: %s coupon
2631
  #. translators: %s coupon
2632
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130,
2633
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
2634
  msgid "Discount for coupon %s"
2635
  msgstr "Descuento para el cupón %s"
2636
 
2637
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
2638
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
2639
  msgid " and fee of"
2640
  msgstr " y comisión de"
2641
 
2642
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514,
2643
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514
2644
  msgid ""
2645
  "<b>Public Key</b> production credential is invalid. Review the field to "
2646
  "receive real payments."
2648
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2649
  "poder recibir pagos reales."
2650
 
2651
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523,
2652
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523
2653
  msgid ""
2654
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2655
  "tests in your store."
2657
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2658
  "realizar pruebas en tu tienda."
2659
 
2660
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532,
2661
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532
2662
  msgid ""
2663
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2664
  "be complete to receive real payments."
2666
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2667
  "poder recibir pagos reales."
2668
 
2669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541,
2670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541
2671
  msgid ""
2672
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2673
  "tests in your store."
2675
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2676
  "realizar pruebas en tu tienda."
2677
 
2678
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559,
2679
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559
2680
  msgid ""
2681
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2682
  "tests in your store."
2684
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2685
  "poder realizar pruebas en tu tienda."
2686
 
2687
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568,
2688
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568
2689
  msgid ""
2690
  "<b>Public Key</b> production credential is blank. Review the field to "
2691
  "receive real payments."
2693
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2694
  "para poder recibir pagos reales."
2695
 
2696
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577,
2697
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577
2698
  msgid ""
2699
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2700
  "tests in your store."
2702
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2703
  "poder realizar pruebas en tu tienda."
2704
 
2705
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586,
2706
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586
2707
  msgid ""
2708
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2709
  "complete to receive real payments."
2711
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2712
  "para poder recibir pagos reales."
2713
 
2714
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
2715
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92
2716
  msgid ""
2717
  "There was an error processing your payment. Please try again or contact us "
2718
  "for Assistance."
2720
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2721
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2722
 
2723
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
2724
+ #: ../../templates/checkout/custom-checkout.php:31,
2725
+ #: ../../templates/checkout/custom-checkout.php:40,
2726
  #: ../../templates/receipt/custom-checkout.php:41,
2727
  #: ../../templates/receipt/custom-checkout.php:41
2728
  msgid "Pay with Mercado Pago"
2729
  msgstr "Pagar con Mercado Pago"
2730
 
2731
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
2732
  #: ../../templates/receipt/custom-checkout.php:44,
2733
  #: ../../templates/receipt/custom-checkout.php:44
2734
  msgid "Cancel &amp; Clear Cart"
2735
  msgstr "Cancelar &amp; Limpiar carrito"
2736
 
2737
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132,
2738
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2739
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2740
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2741
  msgid "Apply"
2742
  msgstr "Aplicar"
2743
 
2744
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133,
2745
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2746
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2747
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2748
  msgid "Remove"
2749
  msgstr "Retirar"
2750
 
2751
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2752
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2753
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2754
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2755
  msgid "Please, inform your coupon code"
2756
  msgstr "Por favor, informe su código de cupón"
2757
 
2758
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2759
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2760
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2761
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2762
  msgid "To choose"
2763
  msgstr "Elegir"
2764
 
2765
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2766
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2767
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2768
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2769
  msgid "Other bank"
2770
  msgstr "Otro banco"
2771
 
2772
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2773
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2774
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2775
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2776
  msgid "You will save"
2777
  msgstr "Salvarás"
2778
 
2779
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2780
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2781
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2782
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2783
  msgid "with discount of"
2784
  msgstr "con descuento de"
2785
 
2786
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2787
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2788
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2789
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2790
  msgid "Total of your purchase:"
2791
  msgstr "Total de su compra:"
2792
 
2793
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2794
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2795
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2796
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2797
  msgid "Total of your purchase with discount:"
2798
  msgstr "Total de su compra con descuento:"
2799
 
2800
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2802
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2803
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2804
  msgid "*After payment approval"
2805
  msgstr "*Tras la aprobación del pago"
2806
 
2807
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2809
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2810
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2811
  msgid "Terms and conditions of use"
2812
  msgstr "Términos y condiciones de uso"
2813
 
2814
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2815
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2816
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2817
  msgid "No fee"
2818
  msgstr "Sin interés"
2819
 
2820
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2821
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2822
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2823
  msgid "More options"
2824
  msgstr "Más opciones"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2827
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152
2828
  msgid "mm/yy"
2829
  msgstr "mm/aa"
2830
 
2831
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2832
+ #: ../../templates/checkout/custom-checkout.php:114,
2833
+ #: ../../templates/checkout/custom-checkout.php:114
2834
  msgid "Issuer"
2835
  msgstr "Banco"
2836
 
2837
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2838
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2839
  msgid "Installments"
2840
  msgstr "cuotas "
2841
 
2842
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2843
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2844
  msgid "on the back"
2845
  msgstr "del dorso"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2848
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158
2849
  msgid "on the front"
2850
  msgstr "del frente"
2851
 
2852
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2853
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2854
  msgid "digits"
2855
  msgstr "dígitos"
2856
 
2857
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2858
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2859
  msgid "Card number is required"
2860
  msgstr "Número de tarjeta obligatorio"
2861
 
2862
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166,
2863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166
2864
  msgid "Card number invalid"
2865
  msgstr "Número de tarjeta inválido"
2866
 
2867
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2869
  msgid "Holder name is required"
2870
  msgstr "Nombre del titular obligatorio"
2871
 
2872
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170,
2873
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170
2874
  msgid "Holder name invalid"
2875
  msgstr "Nombre del titular inválido"
2876
 
2877
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2878
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2879
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2880
  msgid "Expiration date invalid"
2881
  msgstr "Fecha de vencimiento inválido"
2882
 
2883
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174,
2884
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
2885
  msgid "Expiration date incomplete"
2886
  msgstr "Fecha de vencimiento obligatorio"
2887
 
2888
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2890
  msgid "Security code is required"
2891
  msgstr "Código de seguridad obligatorio"
2892
 
2893
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179,
2894
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
2895
  msgid "Security code incomplete"
2896
  msgstr "Código de seguridad incompleto"
2897
 
2961
  msgid "Took %1$s seconds to transfer a request to %2$s"
2962
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2963
 
2964
+ #: ../../templates/checkout/basic-checkout.php:24,
2965
+ #: ../../templates/checkout/basic-checkout.php:24
2966
  msgid "Checkout Pro in Test Mode"
2967
  msgstr "Checkout Pro en Modo Test"
2968
 
2969
+ #: ../../templates/checkout/basic-checkout.php:25,
2970
+ #: ../../templates/checkout/basic-checkout.php:25
2971
  msgid "Use Mercado Pago's payment methods without real charges. "
2972
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2973
 
2974
+ #: ../../templates/checkout/basic-checkout.php:26,
2975
+ #: ../../templates/checkout/ticket-checkout.php:23,
2976
+ #: ../../templates/checkout/ticket-checkout.php:23
2977
  msgid "See the rules for the test mode."
2978
  msgstr "Consulte las reglas para el modo test."
2979
 
2980
+ #: ../../templates/checkout/basic-checkout.php:34,
2981
+ #: ../../templates/checkout/basic-checkout.php:34
2982
  msgid "Pay faster with Mercado Pago"
2983
  msgstr "Paga más rápido con Mercado Pago"
2984
 
2985
+ #: ../../templates/checkout/basic-checkout.php:36,
2986
+ #: ../../templates/checkout/basic-checkout.php:36
2987
  msgid "Secure payment"
2988
  msgstr "Pago seguro"
2989
 
2990
+ #: ../../templates/checkout/basic-checkout.php:37,
2991
+ #: ../../templates/checkout/basic-checkout.php:37
2992
  msgid "No need to fill out details"
2993
  msgstr "Sin cargar datos"
2994
 
2995
+ #: ../../templates/checkout/basic-checkout.php:38,
2996
+ #: ../../templates/checkout/basic-checkout.php:38
2997
  msgid "Installments available"
2998
  msgstr "Cuotas disponibles"
2999
 
3000
+ #: ../../templates/checkout/basic-checkout.php:41,
3001
+ #: ../../templates/checkout/basic-checkout.php:41
3002
  msgid "List style type blue check"
3003
  msgstr ""
3004
 
3005
+ #: ../../templates/checkout/basic-checkout.php:53,
3006
+ #: ../../templates/checkout/basic-checkout.php:53
3007
  msgid ""
3008
  "By confirming your purchase, you will be redirected to your Mercado Pago "
3009
  "account"
3010
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
3011
 
3012
+ #: ../../templates/checkout/basic-checkout.php:54,
3013
+ #: ../../templates/checkout/basic-checkout.php:54
3014
  msgid "Checkout Pro redirect info image"
3015
  msgstr ""
3016
 
3017
  #: ../../templates/checkout/basic-checkout.php:63,
3018
+ #: ../../templates/checkout/custom-checkout.php:134,
3019
+ #: ../../templates/checkout/pix-checkout.php:31,
3020
+ #: ../../templates/checkout/ticket-checkout.php:60,
3021
+ #: ../../templates/checkout/ticket-checkout.php:60
3022
  msgid "By continuing, you agree with our"
3023
  msgstr "Al continuar, aceptas nuestros"
3024
 
3025
  #: ../../templates/checkout/basic-checkout.php:64,
3026
+ #: ../../templates/checkout/custom-checkout.php:134,
3027
+ #: ../../templates/checkout/pix-checkout.php:31,
3028
+ #: ../../templates/checkout/ticket-checkout.php:60,
3029
+ #: ../../templates/checkout/ticket-checkout.php:60
3030
  msgid "Terms and conditions"
3031
  msgstr "Términos y condiciones "
3032
 
3035
  msgid "Checkout Custom in Test Mode"
3036
  msgstr "Tarjeta de crédito en Modo Test"
3037
 
3038
+ #: ../../templates/checkout/custom-checkout.php:22,
3039
+ #: ../../templates/checkout/custom-checkout.php:22
3040
  msgid "Use Mercado Pago means without real charges."
3041
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
3042
 
3043
+ #: ../../templates/checkout/custom-checkout.php:22,
3044
+ #: ../../templates/checkout/custom-checkout.php:22
3045
  msgid "See test mode rules."
3046
  msgstr "Ver las reglas del Modo Test. "
3047
 
3048
+ #: ../../templates/checkout/custom-checkout.php:35,
3049
+ #: ../../templates/checkout/custom-checkout.php:35
3050
  msgid "Pay faster with your saved cards and without completing data."
3051
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
3052
 
3053
+ #: ../../templates/checkout/custom-checkout.php:50,
3054
+ #: ../../templates/checkout/custom-checkout.php:50
3055
  msgid "With which card can you pay?"
3056
  msgstr "¿Con qué tarjeta puedes pagar?"
3057
 
3058
+ #: ../../templates/checkout/custom-checkout.php:62,
3059
+ #: ../../templates/checkout/custom-checkout.php:62
3060
  msgid "See current promotions"
3061
  msgstr "Ver promociones vigentes"
3062
 
3063
+ #: ../../templates/checkout/custom-checkout.php:70,
3064
+ #: ../../templates/checkout/custom-checkout.php:70
3065
  msgid "Fill in your card details"
3066
  msgstr "Completa los datos de tu tarjeta"
3067
 
3068
+ #: ../../templates/checkout/custom-checkout.php:72,
3069
+ #: ../../templates/checkout/custom-checkout.php:72
3070
  msgid "Card number"
3071
  msgstr "Número de Tarjeta"
3072
 
3073
+ #: ../../templates/checkout/custom-checkout.php:74,
3074
  #: ../../templates/checkout/custom-checkout.php:81,
3075
+ #: ../../templates/checkout/custom-checkout.php:90,
3076
+ #: ../../templates/checkout/custom-checkout.php:98,
3077
+ #: ../../templates/checkout/custom-checkout.php:98
 
3078
  msgid "Required data"
3079
  msgstr "Datos obligatorios"
3080
 
3081
+ #: ../../templates/checkout/custom-checkout.php:79,
3082
+ #: ../../templates/checkout/custom-checkout.php:79
3083
  msgid "Holder name as it appears on the card"
3084
  msgstr "Nombre del titular como aparece en la tarjeta"
3085
 
3086
+ #: ../../templates/checkout/custom-checkout.php:87,
3087
+ #: ../../templates/checkout/custom-checkout.php:87
3088
  msgid "Expiration"
3089
  msgstr "Vencimiento"
3090
 
3091
+ #: ../../templates/checkout/custom-checkout.php:95,
3092
+ #: ../../templates/checkout/custom-checkout.php:95
3093
  msgid "Security Code"
3094
  msgstr "Código de seguridad"
3095
 
3096
+ #: ../../templates/checkout/custom-checkout.php:104,
3097
+ #: ../../templates/checkout/ticket-checkout.php:29,
3098
+ #: ../../templates/checkout/ticket-checkout.php:35,
3099
+ #: ../../templates/checkout/ticket-checkout.php:35
3100
  msgid "Holder document"
3101
  msgstr "Documento del titular"
3102
 
3103
+ #: ../../templates/checkout/custom-checkout.php:104,
3104
+ #: ../../templates/checkout/ticket-checkout.php:29,
3105
+ #: ../../templates/checkout/ticket-checkout.php:35,
3106
+ #: ../../templates/checkout/ticket-checkout.php:35
3107
  msgid "Invalid document"
3108
  msgstr "Número de documento no válido"
3109
 
3110
+ #: ../../templates/checkout/custom-checkout.php:110,
3111
+ #: ../../templates/checkout/custom-checkout.php:122,
3112
+ #: ../../templates/checkout/custom-checkout.php:122
3113
  msgid "Select the number of installments"
3114
  msgstr "Selecciona la cantidad de cuotas"
3115
 
3120
  msgid "Pix in Test Mode"
3121
  msgstr "Tarjetas de crédito en Modo Test"
3122
 
3123
+ #: ../../templates/checkout/pix-checkout.php:22,
3124
+ #: ../../templates/checkout/pix-checkout.php:22
3125
  #, fuzzy
3126
  #| msgid ""
3127
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
3133
  "Es posible testear el flujo para generar una factura, pero no es posible "
3134
  "finalizar el pago."
3135
 
3136
+ #: ../../templates/checkout/pix-checkout.php:27,
3137
+ #: ../../templates/checkout/pix-checkout.php:27
3138
  #, fuzzy
3139
  #| msgid "Pay securely and instantly!"
3140
  msgid "Pay instantly"
3141
  msgstr "Pago seguro e instantáneo!"
3142
 
3143
+ #: ../../templates/checkout/pix-checkout.php:27,
3144
+ #: ../../templates/checkout/pix-checkout.php:27
3145
  msgid ""
3146
  "By confirming your purchase, we will show you a code to make the payment."
3147
  msgstr ""
3148
 
3149
+ #: ../../templates/checkout/pix-checkout.php:27,
3150
+ #: ../../templates/checkout/pix-checkout.php:27
3151
  msgid "Pix logo"
3152
  msgstr ""
3153
 
3156
  msgid "Offline Methods in Test Mode"
3157
  msgstr "Facturas en Modo Test"
3158
 
3159
+ #: ../../templates/checkout/ticket-checkout.php:23,
3160
+ #: ../../templates/checkout/ticket-checkout.php:23
3161
  msgid ""
3162
  "You can test the flow to generate an invoice, but you cannot finalize the "
3163
  "payment. "
3165
  "Es posible testear el flujo para generar una factura, pero no es posible "
3166
  "finalizar el pago. "
3167
 
3168
+ #: ../../templates/checkout/ticket-checkout.php:39,
3169
+ #: ../../templates/checkout/ticket-checkout.php:39
3170
  msgid "Select where you want to pay"
3171
  msgstr "Selecciona el punto de pago donde quieres pagar"
3172
 
3173
+ #: ../../templates/checkout/ticket-checkout.php:41,
3174
+ #: ../../templates/checkout/ticket-checkout.php:41
 
 
 
 
 
3175
  msgid "more options"
3176
  msgstr "Más opciones"
3177
 
3178
+ #: ../../templates/checkout/ticket-checkout.php:43,
3179
+ #: ../../templates/checkout/ticket-checkout.php:43
3180
+ msgid "Select a payment method"
3181
+ msgstr "Seleccione una opción de pago"
3182
+
3183
  #: ../../templates/order/payment-status-metabox-content.php:20,
3184
  #: ../../templates/order/payment-status-metabox-content.php:20
3185
  msgid ""
3203
  msgid "Print ticket"
3204
  msgstr "Imprimir ticket"
3205
 
3206
+ #, fuzzy
3207
+ #~| msgid "Important! To sell you must enter your credentials."
3208
+ #~ msgid "Important! To sell, you must enter your credentials."
3209
+ #~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
3210
+
3211
+ #~ msgid "Go to step-by-step"
3212
+ #~ msgstr "Ir al paso a paso"
3213
+
3214
+ #~ msgid "Update failed, invalid Credentials"
3215
+ #~ msgstr "Actualización fallida, credenciales no válidas"
3216
+
3217
+ #~ msgid "Up to 24 installments"
3218
+ #~ msgstr "Hasta 24 cuotas"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "Important! Do not forget to add the credentials and details of your store."
3222
+ #~ msgstr ""
3223
+ #~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
3224
+
3225
+ #~ msgid ""
3226
+ #~ "Before setting up payments, follow the step-by-step to start selling."
3227
+ #~ msgstr ""
3228
+ #~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
3229
+
3230
+ #~ msgid "To enable and test sales, you must copy and paste your "
3231
+ #~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
3232
+
3233
  #~ msgid "Mandatory data"
3234
  #~ msgstr "Campo obligatorio"
3235
 
3245
  #~ msgid "We take you to our site to complete the payment"
3246
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3247
 
 
 
 
3248
  #~ msgid "Pay with a saved card"
3249
  #~ msgstr "Pagar con tarjeta guardada"
3250
 
3589
  #~ msgid "Search my credentials"
3590
  #~ msgstr "Buscar mis credenciales"
3591
 
 
 
 
 
 
 
 
3592
  #~ msgid ""
3593
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3594
  #~ "real payments."
i18n/languages/woocommerce-mercadopago-es_MX.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_MX.po CHANGED
@@ -11,17 +11,17 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 3.1\n"
15
 
16
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144,
17
- #: ../../includes/module/class-wc-woomercadopago-module.php:336,
18
- #: ../../includes/module/class-wc-woomercadopago-module.php:336
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146,
23
- #: ../../includes/module/class-wc-woomercadopago-module.php:338,
24
- #: ../../includes/module/class-wc-woomercadopago-module.php:338
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
@@ -80,12 +80,13 @@ msgstr ""
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:504
 
84
  msgid "Invalid credentials"
85
  msgstr "Credenciales no válidas"
86
 
87
- #: ../../includes/module/class-wc-woomercadopago-init.php:47,
88
- #: ../../includes/module/class-wc-woomercadopago-init.php:47
89
  msgid ""
90
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
91
  "Please update your PHP version."
@@ -93,13 +94,13 @@ msgstr ""
93
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
94
  "favor actualice su versión de PHP."
95
 
96
- #: ../../includes/module/class-wc-woomercadopago-init.php:58,
97
- #: ../../includes/module/class-wc-woomercadopago-init.php:58
98
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
99
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-init.php:69,
102
- #: ../../includes/module/class-wc-woomercadopago-init.php:69
103
  msgid ""
104
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
105
  "extension is required to send QR Code Pix by email."
@@ -111,29 +112,29 @@ msgstr ""
111
  #. translators: %s link to WooCommerce
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
- #: ../../includes/module/class-wc-woomercadopago-init.php:83,
115
- #: ../../includes/module/class-wc-woomercadopago-init.php:83
116
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
117
  msgstr ""
118
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
119
 
120
- #: ../../includes/module/class-wc-woomercadopago-init.php:96,
121
- #: ../../includes/module/class-wc-woomercadopago-init.php:96
122
  msgid "Cancel order"
123
  msgstr "Cancelar orden"
124
 
125
- #: ../../includes/module/class-wc-woomercadopago-module.php:352,
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:352
127
  msgid "The payment method is not valid or not available."
128
  msgstr "El medio de pago no es válido o no está disponible."
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
131
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
132
  msgid "The transaction amount cannot be processed by Mercado Pago."
133
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
134
 
135
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
136
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
137
  msgid ""
138
  "Possible causes: Currency not supported; Amounts below the minimum or above "
139
  "the maximum allowed."
@@ -141,13 +142,13 @@ msgstr ""
141
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
142
  "encima del máximo permitido."
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
145
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
146
  msgid "The users are not valid."
147
  msgstr "Los usuários no son válidos."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
151
  msgid ""
152
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
153
  "transaction involving production and test users."
@@ -155,137 +156,137 @@ msgstr ""
155
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
156
  "Pago; La transacción involucrando usuários de producción y de prueba."
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
160
  msgid "Unauthorized use of production credentials."
161
  msgstr "Uso no autorizado de credenciales de producción."
162
 
163
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
165
  msgid ""
166
  "Possible causes: Use permission in use for the credential of the seller."
167
  msgstr ""
168
  "Posibles causas: Pendencia de permiso de uso en producción para la "
169
  "credencial del vendedor."
170
 
171
- #: ../../includes/module/class-wc-woomercadopago-module.php:489,
172
- #: ../../includes/module/class-wc-woomercadopago-module.php:489
173
  msgid "Colombia"
174
  msgstr "Colombia"
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:491,
177
- #: ../../includes/module/class-wc-woomercadopago-module.php:491
178
  msgid "Argentina"
179
  msgstr "Argentina"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:493,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:493
183
  msgid "Brazil"
184
  msgstr "Brasil"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:495,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:495
188
  msgid "Chile"
189
  msgstr "Chile"
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:497,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:497
193
  msgid "Mexico"
194
  msgstr "México"
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:499,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:499
198
  msgid "Uruguay"
199
  msgstr "Uruguay"
200
 
201
- #: ../../includes/module/class-wc-woomercadopago-module.php:501,
202
- #: ../../includes/module/class-wc-woomercadopago-module.php:501
203
  msgid "Venezuela"
204
  msgstr "Venezuela"
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:503,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:503
208
  msgid "Peru"
209
  msgstr "Peru"
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:537,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:537
213
  msgid "Update the WooCommerce order to "
214
  msgstr "Actualizar la orden de WooCommerce para "
215
 
216
- #: ../../includes/module/class-wc-woomercadopago-module.php:662,
217
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540,
218
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540
219
  msgid "Fill in your credentials to enable payment methods."
220
  msgstr "Completa tus credenciales para habilitar los medios de pago."
221
 
222
- #: ../../includes/module/class-wc-woomercadopago-module.php:678,
223
- #: ../../includes/module/class-wc-woomercadopago-module.php:678
224
  msgid "Set plugin"
225
  msgstr "Configurar plugin"
226
 
227
- #: ../../includes/module/class-wc-woomercadopago-module.php:679,
228
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
230
  msgid "Payment methods"
231
  msgstr "Medios de pagos"
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:680,
234
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
236
  msgid "Plugin manual"
237
  msgstr "Manual del plugin"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:779,
240
- #: ../../includes/module/class-wc-woomercadopago-module.php:779
241
  msgid "By Mercado Pago"
242
  msgstr "Por Mercado Pago"
243
 
244
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183,
245
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183
246
  msgid "Payment approved."
247
  msgstr "Pago aprobado."
248
 
249
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241,
250
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244,
251
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244
252
  msgid "Waiting for the Pix payment."
253
  msgstr "Esperando el pago de Pix."
254
 
255
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259,
256
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262,
257
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262
258
  msgid "Waiting for the ticket payment."
259
  msgstr "Esperando el pago del boleto."
260
 
261
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270,
262
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270
263
  msgid "The customer has not made the payment yet."
264
  msgstr "El cliente todavía no efectuó el pago."
265
 
266
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289,
267
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289
268
  msgid "Payment is pending review."
269
  msgstr "El pago está pendiente de revisión."
270
 
271
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306,
272
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306
273
  msgid "Payment was declined. The customer can try again."
274
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
275
 
276
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321,
277
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321
278
  msgid "Payment was returned to the customer."
279
  msgstr "El pago fue devuelto al cliente."
280
 
281
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335,
282
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335
283
  msgid "Payment was canceled."
284
  msgstr "El pago fue cancelado."
285
 
286
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:350,
287
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362,
288
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362
289
  msgid ""
290
  "The payment is in mediation or the purchase was unknown by the customer."
291
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
@@ -293,8 +294,8 @@ msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
293
  #. translators: 1: payment_id 2: status
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464,
297
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464
298
  msgid ""
299
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
300
  msgstr ""
@@ -310,37 +311,37 @@ msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
310
  msgid "Type of topic IPN invalid, need to be merchant_order"
311
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
312
 
313
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50,
314
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50
315
  msgid "IPN merchant_order not found"
316
  msgstr "No se ha encontrado la IPN de `merchant_order`"
317
 
318
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
319
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
320
  msgid "Not found Payments into Merchant_Order"
321
  msgstr "No se han encontrado pagos en Merchant_Order"
322
 
323
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160,
324
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129,
325
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175,
326
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154,
327
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154
328
  msgid "Buyer email"
329
  msgstr "Email del comprador"
330
 
331
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163,
332
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132,
333
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178,
334
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157,
335
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157
336
  msgid "Payment type"
337
  msgstr "Tipo de método de pago"
338
 
339
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166,
340
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135,
341
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181,
342
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160,
343
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160
344
  msgid "Payment method"
345
  msgstr "Método de pago"
346
 
@@ -440,7 +441,7 @@ msgstr "24 cuotas"
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
442
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
443
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842,
444
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
445
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
@@ -457,14 +458,14 @@ msgstr ""
457
  "sitio web de Mercado Pago."
458
 
459
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
460
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847,
461
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847
462
  msgid "The checkout is <b>enabled</b>."
463
  msgstr "El checkout está <b>activo</b>."
464
 
465
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
466
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848,
467
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848
468
  msgid "The checkout is <b>disabled</b>."
469
  msgstr "El checkout está <b>inactivo</b>."
470
 
@@ -602,69 +603,71 @@ msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
602
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
603
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
604
 
605
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510,
606
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510
607
  msgid "Installments without card"
608
  msgstr "Cuotas sin tarjeta"
609
 
610
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
611
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
612
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
613
  msgid "Up to "
614
  msgstr "hasta "
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
617
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
618
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
619
  msgid " installments"
620
  msgstr " Cuotas"
621
 
622
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517,
623
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349,
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349
625
  msgid "Credit cards"
626
  msgstr "Tarjetas de crédito"
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524,
629
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357,
630
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357
631
  msgid "Debit cards"
632
  msgstr "Tarjetas de débito "
633
 
634
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530,
635
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530
636
  msgid "Bank Transfer"
637
  msgstr "Transferencia bancaria"
638
 
639
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536,
640
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536
641
  msgid "Payment by cash"
642
  msgstr "Pagos en efectivo "
643
 
644
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584,
645
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571,
646
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574,
647
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562,
648
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
649
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
650
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
651
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
652
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
653
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
654
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
655
  msgid "discount of"
656
  msgstr "descuento de"
657
 
658
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589,
659
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576,
660
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579,
661
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567,
662
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
663
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
664
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
665
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
667
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
668
  msgid "fee of"
669
  msgstr "comisión de"
670
 
@@ -699,9 +702,9 @@ msgstr ""
699
 
700
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
701
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
702
- msgid "Transparent checkout for credit cards is <b>enabled</b>."
703
  msgstr ""
704
- "El checkout transparente de las tarjetas de crédito está <b>activado</b>."
705
 
706
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
707
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
@@ -868,40 +871,35 @@ msgstr ""
868
  msgid "This payment method cannot process your payment."
869
  msgstr "Este medio de pago no puede procesar su pago."
870
 
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350,
872
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350
873
- msgid "Up to 24 installments"
874
- msgstr "Hasta 24 cuotas"
875
-
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405,
877
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406,
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431
881
  msgid "A problem was occurred when processing your payment. Please, try again."
882
  msgstr ""
883
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
884
  "vez."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501
888
  msgid "See your order form"
889
  msgstr "Ver su hoja de pedido"
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512
893
  msgid "Your payment was declined. You can try again."
894
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
895
 
896
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519,
897
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94,
898
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94
899
  msgid "Click to try again"
900
  msgstr "Haga clic para intentarlo de nuevo"
901
 
902
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541,
903
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542,
904
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542
905
  msgid ""
906
  "A problem was occurred when processing your payment. Are you sure you have "
907
  "correctly filled all information in the checkout form?"
@@ -909,75 +907,76 @@ msgstr ""
909
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
910
  "cargado la información en el formulario?"
911
 
912
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644,
913
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644
914
  msgid "Configure your credentials to enable Mercado Pago payment methods."
915
  msgstr ""
916
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700,
919
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700
920
  msgid "Title in the store Checkout"
921
  msgstr "Título en el checkout de la tienda"
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702,
924
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702
925
  msgid "Change the display text in Checkout, maximum characters: 85"
926
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704,
929
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704
930
  msgid "The text inserted here will not be translated to other languages"
931
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
932
 
933
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718,
934
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718
935
  msgid "Description"
936
  msgstr "Descripción"
937
 
938
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755,
939
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
940
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
941
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
942
- msgid ""
943
- "Important! Do not forget to add the credentials and details of your store."
944
- msgstr ""
945
- "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
946
 
947
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756,
948
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756
949
- msgid "Before setting up payments, follow the step-by-step to start selling."
950
- msgstr ""
951
- "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757,
954
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757
955
- msgid "Go to step-by-step"
956
- msgstr "Ir al paso a paso"
957
 
958
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
959
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767
960
  msgid "Mercado Pago Plugin general settings"
961
  msgstr "Configuraciones generales del plugin de Mercado Pago"
962
 
963
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768,
964
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:768
 
 
 
 
 
965
  msgid ""
966
  "Set the deadlines and fees, test your store or access the Plugin manual."
967
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
968
 
969
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769,
970
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:769
971
  msgid "Go to Settings"
972
  msgstr "Ir a Configuraciones"
973
 
974
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793,
975
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:793
976
  msgid "Activate your credentials to be able to sell"
977
  msgstr "Activa tus credenciales para poder vender"
978
 
979
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794,
980
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:794
981
  msgid ""
982
  "Credentials are codes that you must enter to enable sales. Go below on "
983
  "Activate Credentials. On the next screen, use again the Activate Credentials "
@@ -987,49 +986,49 @@ msgstr ""
987
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
988
  "botón Activar credenciales y completa los campos con los datos solicitados."
989
 
990
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795,
991
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:795
992
  msgid "Activate credentials"
993
  msgstr "Activar credenciales"
994
 
995
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843,
996
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:843
997
  msgid "By disabling it, you will disable all payment methods of this checkout."
998
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
999
 
1000
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939,
1001
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:939
1002
  msgid "Basic Configuration"
1003
  msgstr "Configuración Básica"
1004
 
1005
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952,
1006
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:952
1007
  msgid "Discount coupons"
1008
  msgstr "Cupones de descuento"
1009
 
1010
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955,
1011
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:955
1012
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1013
  msgstr ""
1014
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1015
 
1016
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957,
1017
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:957
1018
  msgid "Discount coupons is <b>active</b>."
1019
  msgstr "Cupones de descuento están <b>activos</b>."
1020
 
1021
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958,
1022
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:958
1023
  msgid "Discount coupons is <b>disabled</b>."
1024
  msgstr "Cupones de descuento están <b>inactivos</b>."
1025
 
1026
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970,
1027
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:970
1028
  msgid "Automatic decline of payments without instant approval"
1029
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1030
 
1031
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971,
1032
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:971
1033
  msgid ""
1034
  "Enable it if you want to automatically decline payments that are not "
1035
  "instantly approved by banks or other institutions. "
@@ -1037,23 +1036,23 @@ msgstr ""
1037
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1038
  "instantáneamente por bancos u otros compradores. "
1039
 
1040
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975,
1041
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:975
1042
  msgid "Pending payments <b>will be automatically declined</b>."
1043
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1044
 
1045
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976,
1046
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:976
1047
  msgid "Pending payments <b>will not be automatically declined</b>."
1048
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1049
 
1050
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988,
1051
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:988
1052
  msgid "Discount in Mercado Pago Checkouts"
1053
  msgstr "Descuento en los checkouts de Mercado Pago"
1054
 
1055
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991,
1056
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:991
1057
  msgid ""
1058
  "Choose a percentage value that you want to discount your customers for "
1059
  "paying with Mercado Pago."
@@ -1061,19 +1060,19 @@ msgstr ""
1061
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1062
  "Mercado Pago."
1063
 
1064
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:992,
1065
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013,
1066
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1013
1067
  msgid "Activate and show this information on Mercado Pago Checkout"
1068
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1069
 
1070
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009,
1071
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1009
1072
  msgid "Commission in Mercado Pago Checkouts"
1073
  msgstr "Comisiones en los checkouts de Mercado Pago"
1074
 
1075
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012,
1076
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1012
1077
  msgid ""
1078
  "Choose an additional percentage value that you want to charge as commission "
1079
  "to your customers for paying with Mercado Pago."
@@ -1081,23 +1080,23 @@ msgstr ""
1081
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1082
  "clientes por pagar con Mercado Pago."
1083
 
1084
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049,
1085
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1049
1086
  msgid "Convert Currency"
1087
  msgstr "Convertir moneda"
1088
 
1089
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054,
1090
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1054
1091
  msgid "Currency convertion is <b>enabled</b>."
1092
  msgstr "Conversión de moneda está <b>activa</b>."
1093
 
1094
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055,
1095
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1055
1096
  msgid "Currency convertion is <b>disabled</b>."
1097
  msgstr "Conversión de moneda está <b>inactiva</b>."
1098
 
1099
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165,
1100
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1165
1101
  msgid ""
1102
  "Edit these advanced fields only when you want to modify the preset values."
1103
  msgstr ""
@@ -1372,7 +1371,7 @@ msgstr ""
1372
  msgid "Register your Pix key at Mercado Pago."
1373
  msgstr "Registra tu clave Pix en Mercado Pago."
1374
 
1375
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:622,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1377
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1378
  msgid "Code valid for "
@@ -1996,63 +1995,63 @@ msgstr "Ir a la configuración"
1996
  msgid "Discard"
1997
  msgstr "Descartar"
1998
 
1999
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121,
2000
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:121
2001
  msgid "Mercado Pago Settings"
2002
  msgstr "Configuración de Mercado Pago"
2003
 
2004
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174,
2005
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:174
2006
  msgid "Accept "
2007
  msgstr "Acepta "
2008
 
2009
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175,
2010
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:175
2011
  msgid "payments on the spot "
2012
  msgstr "pagos al instante "
2013
 
2014
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176,
2015
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:176
2016
  msgid "with"
2017
  msgstr "con toda"
2018
 
2019
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177,
2020
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:177
2021
  msgid "the "
2022
  msgstr "la "
2023
 
2024
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178,
2025
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:178
2026
  msgid "security "
2027
  msgstr "seguridad "
2028
 
2029
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179,
2030
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:179
2031
  msgid "from Mercado Pago"
2032
  msgstr "de Mercado Pago"
2033
 
2034
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180,
2035
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:180
2036
  msgid "Technical requirements"
2037
  msgstr "Requisitos técnicos"
2038
 
2039
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181,
2040
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:181
2041
  msgid "SSL"
2042
  msgstr "SSL"
2043
 
2044
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182,
2045
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:182
2046
  msgid "GD Extensions"
2047
  msgstr "Extensiones GD"
2048
 
2049
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183,
2050
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:183
2051
  msgid "Curl"
2052
  msgstr "Curl"
2053
 
2054
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184,
2055
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:184
2056
  msgid ""
2057
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2058
  "and encrypted way."
@@ -2060,8 +2059,8 @@ msgstr ""
2060
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2061
  "segura y encriptada."
2062
 
2063
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185,
2064
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:185
2065
  msgid ""
2066
  "These extensions are responsible for the implementation and operation of Pix "
2067
  "in your store."
@@ -2069,8 +2068,8 @@ msgstr ""
2069
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2070
  "tienda."
2071
 
2072
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186,
2073
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:186
2074
  msgid ""
2075
  "It is an extension responsible for making payments via requests from the "
2076
  "plugin to Mercado Pago."
@@ -2078,138 +2077,142 @@ msgstr ""
2078
  "Es una extensión encargada de realizar los pagos a través de requests del "
2079
  "plugin a Mercado Pago."
2080
 
2081
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187,
2082
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:187
2083
  msgid "Collections and installments"
2084
  msgstr "Cobros y cuotas"
2085
 
2086
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188,
2087
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:188
2088
  msgid "Choose "
2089
  msgstr "Elige "
2090
 
2091
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189,
2092
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:189
2093
  msgid "when you want to receive the money "
2094
  msgstr "cuándo quieres recibir el dinero "
2095
 
2096
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190,
2097
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:190
2098
  msgid "from your sales and if you want to offer "
2099
  msgstr "de las ventas y si quieres ofrecer "
2100
 
2101
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191,
2102
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:191
2103
  msgid "interest-free installments "
2104
  msgstr "cuotas sin interés "
2105
 
2106
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192,
2107
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:192
2108
  msgid "to your clients."
2109
  msgstr "a los clientes."
2110
 
2111
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193,
2112
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:193
2113
  msgid "Set deadlines and fees"
2114
  msgstr "Ajustar plazos y tasas"
2115
 
2116
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194,
2117
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:194
2118
  msgid "Questions? "
2119
  msgstr "¿Dudas? "
2120
 
2121
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2122
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2123
  msgid "Review the step-by-step of "
2124
  msgstr "Revisa el paso a paso de "
2125
 
2126
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2127
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2128
  msgid "how to integrate the Mercado Pago Plugin "
2129
  msgstr "cómo integrar el Plugin de Mercado Pago "
2130
 
2131
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2132
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2133
  msgid "on our webiste for developers."
2134
  msgstr "en nuestro sitio de desarrolladores."
2135
 
2136
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2137
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2138
  msgid "1. Integrate your store with Mercado Pago "
2139
  msgstr "1. Integra la tienda a Mercado Pago "
2140
 
2141
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2142
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2143
- msgid "To enable and test sales, you must copy and paste your "
2144
- msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
 
 
 
 
2145
 
2146
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2147
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2148
- msgid "credentials below."
2149
- msgstr "tus credenciales abajo."
2150
 
2151
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2152
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2153
  msgid "Check credentials"
2154
  msgstr "Consultar credenciales"
2155
 
2156
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2157
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2158
  msgid "Test credentials "
2159
  msgstr "Credenciales de prueba "
2160
 
2161
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2162
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2163
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2164
  msgstr ""
2165
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2166
  "tienda."
2167
 
2168
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
2169
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
2170
  msgid "Public key"
2171
  msgstr "Public key"
2172
 
2173
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220,
2174
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:220
2175
  msgid "Access Token"
2176
  msgstr "Access Token"
2177
 
2178
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221,
2179
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:221
2180
  msgid "Production credentials"
2181
  msgstr "Credenciales de producción"
2182
 
2183
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222,
2184
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:222
2185
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2186
  msgstr ""
2187
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2188
  "tienda."
2189
 
2190
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223,
2191
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:223
2192
  msgid "Paste your Public Key here"
2193
  msgstr "Pega aquí tu Public Key"
2194
 
2195
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224,
2196
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:224
2197
  msgid "Paste your Access Token here"
2198
  msgstr "Pega aquí tu Access Token"
2199
 
2200
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:225,
2201
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2202
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2203
  msgid "Save and continue"
2204
  msgstr "Guardar y continuar"
2205
 
2206
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2207
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2208
  msgid "2. Customize your business"
2209
  msgstr "2. Personaliza tu negocio"
2210
 
2211
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2212
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2213
  msgid ""
2214
  "Fill out the following information to have a better experience and offer "
2215
  "more information to your clients"
@@ -2217,66 +2220,66 @@ msgstr ""
2217
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2218
  "información a los clientes"
2219
 
2220
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2221
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2222
  msgid "Your store information"
2223
  msgstr "Información sobre tu tienda"
2224
 
2225
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2226
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2227
  msgid "Name of your store in your client's invoice"
2228
  msgstr "Nombre de tu tienda en la factura de los clientes"
2229
 
2230
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2231
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2232
  msgid "Eg: Mary's store"
2233
  msgstr "Ej.: TiendaMaría"
2234
 
2235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2236
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246
2237
  msgid ""
2238
  "If this field is empty, the purchase will be identified as Mercado Pago."
2239
  msgstr ""
2240
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2241
  "Pago."
2242
 
2243
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247,
2244
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:247
2245
  msgid "Identification in Activities of Mercad Pago"
2246
  msgstr "Identificación en Actividad de Mercado Pago"
2247
 
2248
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248,
2249
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:248
2250
  msgid "Eg: Marystore"
2251
  msgstr "Ej.: Tienda de María"
2252
 
2253
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249,
2254
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:249
2255
  msgid "In Activities, you will view this term before the order number"
2256
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2257
 
2258
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250,
2259
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:250
2260
  msgid "Store category"
2261
  msgstr "Categoría de la tienda"
2262
 
2263
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251,
2264
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:251
2265
  msgid "Select"
2266
  msgstr "Seleccionar"
2267
 
2268
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252,
2269
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:252
2270
  msgid "Select ”Other” if you do not find the appropriate category."
2271
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2272
 
2273
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253,
2274
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:253
2275
  msgid "Advanced integration options (optional)"
2276
  msgstr "Opciones avanzadas de integración (opcional)"
2277
 
2278
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254,
2279
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:254
2280
  msgid ""
2281
  "For further integration of your store with Mercado Pago (IPN, Certified "
2282
  "Partners, Debug Mode)"
@@ -2284,23 +2287,23 @@ msgstr ""
2284
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2285
  "Certificados, Modo Debug)"
2286
 
2287
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255,
2288
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:255
2289
  msgid "View advanced options"
2290
  msgstr "Ver opciones avanzadas"
2291
 
2292
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256,
2293
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:256
2294
  msgid "URL for IPN "
2295
  msgstr "URL para IPN "
2296
 
2297
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257,
2298
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:257
2299
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2300
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2301
 
2302
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258,
2303
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:258
2304
  msgid ""
2305
  "Add the URL to receive payments notifications. Find out more information in "
2306
  "the "
@@ -2308,23 +2311,23 @@ msgstr ""
2308
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2309
  "en los "
2310
 
2311
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259,
2312
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:259
2313
  msgid "guides."
2314
  msgstr "manuales."
2315
 
2316
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260,
2317
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:260
2318
  msgid "integrator_id"
2319
  msgstr "integrator_id"
2320
 
2321
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261,
2322
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:261
2323
  msgid "Eg: 14987126498"
2324
  msgstr "Ej.: 14987126498"
2325
 
2326
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2327
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2328
  msgid ""
2329
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2330
  "integrator_id. If you do not have the code, please "
@@ -2332,48 +2335,48 @@ msgstr ""
2332
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2333
  "integrator_id. Si no tienes el código, "
2334
 
2335
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2336
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2337
  msgid "request it now. "
2338
  msgstr "solicítalo ahora. "
2339
 
2340
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2341
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2342
  msgid "Debug and Log Mode"
2343
  msgstr "Modo debug y log"
2344
 
2345
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2346
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2347
  msgid "We record your store's actions in order to provide a better assistance."
2348
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2349
 
2350
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2351
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2352
  msgid "3. Set payment methods"
2353
  msgstr "3. Configura los medios de pago"
2354
 
2355
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2356
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2357
  msgid "To view more options, please select a payment method below"
2358
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2359
 
2360
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2361
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2362
  msgid "Settings"
2363
  msgstr "Configurar"
2364
 
2365
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2366
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2367
  msgid "Continue"
2368
  msgstr "Continuar"
2369
 
2370
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297,
2371
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:297
2372
  msgid "4. Test your store before you sell"
2373
  msgstr "4. Testea tu tienda antes de vender"
2374
 
2375
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298,
2376
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:298
2377
  msgid ""
2378
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2379
  "to sell."
@@ -2381,163 +2384,234 @@ msgstr ""
2381
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2382
  "para realizar ventas."
2383
 
2384
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299,
2385
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:299
2386
  msgid "Choose how you want to operate your store:"
2387
  msgstr "Elige cómo quieres operar tu tienda:"
2388
 
2389
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300,
2390
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:300
2391
  msgid "Test Mode"
2392
  msgstr "Modo Test"
2393
 
2394
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2395
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2396
  msgid "Mercado Pago Checkouts disabled for real collections. "
2397
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2398
 
2399
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2400
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2401
  msgid "Test Mode rules."
2402
  msgstr "Reglas del modo test."
2403
 
2404
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2405
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2406
  msgid "Sale Mode (Production)"
2407
  msgstr "Modo Ventas (Producción)"
2408
 
2409
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2410
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2411
  msgid "Mercado Pago Checkouts enabled for real collections."
2412
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2413
 
2414
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305,
2415
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:305
2416
  msgid "Mercado Pago payment methods in Production Mode"
2417
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2418
 
2419
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306,
2420
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:306
2421
  msgid "The clients can make real purchases in your store."
2422
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2423
 
2424
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307,
2425
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:307
2426
  msgid "Mercado Pago payment methods in Test Mode"
2427
  msgstr "Medios de pago Mercado Pago en Modo Test"
2428
 
2429
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308,
2430
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:308
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2431
  msgid "Visit your store "
2432
  msgstr "Visita tu tienda "
2433
 
2434
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309,
2435
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:309
2436
  msgid "to test purchases"
2437
  msgstr "para testear compras"
2438
 
2439
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310,
2440
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:310
2441
  msgid "Save changes"
2442
  msgstr "Guardar cambios"
2443
 
2444
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311,
2445
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:311
2446
  msgid "Store under test"
2447
  msgstr "Tienda en Modo Test"
2448
 
2449
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312,
2450
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:312
2451
  msgid "Store in sale mode (Production)"
2452
  msgstr "Tienda en Modo Ventas (Producción)"
2453
 
2454
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348,
2455
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2456
  msgid "Invalid Access Token"
2457
  msgstr "Access token no válido"
2458
 
2459
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350,
2460
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:350
2461
  msgid "Valid Access Token"
2462
  msgstr "Access token válido"
2463
 
2464
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356,
2465
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:356
2466
  msgid "Invalid Public Key"
2467
  msgstr "Public key no válida"
2468
 
2469
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358,
2470
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:358
2471
  msgid "Valid Public Key"
2472
  msgstr "Public key válida"
2473
 
2474
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361,
2475
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:361
2476
  msgid "Credentials must be valid"
2477
  msgstr "Las credenciales deben ser válidas"
2478
 
2479
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401,
2480
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:401
2481
  msgid "Credentials were updated"
2482
  msgstr "Se actualizaron las credenciales"
2483
 
2484
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405,
2485
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:405
2486
- msgid "Update failed, invalid Credentials"
2487
- msgstr "Actualización fallida, credenciales no válidas"
 
 
 
 
 
 
 
 
 
 
 
 
 
2488
 
2489
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460,
2490
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:460
 
 
 
 
 
2491
  msgid "Store information is valid"
2492
  msgstr "Información sobre tu tienda"
2493
 
2494
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481,
2495
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:481
2496
  msgid "Mercado Pago's Payment Methods in Test Mode"
2497
  msgstr "Medios de pago Mercado Pago en Modo Test"
2498
 
2499
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482,
2500
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:482
2501
  msgid "Mercado Pago's Payment Methods in Production Mode"
2502
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2503
 
2504
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547,
2505
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:547
 
 
 
 
 
2506
  msgid "Enabled"
2507
  msgstr "Activado"
2508
 
2509
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548,
2510
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:548
2511
  msgid "Disabled"
2512
  msgstr "Inactivo"
2513
 
2514
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573,
2515
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:573
2516
  msgid "Valid Credentials"
2517
  msgstr "Credenciales válidas"
2518
 
2519
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576,
2520
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:576
2521
  msgid "Credentials couldn't be validated"
2522
  msgstr "No se pudieron validar las credenciales"
2523
 
2524
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598,
2525
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:598
2526
  msgid "Store business fields are valid"
2527
  msgstr "Los campos comerciales de la tienda son válidos"
2528
 
2529
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601,
2530
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:601
2531
  msgid "Store business fields couldn't be validated"
2532
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2533
 
2534
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623,
2535
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:623
2536
  msgid "At least one paymet method is enabled"
2537
  msgstr "Al menos un método de pago está habilitado"
2538
 
2539
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626,
2540
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:626
2541
  msgid "No payment method enabled"
2542
  msgstr "No se habilitó ningún método de pago"
2543
 
@@ -2546,27 +2620,27 @@ msgstr "No se habilitó ningún método de pago"
2546
  msgid "Shipping service used by the store."
2547
  msgstr "Servicio de envío utilizado por la tienda."
2548
 
2549
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:544,
2550
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545,
2551
- #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:545
2552
  msgid "Discount provided by store"
2553
  msgstr "Descuento proporcionado por la tienda"
2554
 
2555
  #. translators: %s coupon
2556
  #. translators: %s coupon
2557
  #. translators: %s coupon
2558
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125,
2559
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:125
2560
  msgid "Discount for coupon %s"
2561
  msgstr "Descuento para el cupón %s"
2562
 
2563
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
2564
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
2565
  msgid " and fee of"
2566
  msgstr " y comisión de"
2567
 
2568
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504,
2569
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:504
2570
  msgid ""
2571
  "<b>Public Key</b> production credential is invalid. Review the field to "
2572
  "receive real payments."
@@ -2574,8 +2648,8 @@ msgstr ""
2574
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2575
  "poder recibir pagos reales."
2576
 
2577
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513,
2578
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:513
2579
  msgid ""
2580
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2581
  "tests in your store."
@@ -2583,8 +2657,8 @@ msgstr ""
2583
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2584
  "realizar pruebas en tu tienda."
2585
 
2586
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522,
2587
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:522
2588
  msgid ""
2589
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2590
  "be complete to receive real payments."
@@ -2592,8 +2666,8 @@ msgstr ""
2592
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2593
  "poder recibir pagos reales."
2594
 
2595
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531,
2596
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:531
2597
  msgid ""
2598
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2599
  "tests in your store."
@@ -2601,8 +2675,8 @@ msgstr ""
2601
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2602
  "realizar pruebas en tu tienda."
2603
 
2604
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549,
2605
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:549
2606
  msgid ""
2607
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2608
  "tests in your store."
@@ -2610,8 +2684,8 @@ msgstr ""
2610
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2611
  "poder realizar pruebas en tu tienda."
2612
 
2613
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558,
2614
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:558
2615
  msgid ""
2616
  "<b>Public Key</b> production credential is blank. Review the field to "
2617
  "receive real payments."
@@ -2619,8 +2693,8 @@ msgstr ""
2619
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2620
  "para poder recibir pagos reales."
2621
 
2622
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567,
2623
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:567
2624
  msgid ""
2625
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2626
  "tests in your store."
@@ -2628,8 +2702,8 @@ msgstr ""
2628
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2629
  "poder realizar pruebas en tu tienda."
2630
 
2631
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576,
2632
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:576
2633
  msgid ""
2634
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2635
  "complete to receive real payments."
@@ -2637,8 +2711,8 @@ msgstr ""
2637
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2638
  "para poder recibir pagos reales."
2639
 
2640
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91,
2641
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:91
2642
  msgid ""
2643
  "There was an error processing your payment. Please try again or contact us "
2644
  "for Assistance."
@@ -2646,178 +2720,178 @@ msgstr ""
2646
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2647
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2648
 
2649
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:83,
2650
- #: ../../templates/checkout/custom-checkout.php:35,
2651
- #: ../../templates/checkout/custom-checkout.php:44,
2652
  #: ../../templates/receipt/custom-checkout.php:41,
2653
  #: ../../templates/receipt/custom-checkout.php:41
2654
  msgid "Pay with Mercado Pago"
2655
  msgstr "Pagar con Mercado Pago"
2656
 
2657
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:85,
2658
  #: ../../templates/receipt/custom-checkout.php:44,
2659
  #: ../../templates/receipt/custom-checkout.php:44
2660
  msgid "Cancel &amp; Clear Cart"
2661
  msgstr "Cancelar &amp; Limpiar carrito"
2662
 
2663
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:147,
2664
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2665
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82,
2666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:82
2667
  msgid "Apply"
2668
  msgstr "Aplicar"
2669
 
2670
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:148,
2671
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2672
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2673
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2674
  msgid "Remove"
2675
  msgstr "Retirar"
2676
 
2677
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:149,
2678
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2679
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2680
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2681
  msgid "Please, inform your coupon code"
2682
  msgstr "Por favor, informe su código de cupón"
2683
 
2684
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:150,
2685
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2686
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2687
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2688
  msgid "To choose"
2689
  msgstr "Elegir"
2690
 
2691
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:151,
2692
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2693
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2694
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2695
  msgid "Other bank"
2696
  msgstr "Otro banco"
2697
 
2698
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2699
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2700
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2701
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2702
  msgid "You will save"
2703
  msgstr "Salvarás"
2704
 
2705
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2706
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2707
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2708
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2709
  msgid "with discount of"
2710
  msgstr "con descuento de"
2711
 
2712
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2713
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2714
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2715
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2716
  msgid "Total of your purchase:"
2717
  msgstr "Total de su compra:"
2718
 
2719
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:155,
2720
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2721
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2722
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2723
  msgid "Total of your purchase with discount:"
2724
  msgstr "Total de su compra con descuento:"
2725
 
2726
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:156,
2727
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2728
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2729
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2730
  msgid "*After payment approval"
2731
  msgstr "*Tras la aprobación del pago"
2732
 
2733
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2734
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2735
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2736
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2737
  msgid "Terms and conditions of use"
2738
  msgstr "Términos y condiciones de uso"
2739
 
2740
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2741
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176,
2742
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:176
2743
  msgid "No fee"
2744
  msgstr "Sin interés"
2745
 
2746
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:159,
2747
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177,
2748
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:177
2749
  msgid "More options"
2750
  msgstr "Más opciones"
2751
 
2752
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167,
2753
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:167
2754
  msgid "mm/yy"
2755
  msgstr "mm/aa"
2756
 
2757
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:168,
2758
- #: ../../templates/checkout/custom-checkout.php:130,
2759
- #: ../../templates/checkout/custom-checkout.php:130
2760
  msgid "Issuer"
2761
  msgstr "Banco"
2762
 
2763
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2764
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2765
  msgid "Installments"
2766
  msgstr "cuotas "
2767
 
2768
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172,
2769
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:172
2770
  msgid "on the back"
2771
  msgstr "del dorso"
2772
 
2773
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2774
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173
2775
  msgid "on the front"
2776
  msgstr "del frente"
2777
 
2778
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2779
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2780
  msgid "digits"
2781
  msgstr "dígitos"
2782
 
2783
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180,
2784
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:180
2785
  msgid "Card number is required"
2786
  msgstr "Número de tarjeta obligatorio"
2787
 
2788
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181,
2789
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:181
2790
  msgid "Card number invalid"
2791
  msgstr "Número de tarjeta inválido"
2792
 
2793
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184,
2794
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:184
2795
  msgid "Holder name is required"
2796
  msgstr "Nombre del titular obligatorio"
2797
 
2798
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185,
2799
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:185
2800
  msgid "Holder name invalid"
2801
  msgstr "Nombre del titular inválido"
2802
 
2803
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:188,
2804
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190,
2805
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:190
2806
  msgid "Expiration date invalid"
2807
  msgstr "Fecha de vencimiento inválido"
2808
 
2809
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189,
2810
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:189
2811
  msgid "Expiration date incomplete"
2812
  msgstr "Fecha de vencimiento obligatorio"
2813
 
2814
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193,
2815
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:193
2816
  msgid "Security code is required"
2817
  msgstr "Código de seguridad obligatorio"
2818
 
2819
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194,
2820
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:194
2821
  msgid "Security code incomplete"
2822
  msgstr "Código de seguridad incompleto"
2823
 
@@ -2887,72 +2961,72 @@ msgstr "Respuesta de la caché"
2887
  msgid "Took %1$s seconds to transfer a request to %2$s"
2888
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2889
 
2890
- #: ../../templates/checkout/basic-checkout.php:22,
2891
- #: ../../templates/checkout/basic-checkout.php:22
2892
  msgid "Checkout Pro in Test Mode"
2893
  msgstr "Checkout Pro en Modo Test"
2894
 
2895
- #: ../../templates/checkout/basic-checkout.php:23,
2896
- #: ../../templates/checkout/basic-checkout.php:23
2897
  msgid "Use Mercado Pago's payment methods without real charges. "
2898
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2899
 
2900
- #: ../../templates/checkout/basic-checkout.php:24,
2901
- #: ../../templates/checkout/ticket-checkout.php:25,
2902
- #: ../../templates/checkout/ticket-checkout.php:25
2903
  msgid "See the rules for the test mode."
2904
  msgstr "Consulte las reglas para el modo test."
2905
 
2906
- #: ../../templates/checkout/basic-checkout.php:32,
2907
- #: ../../templates/checkout/basic-checkout.php:32
2908
  msgid "Pay faster with Mercado Pago"
2909
  msgstr "Paga más rápido con Mercado Pago"
2910
 
2911
- #: ../../templates/checkout/basic-checkout.php:34,
2912
- #: ../../templates/checkout/basic-checkout.php:34
2913
  msgid "Secure payment"
2914
  msgstr "Pago seguro"
2915
 
2916
- #: ../../templates/checkout/basic-checkout.php:35,
2917
- #: ../../templates/checkout/basic-checkout.php:35
2918
  msgid "No need to fill out details"
2919
  msgstr "Sin cargar datos"
2920
 
2921
- #: ../../templates/checkout/basic-checkout.php:36,
2922
- #: ../../templates/checkout/basic-checkout.php:36
2923
  msgid "Installments available"
2924
  msgstr "Cuotas disponibles"
2925
 
2926
- #: ../../templates/checkout/basic-checkout.php:39,
2927
- #: ../../templates/checkout/basic-checkout.php:39
2928
  msgid "List style type blue check"
2929
  msgstr ""
2930
 
2931
- #: ../../templates/checkout/basic-checkout.php:51,
2932
- #: ../../templates/checkout/basic-checkout.php:51
2933
  msgid ""
2934
  "By confirming your purchase, you will be redirected to your Mercado Pago "
2935
  "account"
2936
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
2937
 
2938
- #: ../../templates/checkout/basic-checkout.php:52,
2939
- #: ../../templates/checkout/basic-checkout.php:52
2940
  msgid "Checkout Pro redirect info image"
2941
  msgstr ""
2942
 
2943
  #: ../../templates/checkout/basic-checkout.php:63,
2944
- #: ../../templates/checkout/custom-checkout.php:152,
2945
- #: ../../templates/checkout/pix-checkout.php:39,
2946
- #: ../../templates/checkout/ticket-checkout.php:81,
2947
- #: ../../templates/checkout/ticket-checkout.php:81
2948
  msgid "By continuing, you agree with our"
2949
  msgstr "Al continuar, aceptas nuestros"
2950
 
2951
  #: ../../templates/checkout/basic-checkout.php:64,
2952
- #: ../../templates/checkout/custom-checkout.php:153,
2953
- #: ../../templates/checkout/pix-checkout.php:40,
2954
- #: ../../templates/checkout/ticket-checkout.php:82,
2955
- #: ../../templates/checkout/ticket-checkout.php:82
2956
  msgid "Terms and conditions"
2957
  msgstr "Términos y condiciones "
2958
 
@@ -2961,81 +3035,81 @@ msgstr "Términos y condiciones "
2961
  msgid "Checkout Custom in Test Mode"
2962
  msgstr "Tarjeta de crédito en Modo Test"
2963
 
2964
- #: ../../templates/checkout/custom-checkout.php:23,
2965
- #: ../../templates/checkout/custom-checkout.php:23
2966
  msgid "Use Mercado Pago means without real charges."
2967
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
2968
 
2969
- #: ../../templates/checkout/custom-checkout.php:24,
2970
- #: ../../templates/checkout/custom-checkout.php:24
2971
  msgid "See test mode rules."
2972
  msgstr "Ver las reglas del Modo Test. "
2973
 
2974
- #: ../../templates/checkout/custom-checkout.php:39,
2975
- #: ../../templates/checkout/custom-checkout.php:39
2976
  msgid "Pay faster with your saved cards and without completing data."
2977
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
2978
 
2979
- #: ../../templates/checkout/custom-checkout.php:54,
2980
- #: ../../templates/checkout/custom-checkout.php:54
2981
  msgid "With which card can you pay?"
2982
  msgstr "¿Con qué tarjeta puedes pagar?"
2983
 
2984
- #: ../../templates/checkout/custom-checkout.php:69,
2985
- #: ../../templates/checkout/custom-checkout.php:69
2986
  msgid "See current promotions"
2987
  msgstr "Ver promociones vigentes"
2988
 
2989
- #: ../../templates/checkout/custom-checkout.php:77,
2990
- #: ../../templates/checkout/custom-checkout.php:77
2991
  msgid "Fill in your card details"
2992
  msgstr "Completa los datos de tu tarjeta"
2993
 
2994
- #: ../../templates/checkout/custom-checkout.php:79,
2995
- #: ../../templates/checkout/custom-checkout.php:79
2996
  msgid "Card number"
2997
  msgstr "Número de Tarjeta"
2998
 
 
2999
  #: ../../templates/checkout/custom-checkout.php:81,
3000
- #: ../../templates/checkout/custom-checkout.php:89,
3001
- #: ../../templates/checkout/custom-checkout.php:100,
3002
- #: ../../templates/checkout/custom-checkout.php:108,
3003
- #: ../../templates/checkout/custom-checkout.php:108
3004
  msgid "Required data"
3005
  msgstr "Datos obligatorios"
3006
 
3007
- #: ../../templates/checkout/custom-checkout.php:86,
3008
- #: ../../templates/checkout/custom-checkout.php:86
3009
  msgid "Holder name as it appears on the card"
3010
  msgstr "Nombre del titular como aparece en la tarjeta"
3011
 
3012
- #: ../../templates/checkout/custom-checkout.php:96,
3013
- #: ../../templates/checkout/custom-checkout.php:96
3014
  msgid "Expiration"
3015
  msgstr "Vencimiento"
3016
 
3017
- #: ../../templates/checkout/custom-checkout.php:105,
3018
- #: ../../templates/checkout/custom-checkout.php:105
3019
  msgid "Security Code"
3020
  msgstr "Código de seguridad"
3021
 
3022
- #: ../../templates/checkout/custom-checkout.php:115,
3023
- #: ../../templates/checkout/ticket-checkout.php:33,
3024
- #: ../../templates/checkout/ticket-checkout.php:46,
3025
- #: ../../templates/checkout/ticket-checkout.php:46
3026
  msgid "Holder document"
3027
  msgstr "Documento del titular"
3028
 
3029
- #: ../../templates/checkout/custom-checkout.php:116,
3030
- #: ../../templates/checkout/ticket-checkout.php:34,
3031
- #: ../../templates/checkout/ticket-checkout.php:47,
3032
- #: ../../templates/checkout/ticket-checkout.php:47
3033
  msgid "Invalid document"
3034
  msgstr "Número de documento no válido"
3035
 
3036
- #: ../../templates/checkout/custom-checkout.php:126,
3037
- #: ../../templates/checkout/custom-checkout.php:137,
3038
- #: ../../templates/checkout/custom-checkout.php:137
3039
  msgid "Select the number of installments"
3040
  msgstr "Selecciona la cantidad de cuotas"
3041
 
@@ -3046,8 +3120,8 @@ msgstr "Selecciona la cantidad de cuotas"
3046
  msgid "Pix in Test Mode"
3047
  msgstr "Tarjetas de crédito en Modo Test"
3048
 
3049
- #: ../../templates/checkout/pix-checkout.php:23,
3050
- #: ../../templates/checkout/pix-checkout.php:23
3051
  #, fuzzy
3052
  #| msgid ""
3053
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
@@ -3059,21 +3133,21 @@ msgstr ""
3059
  "Es posible testear el flujo para generar una factura, pero no es posible "
3060
  "finalizar el pago."
3061
 
3062
- #: ../../templates/checkout/pix-checkout.php:30,
3063
- #: ../../templates/checkout/pix-checkout.php:30
3064
  #, fuzzy
3065
  #| msgid "Pay securely and instantly!"
3066
  msgid "Pay instantly"
3067
  msgstr "Pago seguro e instantáneo!"
3068
 
3069
- #: ../../templates/checkout/pix-checkout.php:31,
3070
- #: ../../templates/checkout/pix-checkout.php:31
3071
  msgid ""
3072
  "By confirming your purchase, we will show you a code to make the payment."
3073
  msgstr ""
3074
 
3075
- #: ../../templates/checkout/pix-checkout.php:32,
3076
- #: ../../templates/checkout/pix-checkout.php:32
3077
  msgid "Pix logo"
3078
  msgstr ""
3079
 
@@ -3082,8 +3156,8 @@ msgstr ""
3082
  msgid "Offline Methods in Test Mode"
3083
  msgstr "Facturas en Modo Test"
3084
 
3085
- #: ../../templates/checkout/ticket-checkout.php:24,
3086
- #: ../../templates/checkout/ticket-checkout.php:24
3087
  msgid ""
3088
  "You can test the flow to generate an invoice, but you cannot finalize the "
3089
  "payment. "
@@ -3091,21 +3165,21 @@ msgstr ""
3091
  "Es posible testear el flujo para generar una factura, pero no es posible "
3092
  "finalizar el pago. "
3093
 
3094
- #: ../../templates/checkout/ticket-checkout.php:56,
3095
- #: ../../templates/checkout/ticket-checkout.php:56
3096
  msgid "Select where you want to pay"
3097
  msgstr "Selecciona el punto de pago donde quieres pagar"
3098
 
3099
- #: ../../templates/checkout/ticket-checkout.php:58,
3100
- #: ../../templates/checkout/ticket-checkout.php:58
3101
- msgid "Select a payment method"
3102
- msgstr "Seleccione una opción de pago"
3103
-
3104
- #: ../../templates/checkout/ticket-checkout.php:61,
3105
- #: ../../templates/checkout/ticket-checkout.php:61
3106
  msgid "more options"
3107
  msgstr "Más opciones"
3108
 
 
 
 
 
 
3109
  #: ../../templates/order/payment-status-metabox-content.php:20,
3110
  #: ../../templates/order/payment-status-metabox-content.php:20
3111
  msgid ""
@@ -3129,6 +3203,33 @@ msgstr ""
3129
  msgid "Print ticket"
3130
  msgstr "Imprimir ticket"
3131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3132
  #~ msgid "Mandatory data"
3133
  #~ msgstr "Campo obligatorio"
3134
 
@@ -3144,9 +3245,6 @@ msgstr "Imprimir ticket"
3144
  #~ msgid "We take you to our site to complete the payment"
3145
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3146
 
3147
- #~ msgid "Use your Mercado Pago"
3148
- #~ msgstr "Usa tu Mercado Pago"
3149
-
3150
  #~ msgid "Pay with a saved card"
3151
  #~ msgstr "Pagar con tarjeta guardada"
3152
 
@@ -3491,13 +3589,6 @@ msgstr "Imprimir ticket"
3491
  #~ msgid "Search my credentials"
3492
  #~ msgstr "Buscar mis credenciales"
3493
 
3494
- #~ msgid ""
3495
- #~ "With these credentials, you enable payment simulations in your Mercado "
3496
- #~ "Pago checkouts."
3497
- #~ msgstr ""
3498
- #~ "Con estas credenciales habilitas que tus checkouts Mercado Pago puedan "
3499
- #~ "simular pagos."
3500
-
3501
  #~ msgid ""
3502
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3503
  #~ "real payments."
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 3.1.1\n"
15
 
16
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
17
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345,
18
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
23
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347,
24
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446,
84
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446
85
  msgid "Invalid credentials"
86
  msgstr "Credenciales no válidas"
87
 
88
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53,
89
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53
90
  msgid ""
91
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
92
  "Please update your PHP version."
94
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
95
  "favor actualice su versión de PHP."
96
 
97
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64,
98
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64
99
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
100
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75,
103
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75
104
  msgid ""
105
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
106
  "extension is required to send QR Code Pix by email."
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
  #. translators: %s link to WooCommerce
115
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89,
116
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89
117
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
118
  msgstr ""
119
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
120
 
121
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102,
122
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102
123
  msgid "Cancel order"
124
  msgstr "Cancelar orden"
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361,
127
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361
128
  msgid "The payment method is not valid or not available."
129
  msgstr "El medio de pago no es válido o no está disponible."
130
 
131
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
132
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
133
  msgid "The transaction amount cannot be processed by Mercado Pago."
134
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
135
 
136
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
137
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
138
  msgid ""
139
  "Possible causes: Currency not supported; Amounts below the minimum or above "
140
  "the maximum allowed."
142
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
143
  "encima del máximo permitido."
144
 
145
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
147
  msgid "The users are not valid."
148
  msgstr "Los usuários no son válidos."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
152
  msgid ""
153
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
154
  "transaction involving production and test users."
156
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
157
  "Pago; La transacción involucrando usuários de producción y de prueba."
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
161
  msgid "Unauthorized use of production credentials."
162
  msgstr "Uso no autorizado de credenciales de producción."
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
166
  msgid ""
167
  "Possible causes: Use permission in use for the credential of the seller."
168
  msgstr ""
169
  "Posibles causas: Pendencia de permiso de uso en producción para la "
170
  "credencial del vendedor."
171
 
172
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498,
173
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498
174
  msgid "Colombia"
175
  msgstr "Colombia"
176
 
177
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500,
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500
179
  msgid "Argentina"
180
  msgstr "Argentina"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502
184
  msgid "Brazil"
185
  msgstr "Brasil"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504
189
  msgid "Chile"
190
  msgstr "Chile"
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506
194
  msgid "Mexico"
195
  msgstr "México"
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508
199
  msgid "Uruguay"
200
  msgstr "Uruguay"
201
 
202
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510,
203
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510
204
  msgid "Venezuela"
205
  msgstr "Venezuela"
206
 
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512,
208
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512
209
  msgid "Peru"
210
  msgstr "Peru"
211
 
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546,
213
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546
214
  msgid "Update the WooCommerce order to "
215
  msgstr "Actualizar la orden de WooCommerce para "
216
 
217
+ #: ../../includes/module/class-wc-woomercadopago-module.php:765,
218
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
219
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
220
  msgid "Fill in your credentials to enable payment methods."
221
  msgstr "Completa tus credenciales para habilitar los medios de pago."
222
 
223
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781,
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781
225
  msgid "Set plugin"
226
  msgstr "Configurar plugin"
227
 
228
+ #: ../../includes/module/class-wc-woomercadopago-module.php:782,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
230
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
231
  msgid "Payment methods"
232
  msgstr "Medios de pagos"
233
 
234
+ #: ../../includes/module/class-wc-woomercadopago-module.php:783,
235
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
236
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
237
  msgid "Plugin manual"
238
  msgstr "Manual del plugin"
239
 
240
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882,
241
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882
242
  msgid "By Mercado Pago"
243
  msgstr "Por Mercado Pago"
244
 
245
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191,
246
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191
247
  msgid "Payment approved."
248
  msgstr "Pago aprobado."
249
 
250
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:257,
251
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260,
252
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260
253
  msgid "Waiting for the Pix payment."
254
  msgstr "Esperando el pago de Pix."
255
 
256
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:276,
257
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279,
258
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279
259
  msgid "Waiting for the ticket payment."
260
  msgstr "Esperando el pago del boleto."
261
 
262
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288,
263
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288
264
  msgid "The customer has not made the payment yet."
265
  msgstr "El cliente todavía no efectuó el pago."
266
 
267
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307,
268
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307
269
  msgid "Payment is pending review."
270
  msgstr "El pago está pendiente de revisión."
271
 
272
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324,
273
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324
274
  msgid "Payment was declined. The customer can try again."
275
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
276
 
277
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339,
278
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339
279
  msgid "Payment was returned to the customer."
280
  msgstr "El pago fue devuelto al cliente."
281
 
282
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353,
283
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353
284
  msgid "Payment was canceled."
285
  msgstr "El pago fue cancelado."
286
 
287
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:368,
288
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380,
289
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380
290
  msgid ""
291
  "The payment is in mediation or the purchase was unknown by the customer."
292
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
  #. translators: 1: payment_id 2: status
297
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483,
298
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483
299
  msgid ""
300
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
301
  msgstr ""
311
  msgid "Type of topic IPN invalid, need to be merchant_order"
312
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
313
 
314
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
315
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
316
  msgid "IPN merchant_order not found"
317
  msgstr "No se ha encontrado la IPN de `merchant_order`"
318
 
319
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62,
320
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62
321
  msgid "Not found Payments into Merchant_Order"
322
  msgstr "No se han encontrado pagos en Merchant_Order"
323
 
324
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173,
325
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
326
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190,
327
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168,
328
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168
329
  msgid "Buyer email"
330
  msgstr "Email del comprador"
331
 
332
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:176,
333
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
334
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:193,
335
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171,
336
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171
337
  msgid "Payment type"
338
  msgstr "Tipo de método de pago"
339
 
340
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:179,
341
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:148,
342
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:196,
343
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174,
344
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174
345
  msgid "Payment method"
346
  msgstr "Método de pago"
347
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
443
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
444
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
445
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
447
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
458
  "sitio web de Mercado Pago."
459
 
460
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
461
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
462
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
463
  msgid "The checkout is <b>enabled</b>."
464
  msgstr "El checkout está <b>activo</b>."
465
 
466
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
467
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
468
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
469
  msgid "The checkout is <b>disabled</b>."
470
  msgstr "El checkout está <b>inactivo</b>."
471
 
603
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
604
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
605
 
606
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
607
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511
608
  msgid "Installments without card"
609
  msgstr "Cuotas sin tarjeta"
610
 
611
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
612
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
613
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
614
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
615
  msgid "Up to "
616
  msgstr "hasta "
617
 
618
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
619
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
  msgstr " Cuotas"
624
 
625
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519,
626
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
627
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
628
  msgid "Credit cards"
629
  msgstr "Tarjetas de crédito"
630
 
631
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
633
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
634
  msgid "Debit cards"
635
  msgstr "Tarjetas de débito "
636
 
637
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532,
638
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532
639
  msgid "Bank Transfer"
640
  msgstr "Transferencia bancaria"
641
 
642
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
643
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538
644
  msgid "Payment by cash"
645
  msgstr "Pagos en efectivo "
646
 
647
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586,
648
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573,
649
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
650
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
651
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
652
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
653
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
654
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
655
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
656
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
657
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
658
  msgid "discount of"
659
  msgstr "descuento de"
660
 
661
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591,
662
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578,
663
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
664
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
665
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
666
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
667
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
668
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176,
670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
671
  msgid "fee of"
672
  msgstr "comisión de"
673
 
702
 
703
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
704
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
705
+ msgid "Transparent Checkout for credit cards is <b>enabled</b>."
706
  msgstr ""
707
+ "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
708
 
709
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
710
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
871
  msgid "This payment method cannot process your payment."
872
  msgstr "Este medio de pago no puede procesar su pago."
873
 
874
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
875
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
876
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
 
 
 
 
 
879
  msgid "A problem was occurred when processing your payment. Please, try again."
880
  msgstr ""
881
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
882
  "vez."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
886
  msgid "See your order form"
887
  msgstr "Ver su hoja de pedido"
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
891
  msgid "Your payment was declined. You can try again."
892
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
896
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
897
  msgid "Click to try again"
898
  msgstr "Haga clic para intentarlo de nuevo"
899
 
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
902
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
903
  msgid ""
904
  "A problem was occurred when processing your payment. Are you sure you have "
905
  "correctly filled all information in the checkout form?"
907
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
908
  "cargado la información en el formulario?"
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651,
911
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651
912
  msgid "Configure your credentials to enable Mercado Pago payment methods."
913
  msgstr ""
914
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
915
 
916
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707,
917
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707
918
  msgid "Title in the store Checkout"
919
  msgstr "Título en el checkout de la tienda"
920
 
921
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709,
922
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709
923
  msgid "Change the display text in Checkout, maximum characters: 85"
924
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711,
927
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711
928
  msgid "The text inserted here will not be translated to other languages"
929
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
930
 
931
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725,
932
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725
933
  msgid "Description"
934
  msgstr "Descripción"
935
 
936
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
 
937
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
938
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
939
+ msgid "Important! To sell you must enter your credentials."
940
+ msgstr "¡Importante! Para vender debe introducir sus credenciales."
 
 
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763,
943
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763
944
+ msgid "You must enter&nbsp;<b>production credentials</b>."
945
+ msgstr "Debe introducir&nbsp;<b>las credenciales de producción</b>."
 
946
 
947
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764,
948
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:764
949
+ msgid "Enter credentials"
950
+ msgstr "Introducir credenciales"
951
 
952
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
953
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
954
  msgid "Mercado Pago Plugin general settings"
955
  msgstr "Configuraciones generales del plugin de Mercado Pago"
956
 
957
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774,
958
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:774
959
+ msgid "Important! To sell you must enter your credentials.?"
960
+ msgstr ""
961
+
962
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775,
963
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:775
964
  msgid ""
965
  "Set the deadlines and fees, test your store or access the Plugin manual."
966
  msgstr "Ajusta tasas y plazos, testea tu tienda o accede al manual del plugin."
967
 
968
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776,
969
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:776
970
  msgid "Go to Settings"
971
  msgstr "Ir a Configuraciones"
972
 
973
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800,
974
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:800
975
  msgid "Activate your credentials to be able to sell"
976
  msgstr "Activa tus credenciales para poder vender"
977
 
978
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801,
979
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:801
980
  msgid ""
981
  "Credentials are codes that you must enter to enable sales. Go below on "
982
  "Activate Credentials. On the next screen, use again the Activate Credentials "
986
  "Dirígete a Activar credenciales. En la siguiente pantalla, ve de nuevo al "
987
  "botón Activar credenciales y completa los campos con los datos solicitados."
988
 
989
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802,
990
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:802
991
  msgid "Activate credentials"
992
  msgstr "Activar credenciales"
993
 
994
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850,
995
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:850
996
  msgid "By disabling it, you will disable all payment methods of this checkout."
997
  msgstr "Al desactivar, desabilitarás todos los medios de pago del checkout."
998
 
999
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946,
1000
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:946
1001
  msgid "Basic Configuration"
1002
  msgstr "Configuración Básica"
1003
 
1004
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959,
1005
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:959
1006
  msgid "Discount coupons"
1007
  msgstr "Cupones de descuento"
1008
 
1009
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962,
1010
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:962
1011
  msgid "Will you offer discount coupons to customers who buy with Mercado Pago?"
1012
  msgstr ""
1013
  "¿Ofrecerás cupones de descuento a los clientes que compren con Mercado Pago?"
1014
 
1015
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964,
1016
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:964
1017
  msgid "Discount coupons is <b>active</b>."
1018
  msgstr "Cupones de descuento están <b>activos</b>."
1019
 
1020
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965,
1021
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:965
1022
  msgid "Discount coupons is <b>disabled</b>."
1023
  msgstr "Cupones de descuento están <b>inactivos</b>."
1024
 
1025
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977,
1026
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:977
1027
  msgid "Automatic decline of payments without instant approval"
1028
  msgstr "Rechazo automático de pagos sin aprobación instantanea"
1029
 
1030
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978,
1031
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:978
1032
  msgid ""
1033
  "Enable it if you want to automatically decline payments that are not "
1034
  "instantly approved by banks or other institutions. "
1036
  "Actívalo si quieres rechazar automáticamente los pagos que no son aprobados "
1037
  "instantáneamente por bancos u otros compradores. "
1038
 
1039
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982,
1040
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:982
1041
  msgid "Pending payments <b>will be automatically declined</b>."
1042
  msgstr "Los pagos pendientes <b>se rechazarán automaticamente</b>."
1043
 
1044
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983,
1045
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:983
1046
  msgid "Pending payments <b>will not be automatically declined</b>."
1047
  msgstr "Los pagos pendientes <b>no se rechazarán automaticamente</b>."
1048
 
1049
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995,
1050
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:995
1051
  msgid "Discount in Mercado Pago Checkouts"
1052
  msgstr "Descuento en los checkouts de Mercado Pago"
1053
 
1054
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998,
1055
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:998
1056
  msgid ""
1057
  "Choose a percentage value that you want to discount your customers for "
1058
  "paying with Mercado Pago."
1060
  "Elige un valor porcentual que quieras descontar a tus clientes por pagar con "
1061
  "Mercado Pago."
1062
 
1063
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:999,
1064
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020,
1065
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1020
1066
  msgid "Activate and show this information on Mercado Pago Checkout"
1067
  msgstr "Activar y mostrar esa información en el checkout Mercado Pago"
1068
 
1069
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016,
1070
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1016
1071
  msgid "Commission in Mercado Pago Checkouts"
1072
  msgstr "Comisiones en los checkouts de Mercado Pago"
1073
 
1074
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019,
1075
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1019
1076
  msgid ""
1077
  "Choose an additional percentage value that you want to charge as commission "
1078
  "to your customers for paying with Mercado Pago."
1080
  "Elige un valor porcentual adicional que quieras cobrar como comisión a tus "
1081
  "clientes por pagar con Mercado Pago."
1082
 
1083
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056,
1084
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1056
1085
  msgid "Convert Currency"
1086
  msgstr "Convertir moneda"
1087
 
1088
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061,
1089
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1061
1090
  msgid "Currency convertion is <b>enabled</b>."
1091
  msgstr "Conversión de moneda está <b>activa</b>."
1092
 
1093
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062,
1094
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1062
1095
  msgid "Currency convertion is <b>disabled</b>."
1096
  msgstr "Conversión de moneda está <b>inactiva</b>."
1097
 
1098
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179,
1099
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1179
1100
  msgid ""
1101
  "Edit these advanced fields only when you want to modify the preset values."
1102
  msgstr ""
1371
  msgid "Register your Pix key at Mercado Pago."
1372
  msgstr "Registra tu clave Pix en Mercado Pago."
1373
 
1374
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:618,
1375
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150,
1376
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:150
1377
  msgid "Code valid for "
1995
  msgid "Discard"
1996
  msgstr "Descartar"
1997
 
1998
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142,
1999
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:142
2000
  msgid "Mercado Pago Settings"
2001
  msgstr "Configuración de Mercado Pago"
2002
 
2003
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195,
2004
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:195
2005
  msgid "Accept "
2006
  msgstr "Acepta "
2007
 
2008
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196,
2009
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:196
2010
  msgid "payments on the spot "
2011
  msgstr "pagos al instante "
2012
 
2013
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197,
2014
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:197
2015
  msgid "with"
2016
  msgstr "con toda"
2017
 
2018
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
2019
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
2020
  msgid "the "
2021
  msgstr "la "
2022
 
2023
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199,
2024
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:199
2025
  msgid "security "
2026
  msgstr "seguridad "
2027
 
2028
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200,
2029
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:200
2030
  msgid "from Mercado Pago"
2031
  msgstr "de Mercado Pago"
2032
 
2033
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201,
2034
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:201
2035
  msgid "Technical requirements"
2036
  msgstr "Requisitos técnicos"
2037
 
2038
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202,
2039
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:202
2040
  msgid "SSL"
2041
  msgstr "SSL"
2042
 
2043
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203,
2044
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:203
2045
  msgid "GD Extensions"
2046
  msgstr "Extensiones GD"
2047
 
2048
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204,
2049
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:204
2050
  msgid "Curl"
2051
  msgstr "Curl"
2052
 
2053
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205,
2054
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:205
2055
  msgid ""
2056
  "Implementation responsible for transmitting data to Mercado Pago in a secure "
2057
  "and encrypted way."
2059
  "Implementación responsable de transmitir los datos a Mercado Pago de forma "
2060
  "segura y encriptada."
2061
 
2062
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206,
2063
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:206
2064
  msgid ""
2065
  "These extensions are responsible for the implementation and operation of Pix "
2066
  "in your store."
2068
  "Extensiones responsables de la aplicación y el funcionamiento de Pix en su "
2069
  "tienda."
2070
 
2071
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207,
2072
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:207
2073
  msgid ""
2074
  "It is an extension responsible for making payments via requests from the "
2075
  "plugin to Mercado Pago."
2077
  "Es una extensión encargada de realizar los pagos a través de requests del "
2078
  "plugin a Mercado Pago."
2079
 
2080
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208,
2081
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:208
2082
  msgid "Collections and installments"
2083
  msgstr "Cobros y cuotas"
2084
 
2085
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209,
2086
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:209
2087
  msgid "Choose "
2088
  msgstr "Elige "
2089
 
2090
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210,
2091
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:210
2092
  msgid "when you want to receive the money "
2093
  msgstr "cuándo quieres recibir el dinero "
2094
 
2095
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211,
2096
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:211
2097
  msgid "from your sales and if you want to offer "
2098
  msgstr "de las ventas y si quieres ofrecer "
2099
 
2100
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212,
2101
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:212
2102
  msgid "interest-free installments "
2103
  msgstr "cuotas sin interés "
2104
 
2105
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213,
2106
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:213
2107
  msgid "to your clients."
2108
  msgstr "a los clientes."
2109
 
2110
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214,
2111
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:214
2112
  msgid "Set deadlines and fees"
2113
  msgstr "Ajustar plazos y tasas"
2114
 
2115
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215,
2116
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:215
2117
  msgid "Questions? "
2118
  msgstr "¿Dudas? "
2119
 
2120
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216,
2121
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:216
2122
  msgid "Review the step-by-step of "
2123
  msgstr "Revisa el paso a paso de "
2124
 
2125
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217,
2126
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:217
2127
  msgid "how to integrate the Mercado Pago Plugin "
2128
  msgstr "cómo integrar el Plugin de Mercado Pago "
2129
 
2130
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218,
2131
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:218
2132
  msgid "on our webiste for developers."
2133
  msgstr "en nuestro sitio de desarrolladores."
2134
 
2135
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234,
2136
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:234
2137
  msgid "1. Integrate your store with Mercado Pago "
2138
  msgstr "1. Integra la tienda a Mercado Pago "
2139
 
2140
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235,
2141
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:235
2142
+ msgid ""
2143
+ "To enable orders, you must create and activate production credentials in "
2144
+ "your Mercado Pago Account. "
2145
+ msgstr ""
2146
+ "Para habilitar las ventas, debes crear y activar las credenciales de "
2147
+ "producción en tu cuenta de Mercado Pago. "
2148
 
2149
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236,
2150
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:236
2151
+ msgid "Copy and paste the credentials below."
2152
+ msgstr "Copia y pega tus credenciales a continuación."
2153
 
2154
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237,
2155
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:237
2156
  msgid "Check credentials"
2157
  msgstr "Consultar credenciales"
2158
 
2159
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238,
2160
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:238
2161
  msgid "Test credentials "
2162
  msgstr "Credenciales de prueba "
2163
 
2164
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239,
2165
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:239
2166
  msgid "Enable Mercado Pago checkouts for test purchases in the store."
2167
  msgstr ""
2168
  "Habilitan a los checkouts de Mercado Pago para pruebas de compras en la "
2169
  "tienda."
2170
 
2171
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240,
2172
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:240
2173
  msgid "Public key"
2174
  msgstr "Public key"
2175
 
2176
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241,
2177
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:241
2178
  msgid "Access Token"
2179
  msgstr "Access Token"
2180
 
2181
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242,
2182
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:242
2183
  msgid "Production credentials"
2184
  msgstr "Credenciales de producción"
2185
 
2186
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243,
2187
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:243
2188
  msgid "Enable Mercado Pago checkouts to receive real payments in the store."
2189
  msgstr ""
2190
  "Habilitan a los checkouts de Mercado Pago para recibir pagos reales en "
2191
  "tienda."
2192
 
2193
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244,
2194
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:244
2195
  msgid "Paste your Public Key here"
2196
  msgstr "Pega aquí tu Public Key"
2197
 
2198
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245,
2199
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:245
2200
  msgid "Paste your Access Token here"
2201
  msgstr "Pega aquí tu Access Token"
2202
 
2203
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:246,
2204
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287,
2205
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:287
2206
  msgid "Save and continue"
2207
  msgstr "Guardar y continuar"
2208
 
2209
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262,
2210
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:262
2211
  msgid "2. Customize your business"
2212
  msgstr "2. Personaliza tu negocio"
2213
 
2214
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263,
2215
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:263
2216
  msgid ""
2217
  "Fill out the following information to have a better experience and offer "
2218
  "more information to your clients"
2220
  "Completa los siguientes datos para tener una mejor experiencia y ofrecer más "
2221
  "información a los clientes"
2222
 
2223
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264,
2224
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:264
2225
  msgid "Your store information"
2226
  msgstr "Información sobre tu tienda"
2227
 
2228
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265,
2229
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:265
2230
  msgid "Name of your store in your client's invoice"
2231
  msgstr "Nombre de tu tienda en la factura de los clientes"
2232
 
2233
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266,
2234
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:266
2235
  msgid "Eg: Mary's store"
2236
  msgstr "Ej.: TiendaMaría"
2237
 
2238
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267,
2239
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:267
2240
  msgid ""
2241
  "If this field is empty, the purchase will be identified as Mercado Pago."
2242
  msgstr ""
2243
  "Si el campo queda vacío, la compra del cliente se identificará como Mercado "
2244
  "Pago."
2245
 
2246
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268,
2247
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:268
2248
  msgid "Identification in Activities of Mercad Pago"
2249
  msgstr "Identificación en Actividad de Mercado Pago"
2250
 
2251
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269,
2252
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:269
2253
  msgid "Eg: Marystore"
2254
  msgstr "Ej.: Tienda de María"
2255
 
2256
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270,
2257
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:270
2258
  msgid "In Activities, you will view this term before the order number"
2259
  msgstr "En Actividad verás el término ingresado antes del número o del pedido"
2260
 
2261
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271,
2262
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:271
2263
  msgid "Store category"
2264
  msgstr "Categoría de la tienda"
2265
 
2266
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272,
2267
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:272
2268
  msgid "Select"
2269
  msgstr "Seleccionar"
2270
 
2271
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273,
2272
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:273
2273
  msgid "Select ”Other” if you do not find the appropriate category."
2274
  msgstr "Seleciona ”Otro” si no encuentras una categoría adecuada."
2275
 
2276
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274,
2277
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:274
2278
  msgid "Advanced integration options (optional)"
2279
  msgstr "Opciones avanzadas de integración (opcional)"
2280
 
2281
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275,
2282
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:275
2283
  msgid ""
2284
  "For further integration of your store with Mercado Pago (IPN, Certified "
2285
  "Partners, Debug Mode)"
2287
  "Para mayor integración de tu tienda con Mercado Pago (IPN, Socios "
2288
  "Certificados, Modo Debug)"
2289
 
2290
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276,
2291
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:276
2292
  msgid "View advanced options"
2293
  msgstr "Ver opciones avanzadas"
2294
 
2295
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277,
2296
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:277
2297
  msgid "URL for IPN "
2298
  msgstr "URL para IPN "
2299
 
2300
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278,
2301
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:278
2302
  msgid "Eg: https://examples.com/my-custom-ipn-url"
2303
  msgstr "Ej.: https://examples.com/my-custom-ipn-url"
2304
 
2305
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279,
2306
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:279
2307
  msgid ""
2308
  "Add the URL to receive payments notifications. Find out more information in "
2309
  "the "
2311
  "Ingresa la URL para recibir notificaciones de pago. Consulta más información "
2312
  "en los "
2313
 
2314
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280,
2315
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:280
2316
  msgid "guides."
2317
  msgstr "manuales."
2318
 
2319
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281,
2320
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:281
2321
  msgid "integrator_id"
2322
  msgstr "integrator_id"
2323
 
2324
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282,
2325
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:282
2326
  msgid "Eg: 14987126498"
2327
  msgstr "Ej.: 14987126498"
2328
 
2329
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283,
2330
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:283
2331
  msgid ""
2332
  "If you are a Mercado Pago Certified Partner, make sure to add your "
2333
  "integrator_id. If you do not have the code, please "
2335
  "Si eres Partner certificado de Mercado Pago, recuerda ingresar tu "
2336
  "integrator_id. Si no tienes el código, "
2337
 
2338
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284,
2339
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:284
2340
  msgid "request it now. "
2341
  msgstr "solicítalo ahora. "
2342
 
2343
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285,
2344
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:285
2345
  msgid "Debug and Log Mode"
2346
  msgstr "Modo debug y log"
2347
 
2348
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286,
2349
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:286
2350
  msgid "We record your store's actions in order to provide a better assistance."
2351
  msgstr "Grabamos las aciones de tu tienda para brindar un mejor soporte."
2352
 
2353
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301,
2354
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:301
2355
  msgid "3. Set payment methods"
2356
  msgstr "3. Configura los medios de pago"
2357
 
2358
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302,
2359
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:302
2360
  msgid "To view more options, please select a payment method below"
2361
  msgstr "Selecciona uno de los siguientes medios de pago para ver más opciones"
2362
 
2363
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303,
2364
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:303
2365
  msgid "Settings"
2366
  msgstr "Configurar"
2367
 
2368
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304,
2369
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:304
2370
  msgid "Continue"
2371
  msgstr "Continuar"
2372
 
2373
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318,
2374
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:318
2375
  msgid "4. Test your store before you sell"
2376
  msgstr "4. Testea tu tienda antes de vender"
2377
 
2378
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319,
2379
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:319
2380
  msgid ""
2381
  "Test the experience in Test Mode and then enable the Sale Mode (Production) "
2382
  "to sell."
2384
  "Testea la experiencia en Modo Test. Luego activa el Modo Ventas (Producción) "
2385
  "para realizar ventas."
2386
 
2387
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320,
2388
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:320
2389
  msgid "Choose how you want to operate your store:"
2390
  msgstr "Elige cómo quieres operar tu tienda:"
2391
 
2392
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321,
2393
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:321
2394
  msgid "Test Mode"
2395
  msgstr "Modo Test"
2396
 
2397
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322,
2398
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:322
2399
  msgid "Mercado Pago Checkouts disabled for real collections. "
2400
  msgstr "Checkouts Mercado Pago inactivos para cobros reales. "
2401
 
2402
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323,
2403
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:323
2404
  msgid "Test Mode rules."
2405
  msgstr "Reglas del modo test."
2406
 
2407
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324,
2408
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:324
2409
  msgid "Sale Mode (Production)"
2410
  msgstr "Modo Ventas (Producción)"
2411
 
2412
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325,
2413
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:325
2414
  msgid "Mercado Pago Checkouts enabled for real collections."
2415
  msgstr "Checkouts Mercado Pago activos para cobros reales."
2416
 
2417
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326,
2418
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:326
2419
  msgid "Mercado Pago payment methods in Production Mode"
2420
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2421
 
2422
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327,
2423
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:327
2424
  msgid "The clients can make real purchases in your store."
2425
  msgstr "Los clientes pueden hacer compras reales en tu tienda."
2426
 
2427
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328,
2428
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:328
2429
  msgid "Mercado Pago payment methods in Test Mode"
2430
  msgstr "Medios de pago Mercado Pago en Modo Test"
2431
 
2432
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329,
2433
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:329
2434
+ msgid "Create your "
2435
+ msgstr "Crea tu "
2436
+
2437
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330,
2438
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:330
2439
+ msgid "test user "
2440
+ msgstr "usuario de prueba "
2441
+
2442
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331,
2443
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:331
2444
+ msgid ""
2445
+ "(Optional. Can be used in Production Mode and Test Mode, to test payments)."
2446
+ msgstr ""
2447
+ "(Opcional. Se puede utilizar en modo de producción y en modo de prueba, para "
2448
+ "probar los pagos)."
2449
+
2450
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332,
2451
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:332
2452
+ msgid "Use our test cards, "
2453
+ msgstr "Utiliza nuestras tarjetas de prueba, "
2454
+
2455
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333,
2456
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:333
2457
+ msgid "never use real cards. "
2458
+ msgstr "nunca utilices tarjetas reales. "
2459
+
2460
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334,
2461
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:334
2462
  msgid "Visit your store "
2463
  msgstr "Visita tu tienda "
2464
 
2465
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335,
2466
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:335
2467
  msgid "to test purchases"
2468
  msgstr "para testear compras"
2469
 
2470
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336,
2471
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:336
2472
  msgid "Save changes"
2473
  msgstr "Guardar cambios"
2474
 
2475
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337,
2476
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:337
2477
  msgid "Store under test"
2478
  msgstr "Tienda en Modo Test"
2479
 
2480
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338,
2481
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:338
2482
  msgid "Store in sale mode (Production)"
2483
  msgstr "Tienda en Modo Ventas (Producción)"
2484
 
2485
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339,
2486
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:339
2487
+ msgid "Enter test credentials"
2488
+ msgstr "Ingresa las credenciales de prueba"
2489
+
2490
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340,
2491
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:340
2492
+ msgid "To enable test mode, "
2493
+ msgstr "Para activar el modo de prueba, "
2494
+
2495
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341,
2496
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:341
2497
+ msgid "copy your test credentials "
2498
+ msgstr "copia tus credenciales de prueba "
2499
+
2500
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342,
2501
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:342
2502
+ msgid "and paste them above in section 1 of this page."
2503
+ msgstr "y pégalas en la sección 1 de esta página."
2504
+
2505
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378,
2506
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:378
2507
  msgid "Invalid Access Token"
2508
  msgstr "Access token no válido"
2509
 
2510
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380,
2511
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:380
2512
  msgid "Valid Access Token"
2513
  msgstr "Access token válido"
2514
 
2515
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386,
2516
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:386
2517
  msgid "Invalid Public Key"
2518
  msgstr "Public key no válida"
2519
 
2520
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388,
2521
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:388
2522
  msgid "Valid Public Key"
2523
  msgstr "Public key válida"
2524
 
2525
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391,
2526
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:391
2527
  msgid "Credentials must be valid"
2528
  msgstr "Las credenciales deben ser válidas"
2529
 
2530
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440,
2531
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:440
2532
  msgid "Credentials were updated"
2533
  msgstr "Se actualizaron las credenciales"
2534
 
2535
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432,
2536
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:432
2537
+ msgid ""
2538
+ "Your store has exited Test Mode and is making real sales in Production Mode."
2539
+ msgstr ""
2540
+ "Ahora su tienda está fuera del modo de prueba y está realizando ventas "
2541
+ "reales en el modo de producción."
2542
+
2543
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433,
2544
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:433
2545
+ msgid "To test the store, re-enter both test credentials."
2546
+ msgstr "Para probar la tienda, vuelva a ingresar ambas credenciales de prueba."
2547
+
2548
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447,
2549
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:447
2550
+ msgid "See our manual to learn "
2551
+ msgstr "Consulte nuestro manual para saber "
2552
 
2553
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448,
2554
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:448
2555
+ msgid "how to enter the credentials the right way."
2556
+ msgstr "como ingresar las credenciales de forma correcta."
2557
+
2558
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505,
2559
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:505
2560
  msgid "Store information is valid"
2561
  msgstr "Información sobre tu tienda"
2562
 
2563
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533,
2564
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:533
2565
  msgid "Mercado Pago's Payment Methods in Test Mode"
2566
  msgstr "Medios de pago Mercado Pago en Modo Test"
2567
 
2568
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534,
2569
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:534
2570
  msgid "Mercado Pago's Payment Methods in Production Mode"
2571
  msgstr "Medios de pago Mercado Pago en Modo Produción"
2572
 
2573
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527,
2574
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:527
2575
+ msgid "Invalid credentials for test mode"
2576
+ msgstr "Credenciales inválidas para el modo de prueba"
2577
+
2578
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604,
2579
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:604
2580
  msgid "Enabled"
2581
  msgstr "Activado"
2582
 
2583
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605,
2584
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:605
2585
  msgid "Disabled"
2586
  msgstr "Inactivo"
2587
 
2588
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630,
2589
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:630
2590
  msgid "Valid Credentials"
2591
  msgstr "Credenciales válidas"
2592
 
2593
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633,
2594
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:633
2595
  msgid "Credentials couldn't be validated"
2596
  msgstr "No se pudieron validar las credenciales"
2597
 
2598
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655,
2599
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:655
2600
  msgid "Store business fields are valid"
2601
  msgstr "Los campos comerciales de la tienda son válidos"
2602
 
2603
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658,
2604
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:658
2605
  msgid "Store business fields couldn't be validated"
2606
  msgstr "Los campos comerciales de la tienda no se pudieron validar"
2607
 
2608
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680,
2609
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:680
2610
  msgid "At least one paymet method is enabled"
2611
  msgstr "Al menos un método de pago está habilitado"
2612
 
2613
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683,
2614
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:683
2615
  msgid "No payment method enabled"
2616
  msgstr "No se habilitó ningún método de pago"
2617
 
2620
  msgid "Shipping service used by the store."
2621
  msgstr "Servicio de envío utilizado por la tienda."
2622
 
2623
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:549,
2624
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550,
2625
+ #: ../../includes/module/preference/class-wc-woomercadopago-preference-abstract.php:550
2626
  msgid "Discount provided by store"
2627
  msgstr "Descuento proporcionado por la tienda"
2628
 
2629
  #. translators: %s coupon
2630
  #. translators: %s coupon
2631
  #. translators: %s coupon
2632
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130,
2633
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:130
2634
  msgid "Discount for coupon %s"
2635
  msgstr "Descuento para el cupón %s"
2636
 
2637
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
2638
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
2639
  msgid " and fee of"
2640
  msgstr " y comisión de"
2641
 
2642
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514,
2643
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:514
2644
  msgid ""
2645
  "<b>Public Key</b> production credential is invalid. Review the field to "
2646
  "receive real payments."
2648
  "La credencial para producción <b>Public Key</b> es inválida. Revísala para "
2649
  "poder recibir pagos reales."
2650
 
2651
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523,
2652
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:523
2653
  msgid ""
2654
  "<b>Public Key</b> test credential is invalid. Review the field to perform "
2655
  "tests in your store."
2657
  "La credencial de prueba <b>Public Key</b> es inválida. Revísala para poder "
2658
  "realizar pruebas en tu tienda."
2659
 
2660
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532,
2661
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:532
2662
  msgid ""
2663
  "<b>Access Token</b> production credential is invalid. Remember that it must "
2664
  "be complete to receive real payments."
2666
  "La credencial para producción <b>Access Token</b> es inválida. Revísala para "
2667
  "poder recibir pagos reales."
2668
 
2669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541,
2670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:541
2671
  msgid ""
2672
  "<b>Access Token</b> test credential is invalid. Review the field to perform "
2673
  "tests in your store."
2675
  "La credencial de prueba <b>Access Token</b> es inválida. Revísala para poder "
2676
  "realizar pruebas en tu tienda."
2677
 
2678
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559,
2679
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:559
2680
  msgid ""
2681
  "<b>Public Key</b> test credential is blank. Review the field to perform "
2682
  "tests in your store."
2684
  "La credencial de prueba <b>Public Key</b> está en blanco. Revísala para "
2685
  "poder realizar pruebas en tu tienda."
2686
 
2687
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568,
2688
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:568
2689
  msgid ""
2690
  "<b>Public Key</b> production credential is blank. Review the field to "
2691
  "receive real payments."
2693
  "La credencial para producción <b>Public Key</b> está en blanco. Revísala "
2694
  "para poder recibir pagos reales."
2695
 
2696
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577,
2697
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:577
2698
  msgid ""
2699
  "<b>Access Token</b> test credential is blank. Review the field to perform "
2700
  "tests in your store."
2702
  "La credencial de prueba <b>Access Token</b> está en blanco. Revísala para "
2703
  "poder realizar pruebas en tu tienda."
2704
 
2705
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586,
2706
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:586
2707
  msgid ""
2708
  "<b>Access Token</b> production credential is blank. Remember that it must be "
2709
  "complete to receive real payments."
2711
  "La credencial para producción <b>Access Token</b> está en blanco. Revísala "
2712
  "para poder recibir pagos reales."
2713
 
2714
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92,
2715
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:92
2716
  msgid ""
2717
  "There was an error processing your payment. Please try again or contact us "
2718
  "for Assistance."
2720
  "Se ha producido un error en el procesamiento de su pago. Por favor, "
2721
  "inténtelo de nuevo o póngase en contacto con nosotros para Asistencia."
2722
 
2723
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:84,
2724
+ #: ../../templates/checkout/custom-checkout.php:31,
2725
+ #: ../../templates/checkout/custom-checkout.php:40,
2726
  #: ../../templates/receipt/custom-checkout.php:41,
2727
  #: ../../templates/receipt/custom-checkout.php:41
2728
  msgid "Pay with Mercado Pago"
2729
  msgstr "Pagar con Mercado Pago"
2730
 
2731
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:86,
2732
  #: ../../templates/receipt/custom-checkout.php:44,
2733
  #: ../../templates/receipt/custom-checkout.php:44
2734
  msgid "Cancel &amp; Clear Cart"
2735
  msgstr "Cancelar &amp; Limpiar carrito"
2736
 
2737
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:132,
2738
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:75,
2739
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83,
2740
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:83
2741
  msgid "Apply"
2742
  msgstr "Aplicar"
2743
 
2744
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:133,
2745
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:76,
2746
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84,
2747
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:84
2748
  msgid "Remove"
2749
  msgstr "Retirar"
2750
 
2751
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:134,
2752
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:77,
2753
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85,
2754
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:85
2755
  msgid "Please, inform your coupon code"
2756
  msgstr "Por favor, informe su código de cupón"
2757
 
2758
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:135,
2759
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:78,
2760
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86,
2761
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:86
2762
  msgid "To choose"
2763
  msgstr "Elegir"
2764
 
2765
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:136,
2766
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:79,
2767
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87,
2768
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:87
2769
  msgid "Other bank"
2770
  msgstr "Otro banco"
2771
 
2772
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:137,
2773
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:80,
2774
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88,
2775
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:88
2776
  msgid "You will save"
2777
  msgstr "Salvarás"
2778
 
2779
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:138,
2780
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:81,
2781
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89,
2782
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:89
2783
  msgid "with discount of"
2784
  msgstr "con descuento de"
2785
 
2786
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:139,
2787
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:82,
2788
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90,
2789
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:90
2790
  msgid "Total of your purchase:"
2791
  msgstr "Total de su compra:"
2792
 
2793
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:140,
2794
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:83,
2795
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91,
2796
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:91
2797
  msgid "Total of your purchase with discount:"
2798
  msgstr "Total de su compra con descuento:"
2799
 
2800
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:141,
2801
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:84,
2802
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92,
2803
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:92
2804
  msgid "*After payment approval"
2805
  msgstr "*Tras la aprobación del pago"
2806
 
2807
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:142,
2808
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-pix.php:85,
2809
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93,
2810
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-ticket.php:93
2811
  msgid "Terms and conditions of use"
2812
  msgstr "Términos y condiciones de uso"
2813
 
2814
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:143,
2815
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161,
2816
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:161
2817
  msgid "No fee"
2818
  msgstr "Sin interés"
2819
 
2820
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:144,
2821
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162,
2822
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:162
2823
  msgid "More options"
2824
  msgstr "Más opciones"
2825
 
2826
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152,
2827
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:152
2828
  msgid "mm/yy"
2829
  msgstr "mm/aa"
2830
 
2831
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:153,
2832
+ #: ../../templates/checkout/custom-checkout.php:114,
2833
+ #: ../../templates/checkout/custom-checkout.php:114
2834
  msgid "Issuer"
2835
  msgstr "Banco"
2836
 
2837
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154,
2838
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:154
2839
  msgid "Installments"
2840
  msgstr "cuotas "
2841
 
2842
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157,
2843
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:157
2844
  msgid "on the back"
2845
  msgstr "del dorso"
2846
 
2847
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158,
2848
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:158
2849
  msgid "on the front"
2850
  msgstr "del frente"
2851
 
2852
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160,
2853
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:160
2854
  msgid "digits"
2855
  msgstr "dígitos"
2856
 
2857
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165,
2858
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:165
2859
  msgid "Card number is required"
2860
  msgstr "Número de tarjeta obligatorio"
2861
 
2862
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166,
2863
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:166
2864
  msgid "Card number invalid"
2865
  msgstr "Número de tarjeta inválido"
2866
 
2867
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169,
2868
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:169
2869
  msgid "Holder name is required"
2870
  msgstr "Nombre del titular obligatorio"
2871
 
2872
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170,
2873
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:170
2874
  msgid "Holder name invalid"
2875
  msgstr "Nombre del titular inválido"
2876
 
2877
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:173,
2878
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175,
2879
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:175
2880
  msgid "Expiration date invalid"
2881
  msgstr "Fecha de vencimiento inválido"
2882
 
2883
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174,
2884
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:174
2885
  msgid "Expiration date incomplete"
2886
  msgstr "Fecha de vencimiento obligatorio"
2887
 
2888
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178,
2889
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:178
2890
  msgid "Security code is required"
2891
  msgstr "Código de seguridad obligatorio"
2892
 
2893
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179,
2894
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-custom.php:179
2895
  msgid "Security code incomplete"
2896
  msgstr "Código de seguridad incompleto"
2897
 
2961
  msgid "Took %1$s seconds to transfer a request to %2$s"
2962
  msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2963
 
2964
+ #: ../../templates/checkout/basic-checkout.php:24,
2965
+ #: ../../templates/checkout/basic-checkout.php:24
2966
  msgid "Checkout Pro in Test Mode"
2967
  msgstr "Checkout Pro en Modo Test"
2968
 
2969
+ #: ../../templates/checkout/basic-checkout.php:25,
2970
+ #: ../../templates/checkout/basic-checkout.php:25
2971
  msgid "Use Mercado Pago's payment methods without real charges. "
2972
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales. "
2973
 
2974
+ #: ../../templates/checkout/basic-checkout.php:26,
2975
+ #: ../../templates/checkout/ticket-checkout.php:23,
2976
+ #: ../../templates/checkout/ticket-checkout.php:23
2977
  msgid "See the rules for the test mode."
2978
  msgstr "Consulte las reglas para el modo test."
2979
 
2980
+ #: ../../templates/checkout/basic-checkout.php:34,
2981
+ #: ../../templates/checkout/basic-checkout.php:34
2982
  msgid "Pay faster with Mercado Pago"
2983
  msgstr "Paga más rápido con Mercado Pago"
2984
 
2985
+ #: ../../templates/checkout/basic-checkout.php:36,
2986
+ #: ../../templates/checkout/basic-checkout.php:36
2987
  msgid "Secure payment"
2988
  msgstr "Pago seguro"
2989
 
2990
+ #: ../../templates/checkout/basic-checkout.php:37,
2991
+ #: ../../templates/checkout/basic-checkout.php:37
2992
  msgid "No need to fill out details"
2993
  msgstr "Sin cargar datos"
2994
 
2995
+ #: ../../templates/checkout/basic-checkout.php:38,
2996
+ #: ../../templates/checkout/basic-checkout.php:38
2997
  msgid "Installments available"
2998
  msgstr "Cuotas disponibles"
2999
 
3000
+ #: ../../templates/checkout/basic-checkout.php:41,
3001
+ #: ../../templates/checkout/basic-checkout.php:41
3002
  msgid "List style type blue check"
3003
  msgstr ""
3004
 
3005
+ #: ../../templates/checkout/basic-checkout.php:53,
3006
+ #: ../../templates/checkout/basic-checkout.php:53
3007
  msgid ""
3008
  "By confirming your purchase, you will be redirected to your Mercado Pago "
3009
  "account"
3010
  msgstr "Al confirmar tu compra, te redirigiremos a tu cuenta de Mercado Pago"
3011
 
3012
+ #: ../../templates/checkout/basic-checkout.php:54,
3013
+ #: ../../templates/checkout/basic-checkout.php:54
3014
  msgid "Checkout Pro redirect info image"
3015
  msgstr ""
3016
 
3017
  #: ../../templates/checkout/basic-checkout.php:63,
3018
+ #: ../../templates/checkout/custom-checkout.php:134,
3019
+ #: ../../templates/checkout/pix-checkout.php:31,
3020
+ #: ../../templates/checkout/ticket-checkout.php:60,
3021
+ #: ../../templates/checkout/ticket-checkout.php:60
3022
  msgid "By continuing, you agree with our"
3023
  msgstr "Al continuar, aceptas nuestros"
3024
 
3025
  #: ../../templates/checkout/basic-checkout.php:64,
3026
+ #: ../../templates/checkout/custom-checkout.php:134,
3027
+ #: ../../templates/checkout/pix-checkout.php:31,
3028
+ #: ../../templates/checkout/ticket-checkout.php:60,
3029
+ #: ../../templates/checkout/ticket-checkout.php:60
3030
  msgid "Terms and conditions"
3031
  msgstr "Términos y condiciones "
3032
 
3035
  msgid "Checkout Custom in Test Mode"
3036
  msgstr "Tarjeta de crédito en Modo Test"
3037
 
3038
+ #: ../../templates/checkout/custom-checkout.php:22,
3039
+ #: ../../templates/checkout/custom-checkout.php:22
3040
  msgid "Use Mercado Pago means without real charges."
3041
  msgstr "Utiliza los medios de Mercado Pago sin cobros reales."
3042
 
3043
+ #: ../../templates/checkout/custom-checkout.php:22,
3044
+ #: ../../templates/checkout/custom-checkout.php:22
3045
  msgid "See test mode rules."
3046
  msgstr "Ver las reglas del Modo Test. "
3047
 
3048
+ #: ../../templates/checkout/custom-checkout.php:35,
3049
+ #: ../../templates/checkout/custom-checkout.php:35
3050
  msgid "Pay faster with your saved cards and without completing data."
3051
  msgstr "Paga más rápido con tus tarjetas guardadas y sin completar datos."
3052
 
3053
+ #: ../../templates/checkout/custom-checkout.php:50,
3054
+ #: ../../templates/checkout/custom-checkout.php:50
3055
  msgid "With which card can you pay?"
3056
  msgstr "¿Con qué tarjeta puedes pagar?"
3057
 
3058
+ #: ../../templates/checkout/custom-checkout.php:62,
3059
+ #: ../../templates/checkout/custom-checkout.php:62
3060
  msgid "See current promotions"
3061
  msgstr "Ver promociones vigentes"
3062
 
3063
+ #: ../../templates/checkout/custom-checkout.php:70,
3064
+ #: ../../templates/checkout/custom-checkout.php:70
3065
  msgid "Fill in your card details"
3066
  msgstr "Completa los datos de tu tarjeta"
3067
 
3068
+ #: ../../templates/checkout/custom-checkout.php:72,
3069
+ #: ../../templates/checkout/custom-checkout.php:72
3070
  msgid "Card number"
3071
  msgstr "Número de Tarjeta"
3072
 
3073
+ #: ../../templates/checkout/custom-checkout.php:74,
3074
  #: ../../templates/checkout/custom-checkout.php:81,
3075
+ #: ../../templates/checkout/custom-checkout.php:90,
3076
+ #: ../../templates/checkout/custom-checkout.php:98,
3077
+ #: ../../templates/checkout/custom-checkout.php:98
 
3078
  msgid "Required data"
3079
  msgstr "Datos obligatorios"
3080
 
3081
+ #: ../../templates/checkout/custom-checkout.php:79,
3082
+ #: ../../templates/checkout/custom-checkout.php:79
3083
  msgid "Holder name as it appears on the card"
3084
  msgstr "Nombre del titular como aparece en la tarjeta"
3085
 
3086
+ #: ../../templates/checkout/custom-checkout.php:87,
3087
+ #: ../../templates/checkout/custom-checkout.php:87
3088
  msgid "Expiration"
3089
  msgstr "Vencimiento"
3090
 
3091
+ #: ../../templates/checkout/custom-checkout.php:95,
3092
+ #: ../../templates/checkout/custom-checkout.php:95
3093
  msgid "Security Code"
3094
  msgstr "Código de seguridad"
3095
 
3096
+ #: ../../templates/checkout/custom-checkout.php:104,
3097
+ #: ../../templates/checkout/ticket-checkout.php:29,
3098
+ #: ../../templates/checkout/ticket-checkout.php:35,
3099
+ #: ../../templates/checkout/ticket-checkout.php:35
3100
  msgid "Holder document"
3101
  msgstr "Documento del titular"
3102
 
3103
+ #: ../../templates/checkout/custom-checkout.php:104,
3104
+ #: ../../templates/checkout/ticket-checkout.php:29,
3105
+ #: ../../templates/checkout/ticket-checkout.php:35,
3106
+ #: ../../templates/checkout/ticket-checkout.php:35
3107
  msgid "Invalid document"
3108
  msgstr "Número de documento no válido"
3109
 
3110
+ #: ../../templates/checkout/custom-checkout.php:110,
3111
+ #: ../../templates/checkout/custom-checkout.php:122,
3112
+ #: ../../templates/checkout/custom-checkout.php:122
3113
  msgid "Select the number of installments"
3114
  msgstr "Selecciona la cantidad de cuotas"
3115
 
3120
  msgid "Pix in Test Mode"
3121
  msgstr "Tarjetas de crédito en Modo Test"
3122
 
3123
+ #: ../../templates/checkout/pix-checkout.php:22,
3124
+ #: ../../templates/checkout/pix-checkout.php:22
3125
  #, fuzzy
3126
  #| msgid ""
3127
  #| "You can test the flow to generate an invoice, but you cannot finalize the "
3133
  "Es posible testear el flujo para generar una factura, pero no es posible "
3134
  "finalizar el pago."
3135
 
3136
+ #: ../../templates/checkout/pix-checkout.php:27,
3137
+ #: ../../templates/checkout/pix-checkout.php:27
3138
  #, fuzzy
3139
  #| msgid "Pay securely and instantly!"
3140
  msgid "Pay instantly"
3141
  msgstr "Pago seguro e instantáneo!"
3142
 
3143
+ #: ../../templates/checkout/pix-checkout.php:27,
3144
+ #: ../../templates/checkout/pix-checkout.php:27
3145
  msgid ""
3146
  "By confirming your purchase, we will show you a code to make the payment."
3147
  msgstr ""
3148
 
3149
+ #: ../../templates/checkout/pix-checkout.php:27,
3150
+ #: ../../templates/checkout/pix-checkout.php:27
3151
  msgid "Pix logo"
3152
  msgstr ""
3153
 
3156
  msgid "Offline Methods in Test Mode"
3157
  msgstr "Facturas en Modo Test"
3158
 
3159
+ #: ../../templates/checkout/ticket-checkout.php:23,
3160
+ #: ../../templates/checkout/ticket-checkout.php:23
3161
  msgid ""
3162
  "You can test the flow to generate an invoice, but you cannot finalize the "
3163
  "payment. "
3165
  "Es posible testear el flujo para generar una factura, pero no es posible "
3166
  "finalizar el pago. "
3167
 
3168
+ #: ../../templates/checkout/ticket-checkout.php:39,
3169
+ #: ../../templates/checkout/ticket-checkout.php:39
3170
  msgid "Select where you want to pay"
3171
  msgstr "Selecciona el punto de pago donde quieres pagar"
3172
 
3173
+ #: ../../templates/checkout/ticket-checkout.php:41,
3174
+ #: ../../templates/checkout/ticket-checkout.php:41
 
 
 
 
 
3175
  msgid "more options"
3176
  msgstr "Más opciones"
3177
 
3178
+ #: ../../templates/checkout/ticket-checkout.php:43,
3179
+ #: ../../templates/checkout/ticket-checkout.php:43
3180
+ msgid "Select a payment method"
3181
+ msgstr "Seleccione una opción de pago"
3182
+
3183
  #: ../../templates/order/payment-status-metabox-content.php:20,
3184
  #: ../../templates/order/payment-status-metabox-content.php:20
3185
  msgid ""
3203
  msgid "Print ticket"
3204
  msgstr "Imprimir ticket"
3205
 
3206
+ #, fuzzy
3207
+ #~| msgid "Important! To sell you must enter your credentials."
3208
+ #~ msgid "Important! To sell, you must enter your credentials."
3209
+ #~ msgstr "¡Importante! Para vender debe introducir sus credenciales."
3210
+
3211
+ #~ msgid "Go to step-by-step"
3212
+ #~ msgstr "Ir al paso a paso"
3213
+
3214
+ #~ msgid "Update failed, invalid Credentials"
3215
+ #~ msgstr "Actualización fallida, credenciales no válidas"
3216
+
3217
+ #~ msgid "Up to 24 installments"
3218
+ #~ msgstr "Hasta 24 cuotas"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "Important! Do not forget to add the credentials and details of your store."
3222
+ #~ msgstr ""
3223
+ #~ "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
3224
+
3225
+ #~ msgid ""
3226
+ #~ "Before setting up payments, follow the step-by-step to start selling."
3227
+ #~ msgstr ""
3228
+ #~ "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
3229
+
3230
+ #~ msgid "To enable and test sales, you must copy and paste your "
3231
+ #~ msgstr "Para habilitar y testear las ventas, tienes que copiar y pegar "
3232
+
3233
  #~ msgid "Mandatory data"
3234
  #~ msgstr "Campo obligatorio"
3235
 
3245
  #~ msgid "We take you to our site to complete the payment"
3246
  #~ msgstr "Te llevamos a nuestro sitio para completar el pago"
3247
 
 
 
 
3248
  #~ msgid "Pay with a saved card"
3249
  #~ msgstr "Pagar con tarjeta guardada"
3250
 
3589
  #~ msgid "Search my credentials"
3590
  #~ msgstr "Buscar mis credenciales"
3591
 
 
 
 
 
 
 
 
3592
  #~ msgid ""
3593
  #~ "With these credentials, you enable your Mercado Pago checkouts to receive "
3594
  #~ "real payments."
i18n/languages/woocommerce-mercadopago-es_PE.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_PE.po CHANGED
@@ -11,17 +11,17 @@ msgstr ""
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 3.1\n"
15
 
16
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:144,
17
- #: ../../includes/module/class-wc-woomercadopago-module.php:336,
18
- #: ../../includes/module/class-wc-woomercadopago-module.php:336
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
- #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:146,
23
- #: ../../includes/module/class-wc-woomercadopago-module.php:338,
24
- #: ../../includes/module/class-wc-woomercadopago-module.php:338
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
@@ -80,12 +80,13 @@ msgstr ""
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:504
 
84
  msgid "Invalid credentials"
85
  msgstr "Credenciales no válidas"
86
 
87
- #: ../../includes/module/class-wc-woomercadopago-init.php:47,
88
- #: ../../includes/module/class-wc-woomercadopago-init.php:47
89
  msgid ""
90
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
91
  "Please update your PHP version."
@@ -93,13 +94,13 @@ msgstr ""
93
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
94
  "favor actualice su versión de PHP."
95
 
96
- #: ../../includes/module/class-wc-woomercadopago-init.php:58,
97
- #: ../../includes/module/class-wc-woomercadopago-init.php:58
98
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
99
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-init.php:69,
102
- #: ../../includes/module/class-wc-woomercadopago-init.php:69
103
  msgid ""
104
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
105
  "extension is required to send QR Code Pix by email."
@@ -111,29 +112,29 @@ msgstr ""
111
  #. translators: %s link to WooCommerce
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
- #: ../../includes/module/class-wc-woomercadopago-init.php:83,
115
- #: ../../includes/module/class-wc-woomercadopago-init.php:83
116
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
117
  msgstr ""
118
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
119
 
120
- #: ../../includes/module/class-wc-woomercadopago-init.php:96,
121
- #: ../../includes/module/class-wc-woomercadopago-init.php:96
122
  msgid "Cancel order"
123
  msgstr "Cancelar orden"
124
 
125
- #: ../../includes/module/class-wc-woomercadopago-module.php:352,
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:352
127
  msgid "The payment method is not valid or not available."
128
  msgstr "El medio de pago no es válido o no está disponible."
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
131
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
132
  msgid "The transaction amount cannot be processed by Mercado Pago."
133
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
134
 
135
- #: ../../includes/module/class-wc-woomercadopago-module.php:355,
136
- #: ../../includes/module/class-wc-woomercadopago-module.php:355
137
  msgid ""
138
  "Possible causes: Currency not supported; Amounts below the minimum or above "
139
  "the maximum allowed."
@@ -141,13 +142,13 @@ msgstr ""
141
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
142
  "encima del máximo permitido."
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
145
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
146
  msgid "The users are not valid."
147
  msgstr "Los usuários no son válidos."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:358,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:358
151
  msgid ""
152
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
153
  "transaction involving production and test users."
@@ -155,137 +156,137 @@ msgstr ""
155
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
156
  "Pago; La transacción involucrando usuários de producción y de prueba."
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
160
  msgid "Unauthorized use of production credentials."
161
  msgstr "Uso no autorizado de credenciales de producción."
162
 
163
- #: ../../includes/module/class-wc-woomercadopago-module.php:361,
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:361
165
  msgid ""
166
  "Possible causes: Use permission in use for the credential of the seller."
167
  msgstr ""
168
  "Posibles causas: Pendencia de permiso de uso en producción para la "
169
  "credencial del vendedor."
170
 
171
- #: ../../includes/module/class-wc-woomercadopago-module.php:489,
172
- #: ../../includes/module/class-wc-woomercadopago-module.php:489
173
  msgid "Colombia"
174
  msgstr "Colombia"
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:491,
177
- #: ../../includes/module/class-wc-woomercadopago-module.php:491
178
  msgid "Argentina"
179
  msgstr "Argentina"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:493,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:493
183
  msgid "Brazil"
184
  msgstr "Brasil"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:495,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:495
188
  msgid "Chile"
189
  msgstr "Chile"
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:497,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:497
193
  msgid "Mexico"
194
  msgstr "México"
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:499,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:499
198
  msgid "Uruguay"
199
  msgstr "Uruguay"
200
 
201
- #: ../../includes/module/class-wc-woomercadopago-module.php:501,
202
- #: ../../includes/module/class-wc-woomercadopago-module.php:501
203
  msgid "Venezuela"
204
  msgstr "Venezuela"
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:503,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:503
208
  msgid "Peru"
209
  msgstr "Peru"
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:537,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:537
213
  msgid "Update the WooCommerce order to "
214
  msgstr "Actualizar la orden de WooCommerce para "
215
 
216
- #: ../../includes/module/class-wc-woomercadopago-module.php:662,
217
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540,
218
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:540
219
  msgid "Fill in your credentials to enable payment methods."
220
  msgstr "Completa tus credenciales para habilitar los medios de pago."
221
 
222
- #: ../../includes/module/class-wc-woomercadopago-module.php:678,
223
- #: ../../includes/module/class-wc-woomercadopago-module.php:678
224
  msgid "Set plugin"
225
  msgstr "Configurar plugin"
226
 
227
- #: ../../includes/module/class-wc-woomercadopago-module.php:679,
228
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
230
  msgid "Payment methods"
231
  msgstr "Medios de pagos"
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:680,
234
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198,
235
- #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:198
236
  msgid "Plugin manual"
237
  msgstr "Manual del plugin"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:779,
240
- #: ../../includes/module/class-wc-woomercadopago-module.php:779
241
  msgid "By Mercado Pago"
242
  msgstr "Por Mercado Pago"
243
 
244
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183,
245
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:183
246
  msgid "Payment approved."
247
  msgstr "Pago aprobado."
248
 
249
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:241,
250
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244,
251
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:244
252
  msgid "Waiting for the Pix payment."
253
  msgstr "Esperando el pago de Pix."
254
 
255
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:259,
256
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262,
257
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:262
258
  msgid "Waiting for the ticket payment."
259
  msgstr "Esperando el pago del boleto."
260
 
261
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270,
262
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:270
263
  msgid "The customer has not made the payment yet."
264
  msgstr "El cliente todavía no efectuó el pago."
265
 
266
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289,
267
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:289
268
  msgid "Payment is pending review."
269
  msgstr "El pago está pendiente de revisión."
270
 
271
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306,
272
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:306
273
  msgid "Payment was declined. The customer can try again."
274
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
275
 
276
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321,
277
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:321
278
  msgid "Payment was returned to the customer."
279
  msgstr "El pago fue devuelto al cliente."
280
 
281
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335,
282
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:335
283
  msgid "Payment was canceled."
284
  msgstr "El pago fue cancelado."
285
 
286
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:350,
287
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362,
288
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:362
289
  msgid ""
290
  "The payment is in mediation or the purchase was unknown by the customer."
291
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
@@ -293,8 +294,8 @@ msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
293
  #. translators: 1: payment_id 2: status
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464,
297
- #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:464
298
  msgid ""
299
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
300
  msgstr ""
@@ -310,37 +311,37 @@ msgstr "No hay ID o parámetro de ASUNTO la solicitud de IPN"
310
  msgid "Type of topic IPN invalid, need to be merchant_order"
311
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
312
 
313
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50,
314
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:50
315
  msgid "IPN merchant_order not found"
316
  msgstr "No se ha encontrado la IPN de `merchant_order`"
317
 
318
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
319
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
320
  msgid "Not found Payments into Merchant_Order"
321
  msgstr "No se han encontrado pagos en Merchant_Order"
322
 
323
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:160,
324
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:129,
325
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:175,
326
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154,
327
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:154
328
  msgid "Buyer email"
329
  msgstr "Email del comprador"
330
 
331
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:163,
332
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:132,
333
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:178,
334
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157,
335
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:157
336
  msgid "Payment type"
337
  msgstr "Tipo de método de pago"
338
 
339
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:166,
340
- #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:135,
341
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:181,
342
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160,
343
- #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:160
344
  msgid "Payment method"
345
  msgstr "Método de pago"
346
 
@@ -440,7 +441,7 @@ msgstr "24 cuotas"
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
442
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
443
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:842,
444
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
445
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
@@ -457,14 +458,14 @@ msgstr ""
457
  "sitio web de Mercado Pago."
458
 
459
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
460
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847,
461
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:847
462
  msgid "The checkout is <b>enabled</b>."
463
  msgstr "El checkout está <b>activo</b>."
464
 
465
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
466
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848,
467
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:848
468
  msgid "The checkout is <b>disabled</b>."
469
  msgstr "El checkout está <b>inactivo</b>."
470
 
@@ -602,69 +603,71 @@ msgstr "El comprador <b>será redirigido automáticamente a la tienda</b>."
602
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
603
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
604
 
605
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510,
606
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:510
607
  msgid "Installments without card"
608
  msgstr "Cuotas sin tarjeta"
609
 
610
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
611
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
612
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
613
  msgid "Up to "
614
  msgstr "hasta "
615
 
616
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
617
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518,
618
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:518
 
619
  msgid " installments"
620
  msgstr " Cuotas"
621
 
622
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:517,
623
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349,
624
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:349
625
  msgid "Credit cards"
626
  msgstr "Tarjetas de crédito"
627
 
628
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:524,
629
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357,
630
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:357
631
  msgid "Debit cards"
632
  msgstr "Tarjetas de débito "
633
 
634
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530,
635
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:530
636
  msgid "Bank Transfer"
637
  msgstr "Transferencia bancaria"
638
 
639
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536,
640
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:536
641
  msgid "Payment by cash"
642
  msgstr "Pagos en efectivo "
643
 
644
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:584,
645
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:571,
646
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:574,
647
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:562,
648
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
649
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
650
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
651
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
652
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
653
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
654
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
655
  msgid "discount of"
656
  msgstr "descuento de"
657
 
658
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:589,
659
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:576,
660
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:579,
661
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:567,
662
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
663
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
664
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
665
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
666
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
667
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
668
  msgid "fee of"
669
  msgstr "comisión de"
670
 
@@ -699,9 +702,9 @@ msgstr ""
699
 
700
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
701
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
702
- msgid "Transparent checkout for credit cards is <b>enabled</b>."
703
  msgstr ""
704
- "El checkout transparente de las tarjetas de crédito está <b>activado</b>."
705
 
706
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
707
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
@@ -868,40 +871,35 @@ msgstr ""
868
  msgid "This payment method cannot process your payment."
869
  msgstr "Este medio de pago no puede procesar su pago."
870
 
871
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350,
872
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:350
873
- msgid "Up to 24 installments"
874
- msgstr "Hasta 24 cuotas"
875
-
876
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:405,
877
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:406,
878
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:430,
879
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431,
880
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:431
881
  msgid "A problem was occurred when processing your payment. Please, try again."
882
  msgstr ""
883
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
884
  "vez."
885
 
886
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501,
887
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:501
888
  msgid "See your order form"
889
  msgstr "Ver su hoja de pedido"
890
 
891
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512,
892
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:512
893
  msgid "Your payment was declined. You can try again."
894
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
895
 
896
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:519,
897
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94,
898
- #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:94
899
  msgid "Click to try again"
900
  msgstr "Haga clic para intentarlo de nuevo"
901
 
902
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:541,
903
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542,
904
- #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:542
905
  msgid ""
906
  "A problem was occurred when processing your payment. Are you sure you have "
907
  "correctly filled all information in the checkout form?"
@@ -909,75 +907,76 @@ msgstr ""
909
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
910
  "cargado la información en el formulario?"
911
 
912
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644,
913
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:644
914
  msgid "Configure your credentials to enable Mercado Pago payment methods."
915
  msgstr ""
916
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
917
 
918
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700,
919
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:700
920
  msgid "Title in the store Checkout"
921
  msgstr "Título en el checkout de la tienda"
922
 
923
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702,
924
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:702
925
  msgid "Change the display text in Checkout, maximum characters: 85"
926
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
927
 
928
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704,
929
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:704
930
  msgid "The text inserted here will not be translated to other languages"
931
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
932
 
933
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718,
934
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:718
935
  msgid "Description"
936
  msgstr "Descripción"
937
 
938
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:755,
939
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:767,
940
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
941
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
942
- msgid ""
943
- "Important! Do not forget to add the credentials and details of your store."
944
- msgstr ""
945
- "¡Importante! No olvides ingresar las credenciales y datos de la tienda."
946
 
947
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756,
948
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:756
949
- msgid "Before setting up payments, follow the step-by-step to start selling."
950
- msgstr ""
951
- "Antes de configurar los pagos, haz el paso a paso para comenzar a vender."
952
 
953
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:757,
954
- #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 3.1.1\n"
15
 
16
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:145,
17
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345,
18
+ #: ../../includes/module/class-wc-woomercadopago-module.php:345
19
  msgid "By continuing, you agree to our "
20
  msgstr "Al continuar, aceptas nuestros "
21
 
22
+ #: ../../includes/helpers/class-wc-woomercadopago-helper-links.php:147,
23
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347,
24
+ #: ../../includes/module/class-wc-woomercadopago-module.php:347
25
  msgid "Terms and Conditions"
26
  msgstr "Términos y condiciones"
27
 
80
  "Ticket Checkout."
81
 
82
  #: ../../includes/module/class-wc-woomercadopago-credentials.php:504,
83
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446,
84
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:446
85
  msgid "Invalid credentials"
86
  msgstr "Credenciales no válidas"
87
 
88
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53,
89
+ #: ../../includes/module/class-wc-woomercadopago-init.php:53
90
  msgid ""
91
  "Mercado Pago payments for WooCommerce requires PHP version 5.6 or later. "
92
  "Please update your PHP version."
94
  "El plugin de Mercado Pago requiere la versión de PHP 5.6 o posterior. Por "
95
  "favor actualice su versión de PHP."
96
 
97
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64,
98
+ #: ../../includes/module/class-wc-woomercadopago-init.php:64
99
  msgid "Mercado Pago Error: PHP Extension CURL is not installed."
100
  msgstr "Error en Mercado Pago: La extensión cURL de PHP no está instalada."
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75,
103
+ #: ../../includes/module/class-wc-woomercadopago-init.php:75
104
  msgid ""
105
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
106
  "extension is required to send QR Code Pix by email."
112
  #. translators: %s link to WooCommerce
113
  #. translators: %s link to WooCommerce
114
  #. translators: %s link to WooCommerce
115
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89,
116
+ #: ../../includes/module/class-wc-woomercadopago-init.php:89
117
  msgid "The Mercado Pago module needs an active version of %s in order to work!"
118
  msgstr ""
119
  "¡El módulo de Mercado Pago necesita una versión de %s activa para funcionar!"
120
 
121
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102,
122
+ #: ../../includes/module/class-wc-woomercadopago-init.php:102
123
  msgid "Cancel order"
124
  msgstr "Cancelar orden"
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361,
127
+ #: ../../includes/module/class-wc-woomercadopago-module.php:361
128
  msgid "The payment method is not valid or not available."
129
  msgstr "El medio de pago no es válido o no está disponible."
130
 
131
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
132
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
133
  msgid "The transaction amount cannot be processed by Mercado Pago."
134
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
135
 
136
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364,
137
+ #: ../../includes/module/class-wc-woomercadopago-module.php:364
138
  msgid ""
139
  "Possible causes: Currency not supported; Amounts below the minimum or above "
140
  "the maximum allowed."
142
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
143
  "encima del máximo permitido."
144
 
145
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
147
  msgid "The users are not valid."
148
  msgstr "Los usuários no son válidos."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:367
152
  msgid ""
153
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
154
  "transaction involving production and test users."
156
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
157
  "Pago; La transacción involucrando usuários de producción y de prueba."
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
161
  msgid "Unauthorized use of production credentials."
162
  msgstr "Uso no autorizado de credenciales de producción."
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:370
166
  msgid ""
167
  "Possible causes: Use permission in use for the credential of the seller."
168
  msgstr ""
169
  "Posibles causas: Pendencia de permiso de uso en producción para la "
170
  "credencial del vendedor."
171
 
172
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498,
173
+ #: ../../includes/module/class-wc-woomercadopago-module.php:498
174
  msgid "Colombia"
175
  msgstr "Colombia"
176
 
177
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500,
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:500
179
  msgid "Argentina"
180
  msgstr "Argentina"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:502
184
  msgid "Brazil"
185
  msgstr "Brasil"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:504
189
  msgid "Chile"
190
  msgstr "Chile"
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:506
194
  msgid "Mexico"
195
  msgstr "México"
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:508
199
  msgid "Uruguay"
200
  msgstr "Uruguay"
201
 
202
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510,
203
+ #: ../../includes/module/class-wc-woomercadopago-module.php:510
204
  msgid "Venezuela"
205
  msgstr "Venezuela"
206
 
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512,
208
+ #: ../../includes/module/class-wc-woomercadopago-module.php:512
209
  msgid "Peru"
210
  msgstr "Peru"
211
 
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546,
213
+ #: ../../includes/module/class-wc-woomercadopago-module.php:546
214
  msgid "Update the WooCommerce order to "
215
  msgstr "Actualizar la orden de WooCommerce para "
216
 
217
+ #: ../../includes/module/class-wc-woomercadopago-module.php:765,
218
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550,
219
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:550
220
  msgid "Fill in your credentials to enable payment methods."
221
  msgstr "Completa tus credenciales para habilitar los medios de pago."
222
 
223
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781,
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:781
225
  msgid "Set plugin"
226
  msgstr "Configurar plugin"
227
 
228
+ #: ../../includes/module/class-wc-woomercadopago-module.php:782,
229
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295,
230
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:295
231
  msgid "Payment methods"
232
  msgstr "Medios de pagos"
233
 
234
+ #: ../../includes/module/class-wc-woomercadopago-module.php:783,
235
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219,
236
+ #: ../../includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php:219
237
  msgid "Plugin manual"
238
  msgstr "Manual del plugin"
239
 
240
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882,
241
+ #: ../../includes/module/class-wc-woomercadopago-module.php:882
242
  msgid "By Mercado Pago"
243
  msgstr "Por Mercado Pago"
244
 
245
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191,
246
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:191
247
  msgid "Payment approved."
248
  msgstr "Pago aprobado."
249
 
250
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:257,
251
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260,
252
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:260
253
  msgid "Waiting for the Pix payment."
254
  msgstr "Esperando el pago de Pix."
255
 
256
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:276,
257
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279,
258
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:279
259
  msgid "Waiting for the ticket payment."
260
  msgstr "Esperando el pago del boleto."
261
 
262
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288,
263
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:288
264
  msgid "The customer has not made the payment yet."
265
  msgstr "El cliente todavía no efectuó el pago."
266
 
267
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307,
268
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:307
269
  msgid "Payment is pending review."
270
  msgstr "El pago está pendiente de revisión."
271
 
272
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324,
273
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:324
274
  msgid "Payment was declined. The customer can try again."
275
  msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
276
 
277
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339,
278
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:339
279
  msgid "Payment was returned to the customer."
280
  msgstr "El pago fue devuelto al cliente."
281
 
282
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353,
283
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:353
284
  msgid "Payment was canceled."
285
  msgstr "El pago fue cancelado."
286
 
287
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:368,
288
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380,
289
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:380
290
  msgid ""
291
  "The payment is in mediation or the purchase was unknown by the customer."
292
  msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
294
  #. translators: 1: payment_id 2: status
295
  #. translators: 1: payment_id 2: status
296
  #. translators: 1: payment_id 2: status
297
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483,
298
+ #: ../../includes/notification/class-wc-woomercadopago-notification-abstract.php:483
299
  msgid ""
300
  "Mercado Pago: The payment %1$s was notified by Mercado Pago with status %2$s."
301
  msgstr ""
311
  msgid "Type of topic IPN invalid, need to be merchant_order"
312
  msgstr "El tipo de asunto de la IPN no es válido, debe ser `merchant_order`"
313
 
314
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56,
315
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:56
316
  msgid "IPN merchant_order not found"
317
  msgstr "No se ha encontrado la IPN de `merchant_order`"
318
 
319
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62,
320
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:62
321
  msgid "Not found Payments into Merchant_Order"
322
  msgstr "No se han encontrado pagos en Merchant_Order"
323
 
324
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:173,
325
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:142,
326
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:190,
327
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168,
328
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:168
329
  msgid "Buyer email"
330
  msgstr "Email del comprador"
331
 
332
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:176,
333
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:145,
334
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:193,
335
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171,
336
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:171
337
  msgid "Payment type"
338
  msgstr "Tipo de método de pago"
339
 
340
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:179,
341
+ #: ../../includes/notification/class-wc-woomercadopago-notification-ipn.php:148,
342
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:196,
343
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174,
344
+ #: ../../includes/notification/class-wc-woomercadopago-notification-webhook.php:174
345
  msgid "Payment method"
346
  msgstr "Método de pago"
347
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:244,
443
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:150,
444
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:849,
445
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:206,
446
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199,
447
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:199
458
  "sitio web de Mercado Pago."
459
 
460
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:249,
461
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854,
462
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:854
463
  msgid "The checkout is <b>enabled</b>."
464
  msgstr "El checkout está <b>activo</b>."
465
 
466
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:250,
467
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855,
468
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:855
469
  msgid "The checkout is <b>disabled</b>."
470
  msgstr "El checkout está <b>inactivo</b>."
471
 
603
  msgid "The buyer <b>will not be automatically redirected to the store</b>."
604
  msgstr "El comprador <b>no será redirigido automáticamente a la tienda</b>."
605
 
606
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511,
607
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:511
608
  msgid "Installments without card"
609
  msgstr "Cuotas sin tarjeta"
610
 
611
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
612
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
613
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
614
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
615
  msgid "Up to "
616
  msgstr "hasta "
617
 
618
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:512,
619
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:520,
620
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354,
621
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:354
622
  msgid " installments"
623
  msgstr " Cuotas"
624
 
625
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:519,
626
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353,
627
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:353
628
  msgid "Credit cards"
629
  msgstr "Tarjetas de crédito"
630
 
631
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:526,
632
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361,
633
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:361
634
  msgid "Debit cards"
635
  msgstr "Tarjetas de débito "
636
 
637
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532,
638
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532
639
  msgid "Bank Transfer"
640
  msgstr "Transferencia bancaria"
641
 
642
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538,
643
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:538
644
  msgid "Payment by cash"
645
  msgstr "Pagos en efectivo "
646
 
647
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:586,
648
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:573,
649
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:584,
650
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:572,
651
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:421,
652
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:408,
653
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:425,
654
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:412,
655
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:174,
656
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172,
657
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:172
658
  msgid "discount of"
659
  msgstr "descuento de"
660
 
661
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:591,
662
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:578,
663
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:589,
664
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:577,
665
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:426,
666
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:413,
667
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:430,
668
  #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
669
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176,
670
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:176
671
  msgid "fee of"
672
  msgstr "comisión de"
673
 
702
 
703
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155,
704
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:155
705
+ msgid "Transparent Checkout for credit cards is <b>enabled</b>."
706
  msgstr ""
707
+ "El Checkout Transparente de las tarjetas de crédito está <b>activado</b>."
708
 
709
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156,
710
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:156
871
  msgid "This payment method cannot process your payment."
872
  msgstr "Este medio de pago no puede procesar su pago."
873
 
874
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:409,
875
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:410,
876
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:440,
877
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441,
878
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:441
 
 
 
 
 
879
  msgid "A problem was occurred when processing your payment. Please, try again."
880
  msgstr ""
881
  "El problemas ocurrió cuando se procesaba su pago. Por favor, intente otra "
882
  "vez."
883
 
884
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511,
885
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:511
886
  msgid "See your order form"
887
  msgstr "Ver su hoja de pedido"
888
 
889
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522,
890
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:522
891
  msgid "Your payment was declined. You can try again."
892
  msgstr "Su pago fue rechazado. Puede intentarlo de nuevo."
893
 
894
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:529,
895
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95,
896
+ #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-basic.php:95
897
  msgid "Click to try again"
898
  msgstr "Haga clic para intentarlo de nuevo"
899
 
900
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:551,
901
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552,
902
+ #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:552
903
  msgid ""
904
  "A problem was occurred when processing your payment. Are you sure you have "
905
  "correctly filled all information in the checkout form?"
907
  "El problemas ocurrió cuando se procesaba su pago. Está seguro de haber "
908
  "cargado la información en el formulario?"
909
 
910
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651,
911
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:651
912
  msgid "Configure your credentials to enable Mercado Pago payment methods."
913
  msgstr ""
914
  "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
915
 
916
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707,
917
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:707
918
  msgid "Title in the store Checkout"
919
  msgstr "Título en el checkout de la tienda"
920
 
921
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709,
922
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:709
923
  msgid "Change the display text in Checkout, maximum characters: 85"
924
  msgstr "Cambiar el texto de la pantalla Checkout, caracteres máximos: 85"
925
 
926
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711,
927
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:711
928
  msgid "The text inserted here will not be translated to other languages"
929
  msgstr "El texto insertado aquí no se traducirá a otros idiomas"
930
 
931
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725,
932
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:725
933
  msgid "Description"
934
  msgstr "Descripción"
935
 
936
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:762,
 
937
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350,
938
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:350
939
+ msgid "Important! To sell you must enter your credentials."
940
+ msgstr "¡Importante! Para vender debe introducir sus credenciales."
 
 
941
 
942
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763,
943
+ #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:763
944
+ msgid "You must enter&nbsp;<b>production credentials</b>."
945
+ msgstr "Debe introducir&nbsp;<b>las credenciales de producción</b>."
 
946