WooCommerce MercadoPago - Version 5.6.0

Version Description

Download this release

Release Info

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

Code changes from version 5.5.0 to 5.6.0

Files changed (36) hide show
  1. assets/css/basic_checkout_mercadopago.css +6 -3
  2. assets/css/basic_checkout_mercadopago.min.css +1 -1
  3. assets/css/config_mercadopago.css +228 -225
  4. assets/css/config_mercadopago.min.css +1 -1
  5. assets/js/ticket.js +2 -52
  6. assets/js/ticket.min.js +1 -1
  7. i18n/languages/woocommerce-mercadopago-es_AR.mo +0 -0
  8. i18n/languages/woocommerce-mercadopago-es_AR.po +367 -397
  9. i18n/languages/woocommerce-mercadopago-es_CL.mo +0 -0
  10. i18n/languages/woocommerce-mercadopago-es_CL.po +367 -397
  11. i18n/languages/woocommerce-mercadopago-es_CO.mo +0 -0
  12. i18n/languages/woocommerce-mercadopago-es_CO.po +367 -397
  13. i18n/languages/woocommerce-mercadopago-es_ES.mo +0 -0
  14. i18n/languages/woocommerce-mercadopago-es_ES.po +367 -397
  15. i18n/languages/woocommerce-mercadopago-es_MX.mo +0 -0
  16. i18n/languages/woocommerce-mercadopago-es_MX.po +367 -397
  17. i18n/languages/woocommerce-mercadopago-es_PE.mo +0 -0
  18. i18n/languages/woocommerce-mercadopago-es_PE.po +367 -397
  19. i18n/languages/woocommerce-mercadopago-es_UY.mo +0 -0
  20. i18n/languages/woocommerce-mercadopago-es_UY.po +367 -397
  21. i18n/languages/woocommerce-mercadopago-es_VE.mo +0 -0
  22. i18n/languages/woocommerce-mercadopago-es_VE.po +367 -397
  23. i18n/languages/woocommerce-mercadopago-pt_BR.mo +0 -0
  24. i18n/languages/woocommerce-mercadopago-pt_BR.po +366 -394
  25. i18n/languages/woocommerce-mercadopago.pot +125 -193
  26. includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php +52 -7
  27. includes/helpers/class-wc-woomercadopago-composite-id-helper.php +44 -0
  28. includes/module/class-wc-woomercadopago-credentials.php +1 -5
  29. includes/module/class-wc-woomercadopago-module.php +1 -0
  30. includes/module/config/class-wc-woomercadopago-constants.php +1 -1
  31. includes/module/preference/class-wc-woomercadopago-preference-ticket.php +12 -12
  32. includes/module/sdk/lib/class-mp.php +53 -0
  33. includes/payments/class-wc-woomercadopago-ticket-gateway.php +29 -13
  34. readme.txt +16 -2
  35. templates/checkout/ticket-checkout.php +93 -316
  36. woocommerce-mercadopago.php +3 -3
assets/css/basic_checkout_mercadopago.css CHANGED
@@ -30,6 +30,10 @@
30
  padding-bottom: 20px !important;
31
  }
32
 
 
 
 
 
33
  .mp-pb-30 {
34
  padding-bottom: 30px !important;
35
  }
@@ -278,7 +282,6 @@
278
  }
279
 
280
  .mp-terms-and-conditions {
281
- height: 18px;
282
  padding: 16px;
283
  font-family: sans-serif;
284
  font-size: 12px;
@@ -528,7 +531,7 @@
528
  .mp-ticket-name {
529
  font-weight: bold;
530
  color: rgba(0, 0, 0, 0.8);
531
- padding-left: 5px;
532
  font-size: 13px;
533
  }
534
 
@@ -536,7 +539,7 @@
536
  text-overflow: ellipsis;
537
  white-space: nowrap;
538
  overflow: hidden;
539
- padding: 0 10px;
540
  }
541
 
542
  #mp-box-input-tax-cft {
30
  padding-bottom: 20px !important;
31
  }
32
 
33
+ .mp-pb-25 {
34
+ padding-bottom: 25px !important;
35
+ }
36
+
37
  .mp-pb-30 {
38
  padding-bottom: 30px !important;
39
  }
282
  }
283
 
284
  .mp-terms-and-conditions {
 
285
  padding: 16px;
286
  font-family: sans-serif;
287
  font-size: 12px;
531
  .mp-ticket-name {
532
  font-weight: bold;
533
  color: rgba(0, 0, 0, 0.8);
534
+ padding-left: 32px;
535
  font-size: 13px;
536
  }
537
 
539
  text-overflow: ellipsis;
540
  white-space: nowrap;
541
  overflow: hidden;
542
+ padding: 0 10px 10px 10px;
543
  }
544
 
545
  #mp-box-input-tax-cft {
assets/css/basic_checkout_mercadopago.min.css CHANGED
@@ -1 +1 @@
1
- .mp-pt-20{padding-top:20px!important}.mp-pt-5{padding-top:5px!important}.mp-pt-15{padding-top:15px!important}.mp-pt-10{padding-top:10px!important}.mp-pt-0{padding-top:0!important}.mp-pt-30{padding-top:30px!important}.mp-pb-15{padding-bottom:15px!important}.mp-pb-20{padding-bottom:20px!important}.mp-pb-30{padding-bottom:30px!important}.mp-pl-10{padding-left:10px!important}.mp-pr-10{padding-right:10px!important}.mp-pr-15{padding-right:15px!important}.mp-mt-5{margin-top:5px!important}.mp-mt-03rem{margin-top:.3rem!important}.mp-mt-04rem{margin-top:.4rem!important}.mp-mt-05rem{margin-top:.5rem!important}.mp-mt-06rem{margin-top:.6rem!important}.mp-mb-0{margin-bottom:0!important}.mp-mb-20{margin-bottom:20px!important}.mp-mb-30{margin-bottom:30px!important}.mp-mt-20{margin-top:20px!important}.mp-display-inherit{display:inherit!important}.mp-pointer{cursor:pointer!important}.mp-text-center{text-align:center!important}.mp-text-justify{text-align:justify!important}.mp-min-hg{min-height:40px!important}.mp-row-checkout{width:100%;display:inline-block}.mp-col-md-12{width:100%;display:inline-block;padding-left:0;padding-right:0;text-align:left!important}.mp-col-md-9{flex:0 0 75%;width:75%;float:left}.mp-col-md-8{flex:0 0 66.666667%;width:66.666667%;float:left}.mp-col-md-6{width:50%;float:left;padding-left:0;padding-right:0;text-align:left!important}.mp-col-md-4{flex:0 0 33.333333%;width:33.333333%;float:left}.mp-col-md-3{flex:0 0 25%;width:25%;float:left}.mp-pix-right{border-left:solid 1px #e5e5e5}.mp-pix-left{padding:0 0 0 32px}.mp-img-fluid{max-width:100%;height:auto}.mp-panel-checkout{background-color:#fff;padding:10px 15px 25px}.mp-title-checkout{padding:15px 0 0;font-family:sans-serif;font-size:1.2rem!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.25!important;letter-spacing:normal;color:#04204c;margin:0!important}.mp-title-checkout::before{content:""!important;width:0!important;height:0!important;margin:0!important}.submp-title-checkout{font-size:14px!important;font-family:sans-serif!important;color:#7a7a7a;font-weight:400;padding:20px 0 0;margin:0 0 5px!important;text-transform:uppercase}.mp-subtitle-basic-checkout{font-size:14px!important;font-family:sans-serif!important;color:#7a7a7a;font-weight:400;padding:.625em 0 0;margin:0 0 5px!important;text-transform:uppercase}.mp-badge-checkout{font-size:15px!important;font-family:sans-serif!important;padding:5px 10px;margin-left:5px;display:inline-block;background-color:#2ec74b;color:#fff;text-transform:none;border-radius:2px}.mp-img-tarjetas{padding:8px!important;max-height:35px!important;width:auto!important;float:none!important;position:relative!important;right:0!important;border:inherit!important;display:inline-block!important}.mp-img-redirect{padding:8px!important;max-height:6.25em!important;width:auto!important;float:none!important;position:relative!important;right:0!important;border:inherit!important;display:inline-block!important}.mp-img-ticket{padding:0 8px!important;max-height:35px!important;width:auto!important;float:left!important;position:relative!important;right:0!important;border:inherit!important}.mp-redirect-frame{width:100%;text-align:center;background-color:#f5f5f5;padding:25px 20px 20px;display:inline-block}.mp-redirect-frame img{max-width:160px!important}.mp-redirect-frame p{padding-top:15px!important;margin-top:0!important;font-family:sans-serif!important;font-size:14px!important;font-weight:600!important;font-style:normal!important;font-stretch:normal!important;line-height:1.71!important;letter-spacing:normal!important;text-align:center!important;color:#333!important}.mp-terms-and-conditions{height:18px;padding:16px;font-family:sans-serif;font-size:12px;line-height:18px;text-align:center;color:rgba(0,0,0,.9)}.mp-terms-and-conditions a{color:#009ee3}.mp-panel-custom-checkout{background-color:#fff;padding:20px 15px 0}.mp-subtitle-custom-checkout{font-size:17px!important;font-family:sans-serif!important;color:#04204c;font-weight:600;padding:20px 0 0;margin:0 0 5px!important}.mp-subtitle-ticket-checkout{font-size:16px!important;font-family:sans-serif!important;color:#04204c;font-weight:600;padding:0 0 0;margin:0 0 5px!important}.mp-form-control{font-family:sans-serif!important;width:100%;height:40px!important;border-radius:5px!important;font-size:13px!important;padding:0 10px!important;background-color:#fff!important;border:1px solid #d1d1d1!important;margin-bottom:0!important}.mp-form-control-error{border:2px solid #f04449!important}.mp-form-control-check{margin:0 10px 0 0!important;font-family:sans-serif!important;border-radius:5px!important;font-size:13px!important;padding:0 10px!important;background-color:#fff!important;border:1px solid #d1d1d1!important;float:left}.mp-button{width:100%;height:40px;border-radius:5px!important;color:#fff!important;background-color:#3483fa!important;text-transform:none!important;font-size:15px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1!important;letter-spacing:normal!important;text-align:center!important}.mp-button:hover{opacity:.8}.mp-error{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:#f04449!important;display:none}.mp-desc{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:rgba(0,0,0,.45)!important}.mp-label-form-check{font-family:sans-serif!important;font-size:14px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:rgba(0,0,0,.8)!important;vertical-align:baseline!important}.mp-label-form{font-family:sans-serif!important;font-size:13px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:rgba(0,0,0,.7)!important}.mp-label-form em{font-size:18px!important;color:#f04449!important;font-family:"Merriweather, Georgia";position:absolute;margin:-3px 0 0 3px}.mp-obrigatory{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:#f04449!important;padding-top:10px}.mp-obrigatory em{font-size:18px!important;color:#f04449!important;margin:-2px 5px 0 0;font-family:"Merriweather, Georgia";float:left}.mp-frame-links{display:inline-flex;padding-top:10px;text-align:left}.mp-checkout-link{font-family:sans-serif!important;font-size:14px;text-decoration:none!important;vertical-align:middle;box-shadow:none!important;cursor:pointer}.mp-frame-payments{display:none;background-color:#f5f5f5;margin-top:10px;padding:10px 10px 10px;width:100%}.submp-title-checkout-custom{font-size:13px!important;font-family:sans-serif!important;color:#7a7a7a;font-weight:400;padding:00px 0 0;margin:0 0 5px!important;text-transform:uppercase}.mp-tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.mp-tooltip .mp-tooltiptext{visibility:hidden;background:#3483fa;color:#fff;padding:5px 0;position:absolute;width:250px;text-align:center;margin:-20px 0 0 100px;font-size:12px}.mp-tooltip .mp-tooltiptext:before{border:6px solid transparent;border-right-color:#3483fa;content:"";left:-12px;position:absolute;top:5px}.mp-tooltip:hover .mp-tooltiptext{visibility:visible}.mp-erro_febraban,.mp_error_docnumber{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:#f04449!important;margin-top:5px;display:none}.mp-subtitle-ticket-checkout{font-size:16px!important;font-family:sans-serif!important;color:#04204c;font-weight:600;margin:0 0 5px!important}.mp-ticket-name{font-weight:700;color:rgba(0,0,0,.8);padding-left:5px;font-size:13px}.mp-ticket-payments{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px}#mp-box-input-tax-cft{margin-top:4px}#mp-tax-tea-text{color:#797979;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal}#mp-tax-cft-text{font-size:27px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:normal;color:#868686}#mp_socialname_label{display:none}#mp_cnpj_label{display:none}#mp-doc-div{display:none}#mp-doc-type-div{display:none}#mp-doc-number-div{display:none}#mp-issuer-div{display:none}#mp-card-holder-div{display:none}.mp-discount{border-style:solid;border-width:thin;border-color:#009ee3;padding:8px 8px 8px 8px;margin-top:20px;text-transform:uppercase;font-size:12px;color:#333;display:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;clear:both;float:left}.mp-redirect-frame-pix{width:100%;text-align:center;background-color:#f5f5f5;padding:25px 20px 20px;display:inline-block}.mp-redirect-frame-pix img{max-width:170px!important}.mp-redirect-frame-pix p{margin:24px 0 0!important;font-family:sans-serif!important;font-size:16px!important;font-weight:400!important;font-stretch:normal!important;font-style:normal!important;line-height:normal!important;letter-spacing:normal!important;text-align:center!important;color:#787878!important}.mp-pix-checkout-title-badge{margin:2px 0 0 8px;padding:5px 10px;background-color:rgba(65,137,230,.1);font-family:sans-serif;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#3483fa;border-radius:16px;text-transform:uppercase}.mp-row-checkout-pix{width:100%}.mp-details-title{width:100%;margin:32px 358px 32px 0;font-family:sans-serif;font-size:28px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#333}.mp-col-flex-2{width:100%;display:block}.mp-col-flex-10{width:100%;display:block}.mp-details-pix{width:100%;height:auto;display:inline-block;border-radius:6px;box-shadow:0 6px 16px 0 rgba(0,0,0,.1);background-color:#fff;margin-bottom:30px}.mp-details-pix-title{width:100%;opacity:.8;font-family:sans-serif;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:rgba(0,0,0,.8);display:block;margin:40px 0 0 0;padding:0 0 0 32px}.mp-details-list{display:flex}.mp-details-pix-number-p{border-radius:100%;width:26px;height:26px;border:solid 1px #009ee3;color:#009ee3;text-align:center;font-size:16px;margin:0 13px 0 0;font-family:sans-serif}.mp-details-list-description{font-family:sans-serif;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:rgba(0,0,0,.8);display:block;width:70%}.mp-details-pix-img{width:190px;height:56px;object-fit:contain;display:block;margin:64px 0 0 0;padding:0 0 0 32px}.mp-details-pix-description{margin:24px 0 21px 13px;font-family:sans-serif;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-details-pix-qr{padding:0 4px 0 0}.mp-details-pix-qr-value{font-weight:700}.mp-details-pix-qr-title{margin:24px 0 0 0;font-family:sans-serif;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;text-align:center;color:rgba(0,0,0,.8)}.mp-details-pix-qr-img{width:168px;height:168px;display:block;margin:16px auto 0 auto}.mp-details-pix-qr-subtitle{margin:12px 0 32px 0;font-family:sans-serif;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;text-align:center;color:rgba(0,0,0,.45)}.mp-details-pix-qr-description{margin:32px 15px 16px 16px;font-family:sans-serif;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:rgba(0,0,0,.8)}.mp-qr-input{width:70%;height:48px;padding:6.3px 0 5.7px 12px;border-radius:6px;border:solid 1px rgba(0,0,0,.2);background-color:#fff;margin:0 12px 0 0}.mp-details-pix-button{width:30%;height:48px;padding:16px 24px;border-radius:6px;background-color:#009ee3;font-family:sans-serif;font-size:.8em;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;text-align:center;color:#fff}.mp-steps-congrats{margin:24px 0 16px 0!important;list-style-type:none}.mp-row-checkout-pix-container{width:100%;display:flex;padding:16px 47px 48px 47px}.mp-details-pix-amount{margin:32px auto 0;text-align:center;width:100%;color:rgba(0,0,0,.8);font-size:18px;font-family:sans-serif}.mp-wallet-button{background:#fff;border:1px solid #dcdcdc;box-sizing:border-box;box-shadow:0 7px 12px rgba(0,0,0,.110659);border-radius:10px;padding:1em 3em 1em 1em;margin-bottom:20px;max-width:362px}.mp-wallet-button-header{margin-bottom:30px;display:flex}.mp-wallet-button-circle{width:48px;height:48px;border-radius:50%;position:absolute;background-color:rgba(71,154,209,.1);left:50%;top:50%;transform:translate(-50%,-50%)}.mp-wallet-button-logo{width:35%;position:relative}.mp-wallet-button-logo img{float:inherit!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mp-wallet-button-info{width:65%}.mp-wallet-button-info-header{font-size:.9em}.mp-wallet-button-info-description{font-size:.8em}.mp-wallet-button-pay{width:100%x;padding-left:35%}.mp-wallet-button-pay button{padding:.5em .7em;background-color:#009ee3;border-radius:5px;color:#fff;width:100%;font-size:.9em}@media (max-width:767.98px){.mp-col-md-4{width:100%;flex:none}.mp-col-md-8{width:100%;flex:none}.mp-pix-right{border-right:none;border-top:solid 1px #e5e5e5;margin-bottom:32px}.mp-qr-code{width:100%;margin:0 0 24px 0}.mp-details-pix-button{width:100%;height:auto;display:inline-block}.mp-row-checkout-pix-container{display:block}.mp-details-pix-img{margin:64px auto 0;padding:0}.mp-details-pix-title{margin:40px auto 0;text-align:center;padding:0}}@media (max-width:1040px){.mp-wallet-button{padding:1em}.mp-wallet-button-pay{width:100%x;padding-left:0}}
1
+ .mp-pt-20{padding-top:20px!important}.mp-pt-5{padding-top:5px!important}.mp-pt-15{padding-top:15px!important}.mp-pt-10{padding-top:10px!important}.mp-pt-0{padding-top:0!important}.mp-pt-30{padding-top:30px!important}.mp-pb-15{padding-bottom:15px!important}.mp-pb-20{padding-bottom:20px!important}.mp-pb-25{padding-bottom:25px!important}.mp-pb-30{padding-bottom:30px!important}.mp-pl-10{padding-left:10px!important}.mp-pr-10{padding-right:10px!important}.mp-pr-15{padding-right:15px!important}.mp-mt-5{margin-top:5px!important}.mp-mt-03rem{margin-top:.3rem!important}.mp-mt-04rem{margin-top:.4rem!important}.mp-mt-05rem{margin-top:.5rem!important}.mp-mt-06rem{margin-top:.6rem!important}.mp-mb-0{margin-bottom:0!important}.mp-mb-20{margin-bottom:20px!important}.mp-mb-30{margin-bottom:30px!important}.mp-mt-20{margin-top:20px!important}.mp-display-inherit{display:inherit!important}.mp-pointer{cursor:pointer!important}.mp-text-center{text-align:center!important}.mp-text-justify{text-align:justify!important}.mp-min-hg{min-height:40px!important}.mp-row-checkout{width:100%;display:inline-block}.mp-col-md-12{width:100%;display:inline-block;padding-left:0;padding-right:0;text-align:left!important}.mp-col-md-9{flex:0 0 75%;width:75%;float:left}.mp-col-md-8{flex:0 0 66.666667%;width:66.666667%;float:left}.mp-col-md-6{width:50%;float:left;padding-left:0;padding-right:0;text-align:left!important}.mp-col-md-4{flex:0 0 33.333333%;width:33.333333%;float:left}.mp-col-md-3{flex:0 0 25%;width:25%;float:left}.mp-pix-right{border-left:solid 1px #e5e5e5}.mp-pix-left{padding:0 0 0 32px}.mp-img-fluid{max-width:100%;height:auto}.mp-panel-checkout{background-color:#fff;padding:10px 15px 25px}.mp-title-checkout{padding:15px 0 0;font-family:sans-serif;font-size:1.2rem!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.25!important;letter-spacing:normal;color:#04204c;margin:0!important}.mp-title-checkout::before{content:""!important;width:0!important;height:0!important;margin:0!important}.submp-title-checkout{font-size:14px!important;font-family:sans-serif!important;color:#7a7a7a;font-weight:400;padding:20px 0 0;margin:0 0 5px!important;text-transform:uppercase}.mp-subtitle-basic-checkout{font-size:14px!important;font-family:sans-serif!important;color:#7a7a7a;font-weight:400;padding:.625em 0 0;margin:0 0 5px!important;text-transform:uppercase}.mp-badge-checkout{font-size:15px!important;font-family:sans-serif!important;padding:5px 10px;margin-left:5px;display:inline-block;background-color:#2ec74b;color:#fff;text-transform:none;border-radius:2px}.mp-img-tarjetas{padding:8px!important;max-height:35px!important;width:auto!important;float:none!important;position:relative!important;right:0!important;border:inherit!important;display:inline-block!important}.mp-img-redirect{padding:8px!important;max-height:6.25em!important;width:auto!important;float:none!important;position:relative!important;right:0!important;border:inherit!important;display:inline-block!important}.mp-img-ticket{padding:0 8px!important;max-height:35px!important;width:auto!important;float:left!important;position:relative!important;right:0!important;border:inherit!important}.mp-redirect-frame{width:100%;text-align:center;background-color:#f5f5f5;padding:25px 20px 20px;display:inline-block}.mp-redirect-frame img{max-width:160px!important}.mp-redirect-frame p{padding-top:15px!important;margin-top:0!important;font-family:sans-serif!important;font-size:14px!important;font-weight:600!important;font-style:normal!important;font-stretch:normal!important;line-height:1.71!important;letter-spacing:normal!important;text-align:center!important;color:#333!important}.mp-terms-and-conditions{height:18px;padding:16px;font-family:sans-serif;font-size:12px;line-height:18px;text-align:center;color:rgba(0,0,0,.9)}.mp-terms-and-conditions a{color:#009ee3}.mp-panel-custom-checkout{background-color:#fff;padding:20px 15px 0}.mp-subtitle-custom-checkout{font-size:17px!important;font-family:sans-serif!important;color:#04204c;font-weight:600;padding:20px 0 0;margin:0 0 5px!important}.mp-subtitle-ticket-checkout{font-size:16px!important;font-family:sans-serif!important;color:#04204c;font-weight:600;padding:0 0 0;margin:0 0 5px!important}.mp-form-control{font-family:sans-serif!important;width:100%;height:40px!important;border-radius:5px!important;font-size:13px!important;padding:0 10px!important;background-color:#fff!important;border:1px solid #d1d1d1!important;margin-bottom:0!important}.mp-form-control-error{border:2px solid #f04449!important}.mp-form-control-check{margin:0 10px 0 0!important;font-family:sans-serif!important;border-radius:5px!important;font-size:13px!important;padding:0 10px!important;background-color:#fff!important;border:1px solid #d1d1d1!important;float:left}.mp-button{width:100%;height:40px;border-radius:5px!important;color:#fff!important;background-color:#3483fa!important;text-transform:none!important;font-size:15px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1!important;letter-spacing:normal!important;text-align:center!important}.mp-button:hover{opacity:.8}.mp-error{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:#f04449!important;display:none}.mp-desc{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:rgba(0,0,0,.45)!important}.mp-label-form-check{font-family:sans-serif!important;font-size:14px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:rgba(0,0,0,.8)!important;vertical-align:baseline!important}.mp-label-form{font-family:sans-serif!important;font-size:13px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1;letter-spacing:normal;color:rgba(0,0,0,.7)!important}.mp-label-form em{font-size:18px!important;color:#f04449!important;font-family:"Merriweather, Georgia";position:absolute;margin:-3px 0 0 3px}.mp-obrigatory{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:#f04449!important;padding-top:10px}.mp-obrigatory em{font-size:18px!important;color:#f04449!important;margin:-2px 5px 0 0;font-family:"Merriweather, Georgia";float:left}.mp-frame-links{display:inline-flex;padding-top:10px;text-align:left}.mp-checkout-link{font-family:sans-serif!important;font-size:14px;text-decoration:none!important;vertical-align:middle;box-shadow:none!important;cursor:pointer}.mp-frame-payments{display:none;background-color:#f5f5f5;margin-top:10px;padding:10px 10px 10px;width:100%}.submp-title-checkout-custom{font-size:13px!important;font-family:sans-serif!important;color:#7a7a7a;font-weight:400;padding:00px 0 0;margin:0 0 5px!important;text-transform:uppercase}.mp-tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.mp-tooltip .mp-tooltiptext{visibility:hidden;background:#3483fa;color:#fff;padding:5px 0;position:absolute;width:250px;text-align:center;margin:-20px 0 0 100px;font-size:12px}.mp-tooltip .mp-tooltiptext:before{border:6px solid transparent;border-right-color:#3483fa;content:"";left:-12px;position:absolute;top:5px}.mp-tooltip:hover .mp-tooltiptext{visibility:visible}.mp-erro_febraban,.mp_error_docnumber{font-family:sans-serif!important;font-size:12px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal;color:#f04449!important;margin-top:5px;display:none}.mp-subtitle-ticket-checkout{font-size:16px!important;font-family:sans-serif!important;color:#04204c;font-weight:600;margin:0 0 5px!important}.mp-ticket-name{font-weight:700;color:rgba(0,0,0,.8);padding-left:32px;font-size:13px}.mp-ticket-payments{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px 10px 10px}#mp-box-input-tax-cft{margin-top:4px}#mp-tax-tea-text{color:#797979;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.29;letter-spacing:normal}#mp-tax-cft-text{font-size:27px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:normal;color:#868686}#mp_socialname_label{display:none}#mp_cnpj_label{display:none}#mp-doc-div{display:none}#mp-doc-type-div{display:none}#mp-doc-number-div{display:none}#mp-issuer-div{display:none}#mp-card-holder-div{display:none}.mp-discount{border-style:solid;border-width:thin;border-color:#009ee3;padding:8px 8px 8px 8px;margin-top:20px;text-transform:uppercase;font-size:12px;color:#333;display:none;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;clear:both;float:left}.mp-redirect-frame-pix{width:100%;text-align:center;background-color:#f5f5f5;padding:25px 20px 20px;display:inline-block}.mp-redirect-frame-pix img{max-width:170px!important}.mp-redirect-frame-pix p{margin:24px 0 0!important;font-family:sans-serif!important;font-size:16px!important;font-weight:400!important;font-stretch:normal!important;font-style:normal!important;line-height:normal!important;letter-spacing:normal!important;text-align:center!important;color:#787878!important}.mp-pix-checkout-title-badge{margin:2px 0 0 8px;padding:5px 10px;background-color:rgba(65,137,230,.1);font-family:sans-serif;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#3483fa;border-radius:16px;text-transform:uppercase}.mp-row-checkout-pix{width:100%}.mp-details-title{width:100%;margin:32px 358px 32px 0;font-family:sans-serif;font-size:28px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#333}.mp-col-flex-2{width:100%;display:block}.mp-col-flex-10{width:100%;display:block}.mp-details-pix{width:100%;height:auto;display:inline-block;border-radius:6px;box-shadow:0 6px 16px 0 rgba(0,0,0,.1);background-color:#fff;margin-bottom:30px}.mp-details-pix-title{width:100%;opacity:.8;font-family:sans-serif;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.67;letter-spacing:normal;color:rgba(0,0,0,.8);display:block;margin:40px 0 0 0;padding:0 0 0 32px}.mp-details-list{display:flex}.mp-details-pix-number-p{border-radius:100%;width:26px;height:26px;border:solid 1px #009ee3;color:#009ee3;text-align:center;font-size:16px;margin:0 13px 0 0;font-family:sans-serif}.mp-details-list-description{font-family:sans-serif;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:rgba(0,0,0,.8);display:block;width:70%}.mp-details-pix-img{width:190px;height:56px;object-fit:contain;display:block;margin:64px 0 0 0;padding:0 0 0 32px}.mp-details-pix-description{margin:24px 0 21px 13px;font-family:sans-serif;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-details-pix-qr{padding:0 4px 0 0}.mp-details-pix-qr-value{font-weight:700}.mp-details-pix-qr-title{margin:24px 0 0 0;font-family:sans-serif;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.88;letter-spacing:normal;text-align:center;color:rgba(0,0,0,.8)}.mp-details-pix-qr-img{width:168px;height:168px;display:block;margin:16px auto 0 auto}.mp-details-pix-qr-subtitle{margin:12px 0 32px 0;font-family:sans-serif;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.29;letter-spacing:normal;text-align:center;color:rgba(0,0,0,.45)}.mp-details-pix-qr-description{margin:32px 15px 16px 16px;font-family:sans-serif;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:rgba(0,0,0,.8)}.mp-qr-input{width:70%;height:48px;padding:6.3px 0 5.7px 12px;border-radius:6px;border:solid 1px rgba(0,0,0,.2);background-color:#fff;margin:0 12px 0 0}.mp-details-pix-button{width:30%;height:48px;padding:16px 24px;border-radius:6px;background-color:#009ee3;font-family:sans-serif;font-size:.8em;font-weight:600;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;text-align:center;color:#fff}.mp-steps-congrats{margin:24px 0 16px 0!important;list-style-type:none}.mp-row-checkout-pix-container{width:100%;display:flex;padding:16px 47px 48px 47px}.mp-details-pix-amount{margin:32px auto 0;text-align:center;width:100%;color:rgba(0,0,0,.8);font-size:18px;font-family:sans-serif}.mp-wallet-button{background:#fff;border:1px solid #dcdcdc;box-sizing:border-box;box-shadow:0 7px 12px rgba(0,0,0,.110659);border-radius:10px;padding:1em 3em 1em 1em;margin-bottom:20px;max-width:362px}.mp-wallet-button-header{margin-bottom:30px;display:flex}.mp-wallet-button-circle{width:48px;height:48px;border-radius:50%;position:absolute;background-color:rgba(71,154,209,.1);left:50%;top:50%;transform:translate(-50%,-50%)}.mp-wallet-button-logo{width:35%;position:relative}.mp-wallet-button-logo img{float:inherit!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mp-wallet-button-info{width:65%}.mp-wallet-button-info-header{font-size:.9em}.mp-wallet-button-info-description{font-size:.8em}.mp-wallet-button-pay{width:100%x;padding-left:35%}.mp-wallet-button-pay button{padding:.5em .7em;background-color:#009ee3;border-radius:5px;color:#fff;width:100%;font-size:.9em}@media (max-width:767.98px){.mp-col-md-4{width:100%;flex:none}.mp-col-md-8{width:100%;flex:none}.mp-pix-right{border-right:none;border-top:solid 1px #e5e5e5;margin-bottom:32px}.mp-qr-code{width:100%;margin:0 0 24px 0}.mp-details-pix-button{width:100%;height:auto;display:inline-block}.mp-row-checkout-pix-container{display:block}.mp-details-pix-img{margin:64px auto 0;padding:0}.mp-details-pix-title{margin:40px auto 0;text-align:center;padding:0}}@media (max-width:1040px){.mp-wallet-button{padding:1em}.mp-wallet-button-pay{width:100%x;padding-left:0}}
assets/css/config_mercadopago.css CHANGED
@@ -1,403 +1,406 @@
1
  .mp-px-20 {
2
- padding-left: 20px !important;
3
- padding-right: 20px !important;
4
  }
5
 
6
  .mp-pt-10 {
7
- padding-top: 10px !important;
8
  }
9
 
10
  .mp-pb-10 {
11
- padding-bottom: 10px !important;
12
  }
13
 
14
  .mp-pb-20 {
15
- padding-bottom: 20px !important;
16
  }
17
 
18
  .mp-mt--10 {
19
- margin-top: -10px !important;
20
  }
21
 
22
  .mp-mt--15 {
23
- margin-top: -15px !important;
24
  }
25
 
26
  .mp-mt--12 {
27
- margin-top: -12px !important;
28
  }
29
 
30
  .mp-mt--5 {
31
- margin-top: -5px !important;
32
  }
33
 
34
  .mp-mt-5 {
35
- margin-top: 5px !important;
36
  }
37
 
38
  .mp-mt-0 {
39
- margin-top: 0px !important;
40
  }
41
 
42
  .mp-mb-0 {
43
- margin-bottom: 0px !important;
44
  }
45
 
46
  .mp-mb-20 {
47
- margin-bottom: 20px !important;
48
  }
49
 
50
  .mp-mb-18 {
51
- margin-bottom: 18px !important;
52
  }
53
 
54
  .mp-mg-0 {
55
- margin: 0px !important;
56
  }
57
 
58
  .mp-fw-400 {
59
- font-weight: 400 !important;
60
  }
61
 
62
  .mp-text-center {
63
- text-align: center !important;
64
  }
65
 
66
  .mp-row {
67
- width: 100%;
68
- display: inline-block;
69
  }
70
 
71
  .mp-row-flex {
72
- width: 100%;
73
- display: flex;
74
- margin: 0px;
75
  }
76
 
77
  .mp-col-md-12 {
78
- width: 100%;
79
- display: inline-block;
80
- text-align: justify !important;
81
  }
82
 
83
  .mp-col-md-5 {
84
- width: 50%;
85
- float: left;
86
  }
87
 
88
  .mp-col-md-3 {
89
- width: 25%;
90
- float: left;
91
  }
92
 
93
  .mp-col-md-2 {
94
- width: 20%;
95
- float: left;
96
  }
97
 
98
- .mp-row-flex ul, .mp-row-flex ol, .mp-row-flex li {
99
- list-style: none;
 
 
100
  }
101
 
102
  .mp-row-flex li {
103
- border-left: 1px solid #e5e5e5;
104
  }
105
 
106
  .mp-row-flex li:first-child {
107
- border-left: none;
108
  }
109
 
110
  .mp-division-line-steps {
111
- border-top: 1px solid #e5e5e5;
112
- margin-top: 17px;
113
  }
114
 
115
  .mp-mouse_pointer {
116
- cursor: pointer !important;
117
  }
118
 
119
  .mp-gray-text {
120
- color: #8c8c8c;
121
  }
122
 
123
  #mp_field_text {
124
- font-family: sans-serif !important;
125
- font-size: 14px !important;
126
- font-weight: 600 !important;
127
- font-style: normal;
128
- font-stretch: normal;
129
- line-height: 1.54;
130
- letter-spacing: normal;
131
- color: #555555 !important;
132
  }
133
 
134
  #mp_input_payments {
135
- border: 1px solid #ccc;
136
- padding: 15px;
137
- width: 365px;
138
- font-weight: bold;
139
- margin-top: -8px !important;
140
- margin-bottom: 37px !important;
141
  }
142
 
143
  #mp_input_payments_mt {
144
- border: 1px solid #ccc;
145
- padding: 15px;
146
- width: 365px;
147
- margin-top: -39px !important;
148
  }
149
 
150
  .mp_text {
151
- font-family: sans-serif;
152
- font-size: 14px !important;
153
- font-weight: normal;
154
- font-style: normal;
155
- font-stretch: normal;
156
- line-height: 1.25;
157
- letter-spacing: normal;
158
- color: rgba(0, 0, 0, 0.8);
159
  }
160
 
161
  .mp_subtitle {
162
- font-size: 18px !important;
163
  }
164
 
165
  .mp_subtitle_bd {
166
- border-top: 1px solid #bbb;
167
- padding-top: 20px;
168
- font-size: 20px !important;
169
- margin-top: 0 !important;
170
- margin-bottom: 20px !important;
171
  }
172
 
173
  .mp_subtitle_bd_mb {
174
- border-top: 1px solid #bbb;
175
- padding-top: 20px;
176
- font-size: 20px !important;
177
- margin-bottom: 0px !important;
178
  }
179
 
180
  .mp_small_text {
181
- font-family: sans-serif;
182
- font-size: 15px !important;
183
- font-weight: normal;
184
- font-style: normal !important;
185
- font-stretch: normal;
186
- line-height: 16px !important;
187
- letter-spacing: normal;
188
- color: #555555;
189
  }
190
 
191
  .mp-text-support .mp-text-observation {
192
- font-family: sans-serif;
193
- font-size: 12px !important;
194
- font-weight: normal;
195
- font-style: normal !important;
196
- font-stretch: normal;
197
- line-height: 16px !important;
198
- letter-spacing: normal;
199
- color: #555555;
200
  }
201
 
202
  .mp_homolog_text {
203
- font-family: sans-serif;
204
- font-size: 14px !important;
205
- font-weight: normal;
206
- font-style: normal !important;
207
- font-stretch: normal;
208
- line-height: 16px !important;
209
- letter-spacing: normal;
210
- color: #555555;
211
- margin-top: 0 !important;
212
- margin-bottom: 30px !important;
213
  }
214
 
215
  .mp_title_bd {
216
- font-family: sans-serif;
217
- font-size: 30px !important;
218
- font-weight: 400;
219
- font-style: normal;
220
- font-stretch: normal;
221
- line-height: 1.07;
222
- letter-spacing: normal;
223
- color: #303030;
224
- border-top: 1px solid #bbb;
225
- padding-top: 20px;
226
- margin-bottom: 5px !important;
227
- margin-top: 10px !important;
228
  }
229
 
230
  .mp_title_checkout {
231
- font-family: sans-serif;
232
- font-size: 30px !important;
233
- font-weight: 400;
234
- font-style: normal;
235
- font-stretch: normal;
236
- line-height: 1.07;
237
- letter-spacing: normal;
238
- color: #303030;
239
- margin-bottom: 5px !important;
240
- margin-top: 0px !important;
241
  }
242
 
243
  .mp_tienda_link {
244
- display: inline-block;
245
  }
246
 
247
  .mp_tienda_link a {
248
- display: inline-block;
249
- margin-bottom: 0;
250
- font-weight: 400;
251
- text-align: center;
252
- vertical-align: middle;
253
- cursor: pointer;
254
- white-space: nowrap;
255
- line-height: 1.42857;
256
- border-radius: 2px !important;
257
- border: solid 1px #c2c2c2 !important;
258
- padding: 12px 50px !important;
259
- font-size: 13px !important;
260
- background-color: #fafafa !important;
261
- text-decoration: none;
262
- color: #555;
263
- font-family: sans-serif;
264
  }
265
 
266
  .mp_tienda_link:hover a {
267
- color: #fff !important;
268
- background-color: #00aff0 !important;
269
- border-color: #008abd !important;
270
- -webkit-box-shadow: none !important;
271
- box-shadow: none;
272
  }
273
 
274
  .mp_general_links {
275
- display: inline-block;
276
- margin-bottom: 0;
277
- font-weight: 400;
278
- text-align: center;
279
- vertical-align: middle;
280
- cursor: pointer;
281
- white-space: nowrap;
282
- line-height: 1.42857;
283
- border-radius: 2px !important;
284
- border: solid 1px #c2c2c2 !important;
285
- padding: 12px 50px !important;
286
- font-size: 13px !important;
287
- background-color: #fafafa !important;
288
- text-decoration: none;
289
- color: #555;
290
- font-family: sans-serif;
291
  }
292
 
293
  .mp_general_links:hover {
294
- color: #fff !important;
295
- background-color: #00aff0 !important;
296
- border-color: #008abd !important;
297
- -webkit-box-shadow: none !important;
298
- box-shadow: none;
299
  }
300
 
301
  .mp-btn-collapsible {
302
- float: right;
303
- font-size: 25px;
304
- padding-right: 5px;
305
  }
306
 
307
  .mp-title-checkout-body {
308
- font-family: sans-serif !important;
309
- margin: 0px 0 13px !important;
310
- font-size: 20px !important;
311
- font-weight: 200 !important;
312
- line-height: 1.25;
313
- font-style: normal;
314
- font-stretch: normal;
315
- letter-spacing: normal;
316
- color: rgba(0, 0, 0, 0.8);
317
  }
318
 
319
  .mp-text-checkout-body {
320
- font-size: 18px !important;
321
- font-weight: 400 !important;
322
- margin-top: 10px !important;
323
- line-height: 20px;font-style: normal;
324
- font-stretch: normal;
325
- letter-spacing: normal;
326
- color: rgba(0, 0, 0, 0.8);
 
327
  }
328
 
329
  .mp-text-steps {
330
- font-size: 14px !important;
331
- font-weight: 400 !important;
332
- font-style: normal;
333
- font-stretch: normal;
334
- line-height: 1.5;
335
- margin-top: 13px;
336
- letter-spacing: normal;
337
- color: rgba(0, 0, 0, 0.8);
338
  }
339
 
340
  .mp-number-checkout-body {
341
  border-radius: 100%;
342
- border: solid 2px #039fe3;
343
- display: block;
344
- width: 32px;
345
- height: 30px;
346
- padding-top: 2px;
347
- margin: 0px 18px !important;
348
- font-size: 18px;
349
- font-weight: bold;
350
- color: #039fe3;
351
- text-align: center;
352
  }
353
 
354
  .mp-header-logo {
355
- align-items: center;
356
  }
357
 
358
  .mp-left-header {
359
- min-width: 120px;
360
  }
361
 
362
  .mp-left-header img {
363
- max-width: 150px;
364
  }
365
 
366
  .mp-right-header {
367
- padding-top: 20px;
368
  }
369
 
370
  .mp-save-button {
371
- margin-bottom: 15px !important;
372
  }
373
 
374
  .mp-hidden-field {
375
- display: none;
376
  }
377
 
378
  .mp_title_header {
379
- font-family: sans-serif;
380
- font-size: 22px !important;
381
- font-weight: 100;
382
- line-height: 1.5;
383
- margin-bottom: 5px !important;
384
- font-style: normal;
385
- font-stretch: normal;
386
- letter-spacing: normal;
387
  }
388
 
389
  .mp_subtitle_header {
390
- font-family: sans-serif;
391
- font-size: 28px !important;
392
- font-weight: 600 !important;;
393
- line-height: 35px;
394
- font-style: normal;
395
- font-stretch: normal;
396
- letter-spacing: normal;
397
  }
398
 
399
  .mp_subtitle_mt {
400
- margin-top: 0px !important;
401
  }
402
 
403
  .mp_credential_input_loading {
1
  .mp-px-20 {
2
+ padding-left: 20px !important;
3
+ padding-right: 20px !important;
4
  }
5
 
6
  .mp-pt-10 {
7
+ padding-top: 10px !important;
8
  }
9
 
10
  .mp-pb-10 {
11
+ padding-bottom: 10px !important;
12
  }
13
 
14
  .mp-pb-20 {
15
+ padding-bottom: 20px !important;
16
  }
17
 
18
  .mp-mt--10 {
19
+ margin-top: -10px !important;
20
  }
21
 
22
  .mp-mt--15 {
23
+ margin-top: -15px !important;
24
  }
25
 
26
  .mp-mt--12 {
27
+ margin-top: -12px !important;
28
  }
29
 
30
  .mp-mt--5 {
31
+ margin-top: -5px !important;
32
  }
33
 
34
  .mp-mt-5 {
35
+ margin-top: 5px !important;
36
  }
37
 
38
  .mp-mt-0 {
39
+ margin-top: 0px !important;
40
  }
41
 
42
  .mp-mb-0 {
43
+ margin-bottom: 0px !important;
44
  }
45
 
46
  .mp-mb-20 {
47
+ margin-bottom: 20px !important;
48
  }
49
 
50
  .mp-mb-18 {
51
+ margin-bottom: 18px !important;
52
  }
53
 
54
  .mp-mg-0 {
55
+ margin: 0px !important;
56
  }
57
 
58
  .mp-fw-400 {
59
+ font-weight: 400 !important;
60
  }
61
 
62
  .mp-text-center {
63
+ text-align: center !important;
64
  }
65
 
66
  .mp-row {
67
+ width: 100%;
68
+ display: inline-block;
69
  }
70
 
71
  .mp-row-flex {
72
+ width: 100%;
73
+ display: flex;
74
+ margin: 0px;
75
  }
76
 
77
  .mp-col-md-12 {
78
+ width: 100%;
79
+ display: inline-block;
80
+ text-align: justify !important;
81
  }
82
 
83
  .mp-col-md-5 {
84
+ width: 50%;
85
+ float: left;
86
  }
87
 
88
  .mp-col-md-3 {
89
+ width: 25%;
90
+ float: left;
91
  }
92
 
93
  .mp-col-md-2 {
94
+ width: 20%;
95
+ float: left;
96
  }
97
 
98
+ .mp-row-flex ul,
99
+ .mp-row-flex ol,
100
+ .mp-row-flex li {
101
+ list-style: none;
102
  }
103
 
104
  .mp-row-flex li {
105
+ border-left: 1px solid #e5e5e5;
106
  }
107
 
108
  .mp-row-flex li:first-child {
109
+ border-left: none;
110
  }
111
 
112
  .mp-division-line-steps {
113
+ border-top: 1px solid #e5e5e5;
114
+ margin-top: 17px;
115
  }
116
 
117
  .mp-mouse_pointer {
118
+ cursor: pointer !important;
119
  }
120
 
121
  .mp-gray-text {
122
+ color: #8c8c8c;
123
  }
124
 
125
  #mp_field_text {
126
+ font-family: sans-serif !important;
127
+ font-size: 14px !important;
128
+ font-weight: 600 !important;
129
+ font-style: normal;
130
+ font-stretch: normal;
131
+ line-height: 1.54;
132
+ letter-spacing: normal;
133
+ color: #555555 !important;
134
  }
135
 
136
  #mp_input_payments {
137
+ border: 1px solid #ccc;
138
+ padding: 15px;
139
+ width: 390px;
140
+ font-weight: bold;
141
+ margin-top: -8px !important;
142
+ margin-bottom: 37px !important;
143
  }
144
 
145
  #mp_input_payments_mt {
146
+ border: 1px solid #ccc;
147
+ padding: 15px;
148
+ width: 390px;
149
+ margin-top: -39px !important;
150
  }
151
 
152
  .mp_text {
153
+ font-family: sans-serif;
154
+ font-size: 14px !important;
155
+ font-weight: normal;
156
+ font-style: normal;
157
+ font-stretch: normal;
158
+ line-height: 1.25;
159
+ letter-spacing: normal;
160
+ color: rgba(0, 0, 0, 0.8);
161
  }
162
 
163
  .mp_subtitle {
164
+ font-size: 18px !important;
165
  }
166
 
167
  .mp_subtitle_bd {
168
+ border-top: 1px solid #bbb;
169
+ padding-top: 20px;
170
+ font-size: 20px !important;
171
+ margin-top: 0 !important;
172
+ margin-bottom: 20px !important;
173
  }
174
 
175
  .mp_subtitle_bd_mb {
176
+ border-top: 1px solid #bbb;
177
+ padding-top: 20px;
178
+ font-size: 20px !important;
179
+ margin-bottom: 0px !important;
180
  }
181
 
182
  .mp_small_text {
183
+ font-family: sans-serif;
184
+ font-size: 15px !important;
185
+ font-weight: normal;
186
+ font-style: normal !important;
187
+ font-stretch: normal;
188
+ line-height: 16px !important;
189
+ letter-spacing: normal;
190
+ color: #555555;
191
  }
192
 
193
  .mp-text-support .mp-text-observation {
194
+ font-family: sans-serif;
195
+ font-size: 12px !important;
196
+ font-weight: normal;
197
+ font-style: normal !important;
198
+ font-stretch: normal;
199
+ line-height: 16px !important;
200
+ letter-spacing: normal;
201
+ color: #555555;
202
  }
203
 
204
  .mp_homolog_text {
205
+ font-family: sans-serif;
206
+ font-size: 14px !important;
207
+ font-weight: normal;
208
+ font-style: normal !important;
209
+ font-stretch: normal;
210
+ line-height: 16px !important;
211
+ letter-spacing: normal;
212
+ color: #555555;
213
+ margin-top: 0 !important;
214
+ margin-bottom: 30px !important;
215
  }
216
 
217
  .mp_title_bd {
218
+ font-family: sans-serif;
219
+ font-size: 30px !important;
220
+ font-weight: 400;
221
+ font-style: normal;
222
+ font-stretch: normal;
223
+ line-height: 1.07;
224
+ letter-spacing: normal;
225
+ color: #303030;
226
+ border-top: 1px solid #bbb;
227
+ padding-top: 20px;
228
+ margin-bottom: 5px !important;
229
+ margin-top: 10px !important;
230
  }
231
 
232
  .mp_title_checkout {
233
+ font-family: sans-serif;
234
+ font-size: 30px !important;
235
+ font-weight: 400;
236
+ font-style: normal;
237
+ font-stretch: normal;
238
+ line-height: 1.07;
239
+ letter-spacing: normal;
240
+ color: #303030;
241
+ margin-bottom: 5px !important;
242
+ margin-top: 0px !important;
243
  }
244
 
245
  .mp_tienda_link {
246
+ display: inline-block;
247
  }
248
 
249
  .mp_tienda_link a {
250
+ display: inline-block;
251
+ margin-bottom: 0;
252
+ font-weight: 400;
253
+ text-align: center;
254
+ vertical-align: middle;
255
+ cursor: pointer;
256
+ white-space: nowrap;
257
+ line-height: 1.42857;
258
+ border-radius: 2px !important;
259
+ border: solid 1px #c2c2c2 !important;
260
+ padding: 12px 50px !important;
261
+ font-size: 13px !important;
262
+ background-color: #fafafa !important;
263
+ text-decoration: none;
264
+ color: #555;
265
+ font-family: sans-serif;
266
  }
267
 
268
  .mp_tienda_link:hover a {
269
+ color: #fff !important;
270
+ background-color: #00aff0 !important;
271
+ border-color: #008abd !important;
272
+ -webkit-box-shadow: none !important;
273
+ box-shadow: none;
274
  }
275
 
276
  .mp_general_links {
277
+ display: inline-block;
278
+ margin-bottom: 0;
279
+ font-weight: 400;
280
+ text-align: center;
281
+ vertical-align: middle;
282
+ cursor: pointer;
283
+ white-space: nowrap;
284
+ line-height: 1.42857;
285
+ border-radius: 2px !important;
286
+ border: solid 1px #c2c2c2 !important;
287
+ padding: 12px 50px !important;
288
+ font-size: 13px !important;
289
+ background-color: #fafafa !important;
290
+ text-decoration: none;
291
+ color: #555;
292
+ font-family: sans-serif;
293
  }
294
 
295
  .mp_general_links:hover {
296
+ color: #fff !important;
297
+ background-color: #00aff0 !important;
298
+ border-color: #008abd !important;
299
+ -webkit-box-shadow: none !important;
300
+ box-shadow: none;
301
  }
302
 
303
  .mp-btn-collapsible {
304
+ float: right;
305
+ font-size: 25px;
306
+ padding-right: 5px;
307
  }
308
 
309
  .mp-title-checkout-body {
310
+ font-family: sans-serif !important;
311
+ margin: 0px 0 13px !important;
312
+ font-size: 20px !important;
313
+ font-weight: 200 !important;
314
+ line-height: 1.25;
315
+ font-style: normal;
316
+ font-stretch: normal;
317
+ letter-spacing: normal;
318
+ color: rgba(0, 0, 0, 0.8);
319
  }
320
 
321
  .mp-text-checkout-body {
322
+ font-size: 18px !important;
323
+ font-weight: 400 !important;
324
+ margin-top: 10px !important;
325
+ line-height: 20px;
326
+ font-style: normal;
327
+ font-stretch: normal;
328
+ letter-spacing: normal;
329
+ color: rgba(0, 0, 0, 0.8);
330
  }
331
 
332
  .mp-text-steps {
333
+ font-size: 14px !important;
334
+ font-weight: 400 !important;
335
+ font-style: normal;
336
+ font-stretch: normal;
337
+ line-height: 1.5;
338
+ margin-top: 13px;
339
+ letter-spacing: normal;
340
+ color: rgba(0, 0, 0, 0.8);
341
  }
342
 
343
  .mp-number-checkout-body {
344
  border-radius: 100%;
345
+ border: solid 2px #039fe3;
346
+ display: block;
347
+ width: 32px;
348
+ height: 30px;
349
+ padding-top: 2px;
350
+ margin: 0px 18px !important;
351
+ font-size: 18px;
352
+ font-weight: bold;
353
+ color: #039fe3;
354
+ text-align: center;
355
  }
356
 
357
  .mp-header-logo {
358
+ align-items: center;
359
  }
360
 
361
  .mp-left-header {
362
+ min-width: 120px;
363
  }
364
 
365
  .mp-left-header img {
366
+ max-width: 150px;
367
  }
368
 
369
  .mp-right-header {
370
+ padding-top: 20px;
371
  }
372
 
373
  .mp-save-button {
374
+ margin-bottom: 15px !important;
375
  }
376
 
377
  .mp-hidden-field {
378
+ display: none;
379
  }
380
 
381
  .mp_title_header {
382
+ font-family: sans-serif;
383
+ font-size: 22px !important;
384
+ font-weight: 100;
385
+ line-height: 1.5;
386
+ margin-bottom: 5px !important;
387
+ font-style: normal;
388
+ font-stretch: normal;
389
+ letter-spacing: normal;
390
  }
391
 
392
  .mp_subtitle_header {
393
+ font-family: sans-serif;
394
+ font-size: 28px !important;
395
+ font-weight: 600 !important;
396
+ line-height: 35px;
397
+ font-style: normal;
398
+ font-stretch: normal;
399
+ letter-spacing: normal;
400
  }
401
 
402
  .mp_subtitle_mt {
403
+ margin-top: 0px !important;
404
  }
405
 
406
  .mp_credential_input_loading {
assets/css/config_mercadopago.min.css CHANGED
@@ -1 +1 @@
1
- .mp-px-20{padding-left:20px!important;padding-right:20px!important}.mp-pt-10{padding-top:10px!important}.mp-pb-10{padding-bottom:10px!important}.mp-pb-20{padding-bottom:20px!important}.mp-mt--10{margin-top:-10px!important}.mp-mt--15{margin-top:-15px!important}.mp-mt--12{margin-top:-12px!important}.mp-mt--5{margin-top:-5px!important}.mp-mt-5{margin-top:5px!important}.mp-mt-0{margin-top:0!important}.mp-mb-0{margin-bottom:0!important}.mp-mb-20{margin-bottom:20px!important}.mp-mb-18{margin-bottom:18px!important}.mp-mg-0{margin:0!important}.mp-fw-400{font-weight:400!important}.mp-text-center{text-align:center!important}.mp-row{width:100%;display:inline-block}.mp-row-flex{width:100%;display:flex;margin:0}.mp-col-md-12{width:100%;display:inline-block;text-align:justify!important}.mp-col-md-5{width:50%;float:left}.mp-col-md-3{width:25%;float:left}.mp-col-md-2{width:20%;float:left}.mp-row-flex li,.mp-row-flex ol,.mp-row-flex ul{list-style:none}.mp-row-flex li{border-left:1px solid #e5e5e5}.mp-row-flex li:first-child{border-left:none}.mp-division-line-steps{border-top:1px solid #e5e5e5;margin-top:17px}.mp-mouse_pointer{cursor:pointer!important}.mp-gray-text{color:#8c8c8c}#mp_field_text{font-family:sans-serif!important;font-size:14px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}#mp_input_payments{border:1px solid #ccc;padding:15px;width:365px;font-weight:700;margin-top:-8px!important;margin-bottom:37px!important}#mp_input_payments_mt{border:1px solid #ccc;padding:15px;width:365px;margin-top:-39px!important}.mp_text{font-family:sans-serif;font-size:14px!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp_subtitle{font-size:18px!important}.mp_subtitle_bd{border-top:1px solid #bbb;padding-top:20px;font-size:20px!important;margin-top:0!important;margin-bottom:20px!important}.mp_subtitle_bd_mb{border-top:1px solid #bbb;padding-top:20px;font-size:20px!important;margin-bottom:0!important}.mp_small_text{font-family:sans-serif;font-size:15px!important;font-weight:400;font-style:normal!important;font-stretch:normal;line-height:16px!important;letter-spacing:normal;color:#555}.mp-text-support .mp-text-observation{font-family:sans-serif;font-size:12px!important;font-weight:400;font-style:normal!important;font-stretch:normal;line-height:16px!important;letter-spacing:normal;color:#555}.mp_homolog_text{font-family:sans-serif;font-size:14px!important;font-weight:400;font-style:normal!important;font-stretch:normal;line-height:16px!important;letter-spacing:normal;color:#555;margin-top:0!important;margin-bottom:30px!important}.mp_title_bd{font-family:sans-serif;font-size:30px!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.07;letter-spacing:normal;color:#303030;border-top:1px solid #bbb;padding-top:20px;margin-bottom:5px!important;margin-top:10px!important}.mp_title_checkout{font-family:sans-serif;font-size:30px!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.07;letter-spacing:normal;color:#303030;margin-bottom:5px!important;margin-top:0!important}.mp_tienda_link{display:inline-block}.mp_tienda_link a{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;line-height:1.42857;border-radius:2px!important;border:solid 1px #c2c2c2!important;padding:12px 50px!important;font-size:13px!important;background-color:#fafafa!important;text-decoration:none;color:#555;font-family:sans-serif}.mp_tienda_link:hover a{color:#fff!important;background-color:#00aff0!important;border-color:#008abd!important;-webkit-box-shadow:none!important;box-shadow:none}.mp_general_links{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;line-height:1.42857;border-radius:2px!important;border:solid 1px #c2c2c2!important;padding:12px 50px!important;font-size:13px!important;background-color:#fafafa!important;text-decoration:none;color:#555;font-family:sans-serif}.mp_general_links:hover{color:#fff!important;background-color:#00aff0!important;border-color:#008abd!important;-webkit-box-shadow:none!important;box-shadow:none}.mp-btn-collapsible{float:right;font-size:25px;padding-right:5px}.mp-title-checkout-body{font-family:sans-serif!important;margin:0 0 13px!important;font-size:20px!important;font-weight:200!important;line-height:1.25;font-style:normal;font-stretch:normal;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-text-checkout-body{font-size:18px!important;font-weight:400!important;margin-top:10px!important;line-height:20px;font-style:normal;font-stretch:normal;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-text-steps{font-size:14px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.5;margin-top:13px;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-number-checkout-body{border-radius:100%;border:solid 2px #039fe3;display:block;width:32px;height:30px;padding-top:2px;margin:0 18px!important;font-size:18px;font-weight:700;color:#039fe3;text-align:center}.mp-header-logo{align-items:center}.mp-left-header{min-width:120px}.mp-left-header img{max-width:150px}.mp-right-header{padding-top:20px}.mp-save-button{margin-bottom:15px!important}.mp-hidden-field{display:none}.mp_title_header{font-family:sans-serif;font-size:22px!important;font-weight:100;line-height:1.5;margin-bottom:5px!important;font-style:normal;font-stretch:normal;letter-spacing:normal}.mp_subtitle_header{font-family:sans-serif;font-size:28px!important;font-weight:600!important;line-height:35px;font-style:normal;font-stretch:normal;letter-spacing:normal}.mp_subtitle_mt{margin-top:0!important}.mp_credential_input_loading{background:url("data:image/gif;base64,R0lGODlhJAAkAMQAAP////f39+/v7+bm5t7e3tbW1szMzMXFxb29vbW1ta2traWlpZmZmZmZmYyMjISEhHt7e3Nzc2ZmZmZmZlpaWlJSUkpKSkJCQjMzMykpKRkZGf///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmS5DRg2mGzrio6mOW89FhJTxnMZBAAbKZJKkHi00e8nHDFSFsEIOQIsA02R4JLSwWTJzTWY3SRSKtFCthBZl+WRpDtSKJTwGuGxwN4uFwUtb2RuAgJ+IhAWFhQIcT4DklIjC4yMEASQAQKSkyUIEpcUkJ6SiSQBlo2lp4UsAwuacT+vkLe4cQIJvLwHuRuHwogQEsbHv7cCBczNBMXHxsmQy83MBLu9CdPKw4jA4OEuAggrtAOoJgEID+2QBvADtiIGDu0PYVnw8AWUI+z3FpgrE6DAPgMDNyxo58AAsGX8SMRCgErAggX+fBw4gArAAALpWCRgwMChCEkjCEogQGAyTgGSDCgN4GVu3cqEQlSRbFmAlyARKhEcmPfCAMk+N3xWObByVhMEJH+K6JlA6omVVm3sajlVKQkCBkJCoppVnAibYl2EAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmQpWpapruzIYBjTziMBLeUbl05V0KQHCkHSyUYLjUYCRKIkARfsuBFglI6mKEBB4UTGkUOZEWhFCBRllIAlRAOl5nveQLzst2isqdAGDHo1FBQEKwUZGT8kAQEAJA4SEhEHdSaNjSQJkpIOA5YAmJglBxCcEZaijiubk6mZMwIJn3WPlre4uWgIvAgGulEkAA4Pxca/twEDy8wDxMbFyKnNzBu9vNLJqra63d4rBmaW4i0GCwx0WgQFBeQlBecM6Jbr7IYlBvLyCe5aA+zs3CWQt2BRrnq0RAjwZSKBIBUGsilM2OKAQ4MlBkTE6M9hgmDWiIyIGM4Sgos1eC3d26AxYp0CDkWKIKCSRIGIFGkYcEiRJoKVVSICBXKAo8+h/74d/bbiQKUzIQAAIfkEBQcAGwAsAAAAACQAJAAABf/gJo5kKUqSqa7suFjW0s7j4CTlG5dMSpM9yYGkk40SGEzkd0RBiDCjyJJkMEcRFE5UHDGSl+vogJIIRAgYYnRJbsUbh3aEWIu+GN9sYa9FIgMsF2EkAnIFRA+KBnA5GRoaFSQIiopSYgUVkJAOJQYOlQ+Nj5AYCiuUD51wpA5nLX2YDoGNtba3Brm5iLcbAb+/GwsMxMW8tcDJw8XEx43JwBu6u70AvdfYVwHOcNYtBQnhjQPkLAMI4eJw5OwBJeDpQ7UC7LRj6fbI7K8jBtwBBw64W0GAgIkA/FoYqGNQhAB+AgoUyCemTh8BufhJ5PYDwAGGNXLZi1ig4RUCdQ4leNswQCQJAhIT0ihQp0RLAxQlUpwRwIBJETcp0ssWNNsKiXBCAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmS5CRAkmGzriokkJW9NLkgZz+UCEbbb42Eg7WgjhMXyCCaHDqMMuQlIlgvnyDHMwaajxZIS0IoMw6boIDuMlhavebPojg5ukdgCsQkQRSUOUS0EFBRAJAwROgwMCwVzOhcYGBIkBo6OCSuSEpWVDCUFC5pZc5SVFlQlmY+SqaI1Bp1zspK4ubkBBb29A7p0g8MDCAnHyMC4CxrNzhjGyMfKkszOzRi8vgXUuArDg93B4+QmBGVzAOguAAQICHlmAfPrJgfv8JL09CXu+Ab1nKjbV8/Au3i5Bs4jwYsAgFaBWgwQJyLAwxoFDBigOGJiLTMCNEbc0GsEgIkDAi0GybhxhIBeH1HOGaAxkkuYJGSaIaDx48sCHwN4nMOtxM+PVZDmOlquUCItIQAAIfkEBQcAGwAsAAAAACQAJAAABf/gJo5kKTqOqa7siDwP0s6jkBjlG5eJM9AkBINRCMJko4NEwgCODMOFcTeCLBPO0WKIE+mQm8Qykh0Vhk2RAdYVLCWH8ijBfXbDyxTNUCQJFgsCKwMRET8jAQsPBCQHCQkIh3IuFBYWECQFj49xkwQQlpZSJAMIm1hylZYSYCWaj5OVFAsBLQF9cgSjk7y9vgTAwL4idGhNBwjJyr4JGM7PFsjKyczP0BvBwsPFaMPe3zOSZQU+4QbnkxkaGg6CJgIF5+hy6usYuyID8ny8BRXr6/SIiHfOXS8F9SqUICBOhDYVAAIEAODHgQRcLAYUKGBQIiKJtfptRDRgQMgNIHknEdhocENJEiBPOoFXgBGphjHLaMSYD2dKnS17qpgI7iU4iCUpZgkBACH5BAUHABsALAAAAAAkACQAAAX/4CaOZCkui6mu7GgwjNHO5FGUb1wiKU0aicTgB5O5Ho+eb1MIIoi6kQP5XIqCiZsoZ9wgkA7raIANiAow7Qb56IoPQXVB/U3SAgUCoBRsOcJ8DEMuCAgHYioHERISgCIEhYUGZogDDoyMCSYHkYeIi4wQniUABJyjVqCaMwSUYmQCiLKztCUDt7extTwoKEwGwMG6sggWxscSBcHCtMXHxhIbuLm1Xr2+1dnaLcOIgjMCcwSyFxgYDCwEc3nk5hgWqyPh64OyEu7nJAPi2QnlGNH0dRNxi0WBDBnUiGAQwYeAgiscaNBQYVYAXHtEBHA1YKIGJVZwkdi4UcrEDANpJogcQdKVAAwTHTm85WpDSxILJga0IqCmTZIlHFRQSOvmNhUlxYQAACH5BAUHABsALAAAAAAkACQAAAX/4CaOZLkFCBKYbOuKRZIUbz0GBlHGc2kkAhupkNrJaKMCg4EQjgipAyB5JC2WBqcIcEjpYFWRYbnQklJN0UA2GC0ZSPPG4B0N2uJlQkjA3w4HKywCCwtBZ2VDBgYFh3IjBg+SiWqLi3FyC5KSaSMCBZZZcpsPDqImA5aPDqWdLn5yro+ztLMCt7i1GwcyvQIEBcHCtQcSxscQwMLBxMfIG7i5xL0yjrrX2CZTswSUL3ewThQWFguCJQHgd4/j5BKyG+rWWgQQ5OTeAuDnswgS5BBKCOC3AUCAANtYXLiATtOXFwcPjijkBgMGCbQiTtSggdIFi3vkRDzngKODihgYJ5oZSaKkhpMjLFhksFJiS5MkEliMYMagCZcw3WDEBjQbiwEWw9UIAQAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmQpHoepruxIIAjRzmQxlG9cFilNEgaD4AeTjQaJhMF3DBaIuhEi+WSKgoabKGfcFJII60iAJcFGgWRCK/YG2btkbzYYloKtpMmAsIsGBQVdbSMFCwwMCSQCgYFwVgIJiIhLOI2DTIeIC1UmjIKEhwuVLX5iZISpqqsbACUBrHwwZwO1tgOwqQYPvL0Ot7a5hLu9vA4AAcnKsbNnrM/QLQGubUimKsrCVhESEoor2dpM3N0QcyLh04QDDt3d3+jK1KoH5A4kyCYFGRmdOBQUMEl6pKKCBg33ROgRscCCBQipFhzUoCUBBgzwKDgMcyrDwYQbGFxkMKKhBQriZi04OIjBj0gMJNFJcLhAjISDNUe8jCkCgcMHYgpUACliZ4kFEDClMhpNhcM2IQAAIfkEBQcAGwAsAAAAACQAJAAABf/gJo5kKRaFqa7sOBjG0M7kIJRvXBJGQNcoHExGQiBSP5EARagNR4CDsZkUEVA3UY64IRgPgOoIhdwIYNmNFCEGFtKCtBdh+KVJBKoqcDj4SAV1JAIDhX9tLgmKBziFNogiB4qKZSIBjoWIkwkIXCWXmW2TlSoAh20Fp5CrrFUBr7CtgTAwG7C3rAUMu7wLt7Grury7CyZhubS1rcvMLAMOpElsLQIOGhoZiA/b0yYLGNfYiA7bDw6CI9bhFdE/C+UP3RsV1xkKrQbkD8VjEg53Gy5ccBYhgqcNCPjNkIABA4MRRkYkkOAPUoKGGCBasDBNQASKjNpcaPhQxIKNCicuSojQhkFDCyROWlC4AQLFBGIiNMQ5QibNAxRLVpEg1CTKEgkcHITks9kKim1CAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmQpEoSpruwoFIXQzqRcvnE5FPQ9DIEazCYSGAyp3ug3EOZGhWNTKWI6iYMjjyoKMAHQrehoIHIFP1bWIGYBAkHddHUsAQiFeBeu55YOCAgGJHx8YH4BBoGBSSNvhX4bgIEHLXyRkwSHLZtUAY2RoaKhAw6mpgujGzswMAEYGrGyqaQJtrcIsLKxtJEDt7ilpw4KqqytfarKyyYMoUY0DBcYF5ELDAyDKgkWGN7VftfYC20bDN7eEs8J2NjaIhLfCaoF4vMkEc4kBBQUoCUPHphQZGYFBAsWeh2oJAJBwF5cECC0MOKABAkMNzgI+E5JAAkIeyW4eG+Dw4DhEClK0DNSQkmNARFweYBQ5oiWLw085EIAAsQNOEsg+CkqKDMTAiBAKDgjBAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmS5AcMAmGzrjukrk0AQmHEpDHNp36UcqVDg9UQ/IMw4IhAFx1GSJNwIiIQo6SdNKZ0F7ZaLVF6Ls4LEAR3VAqsWIRukjyoaTWYh1hn+YSMOeXkVgWIFf39MIgoYhBl9igYFbTqDepKLMgMOh1qMfaKjogympgmkInOsGxYYsLGpowi1tgevsbCzora3G6eoqhusc8PHyC0LdloFSiwBCxQWFH0J158kCBIW3dVi19cIoQvd3RDMUQfhCZ8Q3giqAwjXByQEDwvPAxERoSMCFiywJCJRDwcSJPD6M8KAsD4HEkpoY+DBAwMjFpjK1gNCQl4ILMYT4ZABHy0JEilC0CaShEYGGKMwSGhvRMgHIwuaytmjEy8RN3luMJCAIK2WyUw4YKMlBAAh+QQJBwAbACwAAAAAJAAkAAAF/+AmjmQpBoGpruyIom08FpVTvmkpyKWkaQsSTjgY7Hgixw9z3AxHRSNSJMj8bKcXKTodLX6agSu3AUTJ3cp1BABspbIIo1TIZAqsokkgJkkwGBcJXSoEBQV9IgyAgBKEUIeHTSIJFowXj4aHBCwMF4GZkjJzjxuTpaipXQusrAiqfFFiEha1tq+lAga7vAW0trW4j7q8u3itrrCyiarNzioCCcxIAZwxCRESEY8HCAgEbiYHEBLl24Td3gcmCeXlDtM8AQbe3tZJ5uuq6QZbDIMlHjxokQAgG0NoViwQKOzQjIL6CBkQOFBEAQYM8DgpKO2RA4YjDGDsZ5EjIQQCsSWIEMmApAgEBTUiWfjA5QaWNgcUtMljgbCVI+lEVIXzmcIgXUIAADs=") 98% 50% no-repeat transparent;background-size:4%;padding-right:30px!important}.mp_credential_input_success{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFVSURBVHgBjVOxTsMwEH02ahmyhIWVZGJCZGQkMDEgsiEGBHwAUn8AFcSOQHxAQQix+gegZWMjA3vC2oUsGRqEwtkJaWOqxG+w7i5+787OM4OOh2ATHAEY9ihzVC1HSGuIDBc4EfHsdlZFg8DGIvoU9dCMa0yUUDIVkOQuhpR5MEGupvGlCFcF2dmUXLT1ymkpHAQOJZEJz+5YSL7TaeEHPkcH5ybkI3cL7ztXSqQCXTanZd2EfLdxitfxR30C+lPyDmpn763uwrGW/5Hvoxccv93q2g6vZUTsr+1juH2p4hZyOcRjENO68lfwllwlkGSpEmkiE0I5gahVviL4z2ewu1YbWbYPmbLuAplIPxx1j9MxGsHgchyKETnrRv/WSpacAxEXl5gpL4QwRWFlyUEhIB/GhLw9Z5K5nct3UJxCxxNZOyf1nPzBKpN9Ui6onaCxR7PbfwFdNXTPdzVgSAAAAABJRU5ErkJggg==") 98% 50% no-repeat transparent;padding-right:30px!important}.mp_credential_input_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;padding-right:30px!important}
1
+ .mp-px-20{padding-left:20px!important;padding-right:20px!important}.mp-pt-10{padding-top:10px!important}.mp-pb-10{padding-bottom:10px!important}.mp-pb-20{padding-bottom:20px!important}.mp-mt--10{margin-top:-10px!important}.mp-mt--15{margin-top:-15px!important}.mp-mt--12{margin-top:-12px!important}.mp-mt--5{margin-top:-5px!important}.mp-mt-5{margin-top:5px!important}.mp-mt-0{margin-top:0!important}.mp-mb-0{margin-bottom:0!important}.mp-mb-20{margin-bottom:20px!important}.mp-mb-18{margin-bottom:18px!important}.mp-mg-0{margin:0!important}.mp-fw-400{font-weight:400!important}.mp-text-center{text-align:center!important}.mp-row{width:100%;display:inline-block}.mp-row-flex{width:100%;display:flex;margin:0}.mp-col-md-12{width:100%;display:inline-block;text-align:justify!important}.mp-col-md-5{width:50%;float:left}.mp-col-md-3{width:25%;float:left}.mp-col-md-2{width:20%;float:left}.mp-row-flex li,.mp-row-flex ol,.mp-row-flex ul{list-style:none}.mp-row-flex li{border-left:1px solid #e5e5e5}.mp-row-flex li:first-child{border-left:none}.mp-division-line-steps{border-top:1px solid #e5e5e5;margin-top:17px}.mp-mouse_pointer{cursor:pointer!important}.mp-gray-text{color:#8c8c8c}#mp_field_text{font-family:sans-serif!important;font-size:14px!important;font-weight:600!important;font-style:normal;font-stretch:normal;line-height:1.54;letter-spacing:normal;color:#555!important}#mp_input_payments{border:1px solid #ccc;padding:15px;width:390px;font-weight:700;margin-top:-8px!important;margin-bottom:37px!important}#mp_input_payments_mt{border:1px solid #ccc;padding:15px;width:390px;margin-top:-39px!important}.mp_text{font-family:sans-serif;font-size:14px!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp_subtitle{font-size:18px!important}.mp_subtitle_bd{border-top:1px solid #bbb;padding-top:20px;font-size:20px!important;margin-top:0!important;margin-bottom:20px!important}.mp_subtitle_bd_mb{border-top:1px solid #bbb;padding-top:20px;font-size:20px!important;margin-bottom:0!important}.mp_small_text{font-family:sans-serif;font-size:15px!important;font-weight:400;font-style:normal!important;font-stretch:normal;line-height:16px!important;letter-spacing:normal;color:#555}.mp-text-support .mp-text-observation{font-family:sans-serif;font-size:12px!important;font-weight:400;font-style:normal!important;font-stretch:normal;line-height:16px!important;letter-spacing:normal;color:#555}.mp_homolog_text{font-family:sans-serif;font-size:14px!important;font-weight:400;font-style:normal!important;font-stretch:normal;line-height:16px!important;letter-spacing:normal;color:#555;margin-top:0!important;margin-bottom:30px!important}.mp_title_bd{font-family:sans-serif;font-size:30px!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.07;letter-spacing:normal;color:#303030;border-top:1px solid #bbb;padding-top:20px;margin-bottom:5px!important;margin-top:10px!important}.mp_title_checkout{font-family:sans-serif;font-size:30px!important;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.07;letter-spacing:normal;color:#303030;margin-bottom:5px!important;margin-top:0!important}.mp_tienda_link{display:inline-block}.mp_tienda_link a{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;line-height:1.42857;border-radius:2px!important;border:solid 1px #c2c2c2!important;padding:12px 50px!important;font-size:13px!important;background-color:#fafafa!important;text-decoration:none;color:#555;font-family:sans-serif}.mp_tienda_link:hover a{color:#fff!important;background-color:#00aff0!important;border-color:#008abd!important;-webkit-box-shadow:none!important;box-shadow:none}.mp_general_links{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;white-space:nowrap;line-height:1.42857;border-radius:2px!important;border:solid 1px #c2c2c2!important;padding:12px 50px!important;font-size:13px!important;background-color:#fafafa!important;text-decoration:none;color:#555;font-family:sans-serif}.mp_general_links:hover{color:#fff!important;background-color:#00aff0!important;border-color:#008abd!important;-webkit-box-shadow:none!important;box-shadow:none}.mp-btn-collapsible{float:right;font-size:25px;padding-right:5px}.mp-title-checkout-body{font-family:sans-serif!important;margin:0 0 13px!important;font-size:20px!important;font-weight:200!important;line-height:1.25;font-style:normal;font-stretch:normal;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-text-checkout-body{font-size:18px!important;font-weight:400!important;margin-top:10px!important;line-height:20px;font-style:normal;font-stretch:normal;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-text-steps{font-size:14px!important;font-weight:400!important;font-style:normal;font-stretch:normal;line-height:1.5;margin-top:13px;letter-spacing:normal;color:rgba(0,0,0,.8)}.mp-number-checkout-body{border-radius:100%;border:solid 2px #039fe3;display:block;width:32px;height:30px;padding-top:2px;margin:0 18px!important;font-size:18px;font-weight:700;color:#039fe3;text-align:center}.mp-header-logo{align-items:center}.mp-left-header{min-width:120px}.mp-left-header img{max-width:150px}.mp-right-header{padding-top:20px}.mp-save-button{margin-bottom:15px!important}.mp-hidden-field{display:none}.mp_title_header{font-family:sans-serif;font-size:22px!important;font-weight:100;line-height:1.5;margin-bottom:5px!important;font-style:normal;font-stretch:normal;letter-spacing:normal}.mp_subtitle_header{font-family:sans-serif;font-size:28px!important;font-weight:600!important;line-height:35px;font-style:normal;font-stretch:normal;letter-spacing:normal}.mp_subtitle_mt{margin-top:0!important}.mp_credential_input_loading{background:url("data:image/gif;base64,R0lGODlhJAAkAMQAAP////f39+/v7+bm5t7e3tbW1szMzMXFxb29vbW1ta2traWlpZmZmZmZmYyMjISEhHt7e3Nzc2ZmZmZmZlpaWlJSUkpKSkJCQjMzMykpKRkZGf///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmS5DRg2mGzrio6mOW89FhJTxnMZBAAbKZJKkHi00e8nHDFSFsEIOQIsA02R4JLSwWTJzTWY3SRSKtFCthBZl+WRpDtSKJTwGuGxwN4uFwUtb2RuAgJ+IhAWFhQIcT4DklIjC4yMEASQAQKSkyUIEpcUkJ6SiSQBlo2lp4UsAwuacT+vkLe4cQIJvLwHuRuHwogQEsbHv7cCBczNBMXHxsmQy83MBLu9CdPKw4jA4OEuAggrtAOoJgEID+2QBvADtiIGDu0PYVnw8AWUI+z3FpgrE6DAPgMDNyxo58AAsGX8SMRCgErAggX+fBw4gArAAALpWCRgwMChCEkjCEogQGAyTgGSDCgN4GVu3cqEQlSRbFmAlyARKhEcmPfCAMk+N3xWObByVhMEJH+K6JlA6omVVm3sajlVKQkCBkJCoppVnAibYl2EAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmQpWpapruzIYBjTziMBLeUbl05V0KQHCkHSyUYLjUYCRKIkARfsuBFglI6mKEBB4UTGkUOZEWhFCBRllIAlRAOl5nveQLzst2isqdAGDHo1FBQEKwUZGT8kAQEAJA4SEhEHdSaNjSQJkpIOA5YAmJglBxCcEZaijiubk6mZMwIJn3WPlre4uWgIvAgGulEkAA4Pxca/twEDy8wDxMbFyKnNzBu9vNLJqra63d4rBmaW4i0GCwx0WgQFBeQlBecM6Jbr7IYlBvLyCe5aA+zs3CWQt2BRrnq0RAjwZSKBIBUGsilM2OKAQ4MlBkTE6M9hgmDWiIyIGM4Sgos1eC3d26AxYp0CDkWKIKCSRIGIFGkYcEiRJoKVVSICBXKAo8+h/74d/bbiQKUzIQAAIfkEBQcAGwAsAAAAACQAJAAABf/gJo5kKUqSqa7suFjW0s7j4CTlG5dMSpM9yYGkk40SGEzkd0RBiDCjyJJkMEcRFE5UHDGSl+vogJIIRAgYYnRJbsUbh3aEWIu+GN9sYa9FIgMsF2EkAnIFRA+KBnA5GRoaFSQIiopSYgUVkJAOJQYOlQ+Nj5AYCiuUD51wpA5nLX2YDoGNtba3Brm5iLcbAb+/GwsMxMW8tcDJw8XEx43JwBu6u70AvdfYVwHOcNYtBQnhjQPkLAMI4eJw5OwBJeDpQ7UC7LRj6fbI7K8jBtwBBw64W0GAgIkA/FoYqGNQhAB+AgoUyCemTh8BufhJ5PYDwAGGNXLZi1ig4RUCdQ4leNswQCQJAhIT0ihQp0RLAxQlUpwRwIBJETcp0ssWNNsKiXBCAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmS5CRAkmGzriokkJW9NLkgZz+UCEbbb42Eg7WgjhMXyCCaHDqMMuQlIlgvnyDHMwaajxZIS0IoMw6boIDuMlhavebPojg5ukdgCsQkQRSUOUS0EFBRAJAwROgwMCwVzOhcYGBIkBo6OCSuSEpWVDCUFC5pZc5SVFlQlmY+SqaI1Bp1zspK4ubkBBb29A7p0g8MDCAnHyMC4CxrNzhjGyMfKkszOzRi8vgXUuArDg93B4+QmBGVzAOguAAQICHlmAfPrJgfv8JL09CXu+Ab1nKjbV8/Au3i5Bs4jwYsAgFaBWgwQJyLAwxoFDBigOGJiLTMCNEbc0GsEgIkDAi0GybhxhIBeH1HOGaAxkkuYJGSaIaDx48sCHwN4nMOtxM+PVZDmOlquUCItIQAAIfkEBQcAGwAsAAAAACQAJAAABf/gJo5kKTqOqa7siDwP0s6jkBjlG5eJM9AkBINRCMJko4NEwgCODMOFcTeCLBPO0WKIE+mQm8Qykh0Vhk2RAdYVLCWH8ijBfXbDyxTNUCQJFgsCKwMRET8jAQsPBCQHCQkIh3IuFBYWECQFj49xkwQQlpZSJAMIm1hylZYSYCWaj5OVFAsBLQF9cgSjk7y9vgTAwL4idGhNBwjJyr4JGM7PFsjKyczP0BvBwsPFaMPe3zOSZQU+4QbnkxkaGg6CJgIF5+hy6usYuyID8ny8BRXr6/SIiHfOXS8F9SqUICBOhDYVAAIEAODHgQRcLAYUKGBQIiKJtfptRDRgQMgNIHknEdhocENJEiBPOoFXgBGphjHLaMSYD2dKnS17qpgI7iU4iCUpZgkBACH5BAUHABsALAAAAAAkACQAAAX/4CaOZCkui6mu7GgwjNHO5FGUb1wiKU0aicTgB5O5Ho+eb1MIIoi6kQP5XIqCiZsoZ9wgkA7raIANiAow7Qb56IoPQXVB/U3SAgUCoBRsOcJ8DEMuCAgHYioHERISgCIEhYUGZogDDoyMCSYHkYeIi4wQniUABJyjVqCaMwSUYmQCiLKztCUDt7extTwoKEwGwMG6sggWxscSBcHCtMXHxhIbuLm1Xr2+1dnaLcOIgjMCcwSyFxgYDCwEc3nk5hgWqyPh64OyEu7nJAPi2QnlGNH0dRNxi0WBDBnUiGAQwYeAgiscaNBQYVYAXHtEBHA1YKIGJVZwkdi4UcrEDANpJogcQdKVAAwTHTm85WpDSxILJga0IqCmTZIlHFRQSOvmNhUlxYQAACH5BAUHABsALAAAAAAkACQAAAX/4CaOZLkFCBKYbOuKRZIUbz0GBlHGc2kkAhupkNrJaKMCg4EQjgipAyB5JC2WBqcIcEjpYFWRYbnQklJN0UA2GC0ZSPPG4B0N2uJlQkjA3w4HKywCCwtBZ2VDBgYFh3IjBg+SiWqLi3FyC5KSaSMCBZZZcpsPDqImA5aPDqWdLn5yro+ztLMCt7i1GwcyvQIEBcHCtQcSxscQwMLBxMfIG7i5xL0yjrrX2CZTswSUL3ewThQWFguCJQHgd4/j5BKyG+rWWgQQ5OTeAuDnswgS5BBKCOC3AUCAANtYXLiATtOXFwcPjijkBgMGCbQiTtSggdIFi3vkRDzngKODihgYJ5oZSaKkhpMjLFhksFJiS5MkEliMYMagCZcw3WDEBjQbiwEWw9UIAQAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmQpHoepruxIIAjRzmQxlG9cFilNEgaD4AeTjQaJhMF3DBaIuhEi+WSKgoabKGfcFJII60iAJcFGgWRCK/YG2btkbzYYloKtpMmAsIsGBQVdbSMFCwwMCSQCgYFwVgIJiIhLOI2DTIeIC1UmjIKEhwuVLX5iZISpqqsbACUBrHwwZwO1tgOwqQYPvL0Ot7a5hLu9vA4AAcnKsbNnrM/QLQGubUimKsrCVhESEoor2dpM3N0QcyLh04QDDt3d3+jK1KoH5A4kyCYFGRmdOBQUMEl6pKKCBg33ROgRscCCBQipFhzUoCUBBgzwKDgMcyrDwYQbGFxkMKKhBQriZi04OIjBj0gMJNFJcLhAjISDNUe8jCkCgcMHYgpUACliZ4kFEDClMhpNhcM2IQAAIfkEBQcAGwAsAAAAACQAJAAABf/gJo5kKRaFqa7sOBjG0M7kIJRvXBJGQNcoHExGQiBSP5EARagNR4CDsZkUEVA3UY64IRgPgOoIhdwIYNmNFCEGFtKCtBdh+KVJBKoqcDj4SAV1JAIDhX9tLgmKBziFNogiB4qKZSIBjoWIkwkIXCWXmW2TlSoAh20Fp5CrrFUBr7CtgTAwG7C3rAUMu7wLt7Grury7CyZhubS1rcvMLAMOpElsLQIOGhoZiA/b0yYLGNfYiA7bDw6CI9bhFdE/C+UP3RsV1xkKrQbkD8VjEg53Gy5ccBYhgqcNCPjNkIABA4MRRkYkkOAPUoKGGCBasDBNQASKjNpcaPhQxIKNCicuSojQhkFDCyROWlC4AQLFBGIiNMQ5QibNAxRLVpEg1CTKEgkcHITks9kKim1CAAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmQpEoSpruwoFIXQzqRcvnE5FPQ9DIEazCYSGAyp3ug3EOZGhWNTKWI6iYMjjyoKMAHQrehoIHIFP1bWIGYBAkHddHUsAQiFeBeu55YOCAgGJHx8YH4BBoGBSSNvhX4bgIEHLXyRkwSHLZtUAY2RoaKhAw6mpgujGzswMAEYGrGyqaQJtrcIsLKxtJEDt7ilpw4KqqytfarKyyYMoUY0DBcYF5ELDAyDKgkWGN7VftfYC20bDN7eEs8J2NjaIhLfCaoF4vMkEc4kBBQUoCUPHphQZGYFBAsWeh2oJAJBwF5cECC0MOKABAkMNzgI+E5JAAkIeyW4eG+Dw4DhEClK0DNSQkmNARFweYBQ5oiWLw085EIAAsQNOEsg+CkqKDMTAiBAKDgjBAAh+QQFBwAbACwAAAAAJAAkAAAF/+AmjmS5AcMAmGzrjukrk0AQmHEpDHNp36UcqVDg9UQ/IMw4IhAFx1GSJNwIiIQo6SdNKZ0F7ZaLVF6Ls4LEAR3VAqsWIRukjyoaTWYh1hn+YSMOeXkVgWIFf39MIgoYhBl9igYFbTqDepKLMgMOh1qMfaKjogympgmkInOsGxYYsLGpowi1tgevsbCzora3G6eoqhusc8PHyC0LdloFSiwBCxQWFH0J158kCBIW3dVi19cIoQvd3RDMUQfhCZ8Q3giqAwjXByQEDwvPAxERoSMCFiywJCJRDwcSJPD6M8KAsD4HEkpoY+DBAwMjFpjK1gNCQl4ILMYT4ZABHy0JEilC0CaShEYGGKMwSGhvRMgHIwuaytmjEy8RN3luMJCAIK2WyUw4YKMlBAAh+QQJBwAbACwAAAAAJAAkAAAF/+AmjmQpBoGpruyIom08FpVTvmkpyKWkaQsSTjgY7Hgixw9z3AxHRSNSJMj8bKcXKTodLX6agSu3AUTJ3cp1BABspbIIo1TIZAqsokkgJkkwGBcJXSoEBQV9IgyAgBKEUIeHTSIJFowXj4aHBCwMF4GZkjJzjxuTpaipXQusrAiqfFFiEha1tq+lAga7vAW0trW4j7q8u3itrrCyiarNzioCCcxIAZwxCRESEY8HCAgEbiYHEBLl24Td3gcmCeXlDtM8AQbe3tZJ5uuq6QZbDIMlHjxokQAgG0NoViwQKOzQjIL6CBkQOFBEAQYM8DgpKO2RA4YjDGDsZ5EjIQQCsSWIEMmApAgEBTUiWfjA5QaWNgcUtMljgbCVI+lEVIXzmcIgXUIAADs=") 98% 50% no-repeat transparent;background-size:4%;padding-right:30px!important}.mp_credential_input_success{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFVSURBVHgBjVOxTsMwEH02ahmyhIWVZGJCZGQkMDEgsiEGBHwAUn8AFcSOQHxAQQix+gegZWMjA3vC2oUsGRqEwtkJaWOqxG+w7i5+787OM4OOh2ATHAEY9ihzVC1HSGuIDBc4EfHsdlZFg8DGIvoU9dCMa0yUUDIVkOQuhpR5MEGupvGlCFcF2dmUXLT1ymkpHAQOJZEJz+5YSL7TaeEHPkcH5ybkI3cL7ztXSqQCXTanZd2EfLdxitfxR30C+lPyDmpn763uwrGW/5Hvoxccv93q2g6vZUTsr+1juH2p4hZyOcRjENO68lfwllwlkGSpEmkiE0I5gahVviL4z2ewu1YbWbYPmbLuAplIPxx1j9MxGsHgchyKETnrRv/WSpacAxEXl5gpL4QwRWFlyUEhIB/GhLw9Z5K5nct3UJxCxxNZOyf1nPzBKpN9Ui6onaCxR7PbfwFdNXTPdzVgSAAAAABJRU5ErkJggg==") 98% 50% no-repeat transparent;padding-right:30px!important}.mp_credential_input_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;padding-right:30px!important}
assets/js/ticket.js CHANGED
@@ -5,7 +5,6 @@
5
 
6
  $(function () {
7
  var mercado_pago_submit_ticket = false;
8
- var mercado_pago_docnumber = 'CPF';
9
 
10
  var seller = {
11
  site_id: wc_mercadopago_ticket_params.site_id
@@ -26,62 +25,11 @@
26
 
27
  // Load woocommerce checkout form
28
  $('body').on('updated_checkout', function () {
29
- if (seller.site_id === 'MLB') {
30
- validateDocumentInputs();
31
- }
32
-
33
  if (coupon_of_discounts.activated === 'yes') {
34
  $('#applyCouponTicket').on('click', discountCampaignsHandler);
35
  }
36
  });
37
 
38
- /**
39
- * Validate input depending on document type
40
- */
41
- function validateDocumentInputs() {
42
- var mp_box_lastname = document.getElementById('mp_box_lastname');
43
- var mp_box_firstname = document.getElementById('mp_box_firstname');
44
- var mp_firstname_label = document.getElementById('mp_firstname_label');
45
- var mp_socialname_label = document.getElementById('mp_socialname_label');
46
- var mp_cpf_label = document.getElementById('mp_cpf_label');
47
- var mp_cnpj_label = document.getElementById('mp_cnpj_label');
48
- var mp_doc_number = document.getElementById('mp_doc_number');
49
- var mp_doc_type = document.querySelectorAll('input[type=radio][name="mercadopago_ticket[docType]"]');
50
-
51
- mp_cnpj_label.style.display = 'none';
52
- mp_socialname_label.style.display = 'none';
53
-
54
- var choose_document = function () {
55
- if (this.value === 'CPF') {
56
- mp_cpf_label.style.display = 'block';
57
- mp_box_lastname.style.display = 'grid';
58
- mp_firstname_label.style.display = 'block';
59
- mp_cnpj_label.style.display = 'none';
60
- mp_socialname_label.style.display = 'none';
61
- mp_box_firstname.classList.remove('mp-col-md-8');
62
- mp_box_firstname.classList.add('mp-col-md-4');
63
- mp_doc_number.setAttribute('maxlength', '14');
64
- mp_doc_number.setAttribute('onkeyup', 'mpMaskInput(this, mpCpf)');
65
- mercado_pago_docnumber = 'CPF';
66
- } else {
67
- mp_cpf_label.style.display = 'none';
68
- mp_box_lastname.style.display = 'none';
69
- mp_firstname_label.style.display = 'none';
70
- mp_cnpj_label.style.display = 'block';
71
- mp_socialname_label.style.display = 'block';
72
- mp_box_firstname.classList.remove('mp-col-md-4');
73
- mp_box_firstname.classList.add('mp-col-md-8');
74
- mp_doc_number.setAttribute('maxlength', '18');
75
- mp_doc_number.setAttribute('onkeyup', 'mpMaskInput(this, mpCnpj)');
76
- mercado_pago_docnumber = 'CNPJ';
77
- }
78
- };
79
-
80
- for (var i = 0; i < mp_doc_type.length; i++) {
81
- mp_doc_type[i].addEventListener('change', choose_document);
82
- }
83
- }
84
-
85
  /**
86
  * Handler form submit
87
  * @return {bool}
@@ -200,6 +148,8 @@
200
  * @return {bool}
201
  */
202
  function validateDocTypeMLB(docnumber) {
 
 
203
  if (mercado_pago_docnumber === 'CPF') {
204
  return validateCPF(docnumber);
205
  }
5
 
6
  $(function () {
7
  var mercado_pago_submit_ticket = false;
 
8
 
9
  var seller = {
10
  site_id: wc_mercadopago_ticket_params.site_id
25
 
26
  // Load woocommerce checkout form
27
  $('body').on('updated_checkout', function () {
 
 
 
 
28
  if (coupon_of_discounts.activated === 'yes') {
29
  $('#applyCouponTicket').on('click', discountCampaignsHandler);
30
  }
31
  });
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  /**
34
  * Handler form submit
35
  * @return {bool}
148
  * @return {bool}
149
  */
150
  function validateDocTypeMLB(docnumber) {
151
+ var mercado_pago_docnumber = document.getElementById('mp_cpf_cnpj_label').innerText.includes('CPF') ? 'CPF' : 'CNPJ';
152
+
153
  if (mercado_pago_docnumber === 'CPF') {
154
  return validateCPF(docnumber);
155
  }
assets/js/ticket.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){"use strict";e((function(){var t=!1,o="CPF",r=wc_mercadopago_ticket_params.site_id,c={discount_action_url:wc_mercadopago_ticket_params.discount_action_url,payer_email:wc_mercadopago_ticket_params.payer_email,activated:wc_mercadopago_ticket_params.coupon_mode,status:!1};function n(){return!document.getElementById("payment_method_woo-mercado-pago-ticket").checked||("MLB"===r?(function(){for(var e=document.querySelector("#mercadopago-form-ticket"),t=e.querySelectorAll("[data-checkout]"),o=e.querySelectorAll(".mp-erro_febraban"),r=0;r<t.length;r++){var c=t[r],n=e.querySelector(o[r].getAttribute("data-main"));"none"===c.parentNode.style.display||-1!==c.value&&""!==c.value?(o[r].style.display="none",n.classList.remove("mp-form-control-error")):(o[r].style.display="inline-block",n.classList.add("mp-form-control-error"))}for(var u=0;u<t.length;u++){var a=t[u];if("none"!==a.parentNode.style.display&&(-1===a.value||""===a.value))return a.focus(),!1}return!0}()&&u()?t=!0:a(),t):"MLU"===r?(u()?t=!0:a(),t):void 0)}function u(){var e=document.getElementById("mp_doc_number"),t=document.getElementById("mp_error_docnumber"),c=!1;return"MLB"===r&&(c=function(e){if("CPF"===o)return function(e){var t,o;if(t=0,"00000000000"===(e=e.replace(/[.-\s]/g,"")))return!1;for(var r=1;r<=9;r++)t+=parseInt(e.substring(r-1,r),10)*(11-r);10!=(o=10*t%11)&&11!==o||(o=0);if(o!==parseInt(e.substring(9,10),10))return!1;t=0;for(var c=1;c<=10;c++)t+=parseInt(e.substring(c-1,c),10)*(12-c);10!=(o=10*t%11)&&11!==o||(o=0);if(o!==parseInt(e.substring(10,11),10))return!1;return!0}(e);return function(e){if(""===(e=e.replace(/[^\d]+/g,"")))return!1;if(14!==e.length)return!1;if("00000000000000"===e||"11111111111111"===e||"22222222222222"===e||"33333333333333"===e||"44444444444444"===e||"55555555555555"===e||"66666666666666"===e||"77777777777777"===e||"88888888888888"===e||"99999999999999"===e)return!1;for(var t=e.length-2,o=e.substring(0,t),r=e.substring(t),c=0,n=t-7,u=t;u>=1;u--)c+=o.charAt(t-u)*n--,n<2&&(n=9);var a=c%11<2?0:11-c%11;if(a.toString()!==r[0])return!1;for(t+=1,o=e.substring(0,t),c=0,n=t-7,u=t;u>=1;u--)c+=o.charAt(t-u)*n--,n<2&&(n=9);if((a=c%11<2?0:11-c%11).toString()!==r[1])return!1;return!0}(e)}(e.value)),"MLU"===r&&(c=function(e){if(""!==e)return function(e){var t=0,o=0,r=0,c=e[e.length-1];if(e.length<=6)for(o=e.length;o<7;o++)e="0"+e;for(o=0;o<7;o++)t+=parseInt("2987634"[o],10)*parseInt(e[o],10)%10;r=t%10==0?0:10-t%10;return c===r.toString()}(e);return!1}(e.value)),c?(t.style.display="none",e.classList.remove("mp-form-control-error"),c=!0):(t.style.display="block",e.classList.add("mp-form-control-error"),e.focus()),c}function a(){e("form#order_review").length>0&&e(".blockOverlay").css("display","none")}function l(){document.querySelector("#mpCouponApplyedTicket").style.display="none",""===document.querySelector("#couponCodeTicket").value?(c.status=!1,document.querySelector("#mpCouponErrorTicket").style.display="block",document.querySelector("#mpCouponErrorTicket").innerHTML=wc_mercadopago_ticket_params.coupon_empty,document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#discountTicket").value=0):c.status?(c.status=!1,document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#applyCouponTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#couponCodeTicket").value="",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#discountTicket").value=0):(document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.loading+") 98% 50% no-repeat #fff",document.querySelector("#couponCodeTicket").style.border="1px solid #cecece",document.querySelector("#applyCouponTicket").disabled=!0,function(){var t=c.discount_action_url,o="?";t.indexOf("?")>=0&&(o="&");t+=o+"site_id="+wc_mercadopago_ticket_params.site_id,t+="&coupon_id="+document.querySelector("#couponCodeTicket").value,t+="&amount="+document.querySelector("#amountTicket").value,t+="&payer="+c.payer_email,e.ajax({url:t,method:"GET",timeout:5e3,error:function(){c.status=!1,document.querySelector("#mpCouponApplyedTicket").style.display="none",document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#applyCouponTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#couponCodeTicket").value="",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#discountTicket").value=0},success:function(e){200===e.status?(c.status=!0,document.querySelector("#mpCouponApplyedTicket").style.display="block",document.querySelector("#discountTicket").value=e.response.coupon_amount,document.querySelector("#mpCouponApplyedTicket").innerHTML=wc_mercadopago_ticket_params.discount_info1+" <strong>"+i(e.response.currency_id)+" "+Math.round(100*e.response.coupon_amount)/100+"</strong> "+wc_mercadopago_ticket_params.discount_info2+" "+e.response.name+".<br>"+wc_mercadopago_ticket_params.discount_info3+" <strong>"+i(e.response.currency_id)+" "+Math.round(100*document.querySelector("#amountTicket").value)/100+"</strong><br>"+wc_mercadopago_ticket_params.discount_info4+" <strong>"+i(e.response.currency_id)+" "+Math.round(100*(document.getElementById("amountTicket").value-document.getElementById("discountTicket").value))/100+"*</strong><br><i>"+wc_mercadopago_ticket_params.discount_info5+'</i><br><a href="https://api.mercadolibre.com/campaigns/'+e.response.id+'/terms_and_conditions?format_type=html" target="_blank">'+wc_mercadopago_ticket_params.discount_info6+"</a>",document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.check+") 94% 50% no-repeat #fff",document.querySelector("#couponCodeTicket").style.border="1px solid #cecece",document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.remove,document.querySelector("#campaign_idTicket").value=e.response.id,document.querySelector("#campaignTicket").value=e.response.name):(c.status=!1,document.querySelector("#mpCouponApplyedTicket").style.display="none",document.querySelector("#mpCouponErrorTicket").style.display="block",document.querySelector("#mpCouponErrorTicket").innerHTML=e.response.message,document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.error+") 94% 50% no-repeat #fff",document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#discountTicket").value=0),document.querySelector("#applyCouponTicket").disabled=!1}})}())}function i(e){return"ARS"===e?"$":"BRL"===e?"R$":"COP"===e||"CLP"===e||"MXN"===e?"$":"VEF"===e?"Bs":"PEN"===e?"S/":"UYU"===e?"$U":"$"}e("form#order_review").length>0&&"yes"===c.activated&&e("#applyCouponTicket").on("click",l),e("body").on("updated_checkout",(function(){"MLB"===r&&function(){var e=document.getElementById("mp_box_lastname"),t=document.getElementById("mp_box_firstname"),r=document.getElementById("mp_firstname_label"),c=document.getElementById("mp_socialname_label"),n=document.getElementById("mp_cpf_label"),u=document.getElementById("mp_cnpj_label"),a=document.getElementById("mp_doc_number"),l=document.querySelectorAll('input[type=radio][name="mercadopago_ticket[docType]"]');u.style.display="none",c.style.display="none";for(var i=function(){"CPF"===this.value?(n.style.display="block",e.style.display="grid",r.style.display="block",u.style.display="none",c.style.display="none",t.classList.remove("mp-col-md-8"),t.classList.add("mp-col-md-4"),a.setAttribute("maxlength","14"),a.setAttribute("onkeyup","mpMaskInput(this, mpCpf)"),o="CPF"):(n.style.display="none",e.style.display="none",r.style.display="none",u.style.display="block",c.style.display="block",t.classList.remove("mp-col-md-4"),t.classList.add("mp-col-md-8"),a.setAttribute("maxlength","18"),a.setAttribute("onkeyup","mpMaskInput(this, mpCnpj)"),o="CNPJ")},p=0;p<l.length;p++)l[p].addEventListener("change",i)}(),"yes"===c.activated&&e("#applyCouponTicket").on("click",l)})),e("form.checkout").on("checkout_place_order_woo-mercado-pago-ticket",(function(){return n()})),e("form#order_review").submit((function(){return n()}))}))}(jQuery);
1
+ !function(e){"use strict";e((function(){var o=!1,t=wc_mercadopago_ticket_params.site_id,r={discount_action_url:wc_mercadopago_ticket_params.discount_action_url,payer_email:wc_mercadopago_ticket_params.payer_email,activated:wc_mercadopago_ticket_params.coupon_mode,status:!1};function c(){return!document.getElementById("payment_method_woo-mercado-pago-ticket").checked||("MLB"===t?(function(){for(var e=document.querySelector("#mercadopago-form-ticket"),o=e.querySelectorAll("[data-checkout]"),t=e.querySelectorAll(".mp-erro_febraban"),r=0;r<o.length;r++){var c=o[r],n=e.querySelector(t[r].getAttribute("data-main"));"none"===c.parentNode.style.display||-1!==c.value&&""!==c.value?(t[r].style.display="none",n.classList.remove("mp-form-control-error")):(t[r].style.display="inline-block",n.classList.add("mp-form-control-error"))}for(var u=0;u<o.length;u++){var a=o[u];if("none"!==a.parentNode.style.display&&(-1===a.value||""===a.value))return a.focus(),!1}return!0}()&&n()?o=!0:u(),o):"MLU"===t?(n()?o=!0:u(),o):void 0)}function n(){var e=document.getElementById("mp_doc_number"),o=document.getElementById("mp_error_docnumber"),r=!1;return"MLB"===t&&(r=function(e){if("CPF"==(document.getElementById("mp_cpf_cnpj_label").innerText.includes("CPF")?"CPF":"CNPJ"))return function(e){var o,t;if(o=0,"00000000000"===(e=e.replace(/[.-\s]/g,"")))return!1;for(var r=1;r<=9;r++)o+=parseInt(e.substring(r-1,r),10)*(11-r);10!=(t=10*o%11)&&11!==t||(t=0);if(t!==parseInt(e.substring(9,10),10))return!1;o=0;for(var c=1;c<=10;c++)o+=parseInt(e.substring(c-1,c),10)*(12-c);10!=(t=10*o%11)&&11!==t||(t=0);if(t!==parseInt(e.substring(10,11),10))return!1;return!0}(e);return function(e){if(""===(e=e.replace(/[^\d]+/g,"")))return!1;if(14!==e.length)return!1;if("00000000000000"===e||"11111111111111"===e||"22222222222222"===e||"33333333333333"===e||"44444444444444"===e||"55555555555555"===e||"66666666666666"===e||"77777777777777"===e||"88888888888888"===e||"99999999999999"===e)return!1;for(var o=e.length-2,t=e.substring(0,o),r=e.substring(o),c=0,n=o-7,u=o;u>=1;u--)c+=t.charAt(o-u)*n--,n<2&&(n=9);var a=c%11<2?0:11-c%11;if(a.toString()!==r[0])return!1;for(o+=1,t=e.substring(0,o),c=0,n=o-7,u=o;u>=1;u--)c+=t.charAt(o-u)*n--,n<2&&(n=9);if((a=c%11<2?0:11-c%11).toString()!==r[1])return!1;return!0}(e)}(e.value)),"MLU"===t&&(r=function(e){if(""!==e)return function(e){var o=0,t=0,r=0,c=e[e.length-1];if(e.length<=6)for(t=e.length;t<7;t++)e="0"+e;for(t=0;t<7;t++)o+=parseInt("2987634"[t],10)*parseInt(e[t],10)%10;r=o%10==0?0:10-o%10;return c===r.toString()}(e);return!1}(e.value)),r?(o.style.display="none",e.classList.remove("mp-form-control-error"),r=!0):(o.style.display="block",e.classList.add("mp-form-control-error"),e.focus()),r}function u(){e("form#order_review").length>0&&e(".blockOverlay").css("display","none")}function a(){document.querySelector("#mpCouponApplyedTicket").style.display="none",""===document.querySelector("#couponCodeTicket").value?(r.status=!1,document.querySelector("#mpCouponErrorTicket").style.display="block",document.querySelector("#mpCouponErrorTicket").innerHTML=wc_mercadopago_ticket_params.coupon_empty,document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#discountTicket").value=0):r.status?(r.status=!1,document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#applyCouponTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#couponCodeTicket").value="",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#discountTicket").value=0):(document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.loading+") 98% 50% no-repeat #fff",document.querySelector("#couponCodeTicket").style.border="1px solid #cecece",document.querySelector("#applyCouponTicket").disabled=!0,function(){var o=r.discount_action_url,t="?";o.indexOf("?")>=0&&(t="&");o+=t+"site_id="+wc_mercadopago_ticket_params.site_id,o+="&coupon_id="+document.querySelector("#couponCodeTicket").value,o+="&amount="+document.querySelector("#amountTicket").value,o+="&payer="+r.payer_email,e.ajax({url:o,method:"GET",timeout:5e3,error:function(){r.status=!1,document.querySelector("#mpCouponApplyedTicket").style.display="none",document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#applyCouponTicket").style.background=null,document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#couponCodeTicket").value="",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#discountTicket").value=0},success:function(e){200===e.status?(r.status=!0,document.querySelector("#mpCouponApplyedTicket").style.display="block",document.querySelector("#discountTicket").value=e.response.coupon_amount,document.querySelector("#mpCouponApplyedTicket").innerHTML=wc_mercadopago_ticket_params.discount_info1+" <strong>"+l(e.response.currency_id)+" "+Math.round(100*e.response.coupon_amount)/100+"</strong> "+wc_mercadopago_ticket_params.discount_info2+" "+e.response.name+".<br>"+wc_mercadopago_ticket_params.discount_info3+" <strong>"+l(e.response.currency_id)+" "+Math.round(100*document.querySelector("#amountTicket").value)/100+"</strong><br>"+wc_mercadopago_ticket_params.discount_info4+" <strong>"+l(e.response.currency_id)+" "+Math.round(100*(document.getElementById("amountTicket").value-document.getElementById("discountTicket").value))/100+"*</strong><br><i>"+wc_mercadopago_ticket_params.discount_info5+'</i><br><a href="https://api.mercadolibre.com/campaigns/'+e.response.id+'/terms_and_conditions?format_type=html" target="_blank">'+wc_mercadopago_ticket_params.discount_info6+"</a>",document.querySelector("#mpCouponErrorTicket").style.display="none",document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.check+") 94% 50% no-repeat #fff",document.querySelector("#couponCodeTicket").style.border="1px solid #cecece",document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.remove,document.querySelector("#campaign_idTicket").value=e.response.id,document.querySelector("#campaignTicket").value=e.response.name):(r.status=!1,document.querySelector("#mpCouponApplyedTicket").style.display="none",document.querySelector("#mpCouponErrorTicket").style.display="block",document.querySelector("#mpCouponErrorTicket").innerHTML=e.response.message,document.querySelector("#couponCodeTicket").style.background=null,document.querySelector("#couponCodeTicket").style.background="url("+wc_mercadopago_ticket_params.error+") 94% 50% no-repeat #fff",document.querySelector("#applyCouponTicket").value=wc_mercadopago_ticket_params.apply,document.querySelector("#discountTicket").value=0),document.querySelector("#applyCouponTicket").disabled=!1}})}())}function l(e){return"ARS"===e?"$":"BRL"===e?"R$":"COP"===e||"CLP"===e||"MXN"===e?"$":"VEF"===e?"Bs":"PEN"===e?"S/":"UYU"===e?"$U":"$"}e("form#order_review").length>0&&"yes"===r.activated&&e("#applyCouponTicket").on("click",a),e("body").on("updated_checkout",(function(){"yes"===r.activated&&e("#applyCouponTicket").on("click",a)})),e("form.checkout").on("checkout_place_order_woo-mercado-pago-ticket",(function(){return c()})),e("form#order_review").submit((function(){return c()}))}))}(jQuery);
i18n/languages/woocommerce-mercadopago-es_AR.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_AR.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_CL.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_CL.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_CO.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_CO.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_ES.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_ES.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_MX.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_MX.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_PE.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_PE.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_UY.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_UY.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-es_VE.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-es_VE.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:34-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
@@ -36,8 +36,8 @@ msgstr "Convertir moneda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "No"
43
 
@@ -48,8 +48,8 @@ msgstr "No"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
@@ -123,9 +123,9 @@ msgid ""
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
- "Error en Mercado Pago: La extensión GD de PHP no está instalada. Se requiere "
127
- "la instalación de la extensión GD para enviar QR Code Pix por correo "
128
- "electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
@@ -141,61 +141,61 @@ msgstr ""
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
151
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
156
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
161
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
183
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
188
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
193
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
198
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
@@ -203,13 +203,13 @@ msgstr ""
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
207
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
212
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
@@ -217,68 +217,68 @@ msgstr ""
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
221
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
226
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
270
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
281
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
@@ -440,8 +440,8 @@ msgstr ""
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
@@ -555,20 +555,20 @@ msgid "Select credit cards"
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
559
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
565
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
571
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
@@ -605,8 +605,8 @@ msgstr "reglas del modo test"
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
609
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -619,8 +619,8 @@ msgstr "descuento de"
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
623
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
@@ -869,8 +869,7 @@ msgstr ""
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
- "Configura tus credenciales para habilitar los métodos de pago de Mercado "
873
- "Pago."
874
 
875
  #. translators: %s url
876
  #. translators: %s url
@@ -1757,15 +1756,15 @@ msgstr ""
1757
  "sus ventajas."
1758
 
1759
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1760
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1761
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1762
  msgid "A problem occurred when processing your payment. Please try again."
1763
  msgstr ""
1764
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1765
 
1766
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1767
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1768
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1769
  msgid ""
1770
  "A problem occurred when processing your payment. Are you sure you have "
1771
  "correctly filled in all the information on the checkout form?"
@@ -1774,8 +1773,8 @@ msgstr ""
1774
  "correctamente toda la información en el formulario de checkout?"
1775
 
1776
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1777
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1778
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1779
  msgid "The customer has not paid yet."
1780
  msgstr "El cliente no ha pagado todavía."
1781
 
@@ -1832,23 +1831,23 @@ msgstr "Paga con dinero en efectivo"
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
  #. translators: %s checkout
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1836
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1837
  msgid "Checkout of payments with cash %s"
1838
  msgstr "Paga con dinero en efectivo"
1839
 
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1841
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1842
  msgid "Accept face-to-face payments, do not leave anyone out!"
1843
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1844
 
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1846
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1847
  msgid "Include this preferred purchase option by some customers."
1848
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1849
 
1850
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1851
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1852
  msgid ""
1853
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1854
  "options available to your customers."
@@ -1856,23 +1855,23 @@ msgstr ""
1856
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1857
  "las opciones disponibles para tus clientes."
1858
 
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1860
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1861
  msgid "Set payment preferences with cash"
1862
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1866
  msgid "Advanced configuration of the cash payment experience"
1867
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1871
  msgid "Reduce inventory"
1872
  msgstr "Reducir inventario"
1873
 
1874
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1875
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1876
  msgid ""
1877
  "Activates inventory reduction during the creation of an order, whether or "
1878
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1882,28 +1881,28 @@ msgstr ""
1882
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1883
  "cuando los pagos estén aprobados."
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1887
  msgid "Payment Due"
1888
  msgstr "Vencimiento del pago"
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1892
  msgid "In how many days will cash payments expire."
1893
  msgstr "En cuántos días caducarán los pagos en efectivo."
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1897
  msgid "All payment methods"
1898
  msgstr "Todos los medios de pago"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1902
  msgid "Offline Methods in Test Mode"
1903
  msgstr "Facturas en Modo Test"
1904
 
1905
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1906
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1907
  msgid ""
1908
  "You can test the flow to generate an invoice, but you cannot finalize the "
1909
  "payment."
@@ -1911,9 +1910,9 @@ msgstr ""
1911
  "Es posible testear el flujo para generar una factura, pero no es posible "
1912
  "finalizar el pago."
1913
 
1914
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1915
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1916
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1917
  msgid ""
1918
  "There was a problem processing your payment. Are you sure you have correctly "
1919
  "filled out all the information on the payment form?"
@@ -1921,45 +1920,50 @@ msgstr ""
1921
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1922
  "correctamente toda la información en el formulario de pago?"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1926
  msgid "To print the ticket again click"
1927
  msgstr "Para imprimir nuevamente el ticket hace clic"
1928
 
1929
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1930
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1931
  msgid "here"
1932
  msgstr "aquí"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1936
  msgid "Payment made"
1937
  msgstr "Pago realizado"
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1941
  msgid "Payment made by the buyer and already credited in the account."
1942
  msgstr ""
1943
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1944
 
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1947
  msgid "Call resolved"
1948
  msgstr "Llamado resuelto"
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1952
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Contacta a Mercado Pago para saber más detalles."
1955
 
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1957
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1958
  msgid "Payment refunded"
1959
  msgstr "Pago devuelto"
1960
 
1961
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1962
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
@@ -1967,69 +1971,69 @@ msgstr ""
1967
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1968
  "más detalles."
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1972
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1973
  msgid "Payment returned"
1974
  msgstr "Pago devuelto"
1975
 
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1977
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "El pago ya fue devuelto al cliente."
1980
 
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1982
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1985
 
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1987
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1988
  msgid "Payment canceled"
1989
  msgstr "Pago cancelado"
1990
 
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1992
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "El pago fue cancelado con éxito."
1995
 
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1997
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "El pago fue cancelado por el cliente."
2005
 
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2014
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2015
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2016
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2020
  msgid "Pending payment"
2021
  msgstr "Cobro pendiente"
2022
 
2023
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2024
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2027
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Esperando el pago del comprador."
2030
 
2031
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2032
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
@@ -2038,46 +2042,46 @@ msgstr ""
2038
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2039
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2040
 
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2065
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2066
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2067
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2070
  msgid "Declined payment"
2071
  msgstr "Cobro rechazado"
2072
 
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2076
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2077
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2078
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2079
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2080
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2081
  msgid ""
2082
  "The card-issuing bank declined the payment. Please ask your client to use "
2083
  "another card or to get in touch with the bank."
@@ -2085,32 +2089,32 @@ msgstr ""
2085
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2086
  "otra tarjeta o que se comunique con su banco."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2090
  msgid "Payment authorized. Awaiting capture."
2091
  msgstr "Pago autorizado. Esperando captura."
2092
 
2093
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2094
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2095
  msgid ""
2096
  "The payment has been authorized on the client's card. Please capture the "
2097
  "payment."
2098
  msgstr ""
2099
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2100
 
2101
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2103
  msgid "Payment in process"
2104
  msgstr "Pago en proceso"
2105
 
2106
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2107
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2108
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2109
  msgid "Please wait or contact Mercado Pago for further details"
2110
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2111
 
2112
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2113
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2114
  msgid ""
2115
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2116
  "will notify you via email so that you can deliver the product or provide the "
@@ -2119,25 +2123,25 @@ msgstr ""
2119
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2120
  "confirmado para que puedas entregar el producto o brindar el servicio."
2121
 
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2124
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2125
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2126
  msgid "Awaiting payment information validation."
2127
  msgstr "Esperando validación de los datos de pago.."
2128
 
2129
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2130
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2131
  msgid "Waiting for the buyer."
2132
  msgstr "Esperando al comprador."
2133
 
2134
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2135
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2136
  msgid "Waiting for the card issuer."
2137
  msgstr "Espererando al emisor de la tarjeta.."
2138
 
2139
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2140
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2141
  msgid ""
2142
  "The payment could not be processed. Please ask your client to use another "
2143
  "card or to get in touch with the bank."
@@ -2145,25 +2149,25 @@ msgstr ""
2145
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2146
  "medio de pago o que se contacte con el banco."
2147
 
2148
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2149
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2150
  msgid "Mercado Pago did not process the payment"
2151
  msgstr "Mercado Pago no procesó el pago"
2152
 
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2154
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2155
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2156
  msgid "Expired payment deadline"
2157
  msgstr "Venció el plazo para el pago"
2158
 
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2160
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2161
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2162
  msgid "The client did not pay within the time limit."
2163
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2164
 
2165
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2166
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2167
  msgid ""
2168
  "The CVV is invalid. Please ask your client to review the details or use "
2169
  "another card."
@@ -2171,8 +2175,8 @@ msgstr ""
2171
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2172
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2173
 
2174
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2175
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2176
  msgid ""
2177
  "The card is expired. Please ask your client to use another card or to "
2178
  "contact the bank."
@@ -2180,10 +2184,10 @@ msgstr ""
2180
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2181
  "comunique con su banco."
2182
 
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2185
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2186
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2187
  msgid ""
2188
  "This payment was declined because it did not pass Mercado Pago security "
2189
  "controls. Please ask your client to use another card."
@@ -2191,9 +2195,9 @@ msgstr ""
2191
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2192
  "Pago. Pedile a tu cliente que use otra tarjeta."
2193
 
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2195
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2196
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2197
  msgid ""
2198
  "The buyer is suspended in our platform. Your client must contact us to check "
2199
  "what happened."
@@ -2201,8 +2205,8 @@ msgstr ""
2201
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2202
  "con nosotros para ver qué pasó."
2203
 
2204
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2205
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2206
  msgid ""
2207
  "The card does not have enough limit. Please ask your client to use another "
2208
  "card or to get in touch with the bank."
@@ -2210,8 +2214,8 @@ msgstr ""
2210
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2211
  "tarjeta o que se comunique con su banco."
2212
 
2213
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2214
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2215
  msgid ""
2216
  "The card does not have sufficient balance. Please ask your client to use "
2217
  "another card or to get in touch with the bank."
@@ -2219,8 +2223,8 @@ msgstr ""
2219
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2220
  "tarjeta o que se comunique con su banco."
2221
 
2222
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2223
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2224
  msgid ""
2225
  "The CVV was entered incorrectly several times. Please ask your client to use "
2226
  "another card or to get in touch with the bank."
@@ -2228,8 +2232,8 @@ msgstr ""
2228
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2229
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2230
 
2231
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2232
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2233
  msgid ""
2234
  "The card does not allow the number of installments entered. Please ask your "
2235
  "client to choose another installment plan or to use another card."
@@ -2237,8 +2241,8 @@ msgstr ""
2237
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2238
  "que elija otro plan de cuotas o que use otra tarjeta."
2239
 
2240
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2241
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2242
  msgid ""
2243
  "The card-issuing bank declined the payment. Please instruct your client to "
2244
  "ask the bank to authotize it or to use another card."
@@ -2246,8 +2250,8 @@ msgstr ""
2246
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2247
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2248
 
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2250
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2251
  msgid ""
2252
  "From Mercado Pago we have detected that this payment has already been made "
2253
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2259,8 @@ msgstr ""
2255
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2256
  "es así, tu cliente puede intentarlo de nuevo."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2268,8 @@ msgstr ""
2264
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2265
  "o que se comunique con su banco para activarla."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2277,10 @@ msgstr ""
2273
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2274
  "tarjeta o que se comunique con el banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2288,8 @@ msgstr ""
2284
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2285
  "la tarjeta."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2297,8 @@ msgstr ""
2293
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2294
  "tarjeta o que se comunique con el banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2306,8 @@ msgstr ""
2302
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2303
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2315,8 @@ msgstr ""
2311
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2312
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2324,8 @@ msgstr ""
2320
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2321
  "comunique con el banco para autorizar el pago."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2335,29 @@ msgstr ""
2331
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2332
  "pago."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Hubo un error"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "No fue posible completar la transacción."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Estado de pago en el Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalles de compra en Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulta los motivos del rechazo de tu compra."
2359
 
@@ -2666,10 +2670,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2681,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2742,20 +2746,20 @@ msgid "See current promotions"
2742
  msgstr "Ver promociones vigentes"
2743
 
2744
  #: ../../templates/checkout/custom-checkout.php:84,
2745
- #: ../../templates/checkout/ticket-checkout.php:26,
2746
- #: ../../templates/checkout/ticket-checkout.php:26
2747
  msgid "Enter your discount coupon"
2748
  msgstr "Ingresa tu cupón de descuento"
2749
 
2750
  #: ../../templates/checkout/custom-checkout.php:88,
2751
- #: ../../templates/checkout/ticket-checkout.php:30,
2752
- #: ../../templates/checkout/ticket-checkout.php:30
2753
  msgid "Enter your coupon"
2754
  msgstr "Ingresa tu cupón"
2755
 
2756
  #: ../../templates/checkout/custom-checkout.php:95,
2757
- #: ../../templates/checkout/ticket-checkout.php:37,
2758
- #: ../../templates/checkout/ticket-checkout.php:37
2759
  msgid "The code you entered is incorrect"
2760
  msgstr "El código que ingresaste es incorrecto"
2761
 
@@ -2828,20 +2832,20 @@ msgid "for"
2828
  msgstr "para"
2829
 
2830
  #: ../../templates/checkout/custom-checkout.php:196,
2831
- #: ../../templates/checkout/ticket-checkout.php:50,
2832
- #: ../../templates/checkout/ticket-checkout.php:50
2833
  msgid "Enter your document number"
2834
  msgstr "Ingresa tu número de documento"
2835
 
2836
  #: ../../templates/checkout/custom-checkout.php:202,
2837
- #: ../../templates/checkout/ticket-checkout.php:52,
2838
- #: ../../templates/checkout/ticket-checkout.php:52
2839
  msgid "Type"
2840
  msgstr "Tipo"
2841
 
2842
  #: ../../templates/checkout/custom-checkout.php:209,
2843
- #: ../../templates/checkout/ticket-checkout.php:58,
2844
- #: ../../templates/checkout/ticket-checkout.php:58
2845
  msgid "Document number"
2846
  msgstr "Número de documento"
2847
 
@@ -2852,9 +2856,9 @@ msgstr "Sólo números"
2852
 
2853
  #: ../../templates/checkout/custom-checkout.php:212,
2854
  #: ../../templates/checkout/custom-checkout.php:213,
2855
- #: ../../templates/checkout/ticket-checkout.php:61,
2856
- #: ../../templates/checkout/ticket-checkout.php:111,
2857
- #: ../../templates/checkout/ticket-checkout.php:111
2858
  msgid "Invalid Document Number"
2859
  msgstr "Número de documento no válido"
2860
 
@@ -2874,127 +2878,36 @@ msgid ""
2874
  "When you finish the order, you will see the code to complete the payment."
2875
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2876
 
2877
- #: ../../templates/checkout/ticket-checkout.php:54,
2878
- #: ../../templates/checkout/ticket-checkout.php:54
2879
  msgid "CI"
2880
  msgstr "CI"
2881
 
2882
- #: ../../templates/checkout/ticket-checkout.php:60,
2883
- #: ../../templates/checkout/ticket-checkout.php:110,
2884
- #: ../../templates/checkout/ticket-checkout.php:110
2885
  msgid "You must provide your document number"
2886
  msgstr "Debe informar su número de documento"
2887
 
2888
- #: ../../templates/checkout/ticket-checkout.php:67,
2889
- #: ../../templates/checkout/ticket-checkout.php:323,
2890
- #: ../../templates/checkout/ticket-checkout.php:323
2891
  msgid "Complete all fields, they are mandatory."
2892
  msgstr "Complete todos los campos, son obligatorios."
2893
 
2894
- #: ../../templates/checkout/ticket-checkout.php:80,
2895
- #: ../../templates/checkout/ticket-checkout.php:80
2896
- msgid "Physical person"
2897
- msgstr "Persona Física"
2898
-
2899
- #: ../../templates/checkout/ticket-checkout.php:87,
2900
- #: ../../templates/checkout/ticket-checkout.php:87
2901
- msgid "Legal person"
2902
- msgstr "Persona Jurídica"
2903
-
2904
- #: ../../templates/checkout/ticket-checkout.php:94,
2905
- #: ../../templates/checkout/ticket-checkout.php:94
2906
- msgid "Name"
2907
- msgstr "Nome"
2908
-
2909
- #: ../../templates/checkout/ticket-checkout.php:95,
2910
- #: ../../templates/checkout/ticket-checkout.php:95
2911
- msgid "Social reason"
2912
- msgstr "Razón social"
2913
-
2914
- #: ../../templates/checkout/ticket-checkout.php:97,
2915
- #: ../../templates/checkout/ticket-checkout.php:97
2916
- msgid "You must inform your name"
2917
- msgstr "Debes informar tu nombre"
2918
-
2919
- #: ../../templates/checkout/ticket-checkout.php:101,
2920
- #: ../../templates/checkout/ticket-checkout.php:101
2921
- msgid "Surname"
2922
- msgstr "Apellido"
2923
-
2924
- #: ../../templates/checkout/ticket-checkout.php:103,
2925
- #: ../../templates/checkout/ticket-checkout.php:103
2926
- msgid "You must inform your last name"
2927
- msgstr "Debes informar tu apellido"
2928
-
2929
- #: ../../templates/checkout/ticket-checkout.php:107,
2930
- #: ../../templates/checkout/ticket-checkout.php:107
2931
- msgid "CPF"
2932
- msgstr "CPF"
2933
-
2934
- #: ../../templates/checkout/ticket-checkout.php:108,
2935
- #: ../../templates/checkout/ticket-checkout.php:108
2936
- msgid "CNPJ"
2937
- msgstr "CNPJ"
2938
-
2939
- #: ../../templates/checkout/ticket-checkout.php:117,
2940
- #: ../../templates/checkout/ticket-checkout.php:117
2941
- msgid "Address"
2942
- msgstr "Dirección"
2943
 
2944
  #: ../../templates/checkout/ticket-checkout.php:119,
2945
  #: ../../templates/checkout/ticket-checkout.php:119
2946
- msgid "You must inform your address"
2947
- msgstr "Debes informar tu dirección"
2948
-
2949
- #: ../../templates/checkout/ticket-checkout.php:123,
2950
- #: ../../templates/checkout/ticket-checkout.php:123
2951
- msgid "Number"
2952
- msgstr "Número"
2953
-
2954
- #: ../../templates/checkout/ticket-checkout.php:125,
2955
- #: ../../templates/checkout/ticket-checkout.php:125
2956
- msgid "You must provide your address number"
2957
- msgstr "Debe informar su número de dirección"
2958
-
2959
- #: ../../templates/checkout/ticket-checkout.php:131,
2960
- #: ../../templates/checkout/ticket-checkout.php:131
2961
- msgid "City"
2962
- msgstr "Ciudad"
2963
-
2964
- #: ../../templates/checkout/ticket-checkout.php:133,
2965
- #: ../../templates/checkout/ticket-checkout.php:133
2966
- msgid "You must inform your city"
2967
- msgstr "Debes informar a tu ciudad"
2968
-
2969
- #: ../../templates/checkout/ticket-checkout.php:137,
2970
- #: ../../templates/checkout/ticket-checkout.php:137
2971
- msgid "State"
2972
- msgstr "Estado"
2973
-
2974
- #: ../../templates/checkout/ticket-checkout.php:145,
2975
- #: ../../templates/checkout/ticket-checkout.php:145
2976
- msgid "Select state\""
2977
- msgstr "Seleccione"
2978
-
2979
- #: ../../templates/checkout/ticket-checkout.php:310,
2980
- #: ../../templates/checkout/ticket-checkout.php:310
2981
- msgid "You must inform your status"
2982
- msgstr "Debes informar a tu estado"
2983
-
2984
- #: ../../templates/checkout/ticket-checkout.php:314,
2985
- #: ../../templates/checkout/ticket-checkout.php:314
2986
- msgid "Postal Code"
2987
- msgstr "Código postal"
2988
-
2989
- #: ../../templates/checkout/ticket-checkout.php:316,
2990
- #: ../../templates/checkout/ticket-checkout.php:316
2991
- msgid "You must provide your zip code"
2992
- msgstr "Debes informar tu código postal"
2993
-
2994
- #: ../../templates/checkout/ticket-checkout.php:332,
2995
- #: ../../templates/checkout/ticket-checkout.php:332
2996
- msgid "Select the issuer with whom you want to process the payment"
2997
- msgstr "Selecciona el emisor con el que quieras procesar el pago"
2998
 
2999
  #: ../../templates/order/payment-status-metabox-content.php:20,
3000
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3071,6 +2984,63 @@ msgstr "Imprimir ticket"
3071
  #~ msgid "Payment refused"
3072
  #~ msgstr "Pago rechazado"
3073
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3074
  #~ msgid "See the reasons for refusing your purchase."
3075
  #~ msgstr "Vea las razones para rechazar su compra."
3076
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:45-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es_AR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "No"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sí"
55
 
98
  "La tienda debe tener HTTPS para activar el Checkout Personalizado y el "
99
  "Ticket Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciales no válidas"
105
 
123
  "Mercado Pago Error: PHP Extension GD is not installed. Installation of GD "
124
  "extension is required to send QR Code Pix by email."
125
  msgstr ""
126
+ "Error en Mercado Pago: La extensión GD de PHP no está instalada. Es "
127
+ "necesaria la instalación de la extensión GD para enviar el QR Code Pix por "
128
+ "correo electrónico."
129
 
130
  #. translators: %s link to WooCommerce
131
  #. translators: %s link to WooCommerce
141
  msgid "Cancel order"
142
  msgstr "Cancelar orden"
143
 
144
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
146
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
147
  msgid "Fill in your credentials to enable payment methods."
148
  msgstr "Completa tus credenciales para habilitar los medios de pago."
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
151
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
152
  msgid "Set up"
153
  msgstr "Ajustes"
154
 
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
156
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
157
  msgid "Your opinion helps us get better"
158
  msgstr "Tu opinión nos ayuda a mejorar"
159
 
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
161
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
162
  msgid "Guides and Documentation"
163
  msgstr "Guías y documentación"
164
 
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
167
  msgid "Report Problem"
168
  msgstr "Informar problema"
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
172
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
173
  msgid "By continuing, you agree to our "
174
  msgstr "Al continuar, aceptas nuestros "
175
 
176
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
178
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
179
  msgid "Terms and Conditions"
180
  msgstr "Términos y Condiciones"
181
 
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
183
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
184
  msgid "By Mercado Pago"
185
  msgstr "Por Mercado Pago"
186
 
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
188
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
189
  msgid "The payment method is not valid or not available."
190
  msgstr "El medio de pago no es válido o no está disponible."
191
 
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
193
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
194
  msgid "The transaction amount cannot be processed by Mercado Pago."
195
  msgstr "El monto de transacción no puede ser procesado por Mercado Pago."
196
 
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
198
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
199
  msgid ""
200
  "Possible causes: Currency not supported; Amounts below the minimum or above "
201
  "the maximum allowed."
203
  "Posibles causas: Moneda no soportada; Montos por debajo del mínimo o por "
204
  "encima del máximo permitido."
205
 
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
207
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
208
  msgid "The users are not valid."
209
  msgstr "Los usuários no son válidos."
210
 
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
212
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
213
  msgid ""
214
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
215
  "transaction involving production and test users."
217
  "Posibles causas: Comprador y vendedor tienen la misma cuenta en Mercado "
218
  "Pago; La transacción involucrando usuários de producción y de prueba."
219
 
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
221
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
222
  msgid "Unauthorized use of production credentials."
223
  msgstr "Uso no autorizado de credenciales de producción."
224
 
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
226
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
227
  msgid ""
228
  "Possible causes: Use permission in use for the credential of the seller."
229
  msgstr ""
230
  "Posibles causas: Pendencia de permiso de uso en producción para la "
231
  "credencial del vendedor."
232
 
233
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
235
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
236
  msgid "Colombia"
237
  msgstr "Colombia"
238
 
239
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
241
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
242
  msgid "Argentina"
243
  msgstr "Argentina"
244
 
245
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
247
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
248
  msgid "Brazil"
249
  msgstr "Brasil"
250
 
251
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
253
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
254
  msgid "Chile"
255
  msgstr "Chile"
256
 
257
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
259
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
260
  msgid "Mexico"
261
  msgstr "México"
262
 
263
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
265
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
266
  msgid "Uruguay"
267
  msgstr "Uruguay"
268
 
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
270
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
271
  msgid "Venezuela"
272
  msgstr "Venezuela"
273
 
274
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
276
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
277
  msgid "Peru"
278
  msgstr "Peru"
279
 
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
281
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
282
  msgid "Update the WooCommerce order to "
283
  msgstr "Actualizar la orden de WooCommerce para "
284
 
440
 
441
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
442
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
443
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
445
  msgid "Configure Mercado Pago for WooCommerce"
446
  msgstr "Ingresá la información de tu negocio"
447
 
555
  msgstr "Selecciona tarjetas de crédito"
556
 
557
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
558
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
559
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
560
  msgid "Payment methods"
561
  msgstr "Medios de pagos"
562
 
563
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
564
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
565
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
566
  msgid "Choose the available payment methods in your store."
567
  msgstr "Selecciona los medios de pago disponibles en tu tienda."
568
 
569
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
570
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
571
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
572
  msgid "Activate the available payment methods to your clients."
573
  msgstr "Habilita los medios de pago disponibles para tus clientes."
574
 
605
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
606
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
607
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
608
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
609
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
610
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
611
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
619
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
620
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
621
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
622
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
623
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
624
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
625
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
626
  msgid "fee of"
869
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:580
870
  msgid "Configure your credentials to enable Mercado Pago payment methods."
871
  msgstr ""
872
+ "Completa tus credenciales para habilitar los medios de pago Mercado Pago."
 
873
 
874
  #. translators: %s url
875
  #. translators: %s url
1756
  "sus ventajas."
1757
 
1758
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1759
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1760
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1761
  msgid "A problem occurred when processing your payment. Please try again."
1762
  msgstr ""
1763
  "Un problema se produjo al procesar su pago. Por favor, inténtelo de nuevo."
1764
 
1765
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1766
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1767
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1768
  msgid ""
1769
  "A problem occurred when processing your payment. Are you sure you have "
1770
  "correctly filled in all the information on the checkout form?"
1773
  "correctamente toda la información en el formulario de checkout?"
1774
 
1775
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1776
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1777
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1778
  msgid "The customer has not paid yet."
1779
  msgstr "El cliente no ha pagado todavía."
1780
 
1831
  #. translators: %s checkout
1832
  #. translators: %s checkout
1833
  #. translators: %s checkout
1834
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1836
  msgid "Checkout of payments with cash %s"
1837
  msgstr "Paga con dinero en efectivo"
1838
 
1839
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1841
  msgid "Accept face-to-face payments, do not leave anyone out!"
1842
  msgstr "Acepta pagos presenciales ¡no dejes a nadie afuera!"
1843
 
1844
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1846
  msgid "Include this preferred purchase option by some customers."
1847
  msgstr "Incluye esta opción de compra preferida por algunos clientes."
1848
 
1849
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1850
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1851
  msgid ""
1852
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1853
  "options available to your customers."
1855
  "Habilita Mercado Pago para pagos en efectivo en tu tienda y <br> selecciona "
1856
  "las opciones disponibles para tus clientes."
1857
 
1858
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1860
  msgid "Set payment preferences with cash"
1861
  msgstr "Configura las preferencias de pago con dinero en efectivo"
1862
 
1863
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1864
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1865
  msgid "Advanced configuration of the cash payment experience"
1866
  msgstr "Configuración avanzada de la experiencia de pago en efectivo"
1867
 
1868
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1869
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1870
  msgid "Reduce inventory"
1871
  msgstr "Reducir inventario"
1872
 
1873
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1874
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1875
  msgid ""
1876
  "Activates inventory reduction during the creation of an order, whether or "
1877
  "not the final payment is credited. Disable this option to reduce it only "
1881
  "acredite o no el pago final. Desactiva esta opción para reducirlo solo "
1882
  "cuando los pagos estén aprobados."
1883
 
1884
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1885
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1886
  msgid "Payment Due"
1887
  msgstr "Vencimiento del pago"
1888
 
1889
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1890
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1891
  msgid "In how many days will cash payments expire."
1892
  msgstr "En cuántos días caducarán los pagos en efectivo."
1893
 
1894
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1895
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1896
  msgid "All payment methods"
1897
  msgstr "Todos los medios de pago"
1898
 
1899
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1900
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1901
  msgid "Offline Methods in Test Mode"
1902
  msgstr "Facturas en Modo Test"
1903
 
1904
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1905
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1906
  msgid ""
1907
  "You can test the flow to generate an invoice, but you cannot finalize the "
1908
  "payment."
1910
  "Es posible testear el flujo para generar una factura, pero no es posible "
1911
  "finalizar el pago."
1912
 
1913
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1914
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1915
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1916
  msgid ""
1917
  "There was a problem processing your payment. Are you sure you have correctly "
1918
  "filled out all the information on the payment form?"
1920
  "Se produjo un problema al procesar su pago. ¿Está seguro de que ha llenado "
1921
  "correctamente toda la información en el formulario de pago?"
1922
 
1923
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1924
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1925
  msgid "To print the ticket again click"
1926
  msgstr "Para imprimir nuevamente el ticket hace clic"
1927
 
1928
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1929
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1930
  msgid "here"
1931
  msgstr "aquí"
1932
 
1933
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1934
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1935
+ msgid " and "
1936
+ msgstr " y "
1937
+
1938
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1939
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1940
  msgid "Payment made"
1941
  msgstr "Pago realizado"
1942
 
1943
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1944
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1945
  msgid "Payment made by the buyer and already credited in the account."
1946
  msgstr ""
1947
  "El pago realizado por el comprador y que ya está acreditado en la cuenta."
1948
 
1949
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1951
  msgid "Call resolved"
1952
  msgstr "Llamado resuelto"
1953
 
1954
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1955
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1957
  msgid "Please contact Mercado Pago for further details."
1958
  msgstr "Contacta a Mercado Pago para saber más detalles."
1959
 
1960
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1962
  msgid "Payment refunded"
1963
  msgstr "Pago devuelto"
1964
 
1965
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid ""
1968
  "Your refund request has been made. Please contact Mercado Pago for further "
1969
  "details."
1971
  "Tu pedido de reebolso ya fue realizado. Contacta a Mercado Pago para saber "
1972
  "más detalles."
1973
 
1974
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1975
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1977
  msgid "Payment returned"
1978
  msgstr "Pago devuelto"
1979
 
1980
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "The payment has been returned to the client."
1983
  msgstr "El pago ya fue devuelto al cliente."
1984
 
1985
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1987
  msgid "The payment has been partially returned to the client."
1988
  msgstr "El pago ya fue devuelto parcialmente al cliente."
1989
 
1990
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1992
  msgid "Payment canceled"
1993
  msgstr "Pago cancelado"
1994
 
1995
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1997
  msgid "The payment has been successfully canceled."
1998
  msgstr "El pago fue cancelado con éxito."
1999
 
2000
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
2002
  msgid "Purchase canceled"
2003
  msgstr "Compra cancelada"
2004
 
2005
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2007
  msgid "The payment has been canceled by the customer."
2008
  msgstr "El pago fue cancelado por el cliente."
2009
 
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2020
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2021
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2022
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2024
  msgid "Pending payment"
2025
  msgstr "Cobro pendiente"
2026
 
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2028
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2029
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2030
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2032
  msgid "Awaiting payment from the buyer."
2033
  msgstr "Esperando el pago del comprador."
2034
 
2035
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2036
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2037
  msgid ""
2038
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2039
  "everything is fine so that you can deliver the product or provide the "
2042
  "Estamos revisando el pago. En menos de 6 horas te avisaremos por e-mail si "
2043
  "está todo bien para que puedas entregar el producto o brindar el servicio."
2044
 
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2071
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2072
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2073
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2074
  msgid "Declined payment"
2075
  msgstr "Cobro rechazado"
2076
 
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2082
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2083
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2084
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2085
  msgid ""
2086
  "The card-issuing bank declined the payment. Please ask your client to use "
2087
  "another card or to get in touch with the bank."
2089
  "El banco emisor de la tarjeta rechazó el pago. Pedile a tu cliente que use "
2090
  "otra tarjeta o que se comunique con su banco."
2091
 
2092
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2093
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2094
  msgid "Payment authorized. Awaiting capture."
2095
  msgstr "Pago autorizado. Esperando captura."
2096
 
2097
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2098
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2099
  msgid ""
2100
  "The payment has been authorized on the client's card. Please capture the "
2101
  "payment."
2102
  msgstr ""
2103
  "Ya se autorizó el pago en la tarjeta del cliente. Haz la captura del pago."
2104
 
2105
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2106
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2107
  msgid "Payment in process"
2108
  msgstr "Pago en proceso"
2109
 
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2111
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2112
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2113
  msgid "Please wait or contact Mercado Pago for further details"
2114
  msgstr "Espera o contacta a Mercado Pago para saber más detalles"
2115
 
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2117
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2118
  msgid ""
2119
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2120
  "will notify you via email so that you can deliver the product or provide the "
2123
  "El banco está revisando el pago. Te avisaremos por e-mail cuando esté "
2124
  "confirmado para que puedas entregar el producto o brindar el servicio."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Esperando validación de los datos de pago.."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Esperando al comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Espererando al emisor de la tarjeta.."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "El pago no fue procesado por el banco. Pídele a tu cliente que use otro "
2150
  "medio de pago o que se contacte con el banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "Mercado Pago no procesó el pago"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Venció el plazo para el pago"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "El cliente no pagó dentro del límite de tiempo.."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "El código de seguridad de la tarjeta es inválido. Revisá los datos que "
2176
  "ingresaste o pedile a tu cliente que use otra tarjeta."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "La tarjeta está vencida. Pedile a tu cliente que use otra tarjeta o que se "
2185
  "comunique con su banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Rechazamos este pago porque no pasó los controles de seguridad de Mercado "
2196
  "Pago. Pedile a tu cliente que use otra tarjeta."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "El comprador está suspendido en Mercado Pago. Tu cliente debe comunicarse "
2206
  "con nosotros para ver qué pasó."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "La tarjeta no tiene límite disponible. Pedile a tu cliente que use otra "
2215
  "tarjeta o que se comunique con su banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "La tarjeta no tiene fondos suficientes. Pedile a tu cliente que use otra "
2224
  "tarjeta o que se comunique con su banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "Se ingresó varias veces mal el código de seguridad de la tarjeta. Pedile a "
2233
  "tu cliente que use otra tarjeta o que se comunique con su banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "La tarjeta no acepta la cantidad de cuotas ingresadas. Pedile a tu cliente "
2242
  "que elija otro plan de cuotas o que use otra tarjeta."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2250
  "El banco emisor de la tarjeta no autorizó el pago. Pedile a tu cliente que "
2251
  "se contacte con el banco para autorizarlo o que use otra tarjeta."
2252
 
2253
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2255
  msgid ""
2256
  "From Mercado Pago we have detected that this payment has already been made "
2257
  "before. If that is not the case, your client may try to pay again."
2259
  "Desde Mercado Pago detectamos que este pago ya se hizo anteriormente. Si no "
2260
  "es así, tu cliente puede intentarlo de nuevo."
2261
 
2262
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2264
  msgid ""
2265
  "The card is not active yet. Please ask your client to use another card or to "
2266
  "get in touch with the bank to activate it."
2268
  "La tarjeta aún no está habilitada. Pedile a tu cliente que use otra tarjeta "
2269
  "o que se comunique con su banco para activarla."
2270
 
2271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2272
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2273
  msgid ""
2274
  "The amount exceeded the card limit. Please ask your client to use another "
2275
  "card or to get in touch with the bank."
2277
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2278
  "tarjeta o que se comunique con el banco."
2279
 
2280
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2281
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2284
  msgid ""
2285
  "Please ask your client to use another card or to get in touch with the card "
2286
  "issuer."
2288
  "Pídele a tu cliente que use otra tarjeta o que se comunique con el emisor de "
2289
  "la tarjeta."
2290
 
2291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2292
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2293
  msgid ""
2294
  "The amount exceeded the card's limit. Please ask your client to use another "
2295
  "card or to get in touch with the bank."
2297
  "El valor excedió el límite de la tarjeta. Pídele a tu cliente que use otra "
2298
  "tarjeta o que se comunique con el banco."
2299
 
2300
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2301
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2302
  msgid ""
2303
  "The credit function is not enabled for the card. Please tell your client "
2304
  "that it is possible to pay with debit or to use another one."
2306
  "La función crédito de la tarjeta está deshabilitada. Dile a tu cliente que "
2307
  "puede pagar con la función débito de la misma tarjeta o pídele que use otra."
2308
 
2309
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2310
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2311
  msgid ""
2312
  "The debit function is not enabled for the card. Please tell your client that "
2313
  "it is possible to pay with credit or to use another one."
2315
  "La función débito de la tarjeta está deshabilitada. Dile a tu cliente que "
2316
  "puede pagar con la función crédito de la misma tarjeta o pídele que use otra."
2317
 
2318
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2320
  msgid ""
2321
  "The card-issuing bank declined the payment. Please instruct your client to "
2322
  "ask the bank to authorize it."
2324
  "El banco emisor de la tarjeta rechazó el pago. Pídele a tu cliente que se "
2325
  "comunique con el banco para autorizar el pago."
2326
 
2327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2328
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2329
  msgid ""
2330
  "The buyer does not have enough balance to make the purchase. Please ask your "
2331
  "client to deposit money to the Mercado Pago Account or to use a different "
2335
  "Pídele a tu cliente que cargue saldo en Mercado Pago o que use otro medio de "
2336
  "pago."
2337
 
2338
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2340
  msgid "There was an error"
2341
  msgstr "Hubo un error"
2342
 
2343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2344
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2345
  msgid "The transaction could not be completed."
2346
  msgstr "No fue posible completar la transacción."
2347
 
2348
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2349
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2350
  msgid "Payment status on Mercado Pago"
2351
  msgstr "Estado de pago en el Mercado Pago"
2352
 
2353
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2354
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2356
  msgid "View purchase details at Mercado Pago"
2357
  msgstr "Ver detalles de compra en Mercado Pago"
2358
 
2359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2360
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2361
  msgid "Check the reasons why the purchase was declined."
2362
  msgstr "Consulta los motivos del rechazo de tu compra."
2363
 
2670
  msgstr "Copiar código"
2671
 
2672
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2673
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2674
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2675
  msgid "Response from cache"
2676
+ msgstr "Respuesta de la caché"
2677
 
2678
  #. translators: 1: total_time currency 2: url
2679
  #. translators: 1: total_time currency 2: url
2681
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2682
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2683
  msgid "Took %1$s seconds to transfer a request to %2$s"
2684
+ msgstr "Se han tardado %1$s segundos para transferir una solicitud a %2$s"
2685
 
2686
  #: ../../templates/checkout/basic-checkout.php:26,
2687
  #: ../../templates/checkout/custom-checkout.php:64,
2746
  msgstr "Ver promociones vigentes"
2747
 
2748
  #: ../../templates/checkout/custom-checkout.php:84,
2749
+ #: ../../templates/checkout/ticket-checkout.php:27,
2750
+ #: ../../templates/checkout/ticket-checkout.php:27
2751
  msgid "Enter your discount coupon"
2752
  msgstr "Ingresa tu cupón de descuento"
2753
 
2754
  #: ../../templates/checkout/custom-checkout.php:88,
2755
+ #: ../../templates/checkout/ticket-checkout.php:31,
2756
+ #: ../../templates/checkout/ticket-checkout.php:31
2757
  msgid "Enter your coupon"
2758
  msgstr "Ingresa tu cupón"
2759
 
2760
  #: ../../templates/checkout/custom-checkout.php:95,
2761
+ #: ../../templates/checkout/ticket-checkout.php:38,
2762
+ #: ../../templates/checkout/ticket-checkout.php:38
2763
  msgid "The code you entered is incorrect"
2764
  msgstr "El código que ingresaste es incorrecto"
2765
 
2832
  msgstr "para"
2833
 
2834
  #: ../../templates/checkout/custom-checkout.php:196,
2835
+ #: ../../templates/checkout/ticket-checkout.php:51,
2836
+ #: ../../templates/checkout/ticket-checkout.php:51
2837
  msgid "Enter your document number"
2838
  msgstr "Ingresa tu número de documento"
2839
 
2840
  #: ../../templates/checkout/custom-checkout.php:202,
2841
+ #: ../../templates/checkout/ticket-checkout.php:53,
2842
+ #: ../../templates/checkout/ticket-checkout.php:53
2843
  msgid "Type"
2844
  msgstr "Tipo"
2845
 
2846
  #: ../../templates/checkout/custom-checkout.php:209,
2847
+ #: ../../templates/checkout/ticket-checkout.php:59,
2848
+ #: ../../templates/checkout/ticket-checkout.php:59
2849
  msgid "Document number"
2850
  msgstr "Número de documento"
2851
 
2856
 
2857
  #: ../../templates/checkout/custom-checkout.php:212,
2858
  #: ../../templates/checkout/custom-checkout.php:213,
2859
+ #: ../../templates/checkout/ticket-checkout.php:62,
2860
+ #: ../../templates/checkout/ticket-checkout.php:122,
2861
+ #: ../../templates/checkout/ticket-checkout.php:122
2862
  msgid "Invalid Document Number"
2863
  msgstr "Número de documento no válido"
2864
 
2878
  "When you finish the order, you will see the code to complete the payment."
2879
  msgstr "Cuando termines el pedido, verás el código para completar el pago."
2880
 
2881
+ #: ../../templates/checkout/ticket-checkout.php:55,
2882
+ #: ../../templates/checkout/ticket-checkout.php:55
2883
  msgid "CI"
2884
  msgstr "CI"
2885
 
2886
+ #: ../../templates/checkout/ticket-checkout.php:61,
2887
+ #: ../../templates/checkout/ticket-checkout.php:121,
2888
+ #: ../../templates/checkout/ticket-checkout.php:121
2889
  msgid "You must provide your document number"
2890
  msgstr "Debe informar su número de documento"
2891
 
2892
+ #: ../../templates/checkout/ticket-checkout.php:68,
2893
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2894
  msgid "Complete all fields, they are mandatory."
2895
  msgstr "Complete todos los campos, son obligatorios."
2896
 
2897
+ #: ../../templates/checkout/ticket-checkout.php:77,
2898
+ #: ../../templates/checkout/ticket-checkout.php:77
2899
+ msgid "Select the issuer with whom you want to process the payment"
2900
+ msgstr "Selecciona el emisor con el que quieras procesar el pago"
2901
+
2902
+ #: ../../templates/checkout/ticket-checkout.php:106,
2903
+ #: ../../templates/checkout/ticket-checkout.php:106
2904
+ msgid "Lottery"
2905
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2906
 
2907
  #: ../../templates/checkout/ticket-checkout.php:119,
2908
  #: ../../templates/checkout/ticket-checkout.php:119
2909
+ msgid "CPF/CNPJ"
2910
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2911
 
2912
  #: ../../templates/order/payment-status-metabox-content.php:20,
2913
  #: ../../templates/order/payment-status-metabox-content.php:20
2984
  #~ msgid "Payment refused"
2985
  #~ msgstr "Pago rechazado"
2986
 
2987
+ #~ msgid "Physical person"
2988
+ #~ msgstr "Persona Física"
2989
+
2990
+ #~ msgid "Legal person"
2991
+ #~ msgstr "Persona Jurídica"
2992
+
2993
+ #~ msgid "Name"
2994
+ #~ msgstr "Nome"
2995
+
2996
+ #~ msgid "Social reason"
2997
+ #~ msgstr "Razón social"
2998
+
2999
+ #~ msgid "You must inform your name"
3000
+ #~ msgstr "Debes informar tu nombre"
3001
+
3002
+ #~ msgid "Surname"
3003
+ #~ msgstr "Apellido"
3004
+
3005
+ #~ msgid "You must inform your last name"
3006
+ #~ msgstr "Debes informar tu apellido"
3007
+
3008
+ #~ msgid "CPF"
3009
+ #~ msgstr "CPF"
3010
+
3011
+ #~ msgid "Address"
3012
+ #~ msgstr "Dirección"
3013
+
3014
+ #~ msgid "You must inform your address"
3015
+ #~ msgstr "Debes informar tu dirección"
3016
+
3017
+ #~ msgid "Number"
3018
+ #~ msgstr "Número"
3019
+
3020
+ #~ msgid "You must provide your address number"
3021
+ #~ msgstr "Debe informar su número de dirección"
3022
+
3023
+ #~ msgid "City"
3024
+ #~ msgstr "Ciudad"
3025
+
3026
+ #~ msgid "You must inform your city"
3027
+ #~ msgstr "Debes informar a tu ciudad"
3028
+
3029
+ #~ msgid "State"
3030
+ #~ msgstr "Estado"
3031
+
3032
+ #~ msgid "Select state\""
3033
+ #~ msgstr "Seleccione"
3034
+
3035
+ #~ msgid "You must inform your status"
3036
+ #~ msgstr "Debes informar a tu estado"
3037
+
3038
+ #~ msgid "Postal Code"
3039
+ #~ msgstr "Código postal"
3040
+
3041
+ #~ msgid "You must provide your zip code"
3042
+ #~ msgstr "Debes informar tu código postal"
3043
+
3044
  #~ msgid "See the reasons for refusing your purchase."
3045
  #~ msgstr "Vea las razones para rechazar su compra."
3046
 
i18n/languages/woocommerce-mercadopago-pt_BR.mo CHANGED
Binary file
i18n/languages/woocommerce-mercadopago-pt_BR.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: Mercado Pago payments for WooCommerce 5.5.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
- "PO-Revision-Date: 2021-10-19 16:35-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pt_BR\n"
@@ -36,8 +36,8 @@ msgstr "Converter moeda"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304,
40
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
41
  msgid "No"
42
  msgstr "Não"
43
 
@@ -48,8 +48,8 @@ msgstr "Não"
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
52
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
53
  msgid "Yes"
54
  msgstr "Sim"
55
 
@@ -98,8 +98,8 @@ msgstr ""
98
  "A loja deve ter HTTPS para ativar o Checkout Personalizado e o Ticket "
99
  "Checkout."
100
 
101
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487,
102
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487
103
  msgid "Invalid credentials"
104
  msgstr "Credenciais inválidas"
105
 
@@ -140,61 +140,61 @@ msgstr ""
140
  msgid "Cancel order"
141
  msgstr "Cancelar ordem"
142
 
143
- #: ../../includes/module/class-wc-woomercadopago-module.php:356,
144
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
146
  msgid "Fill in your credentials to enable payment methods."
147
  msgstr "Complete suas credenciais para habilitar os meios de pagamento."
148
 
149
- #: ../../includes/module/class-wc-woomercadopago-module.php:371,
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:371
151
  msgid "Set up"
152
  msgstr "Configurar"
153
 
154
- #: ../../includes/module/class-wc-woomercadopago-module.php:372,
155
- #: ../../includes/module/class-wc-woomercadopago-module.php:372
156
  msgid "Your opinion helps us get better"
157
  msgstr "Sua opinião nos ajuda a melhorar"
158
 
159
- #: ../../includes/module/class-wc-woomercadopago-module.php:373,
160
- #: ../../includes/module/class-wc-woomercadopago-module.php:373
161
  msgid "Guides and Documentation"
162
  msgstr "Guias e documentação"
163
 
164
- #: ../../includes/module/class-wc-woomercadopago-module.php:374,
165
- #: ../../includes/module/class-wc-woomercadopago-module.php:374
166
  msgid "Report Problem"
167
  msgstr "Informar problema"
168
 
169
- #: ../../includes/module/class-wc-woomercadopago-module.php:463,
170
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
172
  msgid "By continuing, you agree to our "
173
  msgstr "Ao continuar, você concorda com nossos "
174
 
175
- #: ../../includes/module/class-wc-woomercadopago-module.php:465,
176
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
178
  msgid "Terms and Conditions"
179
  msgstr "Termos e Condições"
180
 
181
- #: ../../includes/module/class-wc-woomercadopago-module.php:481,
182
- #: ../../includes/module/class-wc-woomercadopago-module.php:481
183
  msgid "By Mercado Pago"
184
  msgstr "Por Mercado Pago"
185
 
186
- #: ../../includes/module/class-wc-woomercadopago-module.php:514,
187
- #: ../../includes/module/class-wc-woomercadopago-module.php:514
188
  msgid "The payment method is not valid or not available."
189
  msgstr "O meio de pagamento não é válido ou não está disponível."
190
 
191
- #: ../../includes/module/class-wc-woomercadopago-module.php:517,
192
- #: ../../includes/module/class-wc-woomercadopago-module.php:517
193
  msgid "The transaction amount cannot be processed by Mercado Pago."
194
  msgstr "O valor da transação não pode ser processado pelo Mercado Pago."
195
 
196
- #: ../../includes/module/class-wc-woomercadopago-module.php:518,
197
- #: ../../includes/module/class-wc-woomercadopago-module.php:518
198
  msgid ""
199
  "Possible causes: Currency not supported; Amounts below the minimum or above "
200
  "the maximum allowed."
@@ -202,13 +202,13 @@ msgstr ""
202
  "Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do "
203
  "máximo permitido."
204
 
205
- #: ../../includes/module/class-wc-woomercadopago-module.php:521,
206
- #: ../../includes/module/class-wc-woomercadopago-module.php:521
207
  msgid "The users are not valid."
208
  msgstr "Os usuários não são válidos."
209
 
210
- #: ../../includes/module/class-wc-woomercadopago-module.php:522,
211
- #: ../../includes/module/class-wc-woomercadopago-module.php:522
212
  msgid ""
213
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
214
  "transaction involving production and test users."
@@ -216,68 +216,68 @@ msgstr ""
216
  "Possíveis causas: o comprador e o vendedor têm a mesma conta no Mercado "
217
  "Pago; A transação está envolvendo usuários de produção e teste."
218
 
219
- #: ../../includes/module/class-wc-woomercadopago-module.php:525,
220
- #: ../../includes/module/class-wc-woomercadopago-module.php:525
221
  msgid "Unauthorized use of production credentials."
222
  msgstr "Uso não autorizado de credenciais de produção."
223
 
224
- #: ../../includes/module/class-wc-woomercadopago-module.php:526,
225
- #: ../../includes/module/class-wc-woomercadopago-module.php:526
226
  msgid ""
227
  "Possible causes: Use permission in use for the credential of the seller."
228
  msgstr ""
229
  "Possíveis causas: Pendência de permissão de uso na produção para a "
230
  "credencial do vendedor."
231
 
232
- #: ../../includes/module/class-wc-woomercadopago-module.php:643,
233
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
235
  msgid "Colombia"
236
  msgstr "Colombia"
237
 
238
- #: ../../includes/module/class-wc-woomercadopago-module.php:645,
239
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
241
  msgid "Argentina"
242
  msgstr "Argentina"
243
 
244
- #: ../../includes/module/class-wc-woomercadopago-module.php:647,
245
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
247
  msgid "Brazil"
248
  msgstr "Brasil"
249
 
250
- #: ../../includes/module/class-wc-woomercadopago-module.php:649,
251
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
253
  msgid "Chile"
254
  msgstr "Chile"
255
 
256
- #: ../../includes/module/class-wc-woomercadopago-module.php:651,
257
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
259
  msgid "Mexico"
260
  msgstr "México"
261
 
262
- #: ../../includes/module/class-wc-woomercadopago-module.php:653,
263
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
265
  msgid "Uruguay"
266
  msgstr "Uruguai"
267
 
268
- #: ../../includes/module/class-wc-woomercadopago-module.php:655,
269
- #: ../../includes/module/class-wc-woomercadopago-module.php:655
270
  msgid "Venezuela"
271
  msgstr "Venezuela"
272
 
273
- #: ../../includes/module/class-wc-woomercadopago-module.php:657,
274
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
276
  msgid "Peru"
277
  msgstr "Perú"
278
 
279
- #: ../../includes/module/class-wc-woomercadopago-module.php:689,
280
- #: ../../includes/module/class-wc-woomercadopago-module.php:689
281
  msgid "Update the WooCommerce order to "
282
  msgstr "Atualizar a ordem do WooCommerce para "
283
 
@@ -441,8 +441,8 @@ msgstr ""
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
443
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
444
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247,
445
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
446
  msgid "Configure Mercado Pago for WooCommerce"
447
  msgstr "Insira as informações do seu negócio"
448
 
@@ -557,20 +557,20 @@ msgid "Select credit cards"
557
  msgstr "Selecione cartões de crédito"
558
 
559
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
560
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356,
561
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
562
  msgid "Payment methods"
563
  msgstr "Meios de pagamento"
564
 
565
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
566
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
567
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
568
  msgid "Choose the available payment methods in your store."
569
  msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
570
 
571
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
572
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360,
573
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
574
  msgid "Activate the available payment methods to your clients."
575
  msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
576
 
@@ -607,8 +607,8 @@ msgstr "regras do modo teste"
607
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
608
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
609
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
610
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489,
611
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
613
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
614
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
@@ -621,8 +621,8 @@ msgstr "desconto de"
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
622
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
623
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
624
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494,
625
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481,
626
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
627
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
628
  msgid "fee of"
@@ -1016,7 +1016,8 @@ msgstr "Ative a experiência do Mercado Pago no checkout da sua loja."
1016
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:923,
1017
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:923
1018
  msgid "Add credentials to &quot;Test Mode&quot; or &quot;Production Mode&quot;"
1019
- msgstr "Insira credenciais para Modo Teste ou Modo Produção"
 
1020
 
1021
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:936,
1022
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:936
@@ -1752,15 +1753,15 @@ msgstr ""
1752
  "nova forma de pagamento."
1753
 
1754
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1755
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600,
1756
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1757
  msgid "A problem occurred when processing your payment. Please try again."
1758
  msgstr ""
1759
  "Um problema ocorreu ao processar seu pagamento. Por favor, tente novamente."
1760
 
1761
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1762
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586,
1763
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1764
  msgid ""
1765
  "A problem occurred when processing your payment. Are you sure you have "
1766
  "correctly filled in all the information on the checkout form?"
@@ -1769,8 +1770,8 @@ msgstr ""
1769
  "preencheu corretamente todos os campos do formulário do checkout?"
1770
 
1771
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1772
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561,
1773
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1774
  msgid "The customer has not paid yet."
1775
  msgstr "Cliente ainda não pagou."
1776
 
@@ -1826,23 +1827,23 @@ msgstr "Pagamentos via boleto e em lotéricas"
1826
  #. translators: %s checkout
1827
  #. translators: %s checkout
1828
  #. translators: %s checkout
1829
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223,
1830
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1831
  msgid "Checkout of payments with cash %s"
1832
  msgstr "Checkout de pagamentos via boleto ou em lotérica %s"
1833
 
1834
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226,
1835
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1836
  msgid "Accept face-to-face payments, do not leave anyone out!"
1837
  msgstr "Aceite pagamentos presenciais e amplie as opções de compra!"
1838
 
1839
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230,
1840
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1841
  msgid "Include this preferred purchase option by some customers."
1842
  msgstr "Incluí esta opção de compra preferida por alguns clientes."
1843
 
1844
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260,
1845
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1846
  msgid ""
1847
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1848
  "options available to your customers."
@@ -1850,24 +1851,24 @@ msgstr ""
1850
  "Habilite o Mercado Pago na sua loja e selecione os meios de<br> pagamento "
1851
  "via boleto e em lotéricas disponíveis para os seus clientes."
1852
 
1853
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273,
1854
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1855
  msgid "Set payment preferences with cash"
1856
  msgstr "Configure as experiências de pagamentos via boleto e em lotéricas"
1857
 
1858
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286,
1859
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1860
  msgid "Advanced configuration of the cash payment experience"
1861
  msgstr ""
1862
  "Configuração avançada da experiência de pagamento via boleto e em lotéricas"
1863
 
1864
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299,
1865
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1866
  msgid "Reduce inventory"
1867
  msgstr "Reduzir inventário"
1868
 
1869
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302,
1870
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1871
  msgid ""
1872
  "Activates inventory reduction during the creation of an order, whether or "
1873
  "not the final payment is credited. Disable this option to reduce it only "
@@ -1877,28 +1878,28 @@ msgstr ""
1877
  "pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando "
1878
  "os pagamentos estiverem aprovados."
1879
 
1880
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317,
1881
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1882
  msgid "Payment Due"
1883
  msgstr "Vencimento do pagamento"
1884
 
1885
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319,
1886
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1887
  msgid "In how many days will cash payments expire."
1888
  msgstr "Em quantos dias os pagamentos via boleto e em lotéricas vencerão."
1889
 
1890
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349,
1891
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1892
  msgid "All payment methods"
1893
  msgstr "Todos os meios de pagamento"
1894
 
1895
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416,
1896
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1897
  msgid "Offline Methods in Test Mode"
1898
  msgstr "Meios offline em Modo Teste"
1899
 
1900
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1901
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1902
  msgid ""
1903
  "You can test the flow to generate an invoice, but you cannot finalize the "
1904
  "payment."
@@ -1906,9 +1907,9 @@ msgstr ""
1906
  "É possível testar o fluxo para gerar uma fatura, mas não é possível "
1907
  "finalizar o pagamento."
1908
 
1909
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511,
1910
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529,
1911
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1912
  msgid ""
1913
  "There was a problem processing your payment. Are you sure you have correctly "
1914
  "filled out all the information on the payment form?"
@@ -1916,44 +1917,49 @@ msgstr ""
1916
  "Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu "
1917
  "corretamente todas as informações no formulário de pagamento?"
1918
 
1919
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566,
1920
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1921
  msgid "To print the ticket again click"
1922
  msgstr "Para reimprimir o boleto clique"
1923
 
1924
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569,
1925
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1926
  msgid "here"
1927
  msgstr "aqui"
1928
 
1929
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61,
1930
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
 
1931
  msgid "Payment made"
1932
  msgstr "Pagamento realizado"
1933
 
1934
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62,
1935
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1936
  msgid "Payment made by the buyer and already credited in the account."
1937
  msgstr "Pagamento realizado pelo comprador e já creditado na conta."
1938
 
1939
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65,
1940
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1941
  msgid "Call resolved"
1942
  msgstr "Chamado resolvido"
1943
 
1944
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66,
1945
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166,
1946
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1947
  msgid "Please contact Mercado Pago for further details."
1948
  msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes."
1949
 
1950
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1951
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1952
  msgid "Payment refunded"
1953
  msgstr "Pagamento devolvido"
1954
 
1955
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70,
1956
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1957
  msgid ""
1958
  "Your refund request has been made. Please contact Mercado Pago for further "
1959
  "details."
@@ -1961,69 +1967,69 @@ msgstr ""
1961
  "Seu pedido de reembolso já foi realizado. Entre em contato com o Mercado "
1962
  "Pago para consultar mais detalhes."
1963
 
1964
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1965
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1966
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1967
  msgid "Payment returned"
1968
  msgstr "Pagamento devolvido"
1969
 
1970
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74,
1971
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1972
  msgid "The payment has been returned to the client."
1973
  msgstr "O pagamento já foi devolvido ao cliente."
1974
 
1975
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78,
1976
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1977
  msgid "The payment has been partially returned to the client."
1978
  msgstr "O pagamento já foi devolvido parcialmente ao cliente."
1979
 
1980
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1981
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1982
  msgid "Payment canceled"
1983
  msgstr "Pagamento cancelado"
1984
 
1985
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82,
1986
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1987
  msgid "The payment has been successfully canceled."
1988
  msgstr "O pagamento foi cancelado com sucesso."
1989
 
1990
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1991
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1992
  msgid "Purchase canceled"
1993
  msgstr "Compra cancelada"
1994
 
1995
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86,
1996
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
1997
  msgid "The payment has been canceled by the customer."
1998
  msgstr "O pagamento foi cancelado pelo cliente."
1999
 
2000
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
2001
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2002
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2003
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2004
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2005
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2006
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2007
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2008
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2009
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2010
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2011
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2012
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2013
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
2014
  msgid "Pending payment"
2015
  msgstr "Pagamento pendente"
2016
 
2017
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90,
2018
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94,
2019
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98,
2020
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102,
2021
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
2022
  msgid "Awaiting payment from the buyer."
2023
  msgstr "Aguardando pagamento do comprador."
2024
 
2025
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106,
2026
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
2027
  msgid ""
2028
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2029
  "everything is fine so that you can deliver the product or provide the "
@@ -2033,46 +2039,46 @@ msgstr ""
2033
  "se está tudo certo para que você possa entregar o produto ou oferecer o "
2034
  "serviço."
2035
 
2036
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2037
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2038
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2039
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2040
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2041
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
2042
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2043
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2044
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2045
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2046
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2047
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2048
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203,
2049
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2050
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2051
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2052
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2053
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2054
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2055
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2056
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2057
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2058
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2059
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2060
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2061
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2062
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269,
2063
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2064
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2065
  msgid "Declined payment"
2066
  msgstr "Pagamento recusado"
2067
 
2068
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110,
2069
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154,
2070
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158,
2071
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162,
2072
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174,
2073
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194,
2074
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2075
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
2076
  msgid ""
2077
  "The card-issuing bank declined the payment. Please ask your client to use "
2078
  "another card or to get in touch with the bank."
@@ -2080,13 +2086,13 @@ msgstr ""
2080
  "O banco emissor do cartão recusou o pagamento. Peça para seu cliente usar "
2081
  "outro cartão ou entrar em contato com o banco."
2082
 
2083
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2084
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2085
  msgid "Payment authorized. Awaiting capture."
2086
  msgstr "Pagamento autorizado. Aguardando captura."
2087
 
2088
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114,
2089
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
2090
  msgid ""
2091
  "The payment has been authorized on the client's card. Please capture the "
2092
  "payment."
@@ -2094,20 +2100,20 @@ msgstr ""
2094
  "O pagamento já foi autorizado no cartão do cliente. Faça a captura do "
2095
  "pagamento."
2096
 
2097
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2098
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
2099
  msgid "Payment in process"
2100
  msgstr "Pagamento em processamento"
2101
 
2102
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118,
2103
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138,
2104
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
2105
  msgid "Please wait or contact Mercado Pago for further details"
2106
  msgstr ""
2107
  "Aguarde ou entre em contato com o Mercado Pago para consultar mais detalhes"
2108
 
2109
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122,
2110
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
2111
  msgid ""
2112
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2113
  "will notify you via email so that you can deliver the product or provide the "
@@ -2117,25 +2123,25 @@ msgstr ""
2117
  "recebermos a confirmação para que você possa entregar o produto ou oferecer "
2118
  "o serviço."
2119
 
2120
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126,
2121
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130,
2122
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134,
2123
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
2124
  msgid "Awaiting payment information validation."
2125
  msgstr "Aguardando validação das informações de pagamento."
2126
 
2127
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142,
2128
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
2129
  msgid "Waiting for the buyer."
2130
  msgstr "Aguardando o comprador."
2131
 
2132
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146,
2133
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
2134
  msgid "Waiting for the card issuer."
2135
  msgstr "Aguardando o emissor do cartão."
2136
 
2137
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150,
2138
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
2139
  msgid ""
2140
  "The payment could not be processed. Please ask your client to use another "
2141
  "card or to get in touch with the bank."
@@ -2143,25 +2149,25 @@ msgstr ""
2143
  "O pagamento não foi processado pelo banco. Peça para seu cliente usar outro "
2144
  "meio de pagamento ou entrar em contato com o banco."
2145
 
2146
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2147
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
2148
  msgid "Mercado Pago did not process the payment"
2149
  msgstr "O Mercado Pago não processou o pagamento"
2150
 
2151
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2152
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2153
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2154
  msgid "Expired payment deadline"
2155
  msgstr "Prazo expirado para pagamento"
2156
 
2157
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170,
2158
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260,
2159
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
2160
  msgid "The client did not pay within the time limit."
2161
  msgstr "O cliente não pagou dentro do limite de tempo."
2162
 
2163
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178,
2164
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
2165
  msgid ""
2166
  "The CVV is invalid. Please ask your client to review the details or use "
2167
  "another card."
@@ -2169,8 +2175,8 @@ msgstr ""
2169
  "O código de segurança é inválido. Por favor, peça para seu cliente revisar "
2170
  "os dados ou usar outro cartão."
2171
 
2172
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182,
2173
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
2174
  msgid ""
2175
  "The card is expired. Please ask your client to use another card or to "
2176
  "contact the bank."
@@ -2178,10 +2184,10 @@ msgstr ""
2178
  "O cartão está vencido. Por favor, peça para seu cliente usar outro cartão ou "
2179
  "entrar em contato com o banco."
2180
 
2181
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186,
2182
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232,
2183
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236,
2184
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
2185
  msgid ""
2186
  "This payment was declined because it did not pass Mercado Pago security "
2187
  "controls. Please ask your client to use another card."
@@ -2189,9 +2195,9 @@ msgstr ""
2189
  "Este pagamento foi recusado porque não passou pelos controles de segurança "
2190
  "do Mercado Pago. Peça para seu cliente usar outro cartão."
2191
 
2192
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190,
2193
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228,
2194
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
2195
  msgid ""
2196
  "The buyer is suspended in our platform. Your client must contact us to check "
2197
  "what happened."
@@ -2199,8 +2205,8 @@ msgstr ""
2199
  "O comprador está suspenso no Mercado Pago. Seu cliente precisa entrar em "
2200
  "contato conosco para saber o que aconteceu."
2201
 
2202
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199,
2203
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
2204
  msgid ""
2205
  "The card does not have enough limit. Please ask your client to use another "
2206
  "card or to get in touch with the bank."
@@ -2208,8 +2214,8 @@ msgstr ""
2208
  "O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão "
2209
  "ou entrar em contato com o banco."
2210
 
2211
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2212
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
2213
  msgid ""
2214
  "The card does not have sufficient balance. Please ask your client to use "
2215
  "another card or to get in touch with the bank."
@@ -2217,8 +2223,8 @@ msgstr ""
2217
  "O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão "
2218
  "ou entrar em contato com o banco."
2219
 
2220
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208,
2221
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
2222
  msgid ""
2223
  "The CVV was entered incorrectly several times. Please ask your client to use "
2224
  "another card or to get in touch with the bank."
@@ -2226,8 +2232,8 @@ msgstr ""
2226
  "O código de segurança do cartão foi inserido incorretamente várias vezes. "
2227
  "Peça para seu cliente trocar o cartão ou entrar em contato com o banco."
2228
 
2229
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212,
2230
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
2231
  msgid ""
2232
  "The card does not allow the number of installments entered. Please ask your "
2233
  "client to choose another installment plan or to use another card."
@@ -2235,8 +2241,8 @@ msgstr ""
2235
  "O cartão não aceita o número de parcelas escolhido. Peça para seu cliente "
2236
  "escolher um número diferente de parcelas ou usar outro cartão."
2237
 
2238
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216,
2239
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
2240
  msgid ""
2241
  "The card-issuing bank declined the payment. Please instruct your client to "
2242
  "ask the bank to authotize it or to use another card."
@@ -2245,8 +2251,8 @@ msgstr ""
2245
  "entrar em contato com o banco para pedir que o pagamento seja autorizado ou "
2246
  "peça que use outro cartão."
2247
 
2248
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220,
2249
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
2250
  msgid ""
2251
  "From Mercado Pago we have detected that this payment has already been made "
2252
  "before. If that is not the case, your client may try to pay again."
@@ -2255,8 +2261,8 @@ msgstr ""
2255
  "anteriormente. Se esse não for o caso, seu cliente pode tentar pagar "
2256
  "novamente."
2257
 
2258
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224,
2259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
2260
  msgid ""
2261
  "The card is not active yet. Please ask your client to use another card or to "
2262
  "get in touch with the bank to activate it."
@@ -2264,8 +2270,8 @@ msgstr ""
2264
  "O cartão ainda não está desbloqueado. Peça para seu cliente usar outro "
2265
  "cartão ou entrar em contato com o banco para desbloqueá-lo."
2266
 
2267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240,
2268
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
2269
  msgid ""
2270
  "The amount exceeded the card limit. Please ask your client to use another "
2271
  "card or to get in touch with the bank."
@@ -2273,10 +2279,10 @@ msgstr ""
2273
  "O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão "
2274
  "ou entrar em contato com o banco."
2275
 
2276
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244,
2277
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248,
2278
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252,
2279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
2280
  msgid ""
2281
  "Please ask your client to use another card or to get in touch with the card "
2282
  "issuer."
@@ -2284,8 +2290,8 @@ msgstr ""
2284
  "Peça para seu cliente usar outro cartão ou entrar em contato com o emissor "
2285
  "do cartão."
2286
 
2287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256,
2288
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
2289
  msgid ""
2290
  "The amount exceeded the card's limit. Please ask your client to use another "
2291
  "card or to get in touch with the bank."
@@ -2293,8 +2299,8 @@ msgstr ""
2293
  "O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão "
2294
  "ou entrar em contato com o banco."
2295
 
2296
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265,
2297
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
2298
  msgid ""
2299
  "The credit function is not enabled for the card. Please tell your client "
2300
  "that it is possible to pay with debit or to use another one."
@@ -2302,8 +2308,8 @@ msgstr ""
2302
  "A função crédito não está habilitada no cartão. Informe ao seu cliente que é "
2303
  "possível pagar no débito ou peça para usar outro cartão."
2304
 
2305
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2306
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2307
  msgid ""
2308
  "The debit function is not enabled for the card. Please tell your client that "
2309
  "it is possible to pay with credit or to use another one."
@@ -2311,8 +2317,8 @@ msgstr ""
2311
  "A função débito não está habilitada no cartão. Informe ao seu cliente que é "
2312
  "possível pagar no crédito ou peça para usar outro cartão."
2313
 
2314
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
2316
  msgid ""
2317
  "The card-issuing bank declined the payment. Please instruct your client to "
2318
  "ask the bank to authorize it."
@@ -2320,8 +2326,8 @@ msgstr ""
2320
  "O banco emissor do cartão recusou o pagamento. Peça para seu cliente entrar "
2321
  "em contato com o banco para autorizar o pagamento."
2322
 
2323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274,
2324
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
2325
  msgid ""
2326
  "The buyer does not have enough balance to make the purchase. Please ask your "
2327
  "client to deposit money to the Mercado Pago Account or to use a different "
@@ -2331,29 +2337,29 @@ msgstr ""
2331
  "para seu cliente adicionar saldo no Mercado Pago ou usar outro meio de "
2332
  "pagamento."
2333
 
2334
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2336
  msgid "There was an error"
2337
  msgstr "Houve um erro"
2338
 
2339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278,
2340
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
2341
  msgid "The transaction could not be completed."
2342
  msgstr "Não foi possível completar a transação."
2343
 
2344
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320,
2345
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
2346
  msgid "Payment status on Mercado Pago"
2347
  msgstr "Status de pagamento no Mercado Pago"
2348
 
2349
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418,
2350
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429,
2351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
2352
  msgid "View purchase details at Mercado Pago"
2353
  msgstr "Ver detalhes da compra no Mercado Pago"
2354
 
2355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440,
2356
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
2357
  msgid "Check the reasons why the purchase was declined."
2358
  msgstr "Consulte os motivos de recusa da sua compra."
2359
 
@@ -2666,10 +2672,10 @@ msgid "Copy code"
2666
  msgstr "Copiar código"
2667
 
2668
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2669
- #: ../../includes/module/sdk/lib/class-mp.php:643,
2670
- #: ../../includes/module/sdk/lib/class-mp.php:643
2671
  msgid "Response from cache"
2672
- msgstr ""
2673
 
2674
  #. translators: 1: total_time currency 2: url
2675
  #. translators: 1: total_time currency 2: url
@@ -2677,7 +2683,7 @@ msgstr ""
2677
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2678
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2679
  msgid "Took %1$s seconds to transfer a request to %2$s"
2680
- msgstr ""
2681
 
2682
  #: ../../templates/checkout/basic-checkout.php:26,
2683
  #: ../../templates/checkout/custom-checkout.php:64,
@@ -2735,7 +2741,7 @@ msgstr "Pagar com cartão salvo"
2735
  #: ../../templates/checkout/custom-checkout.php:49,
2736
  #: ../../templates/checkout/custom-checkout.php:49
2737
  msgid "With what cards can I pay"
2738
- msgstr "Com quais cartões posso pagar?"
2739
 
2740
  #: ../../templates/checkout/custom-checkout.php:54,
2741
  #: ../../templates/checkout/custom-checkout.php:54
@@ -2743,20 +2749,20 @@ msgid "See current promotions"
2743
  msgstr "Promoções vigentes"
2744
 
2745
  #: ../../templates/checkout/custom-checkout.php:84,
2746
- #: ../../templates/checkout/ticket-checkout.php:26,
2747
- #: ../../templates/checkout/ticket-checkout.php:26
2748
  msgid "Enter your discount coupon"
2749
  msgstr "Insira seu cupom de desconto"
2750
 
2751
  #: ../../templates/checkout/custom-checkout.php:88,
2752
- #: ../../templates/checkout/ticket-checkout.php:30,
2753
- #: ../../templates/checkout/ticket-checkout.php:30
2754
  msgid "Enter your coupon"
2755
  msgstr "Insira seu cupom"
2756
 
2757
  #: ../../templates/checkout/custom-checkout.php:95,
2758
- #: ../../templates/checkout/ticket-checkout.php:37,
2759
- #: ../../templates/checkout/ticket-checkout.php:37
2760
  msgid "The code you entered is incorrect"
2761
  msgstr "O código que digitou não foi encontrado"
2762
 
@@ -2829,20 +2835,20 @@ msgid "for"
2829
  msgstr "para"
2830
 
2831
  #: ../../templates/checkout/custom-checkout.php:196,
2832
- #: ../../templates/checkout/ticket-checkout.php:50,
2833
- #: ../../templates/checkout/ticket-checkout.php:50
2834
  msgid "Enter your document number"
2835
  msgstr "Informe seu número de documento"
2836
 
2837
  #: ../../templates/checkout/custom-checkout.php:202,
2838
- #: ../../templates/checkout/ticket-checkout.php:52,
2839
- #: ../../templates/checkout/ticket-checkout.php:52
2840
  msgid "Type"
2841
  msgstr "Tipo"
2842
 
2843
  #: ../../templates/checkout/custom-checkout.php:209,
2844
- #: ../../templates/checkout/ticket-checkout.php:58,
2845
- #: ../../templates/checkout/ticket-checkout.php:58
2846
  msgid "Document number"
2847
  msgstr "Número de documento"
2848
 
@@ -2853,9 +2859,9 @@ msgstr "Apenas números"
2853
 
2854
  #: ../../templates/checkout/custom-checkout.php:212,
2855
  #: ../../templates/checkout/custom-checkout.php:213,
2856
- #: ../../templates/checkout/ticket-checkout.php:61,
2857
- #: ../../templates/checkout/ticket-checkout.php:111,
2858
- #: ../../templates/checkout/ticket-checkout.php:111
2859
  msgid "Invalid Document Number"
2860
  msgstr "Número de documento inválido"
2861
 
@@ -2875,127 +2881,36 @@ msgid ""
2875
  "When you finish the order, you will see the code to complete the payment."
2876
  msgstr "Ao finalizar o pedido, você verá o código para fazer o pagamento."
2877
 
2878
- #: ../../templates/checkout/ticket-checkout.php:54,
2879
- #: ../../templates/checkout/ticket-checkout.php:54
2880
  msgid "CI"
2881
  msgstr "CI"
2882
 
2883
- #: ../../templates/checkout/ticket-checkout.php:60,
2884
- #: ../../templates/checkout/ticket-checkout.php:110,
2885
- #: ../../templates/checkout/ticket-checkout.php:110
2886
  msgid "You must provide your document number"
2887
  msgstr "Você deve informar seu número de documento"
2888
 
2889
- #: ../../templates/checkout/ticket-checkout.php:67,
2890
- #: ../../templates/checkout/ticket-checkout.php:323,
2891
- #: ../../templates/checkout/ticket-checkout.php:323
2892
  msgid "Complete all fields, they are mandatory."
2893
  msgstr "Preencha todos os campos, eles são obrigatórios."
2894
 
2895
- #: ../../templates/checkout/ticket-checkout.php:80,
2896
- #: ../../templates/checkout/ticket-checkout.php:80
2897
- msgid "Physical person"
2898
- msgstr "Pessoa física"
2899
-
2900
- #: ../../templates/checkout/ticket-checkout.php:87,
2901
- #: ../../templates/checkout/ticket-checkout.php:87
2902
- msgid "Legal person"
2903
- msgstr "Pessoa jurídica"
2904
-
2905
- #: ../../templates/checkout/ticket-checkout.php:94,
2906
- #: ../../templates/checkout/ticket-checkout.php:94
2907
- msgid "Name"
2908
- msgstr "Nome"
2909
-
2910
- #: ../../templates/checkout/ticket-checkout.php:95,
2911
- #: ../../templates/checkout/ticket-checkout.php:95
2912
- msgid "Social reason"
2913
- msgstr "Razão social"
2914
-
2915
- #: ../../templates/checkout/ticket-checkout.php:97,
2916
- #: ../../templates/checkout/ticket-checkout.php:97
2917
- msgid "You must inform your name"
2918
- msgstr "Você deve informar seu nome"
2919
-
2920
- #: ../../templates/checkout/ticket-checkout.php:101,
2921
- #: ../../templates/checkout/ticket-checkout.php:101
2922
- msgid "Surname"
2923
- msgstr "Sobrenome"
2924
-
2925
- #: ../../templates/checkout/ticket-checkout.php:103,
2926
- #: ../../templates/checkout/ticket-checkout.php:103
2927
- msgid "You must inform your last name"
2928
- msgstr "Você deve informar seu sobrenome"
2929
-
2930
- #: ../../templates/checkout/ticket-checkout.php:107,
2931
- #: ../../templates/checkout/ticket-checkout.php:107
2932
- msgid "CPF"
2933
- msgstr "CPF"
2934
-
2935
- #: ../../templates/checkout/ticket-checkout.php:108,
2936
- #: ../../templates/checkout/ticket-checkout.php:108
2937
- msgid "CNPJ"
2938
- msgstr "CNPJ"
2939
-
2940
- #: ../../templates/checkout/ticket-checkout.php:117,
2941
- #: ../../templates/checkout/ticket-checkout.php:117
2942
- msgid "Address"
2943
- msgstr "Endereço"
2944
 
2945
  #: ../../templates/checkout/ticket-checkout.php:119,
2946
  #: ../../templates/checkout/ticket-checkout.php:119
2947
- msgid "You must inform your address"
2948
- msgstr "Você deve informar seu endereço"
2949
-
2950
- #: ../../templates/checkout/ticket-checkout.php:123,
2951
- #: ../../templates/checkout/ticket-checkout.php:123
2952
- msgid "Number"
2953
- msgstr "Número"
2954
-
2955
- #: ../../templates/checkout/ticket-checkout.php:125,
2956
- #: ../../templates/checkout/ticket-checkout.php:125
2957
- msgid "You must provide your address number"
2958
- msgstr "Você deve informar o número do seu endereço"
2959
-
2960
- #: ../../templates/checkout/ticket-checkout.php:131,
2961
- #: ../../templates/checkout/ticket-checkout.php:131
2962
- msgid "City"
2963
- msgstr "Cidade"
2964
-
2965
- #: ../../templates/checkout/ticket-checkout.php:133,
2966
- #: ../../templates/checkout/ticket-checkout.php:133
2967
- msgid "You must inform your city"
2968
- msgstr "Você deve informar sua cidade"
2969
-
2970
- #: ../../templates/checkout/ticket-checkout.php:137,
2971
- #: ../../templates/checkout/ticket-checkout.php:137
2972
- msgid "State"
2973
- msgstr "Estado"
2974
-
2975
- #: ../../templates/checkout/ticket-checkout.php:145,
2976
- #: ../../templates/checkout/ticket-checkout.php:145
2977
- msgid "Select state\""
2978
- msgstr "Selecione"
2979
-
2980
- #: ../../templates/checkout/ticket-checkout.php:310,
2981
- #: ../../templates/checkout/ticket-checkout.php:310
2982
- msgid "You must inform your status"
2983
- msgstr "Você deve informar seu estado"
2984
-
2985
- #: ../../templates/checkout/ticket-checkout.php:314,
2986
- #: ../../templates/checkout/ticket-checkout.php:314
2987
- msgid "Postal Code"
2988
- msgstr "CEP"
2989
-
2990
- #: ../../templates/checkout/ticket-checkout.php:316,
2991
- #: ../../templates/checkout/ticket-checkout.php:316
2992
- msgid "You must provide your zip code"
2993
- msgstr "Você deve informar o CEP"
2994
-
2995
- #: ../../templates/checkout/ticket-checkout.php:332,
2996
- #: ../../templates/checkout/ticket-checkout.php:332
2997
- msgid "Select the issuer with whom you want to process the payment"
2998
- msgstr "Por favor, selecione o meio de pagamento"
2999
 
3000
  #: ../../templates/order/payment-status-metabox-content.php:20,
3001
  #: ../../templates/order/payment-status-metabox-content.php:20
@@ -3072,5 +2987,62 @@ msgstr "Imprimir boleto"
3072
  #~ msgid "I want to test my sales"
3073
  #~ msgstr "Quero testar minhas vendas"
3074
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3075
  #~ msgid "Payment refused"
3076
  #~ msgstr "Pagamento recusado"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: Mercado Pago payments for WooCommerce 5.6.0\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
5
  "mercadopago\n"
6
  "POT-Creation-Date: \n"
7
+ "PO-Revision-Date: 2021-12-01 09:44-0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: pt_BR\n"
36
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321,
37
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450,
38
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487,
39
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305,
40
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
41
  msgid "No"
42
  msgstr "Não"
43
 
48
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322,
49
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451,
50
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486,
51
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306,
52
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
53
  msgid "Yes"
54
  msgstr "Sim"
55
 
98
  "A loja deve ter HTTPS para ativar o Checkout Personalizado e o Ticket "
99
  "Checkout."
100
 
101
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483,
102
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483
103
  msgid "Invalid credentials"
104
  msgstr "Credenciais inválidas"
105
 
140
  msgid "Cancel order"
141
  msgstr "Cancelar ordem"
142
 
143
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357,
144
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508,
145
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
146
  msgid "Fill in your credentials to enable payment methods."
147
  msgstr "Complete suas credenciais para habilitar os meios de pagamento."
148
 
149
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372,
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372
151
  msgid "Set up"
152
  msgstr "Configurar"
153
 
154
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373,
155
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373
156
  msgid "Your opinion helps us get better"
157
  msgstr "Sua opinião nos ajuda a melhorar"
158
 
159
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374,
160
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374
161
  msgid "Guides and Documentation"
162
  msgstr "Guias e documentação"
163
 
164
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375,
165
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375
166
  msgid "Report Problem"
167
  msgstr "Informar problema"
168
 
169
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464,
170
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050,
171
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
172
  msgid "By continuing, you agree to our "
173
  msgstr "Ao continuar, você concorda com nossos "
174
 
175
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466,
176
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052,
177
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
178
  msgid "Terms and Conditions"
179
  msgstr "Termos e Condições"
180
 
181
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482,
182
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482
183
  msgid "By Mercado Pago"
184
  msgstr "Por Mercado Pago"
185
 
186
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515,
187
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515
188
  msgid "The payment method is not valid or not available."
189
  msgstr "O meio de pagamento não é válido ou não está disponível."
190
 
191
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518,
192
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518
193
  msgid "The transaction amount cannot be processed by Mercado Pago."
194
  msgstr "O valor da transação não pode ser processado pelo Mercado Pago."
195
 
196
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519,
197
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519
198
  msgid ""
199
  "Possible causes: Currency not supported; Amounts below the minimum or above "
200
  "the maximum allowed."
202
  "Possíveis causas: Moeda não suportada; Valores abaixo do mínimo ou acima do "
203
  "máximo permitido."
204
 
205
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522,
206
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522
207
  msgid "The users are not valid."
208
  msgstr "Os usuários não são válidos."
209
 
210
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523,
211
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523
212
  msgid ""
213
  "Possible causes: Buyer and seller have the same account in Mercado Pago; The "
214
  "transaction involving production and test users."
216
  "Possíveis causas: o comprador e o vendedor têm a mesma conta no Mercado "
217
  "Pago; A transação está envolvendo usuários de produção e teste."
218
 
219
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526,
220
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526
221
  msgid "Unauthorized use of production credentials."
222
  msgstr "Uso não autorizado de credenciais de produção."
223
 
224
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527,
225
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527
226
  msgid ""
227
  "Possible causes: Use permission in use for the credential of the seller."
228
  msgstr ""
229
  "Possíveis causas: Pendência de permissão de uso na produção para a "
230
  "credencial do vendedor."
231
 
232
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644,
233
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838,
234
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
235
  msgid "Colombia"
236
  msgstr "Colombia"
237
 
238
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646,
239
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835,
240
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
241
  msgid "Argentina"
242
  msgstr "Argentina"
243
 
244
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648,
245
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836,
246
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
247
  msgid "Brazil"
248
  msgstr "Brasil"
249
 
250
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650,
251
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837,
252
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
253
  msgid "Chile"
254
  msgstr "Chile"
255
 
256
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652,
257
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839,
258
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
259
  msgid "Mexico"
260
  msgstr "México"
261
 
262
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654,
263
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841,
264
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
265
  msgid "Uruguay"
266
  msgstr "Uruguai"
267
 
268
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656,
269
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656
270
  msgid "Venezuela"
271
  msgstr "Venezuela"
272
 
273
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658,
274
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840,
275
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
276
  msgid "Peru"
277
  msgstr "Perú"
278
 
279
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690,
280
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690
281
  msgid "Update the WooCommerce order to "
282
  msgstr "Atualizar a ordem do WooCommerce para "
283
 
441
 
442
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298,
443
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322,
444
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248,
445
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
446
  msgid "Configure Mercado Pago for WooCommerce"
447
  msgstr "Insira as informações do seu negócio"
448
 
557
  msgstr "Selecione cartões de crédito"
558
 
559
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501,
560
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357,
561
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
562
  msgid "Payment methods"
563
  msgstr "Meios de pagamento"
564
 
565
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502,
566
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358,
567
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
568
  msgid "Choose the available payment methods in your store."
569
  msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
570
 
571
  #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508,
572
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361,
573
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
574
  msgid "Activate the available payment methods to your clients."
575
  msgstr "Habilite os meios de pagamento disponíveis para seus clientes."
576
 
607
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568,
608
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481,
609
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468,
610
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490,
611
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477,
612
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169,
613
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167,
614
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
621
  #: ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573,
622
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486,
623
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473,
624
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495,
625
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482,
626
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171,
627
  #: ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
628
  msgid "fee of"
1016
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:923,
1017
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:923
1018
  msgid "Add credentials to &quot;Test Mode&quot; or &quot;Production Mode&quot;"
1019
+ msgstr ""
1020
+ "Insira credenciais para &quot;Modo Teste&quot; ou &quot;Modo Produção&quot;"
1021
 
1022
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:936,
1023
  #: ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:936
1753
  "nova forma de pagamento."
1754
 
1755
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550,
1756
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594,
1757
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1758
  msgid "A problem occurred when processing your payment. Please try again."
1759
  msgstr ""
1760
  "Um problema ocorreu ao processar seu pagamento. Por favor, tente novamente."
1761
 
1762
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536,
1763
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580,
1764
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1765
  msgid ""
1766
  "A problem occurred when processing your payment. Are you sure you have "
1767
  "correctly filled in all the information on the checkout form?"
1770
  "preencheu corretamente todos os campos do formulário do checkout?"
1771
 
1772
  #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515,
1773
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555,
1774
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1775
  msgid "The customer has not paid yet."
1776
  msgstr "Cliente ainda não pagou."
1777
 
1827
  #. translators: %s checkout
1828
  #. translators: %s checkout
1829
  #. translators: %s checkout
1830
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224,
1831
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1832
  msgid "Checkout of payments with cash %s"
1833
  msgstr "Checkout de pagamentos via boleto ou em lotérica %s"
1834
 
1835
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227,
1836
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1837
  msgid "Accept face-to-face payments, do not leave anyone out!"
1838
  msgstr "Aceite pagamentos presenciais e amplie as opções de compra!"
1839
 
1840
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231,
1841
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1842
  msgid "Include this preferred purchase option by some customers."
1843
  msgstr "Incluí esta opção de compra preferida por alguns clientes."
1844
 
1845
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261,
1846
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1847
  msgid ""
1848
  "Enable Mercado Pago for cash payments in your store and <br> select the "
1849
  "options available to your customers."
1851
  "Habilite o Mercado Pago na sua loja e selecione os meios de<br> pagamento "
1852
  "via boleto e em lotéricas disponíveis para os seus clientes."
1853
 
1854
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274,
1855
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1856
  msgid "Set payment preferences with cash"
1857
  msgstr "Configure as experiências de pagamentos via boleto e em lotéricas"
1858
 
1859
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287,
1860
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1861
  msgid "Advanced configuration of the cash payment experience"
1862
  msgstr ""
1863
  "Configuração avançada da experiência de pagamento via boleto e em lotéricas"
1864
 
1865
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300,
1866
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1867
  msgid "Reduce inventory"
1868
  msgstr "Reduzir inventário"
1869
 
1870
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303,
1871
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1872
  msgid ""
1873
  "Activates inventory reduction during the creation of an order, whether or "
1874
  "not the final payment is credited. Disable this option to reduce it only "
1878
  "pagamento aprovado ou não. Desative esta opção para reduzi-lo somente quando "
1879
  "os pagamentos estiverem aprovados."
1880
 
1881
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318,
1882
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1883
  msgid "Payment Due"
1884
  msgstr "Vencimento do pagamento"
1885
 
1886
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320,
1887
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1888
  msgid "In how many days will cash payments expire."
1889
  msgstr "Em quantos dias os pagamentos via boleto e em lotéricas vencerão."
1890
 
1891
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350,
1892
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1893
  msgid "All payment methods"
1894
  msgstr "Todos os meios de pagamento"
1895
 
1896
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417,
1897
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1898
  msgid "Offline Methods in Test Mode"
1899
  msgstr "Meios offline em Modo Teste"
1900
 
1901
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418,
1902
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1903
  msgid ""
1904
  "You can test the flow to generate an invoice, but you cannot finalize the "
1905
  "payment."
1907
  "É possível testar o fluxo para gerar uma fatura, mas não é possível "
1908
  "finalizar o pagamento."
1909
 
1910
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505,
1911
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523,
1912
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1913
  msgid ""
1914
  "There was a problem processing your payment. Are you sure you have correctly "
1915
  "filled out all the information on the payment form?"
1917
  "Ocorreu um problema ao processar seu pagamento. Tem certeza de que preencheu "
1918
  "corretamente todas as informações no formulário de pagamento?"
1919
 
1920
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560,
1921
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1922
  msgid "To print the ticket again click"
1923
  msgstr "Para reimprimir o boleto clique"
1924
 
1925
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563,
1926
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1927
  msgid "here"
1928
  msgstr "aqui"
1929
 
1930
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681,
1931
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1932
+ msgid " and "
1933
+ msgstr " e "
1934
+
1935
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68,
1936
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1937
  msgid "Payment made"
1938
  msgstr "Pagamento realizado"
1939
 
1940
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69,
1941
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1942
  msgid "Payment made by the buyer and already credited in the account."
1943
  msgstr "Pagamento realizado pelo comprador e já creditado na conta."
1944
 
1945
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72,
1946
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1947
  msgid "Call resolved"
1948
  msgstr "Chamado resolvido"
1949
 
1950
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73,
1951
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173,
1952
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1953
  msgid "Please contact Mercado Pago for further details."
1954
  msgstr "Entre em contato com o Mercado Pago para consultar mais detalhes."
1955
 
1956
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76,
1957
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1958
  msgid "Payment refunded"
1959
  msgstr "Pagamento devolvido"
1960
 
1961
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77,
1962
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1963
  msgid ""
1964
  "Your refund request has been made. Please contact Mercado Pago for further "
1965
  "details."
1967
  "Seu pedido de reembolso já foi realizado. Entre em contato com o Mercado "
1968
  "Pago para consultar mais detalhes."
1969
 
1970
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80,
1971
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84,
1972
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1973
  msgid "Payment returned"
1974
  msgstr "Pagamento devolvido"
1975
 
1976
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81,
1977
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1978
  msgid "The payment has been returned to the client."
1979
  msgstr "O pagamento já foi devolvido ao cliente."
1980
 
1981
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85,
1982
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1983
  msgid "The payment has been partially returned to the client."
1984
  msgstr "O pagamento já foi devolvido parcialmente ao cliente."
1985
 
1986
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88,
1987
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1988
  msgid "Payment canceled"
1989
  msgstr "Pagamento cancelado"
1990
 
1991
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89,
1992
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1993
  msgid "The payment has been successfully canceled."
1994
  msgstr "O pagamento foi cancelado com sucesso."
1995
 
1996
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92,
1997
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
1998
  msgid "Purchase canceled"
1999
  msgstr "Compra cancelada"
2000
 
2001
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93,
2002
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
2003
  msgid "The payment has been canceled by the customer."
2004
  msgstr "O pagamento foi cancelado pelo cliente."
2005
 
2006
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96,
2007
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100,
2008
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104,
2009
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108,
2010
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112,
2011
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128,
2012
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132,
2013
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136,
2014
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140,
2015
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144,
2016
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148,
2017
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152,
2018
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262,
2019
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
2020
  msgid "Pending payment"
2021
  msgstr "Pagamento pendente"
2022
 
2023
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97,
2024
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101,
2025
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105,
2026
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109,
2027
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
2028
  msgid "Awaiting payment from the buyer."
2029
  msgstr "Aguardando pagamento do comprador."
2030
 
2031
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113,
2032
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
2033
  msgid ""
2034
  "We are veryfing the payment. We will notify you by email in up to 6 hours if "
2035
  "everything is fine so that you can deliver the product or provide the "
2039
  "se está tudo certo para que você possa entregar o produto ou oferecer o "
2040
  "serviço."
2041
 
2042
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116,
2043
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156,
2044
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160,
2045
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164,
2046
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168,
2047
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180,
2048
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184,
2049
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188,
2050
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192,
2051
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196,
2052
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200,
2053
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204,
2054
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210,
2055
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214,
2056
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218,
2057
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222,
2058
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226,
2059
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230,
2060
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234,
2061
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238,
2062
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242,
2063
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246,
2064
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250,
2065
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254,
2066
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258,
2067
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270,
2068
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276,
2069
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280,
2070
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
2071
  msgid "Declined payment"
2072
  msgstr "Pagamento recusado"
2073
 
2074
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117,
2075
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161,
2076
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165,
2077
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169,
2078
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181,
2079
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201,
2080
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211,
2081
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
2082
  msgid ""
2083
  "The card-issuing bank declined the payment. Please ask your client to use "
2084
  "another card or to get in touch with the bank."
2086
  "O banco emissor do cartão recusou o pagamento. Peça para seu cliente usar "
2087
  "outro cartão ou entrar em contato com o banco."
2088
 
2089
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120,
2090
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
2091
  msgid "Payment authorized. Awaiting capture."
2092
  msgstr "Pagamento autorizado. Aguardando captura."
2093
 
2094
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121,
2095
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
2096
  msgid ""
2097
  "The payment has been authorized on the client's card. Please capture the "
2098
  "payment."
2100
  "O pagamento já foi autorizado no cartão do cliente. Faça a captura do "
2101
  "pagamento."
2102
 
2103
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124,
2104
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
2105
  msgid "Payment in process"
2106
  msgstr "Pagamento em processamento"
2107
 
2108
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125,
2109
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145,
2110
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
2111
  msgid "Please wait or contact Mercado Pago for further details"
2112
  msgstr ""
2113
  "Aguarde ou entre em contato com o Mercado Pago para consultar mais detalhes"
2114
 
2115
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129,
2116
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
2117
  msgid ""
2118
  "The bank is reviewing the payment. As soon as we have their confirmation, we "
2119
  "will notify you via email so that you can deliver the product or provide the "
2123
  "recebermos a confirmação para que você possa entregar o produto ou oferecer "
2124
  "o serviço."
2125
 
2126
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133,
2127
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137,
2128
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141,
2129
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
2130
  msgid "Awaiting payment information validation."
2131
  msgstr "Aguardando validação das informações de pagamento."
2132
 
2133
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149,
2134
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
2135
  msgid "Waiting for the buyer."
2136
  msgstr "Aguardando o comprador."
2137
 
2138
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153,
2139
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
2140
  msgid "Waiting for the card issuer."
2141
  msgstr "Aguardando o emissor do cartão."
2142
 
2143
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157,
2144
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
2145
  msgid ""
2146
  "The payment could not be processed. Please ask your client to use another "
2147
  "card or to get in touch with the bank."
2149
  "O pagamento não foi processado pelo banco. Peça para seu cliente usar outro "
2150
  "meio de pagamento ou entrar em contato com o banco."
2151
 
2152
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172,
2153
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
2154
  msgid "Mercado Pago did not process the payment"
2155
  msgstr "O Mercado Pago não processou o pagamento"
2156
 
2157
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176,
2158
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266,
2159
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
2160
  msgid "Expired payment deadline"
2161
  msgstr "Prazo expirado para pagamento"
2162
 
2163
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177,
2164
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267,
2165
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
2166
  msgid "The client did not pay within the time limit."
2167
  msgstr "O cliente não pagou dentro do limite de tempo."
2168
 
2169
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185,
2170
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
2171
  msgid ""
2172
  "The CVV is invalid. Please ask your client to review the details or use "
2173
  "another card."
2175
  "O código de segurança é inválido. Por favor, peça para seu cliente revisar "
2176
  "os dados ou usar outro cartão."
2177
 
2178
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189,
2179
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
2180
  msgid ""
2181
  "The card is expired. Please ask your client to use another card or to "
2182
  "contact the bank."
2184
  "O cartão está vencido. Por favor, peça para seu cliente usar outro cartão ou "
2185
  "entrar em contato com o banco."
2186
 
2187
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193,
2188
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239,
2189
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243,
2190
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
2191
  msgid ""
2192
  "This payment was declined because it did not pass Mercado Pago security "
2193
  "controls. Please ask your client to use another card."
2195
  "Este pagamento foi recusado porque não passou pelos controles de segurança "
2196
  "do Mercado Pago. Peça para seu cliente usar outro cartão."
2197
 
2198
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197,
2199
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235,
2200
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
2201
  msgid ""
2202
  "The buyer is suspended in our platform. Your client must contact us to check "
2203
  "what happened."
2205
  "O comprador está suspenso no Mercado Pago. Seu cliente precisa entrar em "
2206
  "contato conosco para saber o que aconteceu."
2207
 
2208
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206,
2209
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
2210
  msgid ""
2211
  "The card does not have enough limit. Please ask your client to use another "
2212
  "card or to get in touch with the bank."
2214
  "O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão "
2215
  "ou entrar em contato com o banco."
2216
 
2217
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207,
2218
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
2219
  msgid ""
2220
  "The card does not have sufficient balance. Please ask your client to use "
2221
  "another card or to get in touch with the bank."
2223
  "O cartão não tem saldo suficiente. Peça para seu cliente usar outro cartão "
2224
  "ou entrar em contato com o banco."
2225
 
2226
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215,
2227
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
2228
  msgid ""
2229
  "The CVV was entered incorrectly several times. Please ask your client to use "
2230
  "another card or to get in touch with the bank."
2232
  "O código de segurança do cartão foi inserido incorretamente várias vezes. "
2233
  "Peça para seu cliente trocar o cartão ou entrar em contato com o banco."
2234
 
2235
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219,
2236
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
2237
  msgid ""
2238
  "The card does not allow the number of installments entered. Please ask your "
2239
  "client to choose another installment plan or to use another card."
2241
  "O cartão não aceita o número de parcelas escolhido. Peça para seu cliente "
2242
  "escolher um número diferente de parcelas ou usar outro cartão."
2243
 
2244
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223,
2245
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
2246
  msgid ""
2247
  "The card-issuing bank declined the payment. Please instruct your client to "
2248
  "ask the bank to authotize it or to use another card."
2251
  "entrar em contato com o banco para pedir que o pagamento seja autorizado ou "
2252
  "peça que use outro cartão."
2253
 
2254
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227,
2255
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
2256
  msgid ""
2257
  "From Mercado Pago we have detected that this payment has already been made "
2258
  "before. If that is not the case, your client may try to pay again."
2261
  "anteriormente. Se esse não for o caso, seu cliente pode tentar pagar "
2262
  "novamente."
2263
 
2264
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231,
2265
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
2266
  msgid ""
2267
  "The card is not active yet. Please ask your client to use another card or to "
2268
  "get in touch with the bank to activate it."
2270
  "O cartão ainda não está desbloqueado. Peça para seu cliente usar outro "
2271
  "cartão ou entrar em contato com o banco para desbloqueá-lo."
2272
 
2273
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247,
2274
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
2275
  msgid ""
2276
  "The amount exceeded the card limit. Please ask your client to use another "
2277
  "card or to get in touch with the bank."
2279
  "O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão "
2280
  "ou entrar em contato com o banco."
2281
 
2282
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251,
2283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255,
2284
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259,
2285
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
2286
  msgid ""
2287
  "Please ask your client to use another card or to get in touch with the card "
2288
  "issuer."
2290
  "Peça para seu cliente usar outro cartão ou entrar em contato com o emissor "
2291
  "do cartão."
2292
 
2293
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263,
2294
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
2295
  msgid ""
2296
  "The amount exceeded the card's limit. Please ask your client to use another "
2297
  "card or to get in touch with the bank."
2299
  "O valor excedeu o limite do cartão. Peça para seu cliente usar outro cartão "
2300
  "ou entrar em contato com o banco."
2301
 
2302
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272,
2303
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
2304
  msgid ""
2305
  "The credit function is not enabled for the card. Please tell your client "
2306
  "that it is possible to pay with debit or to use another one."
2308
  "A função crédito não está habilitada no cartão. Informe ao seu cliente que é "
2309
  "possível pagar no débito ou peça para usar outro cartão."
2310
 
2311
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273,
2312
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
2313
  msgid ""
2314
  "The debit function is not enabled for the card. Please tell your client that "
2315
  "it is possible to pay with credit or to use another one."
2317
  "A função débito não está habilitada no cartão. Informe ao seu cliente que é "
2318
  "possível pagar no crédito ou peça para usar outro cartão."
2319
 
2320
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277,
2321
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
2322
  msgid ""
2323
  "The card-issuing bank declined the payment. Please instruct your client to "
2324
  "ask the bank to authorize it."
2326
  "O banco emissor do cartão recusou o pagamento. Peça para seu cliente entrar "
2327
  "em contato com o banco para autorizar o pagamento."
2328
 
2329
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281,
2330
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
2331
  msgid ""
2332
  "The buyer does not have enough balance to make the purchase. Please ask your "
2333
  "client to deposit money to the Mercado Pago Account or to use a different "
2337
  "para seu cliente adicionar saldo no Mercado Pago ou usar outro meio de "
2338
  "pagamento."
2339
 
2340
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284,
2341
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
2342
  msgid "There was an error"
2343
  msgstr "Houve um erro"
2344
 
2345
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285,
2346
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
2347
  msgid "The transaction could not be completed."
2348
  msgstr "Não foi possível completar a transação."
2349
 
2350
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367,
2351
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
2352
  msgid "Payment status on Mercado Pago"
2353
  msgstr "Status de pagamento no Mercado Pago"
2354
 
2355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463,
2356
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474,
2357
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
2358
  msgid "View purchase details at Mercado Pago"
2359
  msgstr "Ver detalhes da compra no Mercado Pago"
2360
 
2361
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485,
2362
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
2363
  msgid "Check the reasons why the purchase was declined."
2364
  msgstr "Consulte os motivos de recusa da sua compra."
2365
 
2672
  msgstr "Copiar código"
2673
 
2674
  #: ../../includes/module/sdk/lib/class-mp.php:599,
2675
+ #: ../../includes/module/sdk/lib/class-mp.php:644,
2676
+ #: ../../includes/module/sdk/lib/class-mp.php:644
2677
  msgid "Response from cache"
2678
+ msgstr "Resposta do cache"
2679
 
2680
  #. translators: 1: total_time currency 2: url
2681
  #. translators: 1: total_time currency 2: url
2683
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179,
2684
  #: ../../includes/module/sdk/lib/rest-client/class-rest-client-abstract.php:179
2685
  msgid "Took %1$s seconds to transfer a request to %2$s"
2686
+ msgstr "Demorou %1$s segundos para transferir uma requisição para %2$s"
2687
 
2688
  #: ../../templates/checkout/basic-checkout.php:26,
2689
  #: ../../templates/checkout/custom-checkout.php:64,
2741
  #: ../../templates/checkout/custom-checkout.php:49,
2742
  #: ../../templates/checkout/custom-checkout.php:49
2743
  msgid "With what cards can I pay"
2744
+ msgstr "Com quais cartões posso pagar"
2745
 
2746
  #: ../../templates/checkout/custom-checkout.php:54,
2747
  #: ../../templates/checkout/custom-checkout.php:54
2749
  msgstr "Promoções vigentes"
2750
 
2751
  #: ../../templates/checkout/custom-checkout.php:84,
2752
+ #: ../../templates/checkout/ticket-checkout.php:27,
2753
+ #: ../../templates/checkout/ticket-checkout.php:27
2754
  msgid "Enter your discount coupon"
2755
  msgstr "Insira seu cupom de desconto"
2756
 
2757
  #: ../../templates/checkout/custom-checkout.php:88,
2758
+ #: ../../templates/checkout/ticket-checkout.php:31,
2759
+ #: ../../templates/checkout/ticket-checkout.php:31
2760
  msgid "Enter your coupon"
2761
  msgstr "Insira seu cupom"
2762
 
2763
  #: ../../templates/checkout/custom-checkout.php:95,
2764
+ #: ../../templates/checkout/ticket-checkout.php:38,
2765
+ #: ../../templates/checkout/ticket-checkout.php:38
2766
  msgid "The code you entered is incorrect"
2767
  msgstr "O código que digitou não foi encontrado"
2768
 
2835
  msgstr "para"
2836
 
2837
  #: ../../templates/checkout/custom-checkout.php:196,
2838
+ #: ../../templates/checkout/ticket-checkout.php:51,
2839
+ #: ../../templates/checkout/ticket-checkout.php:51
2840
  msgid "Enter your document number"
2841
  msgstr "Informe seu número de documento"
2842
 
2843
  #: ../../templates/checkout/custom-checkout.php:202,
2844
+ #: ../../templates/checkout/ticket-checkout.php:53,
2845
+ #: ../../templates/checkout/ticket-checkout.php:53
2846
  msgid "Type"
2847
  msgstr "Tipo"
2848
 
2849
  #: ../../templates/checkout/custom-checkout.php:209,
2850
+ #: ../../templates/checkout/ticket-checkout.php:59,
2851
+ #: ../../templates/checkout/ticket-checkout.php:59
2852
  msgid "Document number"
2853
  msgstr "Número de documento"
2854
 
2859
 
2860
  #: ../../templates/checkout/custom-checkout.php:212,
2861
  #: ../../templates/checkout/custom-checkout.php:213,
2862
+ #: ../../templates/checkout/ticket-checkout.php:62,
2863
+ #: ../../templates/checkout/ticket-checkout.php:122,
2864
+ #: ../../templates/checkout/ticket-checkout.php:122
2865
  msgid "Invalid Document Number"
2866
  msgstr "Número de documento inválido"
2867
 
2881
  "When you finish the order, you will see the code to complete the payment."
2882
  msgstr "Ao finalizar o pedido, você verá o código para fazer o pagamento."
2883
 
2884
+ #: ../../templates/checkout/ticket-checkout.php:55,
2885
+ #: ../../templates/checkout/ticket-checkout.php:55
2886
  msgid "CI"
2887
  msgstr "CI"
2888
 
2889
+ #: ../../templates/checkout/ticket-checkout.php:61,
2890
+ #: ../../templates/checkout/ticket-checkout.php:121,
2891
+ #: ../../templates/checkout/ticket-checkout.php:121
2892
  msgid "You must provide your document number"
2893
  msgstr "Você deve informar seu número de documento"
2894
 
2895
+ #: ../../templates/checkout/ticket-checkout.php:68,
2896
+ #: ../../templates/checkout/ticket-checkout.php:68
 
2897
  msgid "Complete all fields, they are mandatory."
2898
  msgstr "Preencha todos os campos, eles são obrigatórios."
2899
 
2900
+ #: ../../templates/checkout/ticket-checkout.php:77,
2901
+ #: ../../templates/checkout/ticket-checkout.php:77
2902
+ msgid "Select the issuer with whom you want to process the payment"
2903
+ msgstr "Por favor, selecione o meio de pagamento"
2904
+
2905
+ #: ../../templates/checkout/ticket-checkout.php:106,
2906
+ #: ../../templates/checkout/ticket-checkout.php:106
2907
+ msgid "Lottery"
2908
+ msgstr "Lotéricas"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2909
 
2910
  #: ../../templates/checkout/ticket-checkout.php:119,
2911
  #: ../../templates/checkout/ticket-checkout.php:119
2912
+ msgid "CPF/CNPJ"
2913
+ msgstr "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2914
 
2915
  #: ../../templates/order/payment-status-metabox-content.php:20,
2916
  #: ../../templates/order/payment-status-metabox-content.php:20
2987
  #~ msgid "I want to test my sales"
2988
  #~ msgstr "Quero testar minhas vendas"
2989
 
2990
+ #~ msgid "Physical person"
2991
+ #~ msgstr "Pessoa física"
2992
+
2993
+ #~ msgid "Legal person"
2994
+ #~ msgstr "Pessoa jurídica"
2995
+
2996
+ #~ msgid "Name"
2997
+ #~ msgstr "Nome"
2998
+
2999
+ #~ msgid "Social reason"
3000
+ #~ msgstr "Razão social"
3001
+
3002
+ #~ msgid "You must inform your name"
3003
+ #~ msgstr "Você deve informar seu nome"
3004
+
3005
+ #~ msgid "Surname"
3006
+ #~ msgstr "Sobrenome"
3007
+
3008
+ #~ msgid "You must inform your last name"
3009
+ #~ msgstr "Você deve informar seu sobrenome"
3010
+
3011
+ #~ msgid "CPF"
3012
+ #~ msgstr "CPF"
3013
+
3014
+ #~ msgid "Address"
3015
+ #~ msgstr "Endereço"
3016
+
3017
+ #~ msgid "You must inform your address"
3018
+ #~ msgstr "Você deve informar seu endereço"
3019
+
3020
+ #~ msgid "Number"
3021
+ #~ msgstr "Número"
3022
+
3023
+ #~ msgid "You must provide your address number"
3024
+ #~ msgstr "Você deve informar o número do seu endereço"
3025
+
3026
+ #~ msgid "City"
3027
+ #~ msgstr "Cidade"
3028
+
3029
+ #~ msgid "You must inform your city"
3030
+ #~ msgstr "Você deve informar sua cidade"
3031
+
3032
+ #~ msgid "State"
3033
+ #~ msgstr "Estado"
3034
+
3035
+ #~ msgid "Select state\""
3036
+ #~ msgstr "Selecione"
3037
+
3038
+ #~ msgid "You must inform your status"
3039
+ #~ msgstr "Você deve informar seu estado"
3040
+
3041
+ #~ msgid "Postal Code"
3042
+ #~ msgstr "CEP"
3043
+
3044
+ #~ msgid "You must provide your zip code"
3045
+ #~ msgstr "Você deve informar o CEP"
3046
+
3047
  #~ msgid "Payment refused"
3048
  #~ msgstr "Pagamento recusado"
i18n/languages/woocommerce-mercadopago.pot CHANGED
@@ -22,11 +22,11 @@ msgstr ""
22
  msgid "Convert Currency"
23
  msgstr ""
24
 
25
- #: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:430, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:430, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:430, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:271, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:271, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:271, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:910, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:910, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:910, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:304
26
  msgid "No"
27
  msgstr ""
28
 
29
- #: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:431, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:431, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:431, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:911, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:911, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:911, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
30
  msgid "Yes"
31
  msgstr ""
32
 
@@ -56,7 +56,7 @@ msgstr ""
56
  msgid "The store should have HTTPS in order to activate both Checkout Personalizado and Ticket Checkout."
57
  msgstr ""
58
 
59
- #: ../../includes/module/class-wc-woomercadopago-credentials.php:487, ../../includes/module/class-wc-woomercadopago-credentials.php:487, ../../includes/module/class-wc-woomercadopago-credentials.php:487
60
  msgid "Invalid credentials"
61
  msgstr ""
62
 
@@ -83,99 +83,99 @@ msgstr ""
83
  msgid "Cancel order"
84
  msgstr ""
85
 
86
- #: ../../includes/module/class-wc-woomercadopago-module.php:356, ../../includes/module/class-wc-woomercadopago-module.php:356, ../../includes/module/class-wc-woomercadopago-module.php:356, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
87
  msgid "Fill in your credentials to enable payment methods."
88
  msgstr ""
89
 
90
- #: ../../includes/module/class-wc-woomercadopago-module.php:371, ../../includes/module/class-wc-woomercadopago-module.php:371, ../../includes/module/class-wc-woomercadopago-module.php:371
91
  msgid "Set up"
92
  msgstr ""
93
 
94
- #: ../../includes/module/class-wc-woomercadopago-module.php:372, ../../includes/module/class-wc-woomercadopago-module.php:372, ../../includes/module/class-wc-woomercadopago-module.php:372
95
  msgid "Your opinion helps us get better"
96
  msgstr ""
97
 
98
- #: ../../includes/module/class-wc-woomercadopago-module.php:373, ../../includes/module/class-wc-woomercadopago-module.php:373, ../../includes/module/class-wc-woomercadopago-module.php:373
99
  msgid "Guides and Documentation"
100
  msgstr ""
101
 
102
- #: ../../includes/module/class-wc-woomercadopago-module.php:374, ../../includes/module/class-wc-woomercadopago-module.php:374, ../../includes/module/class-wc-woomercadopago-module.php:374
103
  msgid "Report Problem"
104
  msgstr ""
105
 
106
- #: ../../includes/module/class-wc-woomercadopago-module.php:463, ../../includes/module/class-wc-woomercadopago-module.php:463, ../../includes/module/class-wc-woomercadopago-module.php:463, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
107
  msgid "By continuing, you agree to our "
108
  msgstr ""
109
 
110
- #: ../../includes/module/class-wc-woomercadopago-module.php:465, ../../includes/module/class-wc-woomercadopago-module.php:465, ../../includes/module/class-wc-woomercadopago-module.php:465, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
111
  msgid "Terms and Conditions"
112
  msgstr ""
113
 
114
- #: ../../includes/module/class-wc-woomercadopago-module.php:481, ../../includes/module/class-wc-woomercadopago-module.php:481, ../../includes/module/class-wc-woomercadopago-module.php:481
115
  msgid "By Mercado Pago"
116
  msgstr ""
117
 
118
- #: ../../includes/module/class-wc-woomercadopago-module.php:514, ../../includes/module/class-wc-woomercadopago-module.php:514, ../../includes/module/class-wc-woomercadopago-module.php:514
119
  msgid "The payment method is not valid or not available."
120
  msgstr ""
121
 
122
- #: ../../includes/module/class-wc-woomercadopago-module.php:517, ../../includes/module/class-wc-woomercadopago-module.php:517, ../../includes/module/class-wc-woomercadopago-module.php:517
123
  msgid "The transaction amount cannot be processed by Mercado Pago."
124
  msgstr ""
125
 
126
- #: ../../includes/module/class-wc-woomercadopago-module.php:518, ../../includes/module/class-wc-woomercadopago-module.php:518, ../../includes/module/class-wc-woomercadopago-module.php:518
127
  msgid "Possible causes: Currency not supported; Amounts below the minimum or above the maximum allowed."
128
  msgstr ""
129
 
130
- #: ../../includes/module/class-wc-woomercadopago-module.php:521, ../../includes/module/class-wc-woomercadopago-module.php:521, ../../includes/module/class-wc-woomercadopago-module.php:521
131
  msgid "The users are not valid."
132
  msgstr ""
133
 
134
- #: ../../includes/module/class-wc-woomercadopago-module.php:522, ../../includes/module/class-wc-woomercadopago-module.php:522, ../../includes/module/class-wc-woomercadopago-module.php:522
135
  msgid "Possible causes: Buyer and seller have the same account in Mercado Pago; The transaction involving production and test users."
136
  msgstr ""
137
 
138
- #: ../../includes/module/class-wc-woomercadopago-module.php:525, ../../includes/module/class-wc-woomercadopago-module.php:525, ../../includes/module/class-wc-woomercadopago-module.php:525
139
  msgid "Unauthorized use of production credentials."
140
  msgstr ""
141
 
142
- #: ../../includes/module/class-wc-woomercadopago-module.php:526, ../../includes/module/class-wc-woomercadopago-module.php:526, ../../includes/module/class-wc-woomercadopago-module.php:526
143
  msgid "Possible causes: Use permission in use for the credential of the seller."
144
  msgstr ""
145
 
146
- #: ../../includes/module/class-wc-woomercadopago-module.php:643, ../../includes/module/class-wc-woomercadopago-module.php:643, ../../includes/module/class-wc-woomercadopago-module.php:643, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
147
  msgid "Colombia"
148
  msgstr ""
149
 
150
- #: ../../includes/module/class-wc-woomercadopago-module.php:645, ../../includes/module/class-wc-woomercadopago-module.php:645, ../../includes/module/class-wc-woomercadopago-module.php:645, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
151
  msgid "Argentina"
152
  msgstr ""
153
 
154
- #: ../../includes/module/class-wc-woomercadopago-module.php:647, ../../includes/module/class-wc-woomercadopago-module.php:647, ../../includes/module/class-wc-woomercadopago-module.php:647, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
155
  msgid "Brazil"
156
  msgstr ""
157
 
158
- #: ../../includes/module/class-wc-woomercadopago-module.php:649, ../../includes/module/class-wc-woomercadopago-module.php:649, ../../includes/module/class-wc-woomercadopago-module.php:649, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
159
  msgid "Chile"
160
  msgstr ""
161
 
162
- #: ../../includes/module/class-wc-woomercadopago-module.php:651, ../../includes/module/class-wc-woomercadopago-module.php:651, ../../includes/module/class-wc-woomercadopago-module.php:651, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
163
  msgid "Mexico"
164
  msgstr ""
165
 
166
- #: ../../includes/module/class-wc-woomercadopago-module.php:653, ../../includes/module/class-wc-woomercadopago-module.php:653, ../../includes/module/class-wc-woomercadopago-module.php:653, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
167
  msgid "Uruguay"
168
  msgstr ""
169
 
170
- #: ../../includes/module/class-wc-woomercadopago-module.php:655, ../../includes/module/class-wc-woomercadopago-module.php:655, ../../includes/module/class-wc-woomercadopago-module.php:655
171
  msgid "Venezuela"
172
  msgstr ""
173
 
174
- #: ../../includes/module/class-wc-woomercadopago-module.php:657, ../../includes/module/class-wc-woomercadopago-module.php:657, ../../includes/module/class-wc-woomercadopago-module.php:657, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
175
  msgid "Peru"
176
  msgstr ""
177
 
178
- #: ../../includes/module/class-wc-woomercadopago-module.php:689, ../../includes/module/class-wc-woomercadopago-module.php:689, ../../includes/module/class-wc-woomercadopago-module.php:689
179
  msgid "Update the WooCommerce order to "
180
  msgstr ""
181
 
@@ -281,7 +281,7 @@ msgstr ""
281
  msgid "Turn your online store into your customers preferred payment gateway. Choose if the final payment experience will be inside or outside your store."
282
  msgstr ""
283
 
284
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:247
285
  msgid "Configure Mercado Pago for WooCommerce"
286
  msgstr ""
287
 
@@ -353,15 +353,15 @@ msgstr ""
353
  msgid "Select credit cards"
354
  msgstr ""
355
 
356
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:356
357
  msgid "Payment methods"
358
  msgstr ""
359
 
360
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
361
  msgid "Choose the available payment methods in your store."
362
  msgstr ""
363
 
364
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:360
365
  msgid "Activate the available payment methods to your clients."
366
  msgstr ""
367
 
@@ -385,11 +385,11 @@ msgstr ""
385
  msgid "rules for the test mode"
386
  msgstr ""
387
 
388
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:489, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:476, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
389
  msgid "discount of"
390
  msgstr ""
391
 
392
- #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:494, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:481, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
393
  msgid "fee of"
394
  msgstr ""
395
 
@@ -1145,15 +1145,15 @@ msgstr ""
1145
  msgid "We have created a page to explain how this new payment method works and its advantages."
1146
  msgstr ""
1147
 
1148
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:600
1149
  msgid "A problem occurred when processing your payment. Please try again."
1150
  msgstr ""
1151
 
1152
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:586
1153
  msgid "A problem occurred when processing your payment. Are you sure you have correctly filled in all the information on the checkout form?"
1154
  msgstr ""
1155
 
1156
- #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:561
1157
  msgid "The customer has not paid yet."
1158
  msgstr ""
1159
 
@@ -1188,279 +1188,283 @@ msgstr ""
1188
  #. translators: %s checkout
1189
  #. translators: %s checkout
1190
  #. translators: %s checkout
1191
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:223
1192
  msgid "Checkout of payments with cash %s"
1193
  msgstr ""
1194
 
1195
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:226
1196
  msgid "Accept face-to-face payments, do not leave anyone out!"
1197
  msgstr ""
1198
 
1199
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:230
1200
  msgid "Include this preferred purchase option by some customers."
1201
  msgstr ""
1202
 
1203
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:260
1204
  msgid "Enable Mercado Pago for cash payments in your store and <br> select the options available to your customers."
1205
  msgstr ""
1206
 
1207
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:273
1208
  msgid "Set payment preferences with cash"
1209
  msgstr ""
1210
 
1211
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:286
1212
  msgid "Advanced configuration of the cash payment experience"
1213
  msgstr ""
1214
 
1215
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:299
1216
  msgid "Reduce inventory"
1217
  msgstr ""
1218
 
1219
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:302
1220
  msgid "Activates inventory reduction during the creation of an order, whether or not the final payment is credited. Disable this option to reduce it only when payments are approved."
1221
  msgstr ""
1222
 
1223
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:317
1224
  msgid "Payment Due"
1225
  msgstr ""
1226
 
1227
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:319
1228
  msgid "In how many days will cash payments expire."
1229
  msgstr ""
1230
 
1231
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:349
1232
  msgid "All payment methods"
1233
  msgstr ""
1234
 
1235
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:416
1236
  msgid "Offline Methods in Test Mode"
1237
  msgstr ""
1238
 
1239
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1240
  msgid "You can test the flow to generate an invoice, but you cannot finalize the payment."
1241
  msgstr ""
1242
 
1243
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:511, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:529
1244
  msgid "There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?"
1245
  msgstr ""
1246
 
1247
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:566
1248
  msgid "To print the ticket again click"
1249
  msgstr ""
1250
 
1251
- #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:569
1252
  msgid "here"
1253
  msgstr ""
1254
 
1255
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:61
 
 
 
 
1256
  msgid "Payment made"
1257
  msgstr ""
1258
 
1259
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:62
1260
  msgid "Payment made by the buyer and already credited in the account."
1261
  msgstr ""
1262
 
1263
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:65
1264
  msgid "Call resolved"
1265
  msgstr ""
1266
 
1267
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:66, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:166
1268
  msgid "Please contact Mercado Pago for further details."
1269
  msgstr ""
1270
 
1271
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1272
  msgid "Payment refunded"
1273
  msgstr ""
1274
 
1275
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:70
1276
  msgid "Your refund request has been made. Please contact Mercado Pago for further details."
1277
  msgstr ""
1278
 
1279
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1280
  msgid "Payment returned"
1281
  msgstr ""
1282
 
1283
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:74
1284
  msgid "The payment has been returned to the client."
1285
  msgstr ""
1286
 
1287
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:78
1288
  msgid "The payment has been partially returned to the client."
1289
  msgstr ""
1290
 
1291
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1292
  msgid "Payment canceled"
1293
  msgstr ""
1294
 
1295
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:82
1296
  msgid "The payment has been successfully canceled."
1297
  msgstr ""
1298
 
1299
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1300
  msgid "Purchase canceled"
1301
  msgstr ""
1302
 
1303
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:86
1304
  msgid "The payment has been canceled by the customer."
1305
  msgstr ""
1306
 
1307
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255
1308
  msgid "Pending payment"
1309
  msgstr ""
1310
 
1311
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:90, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:94, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:98, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:102
1312
  msgid "Awaiting payment from the buyer."
1313
  msgstr ""
1314
 
1315
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:106
1316
  msgid "We are veryfing the payment. We will notify you by email in up to 6 hours if everything is fine so that you can deliver the product or provide the service."
1317
  msgstr ""
1318
 
1319
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:203, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:269, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
1320
  msgid "Declined payment"
1321
  msgstr ""
1322
 
1323
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:110, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:154, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:158, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:162, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:174, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:194, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204
1324
  msgid "The card-issuing bank declined the payment. Please ask your client to use another card or to get in touch with the bank."
1325
  msgstr ""
1326
 
1327
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
1328
  msgid "Payment authorized. Awaiting capture."
1329
  msgstr ""
1330
 
1331
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:114
1332
  msgid "The payment has been authorized on the client's card. Please capture the payment."
1333
  msgstr ""
1334
 
1335
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117
1336
  msgid "Payment in process"
1337
  msgstr ""
1338
 
1339
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:118, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:138
1340
  msgid "Please wait or contact Mercado Pago for further details"
1341
  msgstr ""
1342
 
1343
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:122
1344
  msgid "The bank is reviewing the payment. As soon as we have their confirmation, we will notify you via email so that you can deliver the product or provide the service."
1345
  msgstr ""
1346
 
1347
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:126, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:130, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:134
1348
  msgid "Awaiting payment information validation."
1349
  msgstr ""
1350
 
1351
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:142
1352
  msgid "Waiting for the buyer."
1353
  msgstr ""
1354
 
1355
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:146
1356
  msgid "Waiting for the card issuer."
1357
  msgstr ""
1358
 
1359
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:150
1360
  msgid "The payment could not be processed. Please ask your client to use another card or to get in touch with the bank."
1361
  msgstr ""
1362
 
1363
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165
1364
  msgid "Mercado Pago did not process the payment"
1365
  msgstr ""
1366
 
1367
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
1368
  msgid "Expired payment deadline"
1369
  msgstr ""
1370
 
1371
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:170, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:260
1372
  msgid "The client did not pay within the time limit."
1373
  msgstr ""
1374
 
1375
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:178
1376
  msgid "The CVV is invalid. Please ask your client to review the details or use another card."
1377
  msgstr ""
1378
 
1379
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:182
1380
  msgid "The card is expired. Please ask your client to use another card or to contact the bank."
1381
  msgstr ""
1382
 
1383
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:186, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:232, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:236
1384
  msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card."
1385
  msgstr ""
1386
 
1387
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:190, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:228
1388
  msgid "The buyer is suspended in our platform. Your client must contact us to check what happened."
1389
  msgstr ""
1390
 
1391
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:199
1392
  msgid "The card does not have enough limit. Please ask your client to use another card or to get in touch with the bank."
1393
  msgstr ""
1394
 
1395
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200
1396
  msgid "The card does not have sufficient balance. Please ask your client to use another card or to get in touch with the bank."
1397
  msgstr ""
1398
 
1399
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:208
1400
  msgid "The CVV was entered incorrectly several times. Please ask your client to use another card or to get in touch with the bank."
1401
  msgstr ""
1402
 
1403
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:212
1404
  msgid "The card does not allow the number of installments entered. Please ask your client to choose another installment plan or to use another card."
1405
  msgstr ""
1406
 
1407
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:216
1408
  msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authotize it or to use another card."
1409
  msgstr ""
1410
 
1411
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:220
1412
  msgid "From Mercado Pago we have detected that this payment has already been made before. If that is not the case, your client may try to pay again."
1413
  msgstr ""
1414
 
1415
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:224
1416
  msgid "The card is not active yet. Please ask your client to use another card or to get in touch with the bank to activate it."
1417
  msgstr ""
1418
 
1419
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:240
1420
  msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank."
1421
  msgstr ""
1422
 
1423
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:244, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:248, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:252
1424
  msgid "Please ask your client to use another card or to get in touch with the card issuer."
1425
  msgstr ""
1426
 
1427
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:256
1428
  msgid "The amount exceeded the card's limit. Please ask your client to use another card or to get in touch with the bank."
1429
  msgstr ""
1430
 
1431
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:265
1432
  msgid "The credit function is not enabled for the card. Please tell your client that it is possible to pay with debit or to use another one."
1433
  msgstr ""
1434
 
1435
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
1436
  msgid "The debit function is not enabled for the card. Please tell your client that it is possible to pay with credit or to use another one."
1437
  msgstr ""
1438
 
1439
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270
1440
  msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authorize it."
1441
  msgstr ""
1442
 
1443
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:274
1444
  msgid "The buyer does not have enough balance to make the purchase. Please ask your client to deposit money to the Mercado Pago Account or to use a different payment method."
1445
  msgstr ""
1446
 
1447
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
1448
  msgid "There was an error"
1449
  msgstr ""
1450
 
1451
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:278
1452
  msgid "The transaction could not be completed."
1453
  msgstr ""
1454
 
1455
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:320
1456
  msgid "Payment status on Mercado Pago"
1457
  msgstr ""
1458
 
1459
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:418, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:429
1460
  msgid "View purchase details at Mercado Pago"
1461
  msgstr ""
1462
 
1463
- #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:440
1464
  msgid "Check the reasons why the purchase was declined."
1465
  msgstr ""
1466
 
@@ -1651,7 +1655,7 @@ msgstr ""
1651
  msgid "Copy code"
1652
  msgstr ""
1653
 
1654
- #: ../../includes/module/sdk/lib/class-mp.php:599, ../../includes/module/sdk/lib/class-mp.php:643, ../../includes/module/sdk/lib/class-mp.php:599, ../../includes/module/sdk/lib/class-mp.php:643, ../../includes/module/sdk/lib/class-mp.php:599, ../../includes/module/sdk/lib/class-mp.php:643
1655
  msgid "Response from cache"
1656
  msgstr ""
1657
 
@@ -1710,15 +1714,15 @@ msgstr ""
1710
  msgid "See current promotions"
1711
  msgstr ""
1712
 
1713
- #: ../../templates/checkout/custom-checkout.php:84, ../../templates/checkout/custom-checkout.php:84, ../../templates/checkout/custom-checkout.php:84, ../../templates/checkout/ticket-checkout.php:26, ../../templates/checkout/ticket-checkout.php:26, ../../templates/checkout/ticket-checkout.php:26
1714
  msgid "Enter your discount coupon"
1715
  msgstr ""
1716
 
1717
- #: ../../templates/checkout/custom-checkout.php:88, ../../templates/checkout/custom-checkout.php:88, ../../templates/checkout/custom-checkout.php:88, ../../templates/checkout/ticket-checkout.php:30, ../../templates/checkout/ticket-checkout.php:30, ../../templates/checkout/ticket-checkout.php:30
1718
  msgid "Enter your coupon"
1719
  msgstr ""
1720
 
1721
- #: ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/ticket-checkout.php:37, ../../templates/checkout/ticket-checkout.php:37, ../../templates/checkout/ticket-checkout.php:37
1722
  msgid "The code you entered is incorrect"
1723
  msgstr ""
1724
 
@@ -1774,15 +1778,15 @@ msgstr ""
1774
  msgid "for"
1775
  msgstr ""
1776
 
1777
- #: ../../templates/checkout/custom-checkout.php:196, ../../templates/checkout/custom-checkout.php:196, ../../templates/checkout/custom-checkout.php:196, ../../templates/checkout/ticket-checkout.php:50, ../../templates/checkout/ticket-checkout.php:50, ../../templates/checkout/ticket-checkout.php:50
1778
  msgid "Enter your document number"
1779
  msgstr ""
1780
 
1781
- #: ../../templates/checkout/custom-checkout.php:202, ../../templates/checkout/custom-checkout.php:202, ../../templates/checkout/custom-checkout.php:202, ../../templates/checkout/ticket-checkout.php:52, ../../templates/checkout/ticket-checkout.php:52, ../../templates/checkout/ticket-checkout.php:52
1782
  msgid "Type"
1783
  msgstr ""
1784
 
1785
- #: ../../templates/checkout/custom-checkout.php:209, ../../templates/checkout/custom-checkout.php:209, ../../templates/checkout/custom-checkout.php:209, ../../templates/checkout/ticket-checkout.php:58, ../../templates/checkout/ticket-checkout.php:58, ../../templates/checkout/ticket-checkout.php:58
1786
  msgid "Document number"
1787
  msgstr ""
1788
 
@@ -1790,7 +1794,7 @@ msgstr ""
1790
  msgid "Only numbers"
1791
  msgstr ""
1792
 
1793
- #: ../../templates/checkout/custom-checkout.php:212, ../../templates/checkout/custom-checkout.php:213, ../../templates/checkout/custom-checkout.php:212, ../../templates/checkout/custom-checkout.php:213, ../../templates/checkout/custom-checkout.php:212, ../../templates/checkout/custom-checkout.php:213, ../../templates/checkout/ticket-checkout.php:61, ../../templates/checkout/ticket-checkout.php:111, ../../templates/checkout/ticket-checkout.php:61, ../../templates/checkout/ticket-checkout.php:111, ../../templates/checkout/ticket-checkout.php:61, ../../templates/checkout/ticket-checkout.php:111
1794
  msgid "Invalid Document Number"
1795
  msgstr ""
1796
 
@@ -1806,100 +1810,28 @@ msgstr ""
1806
  msgid "When you finish the order, you will see the code to complete the payment."
1807
  msgstr ""
1808
 
1809
- #: ../../templates/checkout/ticket-checkout.php:54, ../../templates/checkout/ticket-checkout.php:54, ../../templates/checkout/ticket-checkout.php:54
1810
  msgid "CI"
1811
  msgstr ""
1812
 
1813
- #: ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:110, ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:110, ../../templates/checkout/ticket-checkout.php:60, ../../templates/checkout/ticket-checkout.php:110
1814
  msgid "You must provide your document number"
1815
  msgstr ""
1816
 
1817
- #: ../../templates/checkout/ticket-checkout.php:67, ../../templates/checkout/ticket-checkout.php:323, ../../templates/checkout/ticket-checkout.php:67, ../../templates/checkout/ticket-checkout.php:323, ../../templates/checkout/ticket-checkout.php:67, ../../templates/checkout/ticket-checkout.php:323
1818
  msgid "Complete all fields, they are mandatory."
1819
  msgstr ""
1820
 
1821
- #: ../../templates/checkout/ticket-checkout.php:80, ../../templates/checkout/ticket-checkout.php:80, ../../templates/checkout/ticket-checkout.php:80
1822
- msgid "Physical person"
1823
- msgstr ""
1824
-
1825
- #: ../../templates/checkout/ticket-checkout.php:87, ../../templates/checkout/ticket-checkout.php:87, ../../templates/checkout/ticket-checkout.php:87
1826
- msgid "Legal person"
1827
- msgstr ""
1828
-
1829
- #: ../../templates/checkout/ticket-checkout.php:94, ../../templates/checkout/ticket-checkout.php:94, ../../templates/checkout/ticket-checkout.php:94
1830
- msgid "Name"
1831
- msgstr ""
1832
-
1833
- #: ../../templates/checkout/ticket-checkout.php:95, ../../templates/checkout/ticket-checkout.php:95, ../../templates/checkout/ticket-checkout.php:95
1834
- msgid "Social reason"
1835
- msgstr ""
1836
-
1837
- #: ../../templates/checkout/ticket-checkout.php:97, ../../templates/checkout/ticket-checkout.php:97, ../../templates/checkout/ticket-checkout.php:97
1838
- msgid "You must inform your name"
1839
- msgstr ""
1840
-
1841
- #: ../../templates/checkout/ticket-checkout.php:101, ../../templates/checkout/ticket-checkout.php:101, ../../templates/checkout/ticket-checkout.php:101
1842
- msgid "Surname"
1843
- msgstr ""
1844
-
1845
- #: ../../templates/checkout/ticket-checkout.php:103, ../../templates/checkout/ticket-checkout.php:103, ../../templates/checkout/ticket-checkout.php:103
1846
- msgid "You must inform your last name"
1847
- msgstr ""
1848
-
1849
- #: ../../templates/checkout/ticket-checkout.php:107, ../../templates/checkout/ticket-checkout.php:107, ../../templates/checkout/ticket-checkout.php:107
1850
- msgid "CPF"
1851
- msgstr ""
1852
-
1853
- #: ../../templates/checkout/ticket-checkout.php:108, ../../templates/checkout/ticket-checkout.php:108, ../../templates/checkout/ticket-checkout.php:108
1854
- msgid "CNPJ"
1855
  msgstr ""
1856
 
1857
- #: ../../templates/checkout/ticket-checkout.php:117, ../../templates/checkout/ticket-checkout.php:117, ../../templates/checkout/ticket-checkout.php:117
1858
- msgid "Address"
1859
  msgstr ""
1860
 
1861
  #: ../../templates/checkout/ticket-checkout.php:119, ../../templates/checkout/ticket-checkout.php:119, ../../templates/checkout/ticket-checkout.php:119
1862
- msgid "You must inform your address"
1863
- msgstr ""
1864
-
1865
- #: ../../templates/checkout/ticket-checkout.php:123, ../../templates/checkout/ticket-checkout.php:123, ../../templates/checkout/ticket-checkout.php:123
1866
- msgid "Number"
1867
- msgstr ""
1868
-
1869
- #: ../../templates/checkout/ticket-checkout.php:125, ../../templates/checkout/ticket-checkout.php:125, ../../templates/checkout/ticket-checkout.php:125
1870
- msgid "You must provide your address number"
1871
- msgstr ""
1872
-
1873
- #: ../../templates/checkout/ticket-checkout.php:131, ../../templates/checkout/ticket-checkout.php:131, ../../templates/checkout/ticket-checkout.php:131
1874
- msgid "City"
1875
- msgstr ""
1876
-
1877
- #: ../../templates/checkout/ticket-checkout.php:133, ../../templates/checkout/ticket-checkout.php:133, ../../templates/checkout/ticket-checkout.php:133
1878
- msgid "You must inform your city"
1879
- msgstr ""
1880
-
1881
- #: ../../templates/checkout/ticket-checkout.php:137, ../../templates/checkout/ticket-checkout.php:137, ../../templates/checkout/ticket-checkout.php:137
1882
- msgid "State"
1883
- msgstr ""
1884
-
1885
- #: ../../templates/checkout/ticket-checkout.php:145, ../../templates/checkout/ticket-checkout.php:145, ../../templates/checkout/ticket-checkout.php:145
1886
- msgid "Select state\""
1887
- msgstr ""
1888
-
1889
- #: ../../templates/checkout/ticket-checkout.php:310, ../../templates/checkout/ticket-checkout.php:310, ../../templates/checkout/ticket-checkout.php:310
1890
- msgid "You must inform your status"
1891
- msgstr ""
1892
-
1893
- #: ../../templates/checkout/ticket-checkout.php:314, ../../templates/checkout/ticket-checkout.php:314, ../../templates/checkout/ticket-checkout.php:314
1894
- msgid "Postal Code"
1895
- msgstr ""
1896
-
1897
- #: ../../templates/checkout/ticket-checkout.php:316, ../../templates/checkout/ticket-checkout.php:316, ../../templates/checkout/ticket-checkout.php:316
1898
- msgid "You must provide your zip code"
1899
- msgstr ""
1900
-
1901
- #: ../../templates/checkout/ticket-checkout.php:332, ../../templates/checkout/ticket-checkout.php:332, ../../templates/checkout/ticket-checkout.php:332
1902
- msgid "Select the issuer with whom you want to process the payment"
1903
  msgstr ""
1904
 
1905
  #: ../../templates/order/payment-status-metabox-content.php:20, ../../templates/order/payment-status-metabox-content.php:20, ../../templates/order/payment-status-metabox-content.php:20
22
  msgid "Convert Currency"
23
  msgstr ""
24
 
25
+ #: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:430, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:430, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:430, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:533, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:271, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:271, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:271, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:910, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:910, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:910, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1321, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1450, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1487, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:305
26
  msgid "No"
27
  msgstr ""
28
 
29
+ #: ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:431, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:431, ../../includes/helpers/class-wc-woomercadopago-helpers-currencyconverter.php:431, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:532, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:272, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:911, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:911, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:911, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1322, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1451, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:1486, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:306
30
  msgid "Yes"
31
  msgstr ""
32
 
56
  msgid "The store should have HTTPS in order to activate both Checkout Personalizado and Ticket Checkout."
57
  msgstr ""
58
 
59
+ #: ../../includes/module/class-wc-woomercadopago-credentials.php:483, ../../includes/module/class-wc-woomercadopago-credentials.php:483, ../../includes/module/class-wc-woomercadopago-credentials.php:483
60
  msgid "Invalid credentials"
61
  msgstr ""
62
 
83
  msgid "Cancel order"
84
  msgstr ""
85
 
86
+ #: ../../includes/module/class-wc-woomercadopago-module.php:357, ../../includes/module/class-wc-woomercadopago-module.php:357, ../../includes/module/class-wc-woomercadopago-module.php:357, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:508
87
  msgid "Fill in your credentials to enable payment methods."
88
  msgstr ""
89
 
90
+ #: ../../includes/module/class-wc-woomercadopago-module.php:372, ../../includes/module/class-wc-woomercadopago-module.php:372, ../../includes/module/class-wc-woomercadopago-module.php:372
91
  msgid "Set up"
92
  msgstr ""
93
 
94
+ #: ../../includes/module/class-wc-woomercadopago-module.php:373, ../../includes/module/class-wc-woomercadopago-module.php:373, ../../includes/module/class-wc-woomercadopago-module.php:373
95
  msgid "Your opinion helps us get better"
96
  msgstr ""
97
 
98
+ #: ../../includes/module/class-wc-woomercadopago-module.php:374, ../../includes/module/class-wc-woomercadopago-module.php:374, ../../includes/module/class-wc-woomercadopago-module.php:374
99
  msgid "Guides and Documentation"
100
  msgstr ""
101
 
102
+ #: ../../includes/module/class-wc-woomercadopago-module.php:375, ../../includes/module/class-wc-woomercadopago-module.php:375, ../../includes/module/class-wc-woomercadopago-module.php:375
103
  msgid "Report Problem"
104
  msgstr ""
105
 
106
+ #: ../../includes/module/class-wc-woomercadopago-module.php:464, ../../includes/module/class-wc-woomercadopago-module.php:464, ../../includes/module/class-wc-woomercadopago-module.php:464, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2050
107
  msgid "By continuing, you agree to our "
108
  msgstr ""
109
 
110
+ #: ../../includes/module/class-wc-woomercadopago-module.php:466, ../../includes/module/class-wc-woomercadopago-module.php:466, ../../includes/module/class-wc-woomercadopago-module.php:466, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:2052
111
  msgid "Terms and Conditions"
112
  msgstr ""
113
 
114
+ #: ../../includes/module/class-wc-woomercadopago-module.php:482, ../../includes/module/class-wc-woomercadopago-module.php:482, ../../includes/module/class-wc-woomercadopago-module.php:482
115
  msgid "By Mercado Pago"
116
  msgstr ""
117
 
118
+ #: ../../includes/module/class-wc-woomercadopago-module.php:515, ../../includes/module/class-wc-woomercadopago-module.php:515, ../../includes/module/class-wc-woomercadopago-module.php:515
119
  msgid "The payment method is not valid or not available."
120
  msgstr ""
121
 
122
+ #: ../../includes/module/class-wc-woomercadopago-module.php:518, ../../includes/module/class-wc-woomercadopago-module.php:518, ../../includes/module/class-wc-woomercadopago-module.php:518
123
  msgid "The transaction amount cannot be processed by Mercado Pago."
124
  msgstr ""
125
 
126
+ #: ../../includes/module/class-wc-woomercadopago-module.php:519, ../../includes/module/class-wc-woomercadopago-module.php:519, ../../includes/module/class-wc-woomercadopago-module.php:519
127
  msgid "Possible causes: Currency not supported; Amounts below the minimum or above the maximum allowed."
128
  msgstr ""
129
 
130
+ #: ../../includes/module/class-wc-woomercadopago-module.php:522, ../../includes/module/class-wc-woomercadopago-module.php:522, ../../includes/module/class-wc-woomercadopago-module.php:522
131
  msgid "The users are not valid."
132
  msgstr ""
133
 
134
+ #: ../../includes/module/class-wc-woomercadopago-module.php:523, ../../includes/module/class-wc-woomercadopago-module.php:523, ../../includes/module/class-wc-woomercadopago-module.php:523
135
  msgid "Possible causes: Buyer and seller have the same account in Mercado Pago; The transaction involving production and test users."
136
  msgstr ""
137
 
138
+ #: ../../includes/module/class-wc-woomercadopago-module.php:526, ../../includes/module/class-wc-woomercadopago-module.php:526, ../../includes/module/class-wc-woomercadopago-module.php:526
139
  msgid "Unauthorized use of production credentials."
140
  msgstr ""
141
 
142
+ #: ../../includes/module/class-wc-woomercadopago-module.php:527, ../../includes/module/class-wc-woomercadopago-module.php:527, ../../includes/module/class-wc-woomercadopago-module.php:527
143
  msgid "Possible causes: Use permission in use for the credential of the seller."
144
  msgstr ""
145
 
146
+ #: ../../includes/module/class-wc-woomercadopago-module.php:644, ../../includes/module/class-wc-woomercadopago-module.php:644, ../../includes/module/class-wc-woomercadopago-module.php:644, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:838
147
  msgid "Colombia"
148
  msgstr ""
149
 
150
+ #: ../../includes/module/class-wc-woomercadopago-module.php:646, ../../includes/module/class-wc-woomercadopago-module.php:646, ../../includes/module/class-wc-woomercadopago-module.php:646, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:835
151
  msgid "Argentina"
152
  msgstr ""
153
 
154
+ #: ../../includes/module/class-wc-woomercadopago-module.php:648, ../../includes/module/class-wc-woomercadopago-module.php:648, ../../includes/module/class-wc-woomercadopago-module.php:648, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:836
155
  msgid "Brazil"
156
  msgstr ""
157
 
158
+ #: ../../includes/module/class-wc-woomercadopago-module.php:650, ../../includes/module/class-wc-woomercadopago-module.php:650, ../../includes/module/class-wc-woomercadopago-module.php:650, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:837
159
  msgid "Chile"
160
  msgstr ""
161
 
162
+ #: ../../includes/module/class-wc-woomercadopago-module.php:652, ../../includes/module/class-wc-woomercadopago-module.php:652, ../../includes/module/class-wc-woomercadopago-module.php:652, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:839
163
  msgid "Mexico"
164
  msgstr ""
165
 
166
+ #: ../../includes/module/class-wc-woomercadopago-module.php:654, ../../includes/module/class-wc-woomercadopago-module.php:654, ../../includes/module/class-wc-woomercadopago-module.php:654, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:841
167
  msgid "Uruguay"
168
  msgstr ""
169
 
170
+ #: ../../includes/module/class-wc-woomercadopago-module.php:656, ../../includes/module/class-wc-woomercadopago-module.php:656, ../../includes/module/class-wc-woomercadopago-module.php:656
171
  msgid "Venezuela"
172
  msgstr ""
173
 
174
+ #: ../../includes/module/class-wc-woomercadopago-module.php:658, ../../includes/module/class-wc-woomercadopago-module.php:658, ../../includes/module/class-wc-woomercadopago-module.php:658, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840, ../../includes/payments/class-wc-woomercadopago-payment-abstract.php:840
175
  msgid "Peru"
176
  msgstr ""
177
 
178
+ #: ../../includes/module/class-wc-woomercadopago-module.php:690, ../../includes/module/class-wc-woomercadopago-module.php:690, ../../includes/module/class-wc-woomercadopago-module.php:690
179
  msgid "Update the WooCommerce order to "
180
  msgstr ""
181
 
281
  msgid "Turn your online store into your customers preferred payment gateway. Choose if the final payment experience will be inside or outside your store."
282
  msgstr ""
283
 
284
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:298, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:322, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:248
285
  msgid "Configure Mercado Pago for WooCommerce"
286
  msgstr ""
287
 
353
  msgid "Select credit cards"
354
  msgstr ""
355
 
356
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:501, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:357
357
  msgid "Payment methods"
358
  msgstr ""
359
 
360
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:502, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:358
361
  msgid "Choose the available payment methods in your store."
362
  msgstr ""
363
 
364
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:508, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:361
365
  msgid "Activate the available payment methods to your clients."
366
  msgstr ""
367
 
385
  msgid "rules for the test mode"
386
  msgstr ""
387
 
388
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:627, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:614, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:568, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:481, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:468, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:490, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:477, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:169, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:167
389
  msgid "discount of"
390
  msgstr ""
391
 
392
+ #: ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:632, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-basic-gateway.php:619, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:585, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-custom-gateway.php:573, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:486, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:473, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:495, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:482, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171, ../../includes/payments/hooks/class-wc-woomercadopago-hook-abstract.php:171
393
  msgid "fee of"
394
  msgstr ""
395
 
1145
  msgid "We have created a page to explain how this new payment method works and its advantages."
1146
  msgstr ""
1147
 
1148
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:550, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:594
1149
  msgid "A problem occurred when processing your payment. Please try again."
1150
  msgstr ""
1151
 
1152
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:536, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:580
1153
  msgid "A problem occurred when processing your payment. Are you sure you have correctly filled in all the information on the checkout form?"
1154
  msgstr ""
1155
 
1156
+ #: ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515, ../../includes/payments/class-wc-woomercadopago-pix-gateway.php:515, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:555
1157
  msgid "The customer has not paid yet."
1158
  msgstr ""
1159
 
1188
  #. translators: %s checkout
1189
  #. translators: %s checkout
1190
  #. translators: %s checkout
1191
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:224
1192
  msgid "Checkout of payments with cash %s"
1193
  msgstr ""
1194
 
1195
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:227
1196
  msgid "Accept face-to-face payments, do not leave anyone out!"
1197
  msgstr ""
1198
 
1199
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:231
1200
  msgid "Include this preferred purchase option by some customers."
1201
  msgstr ""
1202
 
1203
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:261
1204
  msgid "Enable Mercado Pago for cash payments in your store and <br> select the options available to your customers."
1205
  msgstr ""
1206
 
1207
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:274
1208
  msgid "Set payment preferences with cash"
1209
  msgstr ""
1210
 
1211
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:287
1212
  msgid "Advanced configuration of the cash payment experience"
1213
  msgstr ""
1214
 
1215
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:300
1216
  msgid "Reduce inventory"
1217
  msgstr ""
1218
 
1219
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:303
1220
  msgid "Activates inventory reduction during the creation of an order, whether or not the final payment is credited. Disable this option to reduce it only when payments are approved."
1221
  msgstr ""
1222
 
1223
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:318
1224
  msgid "Payment Due"
1225
  msgstr ""
1226
 
1227
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:320
1228
  msgid "In how many days will cash payments expire."
1229
  msgstr ""
1230
 
1231
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:350
1232
  msgid "All payment methods"
1233
  msgstr ""
1234
 
1235
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:417
1236
  msgid "Offline Methods in Test Mode"
1237
  msgstr ""
1238
 
1239
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:418
1240
  msgid "You can test the flow to generate an invoice, but you cannot finalize the payment."
1241
  msgstr ""
1242
 
1243
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:505, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:523
1244
  msgid "There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?"
1245
  msgstr ""
1246
 
1247
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:560
1248
  msgid "To print the ticket again click"
1249
  msgstr ""
1250
 
1251
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:563
1252
  msgid "here"
1253
  msgstr ""
1254
 
1255
+ #: ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681, ../../includes/payments/class-wc-woomercadopago-ticket-gateway.php:681
1256
+ msgid " and "
1257
+ msgstr ""
1258
+
1259
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:68
1260
  msgid "Payment made"
1261
  msgstr ""
1262
 
1263
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:69
1264
  msgid "Payment made by the buyer and already credited in the account."
1265
  msgstr ""
1266
 
1267
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:72
1268
  msgid "Call resolved"
1269
  msgstr ""
1270
 
1271
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:73, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:173
1272
  msgid "Please contact Mercado Pago for further details."
1273
  msgstr ""
1274
 
1275
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:76
1276
  msgid "Payment refunded"
1277
  msgstr ""
1278
 
1279
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:77
1280
  msgid "Your refund request has been made. Please contact Mercado Pago for further details."
1281
  msgstr ""
1282
 
1283
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:80, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:84
1284
  msgid "Payment returned"
1285
  msgstr ""
1286
 
1287
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:81
1288
  msgid "The payment has been returned to the client."
1289
  msgstr ""
1290
 
1291
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:85
1292
  msgid "The payment has been partially returned to the client."
1293
  msgstr ""
1294
 
1295
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:88
1296
  msgid "Payment canceled"
1297
  msgstr ""
1298
 
1299
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:89
1300
  msgid "The payment has been successfully canceled."
1301
  msgstr ""
1302
 
1303
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:92
1304
  msgid "Purchase canceled"
1305
  msgstr ""
1306
 
1307
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:93
1308
  msgid "The payment has been canceled by the customer."
1309
  msgstr ""
1310
 
1311
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:96, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:100, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:104, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:108, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:112, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:128, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:132, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:136, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:140, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:144, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:148, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:152, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:262
1312
  msgid "Pending payment"
1313
  msgstr ""
1314
 
1315
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:97, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:101, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:105, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:109
1316
  msgid "Awaiting payment from the buyer."
1317
  msgstr ""
1318
 
1319
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:113
1320
  msgid "We are veryfing the payment. We will notify you by email in up to 6 hours if everything is fine so that you can deliver the product or provide the service."
1321
  msgstr ""
1322
 
1323
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:116, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:156, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:160, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:164, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:168, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:180, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:184, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:188, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:192, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:196, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:200, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:204, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:210, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:214, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:218, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:222, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:226, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:230, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:234, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:238, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:242, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:246, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:250, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:254, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:258, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:270, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:276, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:280
1324
  msgid "Declined payment"
1325
  msgstr ""
1326
 
1327
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:117, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:161, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:165, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:169, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:181, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:201, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:211
1328
  msgid "The card-issuing bank declined the payment. Please ask your client to use another card or to get in touch with the bank."
1329
  msgstr ""
1330
 
1331
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:120
1332
  msgid "Payment authorized. Awaiting capture."
1333
  msgstr ""
1334
 
1335
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:121
1336
  msgid "The payment has been authorized on the client's card. Please capture the payment."
1337
  msgstr ""
1338
 
1339
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:124
1340
  msgid "Payment in process"
1341
  msgstr ""
1342
 
1343
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:125, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:145
1344
  msgid "Please wait or contact Mercado Pago for further details"
1345
  msgstr ""
1346
 
1347
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:129
1348
  msgid "The bank is reviewing the payment. As soon as we have their confirmation, we will notify you via email so that you can deliver the product or provide the service."
1349
  msgstr ""
1350
 
1351
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:133, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:137, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:141
1352
  msgid "Awaiting payment information validation."
1353
  msgstr ""
1354
 
1355
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:149
1356
  msgid "Waiting for the buyer."
1357
  msgstr ""
1358
 
1359
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:153
1360
  msgid "Waiting for the card issuer."
1361
  msgstr ""
1362
 
1363
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:157
1364
  msgid "The payment could not be processed. Please ask your client to use another card or to get in touch with the bank."
1365
  msgstr ""
1366
 
1367
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:172
1368
  msgid "Mercado Pago did not process the payment"
1369
  msgstr ""
1370
 
1371
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:176, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:266
1372
  msgid "Expired payment deadline"
1373
  msgstr ""
1374
 
1375
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:177, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:267
1376
  msgid "The client did not pay within the time limit."
1377
  msgstr ""
1378
 
1379
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:185
1380
  msgid "The CVV is invalid. Please ask your client to review the details or use another card."
1381
  msgstr ""
1382
 
1383
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:189
1384
  msgid "The card is expired. Please ask your client to use another card or to contact the bank."
1385
  msgstr ""
1386
 
1387
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:193, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:239, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:243
1388
  msgid "This payment was declined because it did not pass Mercado Pago security controls. Please ask your client to use another card."
1389
  msgstr ""
1390
 
1391
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:197, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:235
1392
  msgid "The buyer is suspended in our platform. Your client must contact us to check what happened."
1393
  msgstr ""
1394
 
1395
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:206
1396
  msgid "The card does not have enough limit. Please ask your client to use another card or to get in touch with the bank."
1397
  msgstr ""
1398
 
1399
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:207
1400
  msgid "The card does not have sufficient balance. Please ask your client to use another card or to get in touch with the bank."
1401
  msgstr ""
1402
 
1403
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:215
1404
  msgid "The CVV was entered incorrectly several times. Please ask your client to use another card or to get in touch with the bank."
1405
  msgstr ""
1406
 
1407
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:219
1408
  msgid "The card does not allow the number of installments entered. Please ask your client to choose another installment plan or to use another card."
1409
  msgstr ""
1410
 
1411
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:223
1412
  msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authotize it or to use another card."
1413
  msgstr ""
1414
 
1415
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:227
1416
  msgid "From Mercado Pago we have detected that this payment has already been made before. If that is not the case, your client may try to pay again."
1417
  msgstr ""
1418
 
1419
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:231
1420
  msgid "The card is not active yet. Please ask your client to use another card or to get in touch with the bank to activate it."
1421
  msgstr ""
1422
 
1423
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:247
1424
  msgid "The amount exceeded the card limit. Please ask your client to use another card or to get in touch with the bank."
1425
  msgstr ""
1426
 
1427
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:251, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:255, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:259
1428
  msgid "Please ask your client to use another card or to get in touch with the card issuer."
1429
  msgstr ""
1430
 
1431
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:263
1432
  msgid "The amount exceeded the card's limit. Please ask your client to use another card or to get in touch with the bank."
1433
  msgstr ""
1434
 
1435
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:272
1436
  msgid "The credit function is not enabled for the card. Please tell your client that it is possible to pay with debit or to use another one."
1437
  msgstr ""
1438
 
1439
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:273
1440
  msgid "The debit function is not enabled for the card. Please tell your client that it is possible to pay with credit or to use another one."
1441
  msgstr ""
1442
 
1443
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:277
1444
  msgid "The card-issuing bank declined the payment. Please instruct your client to ask the bank to authorize it."
1445
  msgstr ""
1446
 
1447
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:281
1448
  msgid "The buyer does not have enough balance to make the purchase. Please ask your client to deposit money to the Mercado Pago Account or to use a different payment method."
1449
  msgstr ""
1450
 
1451
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:284
1452
  msgid "There was an error"
1453
  msgstr ""
1454
 
1455
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:285
1456
  msgid "The transaction could not be completed."
1457
  msgstr ""
1458
 
1459
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:367
1460
  msgid "Payment status on Mercado Pago"
1461
  msgstr ""
1462
 
1463
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:463, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:474
1464
  msgid "View purchase details at Mercado Pago"
1465
  msgstr ""
1466
 
1467
+ #: ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485, ../../includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php:485
1468
  msgid "Check the reasons why the purchase was declined."
1469
  msgstr ""
1470
 
1655
  msgid "Copy code"
1656
  msgstr ""
1657
 
1658
+ #: ../../includes/module/sdk/lib/class-mp.php:599, ../../includes/module/sdk/lib/class-mp.php:644, ../../includes/module/sdk/lib/class-mp.php:599, ../../includes/module/sdk/lib/class-mp.php:644, ../../includes/module/sdk/lib/class-mp.php:599, ../../includes/module/sdk/lib/class-mp.php:644
1659
  msgid "Response from cache"
1660
  msgstr ""
1661
 
1714
  msgid "See current promotions"
1715
  msgstr ""
1716
 
1717
+ #: ../../templates/checkout/custom-checkout.php:84, ../../templates/checkout/custom-checkout.php:84, ../../templates/checkout/custom-checkout.php:84, ../../templates/checkout/ticket-checkout.php:27, ../../templates/checkout/ticket-checkout.php:27, ../../templates/checkout/ticket-checkout.php:27
1718
  msgid "Enter your discount coupon"
1719
  msgstr ""
1720
 
1721
+ #: ../../templates/checkout/custom-checkout.php:88, ../../templates/checkout/custom-checkout.php:88, ../../templates/checkout/custom-checkout.php:88, ../../templates/checkout/ticket-checkout.php:31, ../../templates/checkout/ticket-checkout.php:31, ../../templates/checkout/ticket-checkout.php:31
1722
  msgid "Enter your coupon"
1723
  msgstr ""
1724
 
1725
+ #: ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/custom-checkout.php:95, ../../templates/checkout/ticket-checkout.php:38, ../../templates/checkout/ticket-checkout.php:38, ../../templates/checkout/ticket-checkout.php:38
1726
  msgid "The code you entered is incorrect"
1727
  msgstr ""
1728
 
1778
  msgid "for"
1779
  msgstr ""
1780
 
1781
+ #: ../../templates/checkout/custom-checkout.php:196, ../../templates/checkout/custom-checkout.php:196, ../../templates/checkout/custom-checkout.php:196, ../../templates/checkout/ticket-checkout.php:51, ../../templates/checkout/ticket-checkout.php:51, ../../templates/checkout/ticket-checkout.php:51
1782
  msgid "Enter your document number"
1783
  msgstr ""
1784
 
1785
+ #: ../../templates/checkout/custom-checkout.php:202, ../../templates/checkout/custom-checkout.php:202, ../../templates/checkout/custom-checkout.php:202, ../../templates/checkout/ticket-checkout.php:53, ../../templates/checkout/ticket-checkout.php:53, ../../templates/checkout/ticket-checkout.php:53
1786
  msgid "Type"
1787
  msgstr ""
1788
 
1789
+ #: ../../templates/checkout/custom-checkout.php:209, ../../templates/checkout/custom-checkout.php:209, ../../templates/checkout/custom-checkout.php:209, ../../templates/checkout/ticket-checkout.php:59, ../../templates/checkout/ticket-checkout.php:59, ../../templates/checkout/ticket-checkout.php:59
1790
  msgid "Document number"
1791
  msgstr ""
1792
 
1794
  msgid "Only numbers"
1795
  msgstr ""
1796
 
1797
+ #: ../../templates/checkout/custom-checkout.php:212, ../../templates/checkout/custom-checkout.php:213, ../../templates/checkout/custom-checkout.php:212, ../../templates/checkout/custom-checkout.php:213, ../../templates/checkout/custom-checkout.php:212, ../../templates/checkout/custom-checkout.php:213, ../../templates/checkout/ticket-checkout.php:62, ../../templates/checkout/ticket-checkout.php:122, ../../templates/checkout/ticket-checkout.php:62, ../../templates/checkout/ticket-checkout.php:122, ../../templates/checkout/ticket-checkout.php:62, ../../templates/checkout/ticket-checkout.php:122
1798
  msgid "Invalid Document Number"
1799
  msgstr ""
1800
 
1810
  msgid "When you finish the order, you will see the code to complete the payment."
1811
  msgstr ""
1812
 
1813
+ #: ../../templates/checkout/ticket-checkout.php:55, ../../templates/checkout/ticket-checkout.php:55, ../../templates/checkout/ticket-checkout.php:55
1814
  msgid "CI"
1815
  msgstr ""
1816
 
1817
+ #: ../../templates/checkout/ticket-checkout.php:61, ../../templates/checkout/ticket-checkout.php:121, ../../templates/checkout/ticket-checkout.php:61, ../../templates/checkout/ticket-checkout.php:121, ../../templates/checkout/ticket-checkout.php:61, ../../templates/checkout/ticket-checkout.php:121
1818
  msgid "You must provide your document number"
1819
  msgstr ""
1820
 
1821
+ #: ../../templates/checkout/ticket-checkout.php:68, ../../templates/checkout/ticket-checkout.php:68, ../../templates/checkout/ticket-checkout.php:68
1822
  msgid "Complete all fields, they are mandatory."
1823
  msgstr ""
1824
 
1825
+ #: ../../templates/checkout/ticket-checkout.php:77, ../../templates/checkout/ticket-checkout.php:77, ../../templates/checkout/ticket-checkout.php:77
1826
+ msgid "Select the issuer with whom you want to process the payment"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1827
  msgstr ""
1828
 
1829
+ #: ../../templates/checkout/ticket-checkout.php:106, ../../templates/checkout/ticket-checkout.php:106, ../../templates/checkout/ticket-checkout.php:106
1830
+ msgid "Lottery"
1831
  msgstr ""
1832
 
1833
  #: ../../templates/checkout/ticket-checkout.php:119, ../../templates/checkout/ticket-checkout.php:119, ../../templates/checkout/ticket-checkout.php:119
1834
+ msgid "CPF/CNPJ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1835
  msgstr ""
1836
 
1837
  #: ../../templates/order/payment-status-metabox-content.php:20, ../../templates/order/payment-status-metabox-content.php:20, ../../templates/order/payment-status-metabox-content.php:20
includes/admin/hooks/class-wc-woomercadopago-hook-order-details.php CHANGED
@@ -18,6 +18,13 @@ if ( ! defined( 'ABSPATH' ) ) {
18
  */
19
  class WC_WooMercadoPago_Hook_Order_Details {
20
 
 
 
 
 
 
 
 
21
  public function __construct() {
22
  $this->load_hooks();
23
  $this->load_scripts();
@@ -309,12 +316,52 @@ class WC_WooMercadoPago_Hook_Order_Details {
309
  return $status;
310
  }
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  /**
313
  * Create payment status metabox
314
  *
 
 
315
  * @return void
316
  */
317
- public function payment_status_metabox() {
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  add_meta_box(
319
  'mp-payment-status-metabox',
320
  __( 'Payment status on Mercado Pago', 'woocommerce-mercadopago' ),
@@ -347,17 +394,15 @@ class WC_WooMercadoPago_Hook_Order_Details {
347
  * @return void
348
  */
349
  public function payment_status_metabox_content( $post ) {
350
- $order = wc_get_order($post->ID);
351
 
352
- if ( is_null($order) || is_null($post->ID) ) {
353
  return;
354
  }
355
 
356
- $payment_method = $order->get_payment_method();
357
- $is_mercadopago_payment_method = in_array($payment_method, WC_WooMercadoPago_Constants::GATEWAYS_IDS, true);
358
- $payment_ids = explode(',', $order->get_meta( '_Mercado_Pago_Payment_IDs' ));
359
 
360
- if ( ! $is_mercadopago_payment_method || empty($payment_ids) ) {
361
  return;
362
  }
363
 
18
  */
19
  class WC_WooMercadoPago_Hook_Order_Details {
20
 
21
+ /**
22
+ * The Order
23
+ *
24
+ * @param WC_Order
25
+ */
26
+ protected $order;
27
+
28
  public function __construct() {
29
  $this->load_hooks();
30
  $this->load_scripts();
316
  return $status;
317
  }
318
 
319
+ /**
320
+ * Get Order from Post
321
+ *
322
+ * @param WP_Post $post
323
+ *
324
+ * return WC_Order | false
325
+ */
326
+ private function get_order( $post ) {
327
+ if ( $this->order instanceof WC_Order ) {
328
+ return $this->order;
329
+ }
330
+
331
+ if ( is_null($post->ID) ) {
332
+ return false;
333
+ }
334
+
335
+ $this->order = wc_get_order($post->ID);
336
+
337
+ if ( ! $this->order || is_null($this->order) ) {
338
+ return false;
339
+ }
340
+
341
+ return $this->order;
342
+ }
343
+
344
  /**
345
  * Create payment status metabox
346
  *
347
+ * @param WP_Post $post
348
+ *
349
  * @return void
350
  */
351
+ public function payment_status_metabox( $post ) {
352
+ $order = $this->get_order( $post );
353
+
354
+ if ( ! $order ) {
355
+ return;
356
+ }
357
+
358
+ $payment_method = $order->get_payment_method();
359
+ $is_mercadopago_payment_method = in_array($payment_method, WC_WooMercadoPago_Constants::GATEWAYS_IDS, true);
360
+
361
+ if ( ! $is_mercadopago_payment_method ) {
362
+ return;
363
+ }
364
+
365
  add_meta_box(
366
  'mp-payment-status-metabox',
367
  __( 'Payment status on Mercado Pago', 'woocommerce-mercadopago' ),
394
  * @return void
395
  */
396
  public function payment_status_metabox_content( $post ) {
397
+ $order = $this->get_order( $post );
398
 
399
+ if ( ! $order ) {
400
  return;
401
  }
402
 
403
+ $payment_ids = explode(',', $order->get_meta( '_Mercado_Pago_Payment_IDs' ));
 
 
404
 
405
+ if ( empty($payment_ids) ) {
406
  return;
407
  }
408
 
includes/helpers/class-wc-woomercadopago-composite-id-helper.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Part of Woo Mercado Pago Module
4
+ * Author - Mercado Pago
5
+ * Developer
6
+ * Copyright - Copyright(c) MercadoPago [https://www.mercadopago.com]
7
+ * License - https://www.gnu.org/licenses/gpl.html GPL version 2 or higher
8
+ *
9
+ * @package MercadoPago
10
+ */
11
+
12
+ if ( ! defined( 'ABSPATH' ) ) {
13
+ exit;
14
+ }
15
+
16
+ /**
17
+ * Class WC_WooMercadoPago_Composite_Id_Helper
18
+ */
19
+ class WC_WooMercadoPago_Composite_Id_Helper {
20
+
21
+ const SEPARATOR = '|';
22
+
23
+ public function generateIdFromPlace( $paymentMethodId, $paymentPlaceId ) {
24
+ return $paymentMethodId . self::SEPARATOR . $paymentPlaceId;
25
+ }
26
+
27
+ private function parse( $compositeId ) {
28
+
29
+ $exploded = explode(self::SEPARATOR, $compositeId);
30
+
31
+ return [
32
+ 'payment_method_id' => $exploded[0],
33
+ 'payment_place_id' => isset($exploded[1]) ? $exploded[1] : null,
34
+ ];
35
+ }
36
+
37
+ public function getPaymentMethodId( $compositeId ) {
38
+ return $this->parse($compositeId)['payment_method_id'];
39
+ }
40
+
41
+ public function getPaymentPlaceId( $compositeId ) {
42
+ return $this->parse($compositeId)['payment_place_id'];
43
+ }
44
+ }
includes/module/class-wc-woomercadopago-credentials.php CHANGED
@@ -405,11 +405,7 @@ class WC_WooMercadoPago_Credentials {
405
  'debit_card' !== $payment['payment_type_id'] &&
406
  'prepaid_card' !== $payment['payment_type_id']
407
  ) {
408
- $payment_methods_ticket[] = array(
409
- 'id' => $payment['id'],
410
- 'name' => $payment['name'],
411
- 'secure_thumbnail' => $payment['secure_thumbnail'],
412
- );
413
  }
414
  }
415
 
405
  'debit_card' !== $payment['payment_type_id'] &&
406
  'prepaid_card' !== $payment['payment_type_id']
407
  ) {
408
+ $payment_methods_ticket[] = $payment;
 
 
 
 
409
  }
410
  }
411
 
includes/module/class-wc-woomercadopago-module.php CHANGED
@@ -228,6 +228,7 @@ class WC_WooMercadoPago_Module extends WC_WooMercadoPago_Configs {
228
  */
229
  public function load_helpers() {
230
  include_once dirname( __FILE__ ) . '/../helpers/class-wc-woomercadopago-helpers-currencyconverter.php';
 
231
  }
232
 
233
  /**
228
  */
229
  public function load_helpers() {
230
  include_once dirname( __FILE__ ) . '/../helpers/class-wc-woomercadopago-helpers-currencyconverter.php';
231
+ include_once dirname( __FILE__ ) . '/../helpers/class-wc-woomercadopago-composite-id-helper.php';
232
  }
233
 
234
  /**
includes/module/config/class-wc-woomercadopago-constants.php CHANGED
@@ -21,7 +21,7 @@ class WC_WooMercadoPago_Constants {
21
  const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG';
22
  const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0';
23
  const PLATAFORM_ID = 'bo2hnr2ic4p001kbgpt0';
24
- const VERSION = '5.5.0';
25
  const MIN_PHP = 5.6;
26
  const API_MP_BASE_URL = 'https://api.mercadopago.com';
27
  const PAYMENT_GATEWAYS = array(
21
  const PRODUCT_ID_DESKTOP = 'BT7OF5FEOO6G01NJK3QG';
22
  const PRODUCT_ID_MOBILE = 'BT7OFH09QS3001K5A0H0';
23
  const PLATAFORM_ID = 'bo2hnr2ic4p001kbgpt0';
24
+ const VERSION = '5.6.0';
25
  const MIN_PHP = 5.6;
26
  const API_MP_BASE_URL = 'https://api.mercadopago.com';
27
  const PAYMENT_GATEWAYS = array(
includes/module/preference/class-wc-woomercadopago-preference-ticket.php CHANGED
@@ -18,7 +18,6 @@ if ( ! defined( 'ABSPATH' ) ) {
18
  */
19
  class WC_WooMercadoPago_Preference_Ticket extends WC_WooMercadoPago_Preference_Abstract {
20
 
21
-
22
  /**
23
  * WC_WooMercadoPago_PreferenceTicket constructor.
24
  *
@@ -28,25 +27,23 @@ class WC_WooMercadoPago_Preference_Ticket extends WC_WooMercadoPago_Preference_A
28
  */
29
  public function __construct( $payment, $order, $ticket_checkout ) {
30
  parent::__construct( $payment, $order, $ticket_checkout );
 
 
 
31
  $date_expiration = $payment->get_option_mp( 'date_expiration', '' ) . ' days';
32
  $this->preference = $this->make_commum_preference();
 
33
  $this->preference['date_of_expiration'] = $this->get_date_of_expiration( $date_expiration );
34
  $this->preference['transaction_amount'] = $this->get_transaction_amount();
35
  $this->preference['description'] = implode( ', ', $this->list_of_items );
36
- $this->preference['payment_method_id'] = $this->checkout['paymentMethodId'];
37
- $this->preference['payer']['email'] = $this->get_email();
 
 
38
 
39
  if ( 'BRL' === $this->site_data[ $this->site_id ]['currency'] ) {
40
- $this->preference['payer']['first_name'] = $this->checkout['firstname'];
41
- $this->preference['payer']['last_name'] = 14 === strlen( $this->checkout['docNumber'] ) ? $this->checkout['lastname'] : $this->checkout['firstname'];
42
  $this->preference['payer']['identification']['type'] = 14 === strlen( $this->checkout['docNumber'] ) ? 'CPF' : 'CNPJ';
43
  $this->preference['payer']['identification']['number'] = $this->checkout['docNumber'];
44
- $this->preference['payer']['address']['street_name'] = $this->checkout['address'];
45
- $this->preference['payer']['address']['street_number'] = $this->checkout['number'];
46
- $this->preference['payer']['address']['neighborhood'] = $this->checkout['city'];
47
- $this->preference['payer']['address']['city'] = $this->checkout['city'];
48
- $this->preference['payer']['address']['federal_unit'] = $this->checkout['state'];
49
- $this->preference['payer']['address']['zip_code'] = $this->checkout['zipcode'];
50
  }
51
 
52
  if ( 'UYU' === $this->site_data[ $this->site_id ]['currency'] ) {
@@ -67,7 +64,6 @@ class WC_WooMercadoPago_Preference_Ticket extends WC_WooMercadoPago_Preference_A
67
  $this->preference['additional_info']['items'] = $this->items;
68
  $this->preference['additional_info']['payer'] = $this->get_payer_custom();
69
  $this->preference['additional_info']['shipments'] = $this->shipments_receiver_address();
70
- $this->preference['additional_info']['payer'] = $this->get_payer_custom();
71
 
72
  if (
73
  isset( $this->checkout['discount'] ) && ! empty( $this->checkout['discount'] ) &&
@@ -81,6 +77,10 @@ class WC_WooMercadoPago_Preference_Ticket extends WC_WooMercadoPago_Preference_A
81
  $internal_metadata = parent::get_internal_metadata();
82
  $merge_array = array_merge( $internal_metadata, $this->get_internal_metadata_ticket() );
83
  $this->preference['metadata'] = $merge_array;
 
 
 
 
84
  }
85
 
86
  /**
18
  */
19
  class WC_WooMercadoPago_Preference_Ticket extends WC_WooMercadoPago_Preference_Abstract {
20
 
 
21
  /**
22
  * WC_WooMercadoPago_PreferenceTicket constructor.
23
  *
27
  */
28
  public function __construct( $payment, $order, $ticket_checkout ) {
29
  parent::__construct( $payment, $order, $ticket_checkout );
30
+
31
+ $helper = new WC_WooMercadoPago_Composite_Id_Helper();
32
+ $id = $ticket_checkout['paymentMethodId'];
33
  $date_expiration = $payment->get_option_mp( 'date_expiration', '' ) . ' days';
34
  $this->preference = $this->make_commum_preference();
35
+ $this->preference['payment_method_id'] = $helper->getPaymentMethodId($id);
36
  $this->preference['date_of_expiration'] = $this->get_date_of_expiration( $date_expiration );
37
  $this->preference['transaction_amount'] = $this->get_transaction_amount();
38
  $this->preference['description'] = implode( ', ', $this->list_of_items );
39
+ $get_payer = $this->get_payer_custom();
40
+ unset($get_payer['phone']);
41
+ $this->preference['payer'] = $get_payer;
42
+ $this->preference['payer']['email'] = $this->get_email();
43
 
44
  if ( 'BRL' === $this->site_data[ $this->site_id ]['currency'] ) {
 
 
45
  $this->preference['payer']['identification']['type'] = 14 === strlen( $this->checkout['docNumber'] ) ? 'CPF' : 'CNPJ';
46
  $this->preference['payer']['identification']['number'] = $this->checkout['docNumber'];
 
 
 
 
 
 
47
  }
48
 
49
  if ( 'UYU' === $this->site_data[ $this->site_id ]['currency'] ) {
64
  $this->preference['additional_info']['items'] = $this->items;
65
  $this->preference['additional_info']['payer'] = $this->get_payer_custom();
66
  $this->preference['additional_info']['shipments'] = $this->shipments_receiver_address();
 
67
 
68
  if (
69
  isset( $this->checkout['discount'] ) && ! empty( $this->checkout['discount'] ) &&
77
  $internal_metadata = parent::get_internal_metadata();
78
  $merge_array = array_merge( $internal_metadata, $this->get_internal_metadata_ticket() );
79
  $this->preference['metadata'] = $merge_array;
80
+ $paymentPlaceId = $helper->getPaymentPlaceId($id);
81
+ if ( $paymentPlaceId ) {
82
+ $this->preference['metadata']['payment_option_id'] = $paymentPlaceId;
83
+ }
84
  }
85
 
86
  /**
includes/module/sdk/lib/class-mp.php CHANGED
@@ -618,6 +618,7 @@ class MP {
618
 
619
  asort( $response );
620
 
 
621
  $this->set_cache_response($key, $response);
622
 
623
  return $response;
@@ -841,4 +842,56 @@ class MP {
841
  }
842
  }
843
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
844
  }
618
 
619
  asort( $response );
620
 
621
+ $this->build_payment_places($response['response']);
622
  $this->set_cache_response($key, $response);
623
 
624
  return $response;
842
  }
843
  }
844
 
845
+ /**
846
+ * Buil array payment places
847
+ *
848
+ * @param $lpayment_id
849
+ */
850
+ private function build_payment_places( &$api_response ) {
851
+
852
+ $payment_places =
853
+ [
854
+ 'paycash' => [
855
+ [
856
+ 'payment_option_id' => '7eleven',
857
+ 'name' => '7 Eleven',
858
+ 'status' => 'active',
859
+ 'thumbnail' => 'https://http2.mlstatic.com/storage/logos-api-admin/417ddb90-34ab-11e9-b8b8-15cad73057aa-s.png'
860
+ ],
861
+ [
862
+ 'payment_option_id' => 'circlek',
863
+ 'name' => 'Circle K',
864
+ 'status' => 'active',
865
+ 'thumbnail' => 'https://http2.mlstatic.com/storage/logos-api-admin/6f952c90-34ab-11e9-8357-f13e9b392369-s.png'
866
+ ],
867
+ [
868
+ 'payment_option_id' => 'soriana',
869
+ 'name' => 'Soriana',
870
+ 'status' => 'active',
871
+ 'thumbnail' => 'https://http2.mlstatic.com/storage/logos-api-admin/dac0bf10-01eb-11ec-ad92-052532916206-s.png'
872
+ ],
873
+ [
874
+ 'payment_option_id' => 'extra',
875
+ 'name' => 'Extra',
876
+ 'status' => 'active',
877
+ 'thumbnail' => 'https://http2.mlstatic.com/storage/logos-api-admin/9c8f26b0-34ab-11e9-b8b8-15cad73057aa-s.png'
878
+ ],
879
+ [
880
+ 'payment_option_id' => 'calimax',
881
+ 'name' => 'Calimax',
882
+ 'status' => 'active',
883
+ 'thumbnail' => 'https://http2.mlstatic.com/storage/logos-api-admin/52efa730-01ec-11ec-ba6b-c5f27048193b-s.png'
884
+ ],
885
+ ],
886
+ ];
887
+
888
+ foreach ( $api_response as $k => $method ) {
889
+ if ( isset($payment_places[$method['id']]) ) {
890
+ $api_response[$k]['payment_places'] = $payment_places[$method['id']];
891
+ }
892
+ }
893
+
894
+ }
895
+
896
+
897
  }
includes/payments/class-wc-woomercadopago-ticket-gateway.php CHANGED
@@ -195,16 +195,17 @@ class WC_WooMercadoPago_Ticket_Gateway extends WC_WooMercadoPago_Payment_Abstrac
195
  $get_payment_methods_ticket = get_option( '_all_payment_methods_ticket', '' );
196
 
197
  if ( ! empty( $get_payment_methods_ticket ) ) {
198
- $saved_optons = get_option( 'woocommerce_woo-mercado-pago-ticket_settings', '' );
199
 
200
  if ( ! is_array( $get_payment_methods_ticket ) ) {
201
  $get_payment_methods_ticket = json_decode( $get_payment_methods_ticket, true );
202
  }
203
 
204
  foreach ( $get_payment_methods_ticket as $payment_methods_ticket ) {
205
- if ( ! isset( $saved_optons[ 'ticket_payment_' . $payment_methods_ticket['id'] ] )
206
- || 'yes' === $saved_optons[ 'ticket_payment_' . $payment_methods_ticket['id'] ] ) {
207
  array_push( $activated_payment, $payment_methods_ticket );
 
208
  }
209
  }
210
  }
@@ -340,7 +341,7 @@ class WC_WooMercadoPago_Ticket_Gateway extends WC_WooMercadoPago_Payment_Abstrac
340
 
341
  foreach ( $get_payment_methods_ticket as $payment_method_ticket ) {
342
  $element = array(
343
- 'label' => $payment_method_ticket['name'],
344
  'id' => 'woocommerce_mercadopago_' . $payment_method_ticket['id'],
345
  'default' => 'yes',
346
  'type' => 'checkbox',
@@ -497,15 +498,8 @@ class WC_WooMercadoPago_Ticket_Gateway extends WC_WooMercadoPago_Payment_Abstrac
497
 
498
  // Check for brazilian FEBRABAN rules.
499
  if ( 'MLB' === $this->get_option_mp( '_site_id_v1' ) ) {
500
- if ( ! isset( $ticket_checkout['firstname'] ) || empty( $ticket_checkout['firstname'] ) ||
501
- ! isset( $ticket_checkout['lastname'] ) || empty( $ticket_checkout['lastname'] ) ||
502
- ! isset( $ticket_checkout['docNumber'] ) || empty( $ticket_checkout['docNumber'] ) ||
503
- ( 14 !== strlen( $ticket_checkout['docNumber'] ) && 18 !== strlen( $ticket_checkout['docNumber'] ) ) ||
504
- ! isset( $ticket_checkout['address'] ) || empty( $ticket_checkout['address'] ) ||
505
- ! isset( $ticket_checkout['number'] ) || empty( $ticket_checkout['number'] ) ||
506
- ! isset( $ticket_checkout['city'] ) || empty( $ticket_checkout['city'] ) ||
507
- ! isset( $ticket_checkout['state'] ) || empty( $ticket_checkout['state'] ) ||
508
- ! isset( $ticket_checkout['zipcode'] ) || empty( $ticket_checkout['zipcode'] ) ) {
509
  wc_add_notice(
510
  '<p>' .
511
  __( 'There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?', 'woocommerce-mercadopago' ) .
@@ -664,4 +658,26 @@ class WC_WooMercadoPago_Ticket_Gateway extends WC_WooMercadoPago_Payment_Abstrac
664
  public static function get_id() {
665
  return self::ID;
666
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  }
195
  $get_payment_methods_ticket = get_option( '_all_payment_methods_ticket', '' );
196
 
197
  if ( ! empty( $get_payment_methods_ticket ) ) {
198
+ $saved_options = get_option( 'woocommerce_woo-mercado-pago-ticket_settings', '' );
199
 
200
  if ( ! is_array( $get_payment_methods_ticket ) ) {
201
  $get_payment_methods_ticket = json_decode( $get_payment_methods_ticket, true );
202
  }
203
 
204
  foreach ( $get_payment_methods_ticket as $payment_methods_ticket ) {
205
+ if ( ! isset( $saved_options[ 'ticket_payment_' . $payment_methods_ticket['id'] ] )
206
+ || 'yes' === $saved_options[ 'ticket_payment_' . $payment_methods_ticket['id'] ] ) {
207
  array_push( $activated_payment, $payment_methods_ticket );
208
+ sort($activated_payment);
209
  }
210
  }
211
  }
341
 
342
  foreach ( $get_payment_methods_ticket as $payment_method_ticket ) {
343
  $element = array(
344
+ 'label' => array_key_exists('payment_places', $payment_method_ticket) ? $payment_method_ticket['name'] . ' (' . $this->build_paycash_payments_string() . ')' : $payment_method_ticket['name'] ,
345
  'id' => 'woocommerce_mercadopago_' . $payment_method_ticket['id'],
346
  'default' => 'yes',
347
  'type' => 'checkbox',
498
 
499
  // Check for brazilian FEBRABAN rules.
500
  if ( 'MLB' === $this->get_option_mp( '_site_id_v1' ) ) {
501
+ if ( ! isset( $ticket_checkout['docNumber'] ) || empty( $ticket_checkout['docNumber'] ) ||
502
+ ( 14 !== strlen( $ticket_checkout['docNumber'] ) && 18 !== strlen( $ticket_checkout['docNumber'] ) ) ) {
 
 
 
 
 
 
 
503
  wc_add_notice(
504
  '<p>' .
505
  __( 'There was a problem processing your payment. Are you sure you have correctly filled out all the information on the payment form?', 'woocommerce-mercadopago' ) .
658
  public static function get_id() {
659
  return self::ID;
660
  }
661
+
662
+ /**
663
+ * Build Paycash Payments String
664
+ *
665
+ * @return string
666
+ */
667
+ public static function build_paycash_payments_string() {
668
+
669
+ $get_payment_methods_ticket = get_option( '_all_payment_methods_ticket', '[]' );
670
+
671
+ foreach ( $get_payment_methods_ticket as $payment ) {
672
+
673
+ if ( 'paycash' === $payment['id'] ) {
674
+ $payments = array_column( $payment['payment_places'] , 'name');
675
+ }
676
+ }
677
+
678
+ $last_element = array_pop( $payments );
679
+ $paycash_payments = implode (', ', $payments);
680
+
681
+ return implode( __(' and ', 'woocommerce-mercadopago') , array( $paycash_payments, $last_element ));
682
+ }
683
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce, mercadopago, woocommerce
4
  Requires at least: 4.9.10
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
- Stable tag: 5.5.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,7 +23,7 @@ To install it, **you don't need to have technical knowledge:** you can follow th
23
  * Sell in **installments** and offer the current promotions in Checkout Pro or apply your own discount coupon in Custom Checkout.
24
  * Test your store before going into production with our Sandbox environment.
25
  * **Receive the money** from your sales on the same day.
26
- * **IMPORTANT:** At the moment the Mercado Envíos service is deactivated.
27
  * **Mercado Pago customers can use already stored cards** For your customers who use Mercado Pago to buy without having to fill in card details at the store's checkout.
28
 
29
  ### Adapted to your business
@@ -33,6 +33,10 @@ Just focus on selling and **we'll take care of the security:** keep your store's
33
 
34
  Boost your sales with Mercado Pago payments for WooCommerce!
35
 
 
 
 
 
36
  == Screenshots ==
37
 
38
  1. RECEIVE THE MONEY FROM YOUR SALES ON THE SAME DAY
@@ -129,6 +133,16 @@ Set up both the plugin and the checkouts you want to activate on your payment av
129
  Check out our <a href="https://www.mercadopago.com.br/developers/pt/plugins_sdks/plugins/official/woo-commerce/">official documentation</a> for more information on the specific fields to configure.
130
 
131
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
132
  = v5.5.0 (19/10/2021) =
133
  * Features
134
  - Render pix image from backend for e-mails
4
  Requires at least: 4.9.10
5
  Tested up to: 5.8
6
  Requires PHP: 5.6
7
+ Stable tag: 5.6.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
23
  * Sell in **installments** and offer the current promotions in Checkout Pro or apply your own discount coupon in Custom Checkout.
24
  * Test your store before going into production with our Sandbox environment.
25
  * **Receive the money** from your sales on the same day.
26
+ * **IMPORTANT:** At the moment the Mercado Envios service is deactivated.
27
  * **Mercado Pago customers can use already stored cards** For your customers who use Mercado Pago to buy without having to fill in card details at the store's checkout.
28
 
29
  ### Adapted to your business
33
 
34
  Boost your sales with Mercado Pago payments for WooCommerce!
35
 
36
+ ### Sell more with the paid market
37
+
38
+ [Leave your details](https://www.mercadopago.com.br/quero-usar/?utm_campaign=%5BMP%20OP%5D%20Core%20Checkouts%202021&utm_source=plugin-woocommerce&utm_medium=plugin&utm_term=plugin-woocommerce&utm_content=plugin-woocommerce) to talk to our team of experts and understand how to sell more (for now only available for Brazil).
39
+
40
  == Screenshots ==
41
 
42
  1. RECEIVE THE MONEY FROM YOUR SALES ON THE SAME DAY
133
  Check out our <a href="https://www.mercadopago.com.br/developers/pt/plugins_sdks/plugins/official/woo-commerce/">official documentation</a> for more information on the specific fields to configure.
134
 
135
  == Changelog ==
136
+ = v5.6.0 (01/12/2021) =
137
+ * Features
138
+ - Support to PayCash in Mexico
139
+ - Simplified filling for ticket
140
+
141
+ * Bug fixes
142
+ - Adjusted term and conditions CSS
143
+ - Admin Order Details validation if is Mercado Pago order
144
+ - Updated develop dependencies
145
+
146
  = v5.5.0 (19/10/2021) =
147
  * Features
148
  - Render pix image from backend for e-mails
templates/checkout/ticket-checkout.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * Part of Woo Mercado Pago Module
4
  * Author - Mercado Pago
@@ -15,31 +16,31 @@ if ( ! defined( 'ABSPATH' ) ) {
15
  ?>
16
  <div class="mp-panel-custom-checkout">
17
  <?php
18
- // @codingStandardsIgnoreLine
19
- echo $checkout_alert_test_mode;
20
  ?>
21
  <div class="mp-row-checkout">
22
  <!-- Cupom mode, creat a campaign on mercado pago -->
23
  <?php if ( 'yes' === $coupon_mode ) : ?>
24
- <div id="mercadopago-form-coupon-ticket" class="mp-col-md-12 mp-pb-20">
25
- <div class="frame-tarjetas mp-text-justify">
26
- <p class="mp-subtitle-ticket-checkout"><?php echo esc_html__( 'Enter your discount coupon', 'woocommerce-mercadopago' ); ?></p>
27
-
28
- <div class="mp-row-checkout mp-pt-10">
29
- <div class="mp-col-md-9 mp-pr-15">
30
- <input type="text" class="mp-form-control" id="couponCodeTicket" name="mercadopago_ticket[coupon_code]" autocomplete="off" maxlength="24" placeholder="<?php echo esc_html__( 'Enter your coupon', 'woocommerce-mercadopago' ); ?>" />
31
- </div>
32
 
33
- <div class="mp-col-md-3">
34
- <input type="button" class="mp-button mp-pointer" id="applyCouponTicket" value="<?php echo esc_html__( 'Apply', 'woocommerce-mercadopago' ); ?>">
 
 
 
 
 
 
 
 
 
35
  </div>
36
- <div class="mp-discount mp-col-md-9 mp-pr-15" id="mpCouponApplyedTicket"></div>
37
- <span class="mp-erro_febraban" id="mpCouponErrorTicket"><?php echo esc_html__( 'The code you entered is incorrect', 'woocommerce-mercadopago' ); ?></span>
38
  </div>
39
  </div>
40
- </div>
41
  <?php endif; ?>
42
-
43
  <div class="mp-col-md-12">
44
  <div class="frame-tarjetas">
45
  <div id="mercadopago-form-ticket">
@@ -47,14 +48,14 @@ if ( ! defined( 'ABSPATH' ) ) {
47
  <?php if ( 'MLU' === $site_id ) : ?>
48
  <div id="form-ticket">
49
  <div class="mp-row-checkout">
50
- <p class="mp-subtitle-custom-checkout"><?php echo esc_html__( 'Enter your document number', 'woocommerce-mercadopago' ); ?></p>
51
- <div class="mp-col-md-4 mp-pr-15">
52
  <label for="mp-docType" class="mp-label-form mp-pt-5"><?php echo esc_html__( 'Type', 'woocommerce-mercadopago' ); ?></label>
53
  <select id="mp-docType" class="form-control mp-form-control mp-select mp-pointer" name="mercadopago_ticket[docType]">
54
- <option value="CI" selected><?php echo esc_html__( 'CI', 'woocommerce-mercadopago' ); ?></option>
55
  </select>
56
- </div>
57
- <div class="mp-col-md-8" id="box-docnumber">
58
  <label for="cpfcnpj" id="mp_cpf_label" class="mp-label-form title-cpf"><?php echo esc_html__( 'Document number', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
59
  <input type="text" class="mp-form-control" id="mp_doc_number" data-checkout="mp_doc_number" name="mercadopago_ticket[docNumber]" onkeyup="mpMaskInput(this, mpTicketInteger);" autocomplete="off" maxlength="8">
60
  <span class="mp-erro_febraban" data-main="#mp_doc_number"><?php echo esc_html__( 'You must provide your document number', 'woocommerce-mercadopago' ); ?></span>
@@ -71,287 +72,59 @@ if ( ! defined( 'ABSPATH' ) ) {
71
  </div>
72
  <?php endif; ?>
73
 
74
- <?php if ( 'MLB' === $site_id ) : ?>
75
- <div id="form-ticket">
76
- <div class="mp-row-checkout">
77
- <div class="mp-col-md-6">
78
- <label for="mp_cpf_doc_type" class="mp-label-form-check mp-pointer">
79
- <input type="radio" name="mercadopago_ticket[docType]" class="mp-form-control-check" id="mp_cpf_doc_type" value="CPF" checked="checked" />
80
- <?php echo esc_html__( 'Physical person', 'woocommerce-mercadopago' ); ?>
81
- </label>
82
- </div>
83
-
84
- <div class="mp-col-md-6">
85
- <label for="mp_cnpj_doc_type" class="mp-label-form-check mp-pointer">
86
- <input type="radio" name="mercadopago_ticket[docType]" class="mp-form-control-check" id="mp_cnpj_doc_type" value="CNPJ">
87
- <?php echo esc_html__( 'Legal person', 'woocommerce-mercadopago' ); ?>
88
- </label>
89
- </div>
90
- </div>
91
-
92
- <div class="mp-row-checkout mp-pt-10">
93
- <div class="mp-col-md-4 mp-pr-15" id="mp_box_firstname">
94
- <label for="firstname" id="mp_firstname_label" class="mp-label-form title-name"><?php echo esc_html__( 'Name', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
95
- <label for="firstname" id="mp_socialname_label" class="title-razao-social mp-label-form"><?php echo esc_html__( 'Social reason', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
96
- <input type="text" class="mp-form-control" value="<?php echo esc_textarea( $febraban['firstname'] ); ?>" id="mp_firstname" data-checkout="mp_firstname" name="mercadopago_ticket[firstname]">
97
- <span class="mp-erro_febraban" data-main="#mp_firstname" id="error_firstname"><?php echo esc_html__( 'You must inform your name', 'woocommerce-mercadopago' ); ?></span>
98
- </div>
99
-
100
- <div class="mp-col-md-4 mp-pr-15" id="mp_box_lastname">
101
- <label for="lastname" class="mp-label-form title-name"><?php echo esc_html__( 'Surname', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
102
- <input type="text" class="mp-form-control" value="<?php echo esc_textarea( $febraban['lastname'] ); ?>" id="mp_lastname" data-checkout="mp_lastname" name="mercadopago_ticket[lastname]">
103
- <span class="mp-erro_febraban" data-main="#mp_lastname" id="error_lastname"><?php echo esc_html__( 'You must inform your last name', 'woocommerce-mercadopago' ); ?></span>
104
- </div>
105
-
106
- <div class="mp-col-md-4" id="box-docnumber">
107
- <label for="cpfcnpj" id="mp_cpf_label" class="mp-label-form title-cpf"><?php echo esc_html__( 'CPF', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
108
- <label for="cpfcnpj" id="mp_cnpj_label" class="title-cnpj mp-label-form"><?php echo esc_html__( 'CNPJ', 'woocommerce-mercadopago' ); ?><em>*</em></label>
109
- <input type="text" class="mp-form-control" value="<?php echo esc_textarea( $febraban['docNumber'] ); ?>" id="mp_doc_number" data-checkout="mp_doc_number" name="mercadopago_ticket[docNumber]" onkeyup="mpMaskInput(this, mpCpf);" maxlength="14">
110
- <span class="mp-erro_febraban" data-main="#mp_doc_number"><?php echo esc_html__( 'You must provide your document number', 'woocommerce-mercadopago' ); ?></span>
111
- <span class="mp_error_docnumber" id="mp_error_docnumber"><?php echo esc_html__( 'Invalid Document Number', 'woocommerce-mercadopago' ); ?></span>
112
- </div>
113
- </div>
114
-
115
- <div class="mp-row-checkout mp-pt-10">
116
- <div class="mp-col-md-8 mp-pr-15" id="box-firstname">
117
- <label for="address" class="mp-label-form"><?php echo esc_html__( 'Address', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
118
- <input type="text" value="<?php echo esc_textarea( $febraban['address'] ); ?>" class="mp-form-control" id="mp_address" data-checkout="mp_address" name="mercadopago_ticket[address]">
119
- <span class="mp-erro_febraban" data-main="#mp_address" id="error_address"><?php echo esc_html__( 'You must inform your address', 'woocommerce-mercadopago' ); ?></span>
120
- </div>
121
-
122
- <div class="mp-col-md-4">
123
- <label for="number" class="mp-label-form"><?php echo esc_html__( 'Number', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
124
- <input type="text" value="<?php echo esc_textarea( $febraban['number'] ); ?>" class="mp-form-control" id="mp_number" data-checkout="mp_number" name="mercadopago_ticket[number]" onkeyup="mpMaskInput(this, mpTicketInteger);">
125
- <span class="mp-erro_febraban" data-main="#mp_number" id="error_number"><?php echo esc_html__( 'You must provide your address number', 'woocommerce-mercadopago' ); ?></span>
126
- </div>
127
- </div>
128
-
129
- <div class="mp-row-checkout mp-pt-10">
130
- <div class="mp-col-md-4 mp-pr-15">
131
- <label for="city" class="mp-label-form"><?php echo esc_html__( 'City', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
132
- <input type="text" value="<?php echo esc_textarea( $febraban['city'] ); ?>" class="mp-form-control" id="mp_city" data-checkout="mp_city" name="mercadopago_ticket[city]">
133
- <span class="mp-erro_febraban" data-main="#mp_city" id="error_city"><?php echo esc_html__( 'You must inform your city', 'woocommerce-mercadopago' ); ?></span>
134
- </div>
135
-
136
- <div class="mp-col-md-4 mp-pr-15">
137
- <label for="state" class="mp-label-form"><?php echo esc_html__( 'State', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
138
- <select name="mercadopago_ticket[state]" id="mp_state" data-checkout="mp_state" class="mp-form-control mp-pointer">
139
- <option value=""
140
- <?php
141
- if ( '' === $febraban['state'] ) {
142
- echo 'selected="selected"'; }
143
- ?>
144
- >
145
- <?php echo esc_html__( 'Select state"', 'woocommerce-mercadopago' ); ?>
146
- </option>
147
- <option value="AC"
148
- <?php
149
- if ( 'AC' === $febraban['state'] ) {
150
- echo 'selected="selected"'; }
151
- ?>
152
- >Acre</option>
153
- <option value="AL"
154
- <?php
155
- if ( 'AL' === $febraban['state'] ) {
156
- echo 'selected="selected"'; }
157
- ?>
158
- >Alagoas</option>
159
- <option value="AP"
160
- <?php
161
- if ( 'AP' === $febraban['state'] ) {
162
- echo 'selected="selected"'; }
163
- ?>
164
- >Amapá</option>
165
- <option value="AM"
166
- <?php
167
- if ( 'AM' === $febraban['state'] ) {
168
- echo 'selected="selected"'; }
169
- ?>
170
- >Amazonas</option>
171
- <option value="BA"
172
- <?php
173
- if ( 'BA' === $febraban['state'] ) {
174
- echo 'selected="selected"'; }
175
- ?>
176
- >Bahia</option>
177
- <option value="CE"
178
- <?php
179
- if ( 'CE' === $febraban['state'] ) {
180
- echo 'selected="selected"'; }
181
- ?>
182
- >Ceará</option>
183
- <option value="DF"
184
- <?php
185
- if ( 'DF' === $febraban['state'] ) {
186
- echo 'selected="selected"'; }
187
- ?>
188
- >Distrito Federal</option>
189
- <option value="ES"
190
- <?php
191
- if ( 'ES' === $febraban['state'] ) {
192
- echo 'selected="selected"'; }
193
- ?>
194
- >Espírito Santo</option>
195
- <option value="GO"
196
- <?php
197
- if ( 'GO' === $febraban['state'] ) {
198
- echo 'selected="selected"'; }
199
- ?>
200
- >Goiás</option>
201
- <option value="MA"
202
- <?php
203
- if ( 'MA' === $febraban['state'] ) {
204
- echo 'selected="selected"'; }
205
- ?>
206
- >Maranhão</option>
207
- <option value="MT"
208
- <?php
209
- if ( 'MT' === $febraban['state'] ) {
210
- echo 'selected="selected"'; }
211
- ?>
212
- >Mato Grosso</option>
213
- <option value="MS"
214
- <?php
215
- if ( 'MS' === $febraban['state'] ) {
216
- echo 'selected="selected"'; }
217
- ?>
218
- >Mato Grosso do Sul</option>
219
- <option value="MG"
220
- <?php
221
- if ( 'MG' === $febraban['state'] ) {
222
- echo 'selected="selected"'; }
223
- ?>
224
- >Minas Gerais</option>
225
- <option value="PA"
226
- <?php
227
- if ( 'PA' === $febraban['state'] ) {
228
- echo 'selected="selected"'; }
229
- ?>
230
- >Pará</option>
231
- <option value="PB"
232
- <?php
233
- if ( 'PB' === $febraban['state'] ) {
234
- echo 'selected="selected"'; }
235
- ?>
236
- >Paraíba</option>
237
- <option value="PR"
238
- <?php
239
- if ( 'PR' === $febraban['state'] ) {
240
- echo 'selected="selected"'; }
241
- ?>
242
- >Paraná</option>
243
- <option value="PE"
244
- <?php
245
- if ( 'PE' === $febraban['state'] ) {
246
- echo 'selected="selected"'; }
247
- ?>
248
- >Pernambuco</option>
249
- <option value="PI"
250
- <?php
251
- if ( 'PI' === $febraban['state'] ) {
252
- echo 'selected="selected"'; }
253
- ?>
254
- >Piauí</option>
255
- <option value="RJ"
256
- <?php
257
- if ( 'RJ' === $febraban['state'] ) {
258
- echo 'selected="selected"'; }
259
- ?>
260
- >Rio de Janeiro</option>
261
- <option value="RN"
262
- <?php
263
- if ( 'RN' === $febraban['state'] ) {
264
- echo 'selected="selected"'; }
265
- ?>
266
- >Rio Grande do Norte</option>
267
- <option value="RS"
268
- <?php
269
- if ( 'RS' === $febraban['state'] ) {
270
- echo 'selected="selected"'; }
271
- ?>
272
- >Rio Grande do Sul</option>
273
- <option value="RO"
274
- <?php
275
- if ( 'RO' === $febraban['state'] ) {
276
- echo 'selected="selected"'; }
277
- ?>
278
- >Rondônia</option>
279
- <option value="RA"
280
- <?php
281
- if ( 'RA' === $febraban['state'] ) {
282
- echo 'selected="selected"'; }
283
- ?>
284
- >Roraima</option>
285
- <option value="SC"
286
- <?php
287
- if ( 'SC' === $febraban['state'] ) {
288
- echo 'selected="selected"'; }
289
- ?>
290
- >Santa Catarina</option>
291
- <option value="SP"
292
- <?php
293
- if ( 'SP' === $febraban['state'] ) {
294
- echo 'selected="selected"'; }
295
- ?>
296
- >São Paulo</option>
297
- <option value="SE"
298
- <?php
299
- if ( 'SE' === $febraban['state'] ) {
300
- echo 'selected="selected"'; }
301
- ?>
302
- >Sergipe</option>
303
- <option value="TO"
304
- <?php
305
- if ( 'TO' === $febraban['state'] ) {
306
- echo 'selected="selected"'; }
307
- ?>
308
- >Tocantins</option>
309
- </select>
310
- <span class="mp-erro_febraban" data-main="#mp_state" id="error_state"><?php echo esc_html__( 'You must inform your status', 'woocommerce-mercadopago' ); ?></span>
311
- </div>
312
-
313
- <div class="mp-col-md-4">
314
- <label for="zipcode" class="mp-label-form"><?php echo esc_html__( 'Postal Code', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
315
- <input type="text" value="<?php echo esc_textarea( $febraban['zipcode'] ); ?>" id="mp_zipcode" data-checkout="mp_zipcode" class="mp-form-control" name="mercadopago_ticket[zipcode]" maxlength="9" onkeyup="mpMaskInput(this, mpCep);">
316
- <span class="mp-erro_febraban" data-main="#mp_zipcode" id="error_zipcode"><?php echo esc_html__( 'You must provide your zip code', 'woocommerce-mercadopago' ); ?></span>
317
- </div>
318
- </div>
319
-
320
- <div class="mp-col-md-12 mp-pt-10">
321
- <div class="frame-tarjetas">
322
- <div class="mp-row-checkout">
323
- <p class="mp-obrigatory"><?php echo esc_html__( 'Complete all fields, they are mandatory.', 'woocommerce-mercadopago' ); ?></p>
324
- </div>
325
- </div>
326
- </div>
327
- </div>
328
- <?php endif; ?>
329
-
330
- <div class="mp-col-md-12 <?php echo ( 'MLB' === $site_id ) ? 'mp-pt-20' : ''; ?>">
331
  <div class="frame-tarjetas">
332
  <p class="mp-subtitle-ticket-checkout"><?php echo esc_html__( 'Select the issuer with whom you want to process the payment', 'woocommerce-mercadopago' ); ?></p>
333
-
334
  <div class="mp-row-checkout mp-pt-10">
335
  <?php $at_first = true; ?>
336
  <?php foreach ( $payment_methods as $payment ) : ?>
337
- <div id="frameTicket" class="mp-col-md-6 mp-pb-15 mp-min-hg">
338
- <div id="paymentMethodIdTicket" class="mp-ticket-payments">
339
- <label for="<?php echo esc_attr( $payment['id'] ); ?>" class="mp-label-form mp-pointer">
340
- <input type="radio" class="mp-form-control-check" name="mercadopago_ticket[paymentMethodId]" id="<?php echo esc_attr( $payment['id'] ); ?>" value="<?php echo esc_attr( $payment['id'] ); ?>"
341
- <?php
342
- if ( $at_first ) :
343
- ?>
344
- checked="checked" <?php endif; ?> />
345
- <img src="<?php echo esc_attr( $payment['secure_thumbnail'] ); ?>" class="mp-img-ticket" alt="<?php echo esc_attr( $payment['name'] ); ?>" />
346
- <span class="mp-ticket-name"><?php echo esc_attr( $payment['name'] ); ?></span>
347
- </label>
348
- </div>
349
- <?php $at_first = false; ?>
350
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  <?php endforeach; ?>
352
  </div>
353
  </div>
354
  </div>
 
 
 
 
 
 
 
 
355
  </div>
356
  </div>
357
  </div>
@@ -371,12 +144,13 @@ if ( ! defined( 'ABSPATH' ) ) {
371
 
372
  </div>
373
  </div>
 
374
  <!-- Terms and conditions link at checkout -->
375
- <div>
376
- <p class="mp-terms-and-conditions">
377
- <?php echo esc_html($text_prefix); ?>
378
- <a target="_blank" href="<?php echo esc_html($link_terms_and_conditions); ?>"> <?php echo esc_html($text_suffix); ?> </a>
379
- </p>
380
  </div>
381
 
382
  <script type="text/javascript">
@@ -395,26 +169,29 @@ if ( ! defined( 'ABSPATH' ) ) {
395
  return v.replace(/\D/g, "")
396
  }
397
 
398
- function mpCpf(v){
399
- v=v.replace(/\D/g,"")
400
- v=v.replace(/(\d{3})(\d)/,"$1.$2")
401
- v=v.replace(/(\d{3})(\d)/,"$1.$2")
402
- v=v.replace(/(\d{3})(\d{1,2})$/,"$1-$2")
403
- return v
404
- }
405
 
406
- function mpCnpj(v){
407
- v=v.replace(/\D/g,"")
408
- v=v.replace(/^(\d{2})(\d)/,"$1.$2")
409
- v=v.replace(/^(\d{2})\.(\d{3})(\d)/,"$1.$2.$3")
410
- v=v.replace(/\.(\d{3})(\d)/,".$1/$2")
411
- v=v.replace(/(\d{4})(\d)/,"$1-$2")
412
- return v
413
- }
 
 
 
 
 
 
 
 
 
 
 
414
 
415
- function mpCep(v){
416
- v=v.replace(/D/g,"")
417
- v=v.replace(/^(\d{5})(\d)/,"$1-$2")
418
  return v
419
  }
420
  </script>
1
  <?php
2
+
3
  /**
4
  * Part of Woo Mercado Pago Module
5
  * Author - Mercado Pago
16
  ?>
17
  <div class="mp-panel-custom-checkout">
18
  <?php
19
+ // @codingStandardsIgnoreLine
20
+ echo $checkout_alert_test_mode;
21
  ?>
22
  <div class="mp-row-checkout">
23
  <!-- Cupom mode, creat a campaign on mercado pago -->
24
  <?php if ( 'yes' === $coupon_mode ) : ?>
25
+ <div id="mercadopago-form-coupon-ticket" class="mp-col-md-12 mp-pb-15">
26
+ <div class="frame-tarjetas mp-text-justify">
27
+ <p class="mp-subtitle-ticket-checkout"><?php echo esc_html__( 'Enter your discount coupon', 'woocommerce-mercadopago' ); ?></p>
 
 
 
 
 
28
 
29
+ <div class="mp-row-checkout mp-pt-10">
30
+ <div class="mp-col-md-9 mp-pr-15">
31
+ <input type="text" class="mp-form-control" id="couponCodeTicket" name="mercadopago_ticket[coupon_code]" autocomplete="off" maxlength="24" placeholder="<?php echo esc_html__( 'Enter your coupon', 'woocommerce-mercadopago' ); ?>" />
32
+ </div>
33
+ <div class="mp-col-md-3">
34
+ <input type="button" class="mp-button mp-pointer" id="applyCouponTicket" value="<?php echo esc_html__( 'Apply', 'woocommerce-mercadopago' ); ?>">
35
+ </div>
36
+ <div class="mp-row-checkout">
37
+ <div class="mp-discount mp-col-md-9 mp-pr-15" id="mpCouponApplyedTicket"></div>
38
+ <span class="mp-erro_febraban" id="mpCouponErrorTicket"><?php echo esc_html__( 'The code you entered is incorrect', 'woocommerce-mercadopago' ); ?></span>
39
+ </div>
40
  </div>
 
 
41
  </div>
42
  </div>
 
43
  <?php endif; ?>
 
44
  <div class="mp-col-md-12">
45
  <div class="frame-tarjetas">
46
  <div id="mercadopago-form-ticket">
48
  <?php if ( 'MLU' === $site_id ) : ?>
49
  <div id="form-ticket">
50
  <div class="mp-row-checkout">
51
+ <p class="mp-subtitle-custom-checkout"><?php echo esc_html__( 'Enter your document number', 'woocommerce-mercadopago' ); ?></p>
52
+ <div class="mp-col-md-4 mp-pr-15">
53
  <label for="mp-docType" class="mp-label-form mp-pt-5"><?php echo esc_html__( 'Type', 'woocommerce-mercadopago' ); ?></label>
54
  <select id="mp-docType" class="form-control mp-form-control mp-select mp-pointer" name="mercadopago_ticket[docType]">
55
+ <option value="CI" selected><?php echo esc_html__( 'CI', 'woocommerce-mercadopago' ); ?></option>
56
  </select>
57
+ </div>
58
+ <div class="mp-col-md-8" id="box-docnumber">
59
  <label for="cpfcnpj" id="mp_cpf_label" class="mp-label-form title-cpf"><?php echo esc_html__( 'Document number', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
60
  <input type="text" class="mp-form-control" id="mp_doc_number" data-checkout="mp_doc_number" name="mercadopago_ticket[docNumber]" onkeyup="mpMaskInput(this, mpTicketInteger);" autocomplete="off" maxlength="8">
61
  <span class="mp-erro_febraban" data-main="#mp_doc_number"><?php echo esc_html__( 'You must provide your document number', 'woocommerce-mercadopago' ); ?></span>
72
  </div>
73
  <?php endif; ?>
74
 
75
+ <div class="mp-col-md-12">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  <div class="frame-tarjetas">
77
  <p class="mp-subtitle-ticket-checkout"><?php echo esc_html__( 'Select the issuer with whom you want to process the payment', 'woocommerce-mercadopago' ); ?></p>
 
78
  <div class="mp-row-checkout mp-pt-10">
79
  <?php $at_first = true; ?>
80
  <?php foreach ( $payment_methods as $payment ) : ?>
81
+ <?php if ( isset($payment['payment_places']) ) { ?>
82
+ <?php
83
+ foreach ( $payment['payment_places'] as $place ) :
84
+ $payment_place_id = ( new WC_WooMercadoPago_Composite_Id_Helper() )->generateIdFromPlace($payment['id'], $place['payment_option_id']);
85
+ ?>
86
+ <div id="frameTicket" class="mp-col-md-6 mp-pb-15 mp-min-hg">
87
+ <div id="paymentMethodIdTicket" class="mp-ticket-payments">
88
+ <label for="<?php echo esc_attr( $payment_place_id ); ?>" class="mp-label-form mp-pointer">
89
+ <input type="radio" class="mp-form-control-check" name="mercadopago_ticket[paymentMethodId]" id="<?php echo esc_attr( $payment_place_id ); ?>" value="<?php echo esc_attr( $payment_place_id ); ?>"
90
+ <?php if ( $at_first ) : ?>
91
+ checked="checked" <?php endif; ?> />
92
+ <img src="<?php echo esc_attr( $place['thumbnail'] ); ?>" class="mp-img-ticket" alt="<?php echo esc_attr( $place['name'] ); ?>" />
93
+ <br>
94
+ <p class="mp-ticket-name"><?php echo esc_attr( $place['name'] ); ?></p>
95
+ </label>
96
+ </div>
97
+ </div>
98
+ <?php endforeach; ?>
99
+ <?php } else { ?>
100
+ <div id="frameTicket" class="mp-col-md-6 mp-pb-15 mp-min-hg">
101
+ <div id="paymentMethodIdTicket" class="mp-ticket-payments">
102
+ <label for="<?php echo esc_attr( $payment['id'] ); ?>" class="mp-label-form mp-pointer">
103
+ <input type="radio" class="mp-form-control-check" name="mercadopago_ticket[paymentMethodId]" id="<?php echo esc_attr( $payment['id'] ); ?>" value="<?php echo esc_attr( $payment['id'] ); ?>"
104
+ <?php if ( $at_first ) : ?>
105
+ checked="checked" <?php endif; ?> />
106
+ <img src="<?php echo esc_attr( $payment['secure_thumbnail'] ); ?>" class="mp-img-ticket" alt="<?php echo esc_attr( $payment['name'] ); ?>" />
107
+ <br>
108
+ <p class="mp-ticket-name">
109
+ <?php echo esc_attr( ( 'Pagamento na lotérica sem boleto' === $payment['name'] ) ? $payment['name'] = esc_html__( 'Lottery', 'woocommerce-mercadopago' ) : $payment['name'] ); ?>
110
+ </p>
111
+ </label>
112
+ </div>
113
+ <?php $at_first = false; ?>
114
+ </div>
115
+ <?php }; ?>
116
  <?php endforeach; ?>
117
  </div>
118
  </div>
119
  </div>
120
+ <?php if ( 'MLB' === $site_id ) : ?>
121
+ <div class="mp-col-md-12 mp-pb-15" id="box-docnumber">
122
+ <label for="cpfcnpj" id="mp_cpf_cnpj_label" class="mp-label-form title-cpf"><?php echo esc_html__( 'CPF/CNPJ', 'woocommerce-mercadopago' ); ?> <em>*</em></label>
123
+ <input type="text" class="mp-form-control" value="<?php echo esc_textarea( $febraban['docNumber'] ); ?>" id="mp_doc_number" data-checkout="mp_doc_number" name="mercadopago_ticket[docNumber]" onkeyup="mpMaskInput(this, mpCpfCnpj);" maxlength="18">
124
+ <span class="mp-erro_febraban" data-main="#mp_doc_number"><?php echo esc_html__( 'You must provide your document number', 'woocommerce-mercadopago' ); ?></span>
125
+ <span class="mp_error_docnumber" id="mp_error_docnumber"><?php echo esc_html__( 'Invalid Document Number', 'woocommerce-mercadopago' ); ?></span>
126
+ </div>
127
+ <?php endif; ?>
128
  </div>
129
  </div>
130
  </div>
144
 
145
  </div>
146
  </div>
147
+
148
  <!-- Terms and conditions link at checkout -->
149
+ <div>
150
+ <p class="mp-terms-and-conditions">
151
+ <?php echo esc_html( $text_prefix ); ?>
152
+ <a target="_blank" href="<?php echo esc_html( $link_terms_and_conditions ); ?>"> <?php echo esc_html( $text_suffix ); ?> </a>
153
+ </p>
154
  </div>
155
 
156
  <script type="text/javascript">
169
  return v.replace(/\D/g, "")
170
  }
171
 
172
+ function mpCpfCnpj(v, element) {
173
+ v = v.replace(/\D/g, "")
 
 
 
 
 
174
 
175
+ if (v.length <= 11) { //CPF
176
+ document.getElementById('mp_cpf_cnpj_label').innerHTML = 'CPF/CNPJ <em>*</em>'
177
+
178
+ v = v.replace(/(\d{3})(\d)/, "$1.$2")
179
+ v = v.replace(/(\d{3})(\d)/, "$1.$2")
180
+ v = v.replace(/(\d{3})(\d{1,2})$/, "$1-$2")
181
+
182
+ if (v.length == 14) {
183
+ document.getElementById('mp_cpf_cnpj_label').innerHTML = 'CPF <em>*</em>'
184
+ }
185
+
186
+ } else { //CNPJ
187
+ document.getElementById('mp_cpf_cnpj_label').innerHTML = 'CNPJ <em>*</em>'
188
+
189
+ v = v.replace(/^(\d{2})(\d)/, '$1.$2');
190
+ v = v.replace(/^(\d{2})\.(\d{3})(\d)/, '$1.$2.$3');
191
+ v = v.replace(/\.(\d{3})(\d)/, '.$1/$2');
192
+ v = v.replace(/(\d{4})(\d)/, '$1-$2');
193
+ }
194
 
 
 
 
195
  return v
196
  }
197
  </script>
woocommerce-mercadopago.php CHANGED
@@ -3,13 +3,13 @@
3
  * Plugin Name: Mercado Pago payments for WooCommerce
4
  * Plugin URI: https://github.com/mercadopago/cart-woocommerce
5
  * Description: Configure the payment options and accept payments with cards, ticket and money of Mercado Pago account.
6
- * Version: 5.5.0
7
  * Author: Mercado Pago
8
  * Author URI: https://developers.mercadopago.com/
9
  * Text Domain: woocommerce-mercadopago
10
  * Domain Path: /i18n/languages/
11
- * WC requires at least: 3.0.0
12
- * WC tested up to: 5.8
13
  *
14
  * @package MercadoPago
15
  */
3
  * Plugin Name: Mercado Pago payments for WooCommerce
4
  * Plugin URI: https://github.com/mercadopago/cart-woocommerce
5
  * Description: Configure the payment options and accept payments with cards, ticket and money of Mercado Pago account.
6
+ * Version: 5.6.0
7
  * Author: Mercado Pago
8
  * Author URI: https://developers.mercadopago.com/
9
  * Text Domain: woocommerce-mercadopago
10
  * Domain Path: /i18n/languages/
11
+ * WC requires at least: 5.5.2
12
+ * WC tested up to: 5.9
13
  *
14
  * @package MercadoPago
15
  */