Version Description
Download this release
Release Info
Developer | mercadopago |
Plugin | WooCommerce MercadoPago |
Version | old.1.0.4 |
Comparing to | |
See all releases |
Code changes from version old.1.0.3 to old.1.0.4
- README.txt +47 -15
- languages/woocommerce-mercadopago-module-es_AR.mo +0 -0
- languages/woocommerce-mercadopago-module-es_AR.po +376 -348
- languages/woocommerce-mercadopago-module-es_CL.mo +0 -0
- languages/woocommerce-mercadopago-module-es_CL.po +376 -348
- languages/woocommerce-mercadopago-module-es_CO.mo +0 -0
- languages/woocommerce-mercadopago-module-es_CO.po +383 -355
- languages/woocommerce-mercadopago-module-es_MX.mo +0 -0
- languages/woocommerce-mercadopago-module-es_MX.po +376 -348
- languages/woocommerce-mercadopago-module-es_VE.mo +0 -0
- languages/woocommerce-mercadopago-module-es_VE.po +376 -348
- languages/woocommerce-mercadopago-module-pt_BR.mo +0 -0
- languages/woocommerce-mercadopago-module-pt_BR.po +440 -412
- languages/woocommerce-mercadopago-module.pot +555 -527
- mercadopago-module.php +13 -10
- mercadopago/mercadopago-gateway.php +90 -35
- mercadopago/sdk/lib/mercadopago.php +15 -12
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Woo Mercado Pago Module ===
|
2 |
Contributors: mercadopago, mercadolivre
|
3 |
Donate link: https://www.mercadopago.com.br/developers/
|
4 |
-
Tags:
|
5 |
Requires at least: WooCommerce 2.1.x
|
6 |
Tested up to: WooCommerce 2.5.x
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,23 +12,39 @@ This is the oficial module of Mercado Pago for WooCommerce plugin.
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
== Installation ==
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
|
|
|
|
|
|
|
|
|
32 |
1. Go to **WooCommerce > Configuration > Checkout Tab > Mercado Pago**. <br />
|
33 |
Fist of all, you need to configure your client credentials. To make it, fill your **Client_id**, **Client_secret** in Mercado Pago Credentials section.
|
34 |
|
@@ -43,8 +59,10 @@ Fist of all, you need to configure your client credentials. To make it, fill you
|
|
43 |
|
44 |
2. Other general configurations. <br />
|
45 |
* **Instant Payment Notification (IPN) URL**
|
|
|
46 |
The highlighted URL is where you will get notified about payment updates.<br /><br />
|
47 |
* **Checkout Options**
|
|
|
48 |
**Title**: This is the title of the payment option that will be shown to your customers;<br />
|
49 |
**Description**: This is the description of the payment option that will be shown to your customers;<br />
|
50 |
**Store Category**: Sets up the category of the store;<br />
|
@@ -54,21 +72,26 @@ Fist of all, you need to configure your client credentials. To make it, fill you
|
|
54 |
**iFrame Height**: The height, in pixels, of the iFrame (used only with iFrame Integration Method);<br />
|
55 |
**Auto Return**: If set, the platform will return to your store when the payment is approved.<br /><br />
|
56 |
* **Payment Options**
|
|
|
57 |
**Max Installments**: The maximum installments allowed for your customers;<br />
|
58 |
**Exclude Payment Methods**: Select the payment methods that you want to not work with Mercado Pago.<br /><br />
|
59 |
* **Test and Debug Options**
|
|
|
60 |
**Mercado Pago Sandboxs**: Test your payments in Mercado Pago sandbox environment;<br />
|
61 |
**Debug and Log**: Enables/disables system logs.<br />
|
62 |
-
|
63 |
== Frequently Asked Questions ==
|
64 |
|
|
|
|
|
|
|
65 |
= Any questions? =
|
66 |
|
67 |
Please, check our FAQ at: https://www.mercadopago.com.br/ajuda/
|
68 |
|
69 |
== Screenshots ==
|
70 |
|
71 |
-
1.
|
72 |
|
73 |
== Changelog ==
|
74 |
|
@@ -83,10 +106,19 @@ Please, check our FAQ at: https://www.mercadopago.com.br/ajuda/
|
|
83 |
* Added payment ID in order custom fields information;
|
84 |
* Removed some unused files/code;
|
85 |
* Redesign of the logic of preferences when creating cart, separating items;
|
86 |
-
* Proper information of shipment cost
|
87 |
|
88 |
= v1.0.2 (23/03/2016) =
|
89 |
-
* IPN URL wasn’t triggered when topic=payment
|
90 |
|
91 |
= v1.0.3 (23/03/2016) =
|
92 |
-
* Improving algorithm when processing IPN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
=== Woo Mercado Pago Module ===
|
2 |
Contributors: mercadopago, mercadolivre
|
3 |
Donate link: https://www.mercadopago.com.br/developers/
|
4 |
+
Tags: ecommerce, mercadopago
|
5 |
Requires at least: WooCommerce 2.1.x
|
6 |
Tested up to: WooCommerce 2.5.x
|
7 |
+
Stable tag: 1.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store.<br />
|
16 |
+
Mercado Pago owns the highest security standards with PCI certification level 1 and a specialized internal team working on fraud analysis. With Mercado Pago module, you will be able to accept payments from the most common brands of credit card, offer purchase installments options and receive your payment with antecipation. You can also enable your customers to pay in the web or in their mobile devices.<br />
|
17 |
+
Download now and receive payments with Mercado Pago.<br /><br />
|
18 |
+
|
19 |
+
- Online and real-time processment;<br />
|
20 |
+
- High approval rate with a robust analysis of fraud;<br />
|
21 |
+
- Potential new customers with a base of more than 120 millions of users in Latin America;<br />
|
22 |
+
- PCI Level 1 Certification;<br />
|
23 |
+
- Support to major credit card brands;<br />
|
24 |
+
- Payment installments;<br />
|
25 |
+
- Anticipation of receivables in D+2 or D+14 (According to Mercado Pago terms and conditions);<br />
|
26 |
+
- Payment in one click with Mercado Pago standard checkout;<br />
|
27 |
+
- Seller's Protection Program;<br />
|
28 |
|
29 |
== Installation ==
|
30 |
|
31 |
+
You can directly download and install this module from your **WordPress/WooCommerce** store by going in **Plugins > Add New** and typing "**Woo Mercado Pago Module**" in search field. <br />
|
32 |
|
33 |
+
To manually install, you can download the module either from: <br />
|
34 |
|
35 |
+
- Github: https://www.mercadopago.com/mla/herramientas/aplicaciones
|
36 |
+
- WordPress Plugin Directory: https://br.wordpress.org/plugins/woo-mercado-pago-module/
|
37 |
|
38 |
+
and follow bellow steps:
|
39 |
|
40 |
+
1. Copy **cart-woocommerce/woo-mercado-pago-module** folder to **[WordPressRootDirectory]/wp-content/plugins/** folder.
|
41 |
|
42 |
+
2. On your store administration, go to **Plugins** option in sidebar.
|
43 |
|
44 |
+
3. Search by **WooCommerce Mercado Pago** and click enable. <br />
|
45 |
+
You will receive the following message: "Plugin enabled." as a notice in your WordPress.
|
46 |
+
|
47 |
+
= Configuration =
|
48 |
1. Go to **WooCommerce > Configuration > Checkout Tab > Mercado Pago**. <br />
|
49 |
Fist of all, you need to configure your client credentials. To make it, fill your **Client_id**, **Client_secret** in Mercado Pago Credentials section.
|
50 |
|
59 |
|
60 |
2. Other general configurations. <br />
|
61 |
* **Instant Payment Notification (IPN) URL**
|
62 |
+
![Installation Instructions](/README.img/wc_setup_ipn.png) <br />
|
63 |
The highlighted URL is where you will get notified about payment updates.<br /><br />
|
64 |
* **Checkout Options**
|
65 |
+
![Installation Instructions](/README.img/wc_setup_checkout.png) <br />
|
66 |
**Title**: This is the title of the payment option that will be shown to your customers;<br />
|
67 |
**Description**: This is the description of the payment option that will be shown to your customers;<br />
|
68 |
**Store Category**: Sets up the category of the store;<br />
|
72 |
**iFrame Height**: The height, in pixels, of the iFrame (used only with iFrame Integration Method);<br />
|
73 |
**Auto Return**: If set, the platform will return to your store when the payment is approved.<br /><br />
|
74 |
* **Payment Options**
|
75 |
+
![Installation Instructions](/README.img/wc_setup_payment.png) <br />
|
76 |
**Max Installments**: The maximum installments allowed for your customers;<br />
|
77 |
**Exclude Payment Methods**: Select the payment methods that you want to not work with Mercado Pago.<br /><br />
|
78 |
* **Test and Debug Options**
|
79 |
+
![Installation Instructions](/README.img/wc_setup_testdebug.png) <br />
|
80 |
**Mercado Pago Sandboxs**: Test your payments in Mercado Pago sandbox environment;<br />
|
81 |
**Debug and Log**: Enables/disables system logs.<br />
|
82 |
+
|
83 |
== Frequently Asked Questions ==
|
84 |
|
85 |
+
= What is Mercado Pago? =
|
86 |
+
Please, take a look: https://vimeo.com/125253122
|
87 |
+
|
88 |
= Any questions? =
|
89 |
|
90 |
Please, check our FAQ at: https://www.mercadopago.com.br/ajuda/
|
91 |
|
92 |
== Screenshots ==
|
93 |
|
94 |
+
1. `/README.img/wc_mp_settings.png`
|
95 |
|
96 |
== Changelog ==
|
97 |
|
106 |
* Added payment ID in order custom fields information;
|
107 |
* Removed some unused files/code;
|
108 |
* Redesign of the logic of preferences when creating cart, separating items;
|
109 |
+
* Proper information of shipment cost.
|
110 |
|
111 |
= v1.0.2 (23/03/2016) =
|
112 |
+
* IPN URL wasn’t triggered when topic=payment.
|
113 |
|
114 |
= v1.0.3 (23/03/2016) =
|
115 |
+
* Improving algorithm when processing IPN.
|
116 |
+
|
117 |
+
= v1.0.4 (15/04/2016) =
|
118 |
+
* Added a link to module settings page in plugin page;
|
119 |
+
* Several bug fixes;
|
120 |
+
* Fixed status change when processing with two cards.
|
121 |
+
|
122 |
+
== Upgrade Notice ==
|
123 |
+
|
124 |
+
Please refer to our github repo.
|
languages/woocommerce-mercadopago-module-es_AR.mo
CHANGED
Binary file
|
languages/woocommerce-mercadopago-module-es_AR.po
CHANGED
@@ -1,348 +1,376 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
msgid ""
|
5 |
-
msgstr ""
|
6 |
-
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
-
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.8.7\n"
|
20 |
-
"Last-Translator: \n"
|
21 |
-
"Language: es_AR\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#. Description of the plugin/theme
|
25 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
-
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
-
|
28 |
-
#: mercadopago-module.php:66
|
29 |
-
#, php-format
|
30 |
-
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
-
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
-
|
33 |
-
#: mercadopago
|
34 |
-
msgid "
|
35 |
-
msgstr "
|
36 |
-
|
37 |
-
#: mercadopago/mercadopago-gateway.php:
|
38 |
-
msgid "
|
39 |
-
msgstr "
|
40 |
-
|
41 |
-
#: mercadopago/mercadopago-gateway.php:
|
42 |
-
msgid "
|
43 |
-
msgstr "
|
44 |
-
|
45 |
-
#: mercadopago/mercadopago-gateway.php:
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
-
|
49 |
-
#: mercadopago/mercadopago-gateway.php:
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
-
|
53 |
-
#: mercadopago/mercadopago-gateway.php:
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
-
|
57 |
-
#: mercadopago/mercadopago-gateway.php:
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
#: mercadopago/mercadopago-gateway.php:
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
#: mercadopago/mercadopago-gateway.php:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
-
|
69 |
-
#: mercadopago/mercadopago-gateway.php:
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
#: mercadopago/mercadopago-gateway.php:
|
74 |
-
msgid "
|
75 |
-
msgstr "
|
76 |
-
|
77 |
-
#: mercadopago/mercadopago-gateway.php:
|
78 |
-
msgid "
|
79 |
-
msgstr "
|
80 |
-
|
81 |
-
#: mercadopago/mercadopago-gateway.php:
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
-
|
85 |
-
#: mercadopago/mercadopago-gateway.php:
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
-
|
89 |
-
#: mercadopago/mercadopago-gateway.php:
|
90 |
-
msgid "If your integration method is iFrame, please inform the payment iFrame
|
91 |
-
msgstr "Si su modo de apertura es iFrame, indique el
|
92 |
-
|
93 |
-
#: mercadopago/mercadopago-gateway.php:
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
-
|
97 |
-
#: mercadopago/mercadopago-gateway.php:
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: mercadopago/mercadopago-gateway.php:
|
102 |
-
msgid "Enable
|
103 |
-
msgstr "Habilitar
|
104 |
-
|
105 |
-
#: mercadopago/mercadopago-gateway.php:
|
106 |
-
msgid "Mercado Pago
|
107 |
-
msgstr "
|
108 |
-
|
109 |
-
#: mercadopago/mercadopago-gateway.php:
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: mercadopago/mercadopago-gateway.php:
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: mercadopago/mercadopago-gateway.php:
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: mercadopago/mercadopago-gateway.php:
|
122 |
-
msgid "Mercado Pago
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: mercadopago/mercadopago-gateway.php:
|
126 |
-
msgid "
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: mercadopago/mercadopago-gateway.php:
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
#: mercadopago/mercadopago-gateway.php:
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
-
|
137 |
-
#: mercadopago/mercadopago-gateway.php:
|
138 |
-
msgid "Checkout
|
139 |
-
msgstr "
|
140 |
-
|
141 |
-
#: mercadopago/mercadopago-gateway.php:
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
#: mercadopago/mercadopago-gateway.php:
|
146 |
-
msgid "
|
147 |
-
msgstr "
|
148 |
-
|
149 |
-
#: mercadopago/mercadopago-gateway.php:
|
150 |
-
msgid "
|
151 |
-
msgstr "
|
152 |
-
|
153 |
-
#: mercadopago/mercadopago-gateway.php:
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
-
|
157 |
-
#: mercadopago/mercadopago-gateway.php:
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
-
|
161 |
-
#: mercadopago/mercadopago-gateway.php:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
-
|
165 |
-
#: mercadopago/mercadopago-gateway.php:
|
166 |
-
msgid "
|
167 |
-
msgstr "
|
168 |
-
|
169 |
-
#: mercadopago/mercadopago-gateway.php:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
-
|
173 |
-
#: mercadopago/mercadopago-gateway.php:
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
-
|
177 |
-
#: mercadopago/mercadopago-gateway.php:
|
178 |
-
msgid "
|
179 |
-
msgstr "
|
180 |
-
|
181 |
-
#: mercadopago/mercadopago-gateway.php:
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
-
|
185 |
-
#: mercadopago/mercadopago-gateway.php:
|
186 |
-
msgid "
|
187 |
-
msgstr "
|
188 |
-
|
189 |
-
#: mercadopago/mercadopago-gateway.php:
|
190 |
-
msgid "
|
191 |
-
msgstr "
|
192 |
-
|
193 |
-
#: mercadopago/mercadopago-gateway.php:
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
-
|
197 |
-
#: mercadopago/mercadopago-gateway.php:
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
-
|
201 |
-
#: mercadopago/mercadopago-gateway.php:
|
202 |
-
msgid "iFrame
|
203 |
-
msgstr "
|
204 |
-
|
205 |
-
#: mercadopago/mercadopago-gateway.php:
|
206 |
-
msgid "iFrame
|
207 |
-
msgstr "
|
208 |
-
|
209 |
-
#: mercadopago/mercadopago-gateway.php:
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
-
|
213 |
-
#: mercadopago/mercadopago-gateway.php:
|
214 |
-
msgid "
|
215 |
-
msgstr "
|
216 |
-
|
217 |
-
#: mercadopago/mercadopago-gateway.php:
|
218 |
-
msgid "
|
219 |
-
msgstr "
|
220 |
-
|
221 |
-
#: mercadopago/mercadopago-gateway.php:
|
222 |
-
msgid "
|
223 |
-
msgstr "
|
224 |
-
|
225 |
-
#: mercadopago/mercadopago-gateway.php:
|
226 |
-
msgid "
|
227 |
-
msgstr "
|
228 |
-
|
229 |
-
#: mercadopago/mercadopago-gateway.php:
|
230 |
-
msgid "
|
231 |
-
msgstr "
|
232 |
-
|
233 |
-
#: mercadopago/mercadopago-gateway.php:
|
234 |
-
msgid "
|
235 |
-
msgstr "
|
236 |
-
|
237 |
-
#: mercadopago/mercadopago-gateway.php:
|
238 |
-
msgid "
|
239 |
-
msgstr "
|
240 |
-
|
241 |
-
#: mercadopago/mercadopago-gateway.php:
|
242 |
-
msgid "
|
243 |
-
msgstr "
|
244 |
-
|
245 |
-
#: mercadopago/mercadopago-gateway.php:
|
246 |
-
msgid "
|
247 |
-
msgstr "
|
248 |
-
|
249 |
-
#: mercadopago/mercadopago-gateway.php:
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
-
|
253 |
-
#: mercadopago/mercadopago-gateway.php:
|
254 |
-
msgid "Enable
|
255 |
-
msgstr "
|
256 |
-
|
257 |
-
#: mercadopago/mercadopago-gateway.php:
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
msgid "
|
288 |
-
msgstr "
|
289 |
-
|
290 |
-
#: mercadopago/mercadopago-gateway.php:
|
291 |
-
msgid "
|
292 |
-
msgstr "
|
293 |
-
|
294 |
-
#: mercadopago/mercadopago-gateway.php:
|
295 |
-
msgid "
|
296 |
-
msgstr "
|
297 |
-
|
298 |
-
#: mercadopago/mercadopago-gateway.php:
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
-
|
302 |
-
#: mercadopago/mercadopago-gateway.php:
|
303 |
-
msgid "
|
304 |
-
msgstr "
|
305 |
-
|
306 |
-
#: mercadopago/mercadopago-gateway.php:
|
307 |
-
msgid "
|
308 |
-
msgstr "
|
309 |
-
|
310 |
-
#: mercadopago/mercadopago-gateway.php:
|
311 |
-
msgid "
|
312 |
-
msgstr "
|
313 |
-
|
314 |
-
#: mercadopago/mercadopago-gateway.php:
|
315 |
-
msgid "
|
316 |
-
msgstr "
|
317 |
-
|
318 |
-
#: mercadopago/mercadopago-gateway.php:
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
-
|
322 |
-
#: mercadopago/mercadopago-gateway.php:
|
323 |
-
msgid "
|
324 |
-
msgstr "
|
325 |
-
|
326 |
-
#: mercadopago/mercadopago-gateway.php:
|
327 |
-
msgid "
|
328 |
-
msgstr "
|
329 |
-
|
330 |
-
#: mercadopago/mercadopago-gateway.php:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
-
|
334 |
-
#: mercadopago/mercadopago-gateway.php:
|
335 |
-
msgid "
|
336 |
-
msgstr "
|
337 |
-
|
338 |
-
#: mercadopago/mercadopago-gateway.php:
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
341 |
-
|
342 |
-
#: mercadopago/mercadopago-gateway.php:
|
343 |
-
msgid "
|
344 |
-
msgstr "
|
345 |
-
|
346 |
-
#: mercadopago/mercadopago-gateway.php:
|
347 |
-
msgid "
|
348 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
+
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
+
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"X-Generator: Poedit 1.8.7\n"
|
20 |
+
"Last-Translator: \n"
|
21 |
+
"Language: es_AR\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
|
24 |
+
#. Description of the plugin/theme
|
25 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
+
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
+
|
28 |
+
#: mercadopago-module.php:66
|
29 |
+
#, php-format
|
30 |
+
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
+
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
+
|
33 |
+
#: mercadopago-module.php:110
|
34 |
+
msgid "Settings"
|
35 |
+
msgstr "Ajustes"
|
36 |
+
|
37 |
+
#: mercadopago/mercadopago-gateway.php:63
|
38 |
+
msgid "This module enables WooCommerce to use Mercado Pago as payment method for purchases made in your virtual store."
|
39 |
+
msgstr "Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
40 |
+
|
41 |
+
#: mercadopago/mercadopago-gateway.php:133
|
42 |
+
msgid "Argentine"
|
43 |
+
msgstr "Argentina"
|
44 |
+
|
45 |
+
#: mercadopago/mercadopago-gateway.php:134
|
46 |
+
msgid "Brazil"
|
47 |
+
msgstr "Brasil"
|
48 |
+
|
49 |
+
#: mercadopago/mercadopago-gateway.php:135
|
50 |
+
msgid "Chile"
|
51 |
+
msgstr "Chile"
|
52 |
+
|
53 |
+
#: mercadopago/mercadopago-gateway.php:136
|
54 |
+
msgid "Colombia"
|
55 |
+
msgstr "Colombia"
|
56 |
+
|
57 |
+
#: mercadopago/mercadopago-gateway.php:137
|
58 |
+
msgid "Mexico"
|
59 |
+
msgstr "México"
|
60 |
+
|
61 |
+
#: mercadopago/mercadopago-gateway.php:138
|
62 |
+
msgid "or"
|
63 |
+
msgstr "o"
|
64 |
+
|
65 |
+
#: mercadopago/mercadopago-gateway.php:139
|
66 |
+
msgid "Venezuela"
|
67 |
+
msgstr "Venezuela"
|
68 |
+
|
69 |
+
#: mercadopago/mercadopago-gateway.php:154
|
70 |
+
msgid "Select the payment methods that you <strong>don't</strong> want to receive with Mercado Pago."
|
71 |
+
msgstr "Selecione los medios de pago que <strong>no</strong> desea aceptar con Mercado Pago."
|
72 |
+
|
73 |
+
#: mercadopago/mercadopago-gateway.php:157
|
74 |
+
msgid "Your credentials are <strong>valid</strong> for"
|
75 |
+
msgstr "Sus credenciales <strong>son válidas</strong> para"
|
76 |
+
|
77 |
+
#: mercadopago/mercadopago-gateway.php:164 mercadopago/mercadopago-gateway.php:173
|
78 |
+
msgid "Configure your Client_id and Client_secret to have access to more options."
|
79 |
+
msgstr "Configure su Client_id y Client_secret para tener acceso a más opciones."
|
80 |
+
|
81 |
+
#: mercadopago/mercadopago-gateway.php:167 mercadopago/mercadopago-gateway.php:176
|
82 |
+
msgid "Your credentials are <strong>not valid</strong>!"
|
83 |
+
msgstr "Sus credenciales <strong>no son válidas</strong>!"
|
84 |
+
|
85 |
+
#: mercadopago/mercadopago-gateway.php:190 mercadopago/mercadopago-gateway.php:198 mercadopago/mercadopago-gateway.php:208
|
86 |
+
msgid "This field should be an integer."
|
87 |
+
msgstr "Este campo debe ser un número."
|
88 |
+
|
89 |
+
#: mercadopago/mercadopago-gateway.php:193
|
90 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame width."
|
91 |
+
msgstr "Si su modo de apertura es iFrame, indique el ancho del iFrame."
|
92 |
+
|
93 |
+
#: mercadopago/mercadopago-gateway.php:201
|
94 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame height."
|
95 |
+
msgstr "Si su modo de apertura es iFrame, indique el alto del iFrame."
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:211
|
98 |
+
msgid "Select the max number of installments for your customers."
|
99 |
+
msgstr "Seleccione el número máximo de cuotas posibles para sus clientes."
|
100 |
+
|
101 |
+
#: mercadopago/mercadopago-gateway.php:217
|
102 |
+
msgid "Enable/Disable"
|
103 |
+
msgstr "Habilitar/Deshabilitar"
|
104 |
+
|
105 |
+
#: mercadopago/mercadopago-gateway.php:219
|
106 |
+
msgid "Enable Mercado Pago Module"
|
107 |
+
msgstr "Habilitar Mercado Pago"
|
108 |
+
|
109 |
+
#: mercadopago/mercadopago-gateway.php:223
|
110 |
+
msgid "Mercado Pago Credentials"
|
111 |
+
msgstr "Credenciales de Mercado Pago"
|
112 |
+
|
113 |
+
#: mercadopago/mercadopago-gateway.php:225
|
114 |
+
msgid "You can obtain your credentials for"
|
115 |
+
msgstr "Puedes obtener tus credenciales para"
|
116 |
+
|
117 |
+
#: mercadopago/mercadopago-gateway.php:228
|
118 |
+
msgid "Mercado Pago Client_id"
|
119 |
+
msgstr "Client_id de Mercado Pago"
|
120 |
+
|
121 |
+
#: mercadopago/mercadopago-gateway.php:230
|
122 |
+
msgid "Insert your Mercado Pago Client_id."
|
123 |
+
msgstr "Inserte su Client_id de Mercado Pago."
|
124 |
+
|
125 |
+
#: mercadopago/mercadopago-gateway.php:235
|
126 |
+
msgid "Mercado Pago Client_secret"
|
127 |
+
msgstr "Client_secret de Mercado Pago"
|
128 |
+
|
129 |
+
#: mercadopago/mercadopago-gateway.php:237
|
130 |
+
msgid "Insert your Mercado Pago Client_secret."
|
131 |
+
msgstr "Inserte su Client_secret de Mercado Pago."
|
132 |
+
|
133 |
+
#: mercadopago/mercadopago-gateway.php:265
|
134 |
+
msgid "Custom Checkout"
|
135 |
+
msgstr "Checkout Transparente"
|
136 |
+
|
137 |
+
#: mercadopago/mercadopago-gateway.php:267
|
138 |
+
msgid "Enable Custom Checkout"
|
139 |
+
msgstr "Permitir Checkout Transparente"
|
140 |
+
|
141 |
+
#: mercadopago/mercadopago-gateway.php:269
|
142 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
143 |
+
msgstr "Esta opción permite a su tienda presentar el checkout transparente para sus clientes."
|
144 |
+
|
145 |
+
#: mercadopago/mercadopago-gateway.php:242
|
146 |
+
msgid "Instant Payment Notification (IPN) URL"
|
147 |
+
msgstr "URL da Notificación Instantanea de Pago (IPN)"
|
148 |
+
|
149 |
+
#: mercadopago/mercadopago-gateway.php:244
|
150 |
+
msgid "Your IPN URL to receive instant payment notifications is"
|
151 |
+
msgstr "Su URL de IPN para recibir notificaciones instantáneas de pago es"
|
152 |
+
|
153 |
+
#: mercadopago/mercadopago-gateway.php:247
|
154 |
+
msgid "Checkout Options"
|
155 |
+
msgstr "Opciones de Checkout"
|
156 |
+
|
157 |
+
#: mercadopago/mercadopago-gateway.php:252
|
158 |
+
msgid "Title"
|
159 |
+
msgstr "Título"
|
160 |
+
|
161 |
+
#: mercadopago/mercadopago-gateway.php:254
|
162 |
+
msgid "Title shown to the client in the checkout."
|
163 |
+
msgstr "Título mostrado al cliente en el checkout."
|
164 |
+
|
165 |
+
#: mercadopago/mercadopago-gateway.php:258
|
166 |
+
msgid "Description"
|
167 |
+
msgstr "Descripción"
|
168 |
+
|
169 |
+
#: mercadopago/mercadopago-gateway.php:260
|
170 |
+
msgid "Description shown to the client in the checkout."
|
171 |
+
msgstr "Descripción mostrada al cliente en el checkout."
|
172 |
+
|
173 |
+
#: mercadopago/mercadopago-gateway.php:261 mercadopago/mercadopago-gateway.php:406
|
174 |
+
msgid "Pay with Mercado Pago"
|
175 |
+
msgstr "Pagar con Mercado Pago"
|
176 |
+
|
177 |
+
#: mercadopago/mercadopago-gateway.php:264
|
178 |
+
msgid "Store Category"
|
179 |
+
msgstr "Categoría de la tienda"
|
180 |
+
|
181 |
+
#: mercadopago/mercadopago-gateway.php:266
|
182 |
+
msgid "Define which type of products your store sells."
|
183 |
+
msgstr "Defina el tipo de productos que su tienda vende."
|
184 |
+
|
185 |
+
#: mercadopago/mercadopago-gateway.php:270
|
186 |
+
msgid "Store Identificator"
|
187 |
+
msgstr "Identificador de la tienda"
|
188 |
+
|
189 |
+
#: mercadopago/mercadopago-gateway.php:272
|
190 |
+
msgid "Please, inform a prefix to your store."
|
191 |
+
msgstr "Por favor, informe un prefijo para su tienda."
|
192 |
+
|
193 |
+
#: mercadopago/mercadopago-gateway.php:272
|
194 |
+
msgid "If you use your Mercado Pago account on multiple stores you should make sure that this prefix is unique as Mercado Pago will not allow orders with same identificators."
|
195 |
+
msgstr "Si esta utilizando su cuenta Mercado Pago para múltiples tiendas, asegúrese que este prefijo sea único para no generar pedidos con el mismo identificador."
|
196 |
+
|
197 |
+
#: mercadopago/mercadopago-gateway.php:276
|
198 |
+
msgid "Integration Method"
|
199 |
+
msgstr "Método de integración"
|
200 |
+
|
201 |
+
#: mercadopago/mercadopago-gateway.php:278
|
202 |
+
msgid "Select how your clients should interact with Mercado Pago. Modal Window (inside your store), Redirect (Client is redirected to Mercado Pago), or iFrame (an internal window is embedded to the page layout)."
|
203 |
+
msgstr "Ventana Modal (Dentro de su tienda), Redireccionamiento (El cliente es redireccionado a Mercado Pago), o iFrame (Ventana de pago incorporada a su página)."
|
204 |
+
|
205 |
+
#: mercadopago/mercadopago-gateway.php:281
|
206 |
+
msgid "iFrame"
|
207 |
+
msgstr "iFrame"
|
208 |
+
|
209 |
+
#: mercadopago/mercadopago-gateway.php:282
|
210 |
+
msgid "Modal Window"
|
211 |
+
msgstr "Ventana modal"
|
212 |
+
|
213 |
+
#: mercadopago/mercadopago-gateway.php:283
|
214 |
+
msgid "Redirect"
|
215 |
+
msgstr "Redireccionamiento"
|
216 |
+
|
217 |
+
#: mercadopago/mercadopago-gateway.php:287
|
218 |
+
msgid "iFrame Width"
|
219 |
+
msgstr "Ancho del iFrame"
|
220 |
+
|
221 |
+
#: mercadopago/mercadopago-gateway.php:293
|
222 |
+
msgid "iFrame Height"
|
223 |
+
msgstr "Alto del iFrame"
|
224 |
+
|
225 |
+
#: mercadopago/mercadopago-gateway.php:299
|
226 |
+
msgid "Auto Return"
|
227 |
+
msgstr "Redirección automática"
|
228 |
+
|
229 |
+
#: mercadopago/mercadopago-gateway.php:301
|
230 |
+
msgid "Automatic Return After Payment"
|
231 |
+
msgstr "Redirección Automática Luego del Pago"
|
232 |
+
|
233 |
+
#: mercadopago/mercadopago-gateway.php:303
|
234 |
+
msgid "After the payment, client is automatically redirected."
|
235 |
+
msgstr "Después del pago, el cliente será redireccionado automáticamente."
|
236 |
+
|
237 |
+
#: mercadopago/mercadopago-gateway.php:306
|
238 |
+
msgid "Payment Options"
|
239 |
+
msgstr "Opciones de Pago"
|
240 |
+
|
241 |
+
#: mercadopago/mercadopago-gateway.php:311
|
242 |
+
msgid "Max installments"
|
243 |
+
msgstr "Número máximo de cuotas"
|
244 |
+
|
245 |
+
#: mercadopago/mercadopago-gateway.php:339
|
246 |
+
msgid "Payment with 2 Credit Card"
|
247 |
+
msgstr "Pago con 2 tarjeta de crédito"
|
248 |
+
|
249 |
+
#: mercadopago/mercadopago-gateway.php:341
|
250 |
+
msgid "Enable payments with 2 credit cards"
|
251 |
+
msgstr "Permitir los pagos con 2 tarjetas de crédito"
|
252 |
+
|
253 |
+
#: mercadopago/mercadopago-gateway.php:343
|
254 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
255 |
+
msgstr "Habilita esta opción para permitir a sus clientes usar 2 tarjetas de crédito para pagar los pedidos."
|
256 |
+
|
257 |
+
#: mercadopago/mercadopago-gateway.php:317
|
258 |
+
msgid "Exclude Payment Methods"
|
259 |
+
msgstr "Excluir métodos de pago"
|
260 |
+
|
261 |
+
#: mercadopago/mercadopago-gateway.php:324
|
262 |
+
msgid "Test and Debug Options"
|
263 |
+
msgstr "Opciones de Prueba y Debug"
|
264 |
+
|
265 |
+
#: mercadopago/mercadopago-gateway.php:329
|
266 |
+
msgid "Mercado Pago Sandbox"
|
267 |
+
msgstr "Sandbox Mercado Pago"
|
268 |
+
|
269 |
+
#: mercadopago/mercadopago-gateway.php:331
|
270 |
+
msgid "Enable Mercado Pago Sandbox"
|
271 |
+
msgstr "Habilitar el sandbox de Mercado Pago"
|
272 |
+
|
273 |
+
#: mercadopago/mercadopago-gateway.php:333
|
274 |
+
msgid "This option allows you to test payments inside a sandbox environment."
|
275 |
+
msgstr "Esta opción permite simular un flujo de pagos completo en nuestro entorno Sandbox."
|
276 |
+
|
277 |
+
#: mercadopago/mercadopago-gateway.php:336
|
278 |
+
msgid "Debug and Log"
|
279 |
+
msgstr "Debug y Log"
|
280 |
+
|
281 |
+
#: mercadopago/mercadopago-gateway.php:338
|
282 |
+
msgid "Enable log"
|
283 |
+
msgstr "Habilitar Log"
|
284 |
+
|
285 |
+
#: mercadopago/mercadopago-gateway.php:340
|
286 |
+
#, php-format
|
287 |
+
msgid "Register event logs of Mercado Pago, such as API requests, in the file"
|
288 |
+
msgstr "Registrar logs de eventos de Mercado Pago, como llamadas a la API, dentro del archivo"
|
289 |
+
|
290 |
+
#: mercadopago/mercadopago-gateway.php:402
|
291 |
+
msgid "Thank you for your order. Please, proceed with your payment clicking in the bellow button."
|
292 |
+
msgstr "Gracias por su compra. Por favor, prosiga a la página de pago haciendo click en el botón de abajo."
|
293 |
+
|
294 |
+
#: mercadopago/mercadopago-gateway.php:410
|
295 |
+
msgid "Cancel order & Clear cart"
|
296 |
+
msgstr "Cancelar & Limpiar carrito"
|
297 |
+
|
298 |
+
#: mercadopago/mercadopago-gateway.php:420
|
299 |
+
msgid "Thank you for your order. Proceed with your payment completing the following information."
|
300 |
+
msgstr "Gracias por su compra. Prosiga con su pago completando la información abajo."
|
301 |
+
|
302 |
+
#: mercadopago/mercadopago-gateway.php:431
|
303 |
+
msgid "An error occurred when proccessing your payment. Please try again or contact us for assistence."
|
304 |
+
msgstr "Un error ocurrió durante el procesamiento de su pago. Por favor intente nuevamente o contactenos para ayudarlo."
|
305 |
+
|
306 |
+
#: mercadopago/mercadopago-gateway.php:434
|
307 |
+
msgid "Click to try again"
|
308 |
+
msgstr "Haga click para intentar de nuevo"
|
309 |
+
|
310 |
+
#: mercadopago/mercadopago-gateway.php:675 mercadopago/mercadopago-gateway.php:686
|
311 |
+
msgid "Mercado Pago is Inactive"
|
312 |
+
msgstr "Mercado Pago Inactivo"
|
313 |
+
|
314 |
+
#: mercadopago/mercadopago-gateway.php:678
|
315 |
+
msgid "Your Mercado Pago credentials Client_id/Client_secret appears to be misconfigured."
|
316 |
+
msgstr "Sus credenciales Client_id/Client_secret de Mercado Pago parecen no estar debidamente configuradas."
|
317 |
+
|
318 |
+
#: mercadopago/mercadopago-gateway.php:679
|
319 |
+
msgid "Click here and configure!"
|
320 |
+
msgstr "Haga click aquí y configure!"
|
321 |
+
|
322 |
+
#: mercadopago/mercadopago-gateway.php:689
|
323 |
+
msgid "The currency"
|
324 |
+
msgstr "La moneda"
|
325 |
+
|
326 |
+
#: mercadopago/mercadopago-gateway.php:689
|
327 |
+
msgid "is not supported. Supported currencies are: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
328 |
+
msgstr "no es soportada. Las monedas soportadas son: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
329 |
+
|
330 |
+
#: mercadopago/mercadopago-gateway.php:714
|
331 |
+
msgid "Mercado Pago Request Failure"
|
332 |
+
msgstr "La solicitud de Mercado Pago ha fallado."
|
333 |
+
|
334 |
+
#: mercadopago/mercadopago-gateway.php:791
|
335 |
+
msgid "Mercado Pago Transaction ID"
|
336 |
+
msgstr "ID de operación de Mercado Pago"
|
337 |
+
|
338 |
+
#: mercadopago/mercadopago-gateway.php:798
|
339 |
+
msgid "Payer email"
|
340 |
+
msgstr "Email del comprador"
|
341 |
+
|
342 |
+
#: mercadopago/mercadopago-gateway.php:805
|
343 |
+
msgid "Payment type"
|
344 |
+
msgstr "Método de pago"
|
345 |
+
|
346 |
+
#: mercadopago/mercadopago-gateway.php:810
|
347 |
+
msgid "Payment approved."
|
348 |
+
msgstr "Pago aprobado."
|
349 |
+
|
350 |
+
#: mercadopago/mercadopago-gateway.php:816
|
351 |
+
msgid "Customer haven't paid yet."
|
352 |
+
msgstr "El cliente todavía no efectuó el pago."
|
353 |
+
|
354 |
+
#: mercadopago/mercadopago-gateway.php:821
|
355 |
+
msgid "Payment under review."
|
356 |
+
msgstr "El pago está pendiente de revisión."
|
357 |
+
|
358 |
+
#: mercadopago/mercadopago-gateway.php:826
|
359 |
+
msgid "The payment was refused. The customer can try again."
|
360 |
+
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
|
361 |
+
|
362 |
+
#: mercadopago/mercadopago-gateway.php:832
|
363 |
+
msgid "The payment was refunded to the customer."
|
364 |
+
msgstr "El pago fue devuelto al cliente."
|
365 |
+
|
366 |
+
#: mercadopago/mercadopago-gateway.php:838
|
367 |
+
msgid "The payment was cancelled."
|
368 |
+
msgstr "El pago fue cancelado."
|
369 |
+
|
370 |
+
#: mercadopago/mercadopago-gateway.php:843
|
371 |
+
msgid "Mercado Pago Payment ID"
|
372 |
+
msgstr "ID de pago de Mercado Pago"
|
373 |
+
|
374 |
+
#: mercadopago/mercadopago-gateway.php:843 mercadopago/mercadopago-gateway.php:848
|
375 |
+
msgid "The payment is under mediation or it was charged-back."
|
376 |
+
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
|
languages/woocommerce-mercadopago-module-es_CL.mo
CHANGED
Binary file
|
languages/woocommerce-mercadopago-module-es_CL.po
CHANGED
@@ -1,348 +1,376 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
msgid ""
|
5 |
-
msgstr ""
|
6 |
-
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
-
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.8.7\n"
|
20 |
-
"Last-Translator: \n"
|
21 |
-
"Language: es_AR\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#. Description of the plugin/theme
|
25 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
-
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
-
|
28 |
-
#: mercadopago-module.php:66
|
29 |
-
#, php-format
|
30 |
-
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
-
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
-
|
33 |
-
#: mercadopago
|
34 |
-
msgid "
|
35 |
-
msgstr "
|
36 |
-
|
37 |
-
#: mercadopago/mercadopago-gateway.php:
|
38 |
-
msgid "
|
39 |
-
msgstr "
|
40 |
-
|
41 |
-
#: mercadopago/mercadopago-gateway.php:
|
42 |
-
msgid "
|
43 |
-
msgstr "
|
44 |
-
|
45 |
-
#: mercadopago/mercadopago-gateway.php:
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
-
|
49 |
-
#: mercadopago/mercadopago-gateway.php:
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
-
|
53 |
-
#: mercadopago/mercadopago-gateway.php:
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
-
|
57 |
-
#: mercadopago/mercadopago-gateway.php:
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
#: mercadopago/mercadopago-gateway.php:
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
#: mercadopago/mercadopago-gateway.php:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
-
|
69 |
-
#: mercadopago/mercadopago-gateway.php:
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
#: mercadopago/mercadopago-gateway.php:
|
74 |
-
msgid "
|
75 |
-
msgstr "
|
76 |
-
|
77 |
-
#: mercadopago/mercadopago-gateway.php:
|
78 |
-
msgid "
|
79 |
-
msgstr "
|
80 |
-
|
81 |
-
#: mercadopago/mercadopago-gateway.php:
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
-
|
85 |
-
#: mercadopago/mercadopago-gateway.php:
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
-
|
89 |
-
#: mercadopago/mercadopago-gateway.php:
|
90 |
-
msgid "If your integration method is iFrame, please inform the payment iFrame
|
91 |
-
msgstr "Si su modo de apertura es iFrame, indique el
|
92 |
-
|
93 |
-
#: mercadopago/mercadopago-gateway.php:
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
-
|
97 |
-
#: mercadopago/mercadopago-gateway.php:
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: mercadopago/mercadopago-gateway.php:
|
102 |
-
msgid "Enable
|
103 |
-
msgstr "Habilitar
|
104 |
-
|
105 |
-
#: mercadopago/mercadopago-gateway.php:
|
106 |
-
msgid "Mercado Pago
|
107 |
-
msgstr "
|
108 |
-
|
109 |
-
#: mercadopago/mercadopago-gateway.php:
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: mercadopago/mercadopago-gateway.php:
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: mercadopago/mercadopago-gateway.php:
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: mercadopago/mercadopago-gateway.php:
|
122 |
-
msgid "Mercado Pago
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: mercadopago/mercadopago-gateway.php:
|
126 |
-
msgid "
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: mercadopago/mercadopago-gateway.php:
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
#: mercadopago/mercadopago-gateway.php:
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
-
|
137 |
-
#: mercadopago/mercadopago-gateway.php:
|
138 |
-
msgid "Checkout
|
139 |
-
msgstr "
|
140 |
-
|
141 |
-
#: mercadopago/mercadopago-gateway.php:
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
#: mercadopago/mercadopago-gateway.php:
|
146 |
-
msgid "
|
147 |
-
msgstr "
|
148 |
-
|
149 |
-
#: mercadopago/mercadopago-gateway.php:
|
150 |
-
msgid "
|
151 |
-
msgstr "
|
152 |
-
|
153 |
-
#: mercadopago/mercadopago-gateway.php:
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
-
|
157 |
-
#: mercadopago/mercadopago-gateway.php:
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
-
|
161 |
-
#: mercadopago/mercadopago-gateway.php:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
-
|
165 |
-
#: mercadopago/mercadopago-gateway.php:
|
166 |
-
msgid "
|
167 |
-
msgstr "
|
168 |
-
|
169 |
-
#: mercadopago/mercadopago-gateway.php:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
-
|
173 |
-
#: mercadopago/mercadopago-gateway.php:
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
-
|
177 |
-
#: mercadopago/mercadopago-gateway.php:
|
178 |
-
msgid "
|
179 |
-
msgstr "
|
180 |
-
|
181 |
-
#: mercadopago/mercadopago-gateway.php:
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
-
|
185 |
-
#: mercadopago/mercadopago-gateway.php:
|
186 |
-
msgid "
|
187 |
-
msgstr "
|
188 |
-
|
189 |
-
#: mercadopago/mercadopago-gateway.php:
|
190 |
-
msgid "
|
191 |
-
msgstr "
|
192 |
-
|
193 |
-
#: mercadopago/mercadopago-gateway.php:
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
-
|
197 |
-
#: mercadopago/mercadopago-gateway.php:
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
-
|
201 |
-
#: mercadopago/mercadopago-gateway.php:
|
202 |
-
msgid "iFrame
|
203 |
-
msgstr "
|
204 |
-
|
205 |
-
#: mercadopago/mercadopago-gateway.php:
|
206 |
-
msgid "iFrame
|
207 |
-
msgstr "
|
208 |
-
|
209 |
-
#: mercadopago/mercadopago-gateway.php:
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
-
|
213 |
-
#: mercadopago/mercadopago-gateway.php:
|
214 |
-
msgid "
|
215 |
-
msgstr "
|
216 |
-
|
217 |
-
#: mercadopago/mercadopago-gateway.php:
|
218 |
-
msgid "
|
219 |
-
msgstr "
|
220 |
-
|
221 |
-
#: mercadopago/mercadopago-gateway.php:
|
222 |
-
msgid "
|
223 |
-
msgstr "
|
224 |
-
|
225 |
-
#: mercadopago/mercadopago-gateway.php:
|
226 |
-
msgid "
|
227 |
-
msgstr "
|
228 |
-
|
229 |
-
#: mercadopago/mercadopago-gateway.php:
|
230 |
-
msgid "
|
231 |
-
msgstr "
|
232 |
-
|
233 |
-
#: mercadopago/mercadopago-gateway.php:
|
234 |
-
msgid "
|
235 |
-
msgstr "
|
236 |
-
|
237 |
-
#: mercadopago/mercadopago-gateway.php:
|
238 |
-
msgid "
|
239 |
-
msgstr "
|
240 |
-
|
241 |
-
#: mercadopago/mercadopago-gateway.php:
|
242 |
-
msgid "
|
243 |
-
msgstr "
|
244 |
-
|
245 |
-
#: mercadopago/mercadopago-gateway.php:
|
246 |
-
msgid "
|
247 |
-
msgstr "
|
248 |
-
|
249 |
-
#: mercadopago/mercadopago-gateway.php:
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
-
|
253 |
-
#: mercadopago/mercadopago-gateway.php:
|
254 |
-
msgid "Enable
|
255 |
-
msgstr "
|
256 |
-
|
257 |
-
#: mercadopago/mercadopago-gateway.php:
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
msgid "
|
288 |
-
msgstr "
|
289 |
-
|
290 |
-
#: mercadopago/mercadopago-gateway.php:
|
291 |
-
msgid "
|
292 |
-
msgstr "
|
293 |
-
|
294 |
-
#: mercadopago/mercadopago-gateway.php:
|
295 |
-
msgid "
|
296 |
-
msgstr "
|
297 |
-
|
298 |
-
#: mercadopago/mercadopago-gateway.php:
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
-
|
302 |
-
#: mercadopago/mercadopago-gateway.php:
|
303 |
-
msgid "
|
304 |
-
msgstr "
|
305 |
-
|
306 |
-
#: mercadopago/mercadopago-gateway.php:
|
307 |
-
msgid "
|
308 |
-
msgstr "
|
309 |
-
|
310 |
-
#: mercadopago/mercadopago-gateway.php:
|
311 |
-
msgid "
|
312 |
-
msgstr "
|
313 |
-
|
314 |
-
#: mercadopago/mercadopago-gateway.php:
|
315 |
-
msgid "
|
316 |
-
msgstr "
|
317 |
-
|
318 |
-
#: mercadopago/mercadopago-gateway.php:
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
-
|
322 |
-
#: mercadopago/mercadopago-gateway.php:
|
323 |
-
msgid "
|
324 |
-
msgstr "
|
325 |
-
|
326 |
-
#: mercadopago/mercadopago-gateway.php:
|
327 |
-
msgid "
|
328 |
-
msgstr "
|
329 |
-
|
330 |
-
#: mercadopago/mercadopago-gateway.php:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
-
|
334 |
-
#: mercadopago/mercadopago-gateway.php:
|
335 |
-
msgid "
|
336 |
-
msgstr "
|
337 |
-
|
338 |
-
#: mercadopago/mercadopago-gateway.php:
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
341 |
-
|
342 |
-
#: mercadopago/mercadopago-gateway.php:
|
343 |
-
msgid "
|
344 |
-
msgstr "
|
345 |
-
|
346 |
-
#: mercadopago/mercadopago-gateway.php:
|
347 |
-
msgid "
|
348 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
+
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
+
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"X-Generator: Poedit 1.8.7\n"
|
20 |
+
"Last-Translator: \n"
|
21 |
+
"Language: es_AR\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
|
24 |
+
#. Description of the plugin/theme
|
25 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
+
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
+
|
28 |
+
#: mercadopago-module.php:66
|
29 |
+
#, php-format
|
30 |
+
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
+
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
+
|
33 |
+
#: mercadopago-module.php:110
|
34 |
+
msgid "Settings"
|
35 |
+
msgstr "Ajustes"
|
36 |
+
|
37 |
+
#: mercadopago/mercadopago-gateway.php:63
|
38 |
+
msgid "This module enables WooCommerce to use Mercado Pago as payment method for purchases made in your virtual store."
|
39 |
+
msgstr "Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
40 |
+
|
41 |
+
#: mercadopago/mercadopago-gateway.php:133
|
42 |
+
msgid "Argentine"
|
43 |
+
msgstr "Argentina"
|
44 |
+
|
45 |
+
#: mercadopago/mercadopago-gateway.php:134
|
46 |
+
msgid "Brazil"
|
47 |
+
msgstr "Brasil"
|
48 |
+
|
49 |
+
#: mercadopago/mercadopago-gateway.php:135
|
50 |
+
msgid "Chile"
|
51 |
+
msgstr "Chile"
|
52 |
+
|
53 |
+
#: mercadopago/mercadopago-gateway.php:136
|
54 |
+
msgid "Colombia"
|
55 |
+
msgstr "Colombia"
|
56 |
+
|
57 |
+
#: mercadopago/mercadopago-gateway.php:137
|
58 |
+
msgid "Mexico"
|
59 |
+
msgstr "México"
|
60 |
+
|
61 |
+
#: mercadopago/mercadopago-gateway.php:138
|
62 |
+
msgid "or"
|
63 |
+
msgstr "o"
|
64 |
+
|
65 |
+
#: mercadopago/mercadopago-gateway.php:139
|
66 |
+
msgid "Venezuela"
|
67 |
+
msgstr "Venezuela"
|
68 |
+
|
69 |
+
#: mercadopago/mercadopago-gateway.php:154
|
70 |
+
msgid "Select the payment methods that you <strong>don't</strong> want to receive with Mercado Pago."
|
71 |
+
msgstr "Selecione los medios de pago que <strong>no</strong> desea aceptar con Mercado Pago."
|
72 |
+
|
73 |
+
#: mercadopago/mercadopago-gateway.php:157
|
74 |
+
msgid "Your credentials are <strong>valid</strong> for"
|
75 |
+
msgstr "Sus credenciales <strong>son válidas</strong> para"
|
76 |
+
|
77 |
+
#: mercadopago/mercadopago-gateway.php:164 mercadopago/mercadopago-gateway.php:173
|
78 |
+
msgid "Configure your Client_id and Client_secret to have access to more options."
|
79 |
+
msgstr "Configure su Client_id y Client_secret para tener acceso a más opciones."
|
80 |
+
|
81 |
+
#: mercadopago/mercadopago-gateway.php:167 mercadopago/mercadopago-gateway.php:176
|
82 |
+
msgid "Your credentials are <strong>not valid</strong>!"
|
83 |
+
msgstr "Sus credenciales <strong>no son válidas</strong>!"
|
84 |
+
|
85 |
+
#: mercadopago/mercadopago-gateway.php:190 mercadopago/mercadopago-gateway.php:198 mercadopago/mercadopago-gateway.php:208
|
86 |
+
msgid "This field should be an integer."
|
87 |
+
msgstr "Este campo debe ser un número."
|
88 |
+
|
89 |
+
#: mercadopago/mercadopago-gateway.php:193
|
90 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame width."
|
91 |
+
msgstr "Si su modo de apertura es iFrame, indique el ancho del iFrame."
|
92 |
+
|
93 |
+
#: mercadopago/mercadopago-gateway.php:201
|
94 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame height."
|
95 |
+
msgstr "Si su modo de apertura es iFrame, indique el alto del iFrame."
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:211
|
98 |
+
msgid "Select the max number of installments for your customers."
|
99 |
+
msgstr "Seleccione el número máximo de cuotas posibles para sus clientes."
|
100 |
+
|
101 |
+
#: mercadopago/mercadopago-gateway.php:217
|
102 |
+
msgid "Enable/Disable"
|
103 |
+
msgstr "Habilitar/Deshabilitar"
|
104 |
+
|
105 |
+
#: mercadopago/mercadopago-gateway.php:219
|
106 |
+
msgid "Enable Mercado Pago Module"
|
107 |
+
msgstr "Habilitar Mercado Pago"
|
108 |
+
|
109 |
+
#: mercadopago/mercadopago-gateway.php:223
|
110 |
+
msgid "Mercado Pago Credentials"
|
111 |
+
msgstr "Credenciales de Mercado Pago"
|
112 |
+
|
113 |
+
#: mercadopago/mercadopago-gateway.php:225
|
114 |
+
msgid "You can obtain your credentials for"
|
115 |
+
msgstr "Puedes obtener tus credenciales para"
|
116 |
+
|
117 |
+
#: mercadopago/mercadopago-gateway.php:228
|
118 |
+
msgid "Mercado Pago Client_id"
|
119 |
+
msgstr "Client_id de Mercado Pago"
|
120 |
+
|
121 |
+
#: mercadopago/mercadopago-gateway.php:230
|
122 |
+
msgid "Insert your Mercado Pago Client_id."
|
123 |
+
msgstr "Inserte su Client_id de Mercado Pago."
|
124 |
+
|
125 |
+
#: mercadopago/mercadopago-gateway.php:235
|
126 |
+
msgid "Mercado Pago Client_secret"
|
127 |
+
msgstr "Client_secret de Mercado Pago"
|
128 |
+
|
129 |
+
#: mercadopago/mercadopago-gateway.php:237
|
130 |
+
msgid "Insert your Mercado Pago Client_secret."
|
131 |
+
msgstr "Inserte su Client_secret de Mercado Pago."
|
132 |
+
|
133 |
+
#: mercadopago/mercadopago-gateway.php:265
|
134 |
+
msgid "Custom Checkout"
|
135 |
+
msgstr "Checkout Transparente"
|
136 |
+
|
137 |
+
#: mercadopago/mercadopago-gateway.php:267
|
138 |
+
msgid "Enable Custom Checkout"
|
139 |
+
msgstr "Permitir Checkout Transparente"
|
140 |
+
|
141 |
+
#: mercadopago/mercadopago-gateway.php:269
|
142 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
143 |
+
msgstr "Esta opción permite a su tienda presentar el checkout transparente para sus clientes."
|
144 |
+
|
145 |
+
#: mercadopago/mercadopago-gateway.php:242
|
146 |
+
msgid "Instant Payment Notification (IPN) URL"
|
147 |
+
msgstr "URL da Notificación Instantanea de Pago (IPN)"
|
148 |
+
|
149 |
+
#: mercadopago/mercadopago-gateway.php:244
|
150 |
+
msgid "Your IPN URL to receive instant payment notifications is"
|
151 |
+
msgstr "Su URL de IPN para recibir notificaciones instantáneas de pago es"
|
152 |
+
|
153 |
+
#: mercadopago/mercadopago-gateway.php:247
|
154 |
+
msgid "Checkout Options"
|
155 |
+
msgstr "Opciones de Checkout"
|
156 |
+
|
157 |
+
#: mercadopago/mercadopago-gateway.php:252
|
158 |
+
msgid "Title"
|
159 |
+
msgstr "Título"
|
160 |
+
|
161 |
+
#: mercadopago/mercadopago-gateway.php:254
|
162 |
+
msgid "Title shown to the client in the checkout."
|
163 |
+
msgstr "Título mostrado al cliente en el checkout."
|
164 |
+
|
165 |
+
#: mercadopago/mercadopago-gateway.php:258
|
166 |
+
msgid "Description"
|
167 |
+
msgstr "Descripción"
|
168 |
+
|
169 |
+
#: mercadopago/mercadopago-gateway.php:260
|
170 |
+
msgid "Description shown to the client in the checkout."
|
171 |
+
msgstr "Descripción mostrada al cliente en el checkout."
|
172 |
+
|
173 |
+
#: mercadopago/mercadopago-gateway.php:261 mercadopago/mercadopago-gateway.php:406
|
174 |
+
msgid "Pay with Mercado Pago"
|
175 |
+
msgstr "Pagar con Mercado Pago"
|
176 |
+
|
177 |
+
#: mercadopago/mercadopago-gateway.php:264
|
178 |
+
msgid "Store Category"
|
179 |
+
msgstr "Categoría de la tienda"
|
180 |
+
|
181 |
+
#: mercadopago/mercadopago-gateway.php:266
|
182 |
+
msgid "Define which type of products your store sells."
|
183 |
+
msgstr "Defina el tipo de productos que su tienda vende."
|
184 |
+
|
185 |
+
#: mercadopago/mercadopago-gateway.php:270
|
186 |
+
msgid "Store Identificator"
|
187 |
+
msgstr "Identificador de la tienda"
|
188 |
+
|
189 |
+
#: mercadopago/mercadopago-gateway.php:272
|
190 |
+
msgid "Please, inform a prefix to your store."
|
191 |
+
msgstr "Por favor, informe un prefijo para su tienda."
|
192 |
+
|
193 |
+
#: mercadopago/mercadopago-gateway.php:272
|
194 |
+
msgid "If you use your Mercado Pago account on multiple stores you should make sure that this prefix is unique as Mercado Pago will not allow orders with same identificators."
|
195 |
+
msgstr "Si esta utilizando su cuenta Mercado Pago para múltiples tiendas, asegúrese que este prefijo sea único para no generar pedidos con el mismo identificador."
|
196 |
+
|
197 |
+
#: mercadopago/mercadopago-gateway.php:276
|
198 |
+
msgid "Integration Method"
|
199 |
+
msgstr "Método de integración"
|
200 |
+
|
201 |
+
#: mercadopago/mercadopago-gateway.php:278
|
202 |
+
msgid "Select how your clients should interact with Mercado Pago. Modal Window (inside your store), Redirect (Client is redirected to Mercado Pago), or iFrame (an internal window is embedded to the page layout)."
|
203 |
+
msgstr "Ventana Modal (Dentro de su tienda), Redireccionamiento (El cliente es redireccionado a Mercado Pago), o iFrame (Ventana de pago incorporada a su página)."
|
204 |
+
|
205 |
+
#: mercadopago/mercadopago-gateway.php:281
|
206 |
+
msgid "iFrame"
|
207 |
+
msgstr "iFrame"
|
208 |
+
|
209 |
+
#: mercadopago/mercadopago-gateway.php:282
|
210 |
+
msgid "Modal Window"
|
211 |
+
msgstr "Ventana modal"
|
212 |
+
|
213 |
+
#: mercadopago/mercadopago-gateway.php:283
|
214 |
+
msgid "Redirect"
|
215 |
+
msgstr "Redireccionamiento"
|
216 |
+
|
217 |
+
#: mercadopago/mercadopago-gateway.php:287
|
218 |
+
msgid "iFrame Width"
|
219 |
+
msgstr "Ancho del iFrame"
|
220 |
+
|
221 |
+
#: mercadopago/mercadopago-gateway.php:293
|
222 |
+
msgid "iFrame Height"
|
223 |
+
msgstr "Alto del iFrame"
|
224 |
+
|
225 |
+
#: mercadopago/mercadopago-gateway.php:299
|
226 |
+
msgid "Auto Return"
|
227 |
+
msgstr "Redirección automática"
|
228 |
+
|
229 |
+
#: mercadopago/mercadopago-gateway.php:301
|
230 |
+
msgid "Automatic Return After Payment"
|
231 |
+
msgstr "Redirección Automática Luego del Pago"
|
232 |
+
|
233 |
+
#: mercadopago/mercadopago-gateway.php:303
|
234 |
+
msgid "After the payment, client is automatically redirected."
|
235 |
+
msgstr "Después del pago, el cliente será redireccionado automáticamente."
|
236 |
+
|
237 |
+
#: mercadopago/mercadopago-gateway.php:306
|
238 |
+
msgid "Payment Options"
|
239 |
+
msgstr "Opciones de Pago"
|
240 |
+
|
241 |
+
#: mercadopago/mercadopago-gateway.php:311
|
242 |
+
msgid "Max installments"
|
243 |
+
msgstr "Número máximo de cuotas"
|
244 |
+
|
245 |
+
#: mercadopago/mercadopago-gateway.php:339
|
246 |
+
msgid "Payment with 2 Credit Card"
|
247 |
+
msgstr "Pago con 2 tarjeta de crédito"
|
248 |
+
|
249 |
+
#: mercadopago/mercadopago-gateway.php:341
|
250 |
+
msgid "Enable payments with 2 credit cards"
|
251 |
+
msgstr "Permitir los pagos con 2 tarjetas de crédito"
|
252 |
+
|
253 |
+
#: mercadopago/mercadopago-gateway.php:343
|
254 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
255 |
+
msgstr "Habilita esta opción para permitir a sus clientes usar 2 tarjetas de crédito para pagar los pedidos."
|
256 |
+
|
257 |
+
#: mercadopago/mercadopago-gateway.php:317
|
258 |
+
msgid "Exclude Payment Methods"
|
259 |
+
msgstr "Excluir métodos de pago"
|
260 |
+
|
261 |
+
#: mercadopago/mercadopago-gateway.php:324
|
262 |
+
msgid "Test and Debug Options"
|
263 |
+
msgstr "Opciones de Prueba y Debug"
|
264 |
+
|
265 |
+
#: mercadopago/mercadopago-gateway.php:329
|
266 |
+
msgid "Mercado Pago Sandbox"
|
267 |
+
msgstr "Sandbox Mercado Pago"
|
268 |
+
|
269 |
+
#: mercadopago/mercadopago-gateway.php:331
|
270 |
+
msgid "Enable Mercado Pago Sandbox"
|
271 |
+
msgstr "Habilitar el sandbox de Mercado Pago"
|
272 |
+
|
273 |
+
#: mercadopago/mercadopago-gateway.php:333
|
274 |
+
msgid "This option allows you to test payments inside a sandbox environment."
|
275 |
+
msgstr "Esta opción permite simular un flujo de pagos completo en nuestro entorno Sandbox."
|
276 |
+
|
277 |
+
#: mercadopago/mercadopago-gateway.php:336
|
278 |
+
msgid "Debug and Log"
|
279 |
+
msgstr "Debug y Log"
|
280 |
+
|
281 |
+
#: mercadopago/mercadopago-gateway.php:338
|
282 |
+
msgid "Enable log"
|
283 |
+
msgstr "Habilitar Log"
|
284 |
+
|
285 |
+
#: mercadopago/mercadopago-gateway.php:340
|
286 |
+
#, php-format
|
287 |
+
msgid "Register event logs of Mercado Pago, such as API requests, in the file"
|
288 |
+
msgstr "Registrar logs de eventos de Mercado Pago, como llamadas a la API, dentro del archivo"
|
289 |
+
|
290 |
+
#: mercadopago/mercadopago-gateway.php:402
|
291 |
+
msgid "Thank you for your order. Please, proceed with your payment clicking in the bellow button."
|
292 |
+
msgstr "Gracias por su compra. Por favor, prosiga a la página de pago haciendo click en el botón de abajo."
|
293 |
+
|
294 |
+
#: mercadopago/mercadopago-gateway.php:410
|
295 |
+
msgid "Cancel order & Clear cart"
|
296 |
+
msgstr "Cancelar & Limpiar carrito"
|
297 |
+
|
298 |
+
#: mercadopago/mercadopago-gateway.php:420
|
299 |
+
msgid "Thank you for your order. Proceed with your payment completing the following information."
|
300 |
+
msgstr "Gracias por su compra. Prosiga con su pago completando la información abajo."
|
301 |
+
|
302 |
+
#: mercadopago/mercadopago-gateway.php:431
|
303 |
+
msgid "An error occurred when proccessing your payment. Please try again or contact us for assistence."
|
304 |
+
msgstr "Un error ocurrió durante el procesamiento de su pago. Por favor intente nuevamente o contactenos para ayudarlo."
|
305 |
+
|
306 |
+
#: mercadopago/mercadopago-gateway.php:434
|
307 |
+
msgid "Click to try again"
|
308 |
+
msgstr "Haga click para intentar de nuevo"
|
309 |
+
|
310 |
+
#: mercadopago/mercadopago-gateway.php:675 mercadopago/mercadopago-gateway.php:686
|
311 |
+
msgid "Mercado Pago is Inactive"
|
312 |
+
msgstr "Mercado Pago Inactivo"
|
313 |
+
|
314 |
+
#: mercadopago/mercadopago-gateway.php:678
|
315 |
+
msgid "Your Mercado Pago credentials Client_id/Client_secret appears to be misconfigured."
|
316 |
+
msgstr "Sus credenciales Client_id/Client_secret de Mercado Pago parecen no estar debidamente configuradas."
|
317 |
+
|
318 |
+
#: mercadopago/mercadopago-gateway.php:679
|
319 |
+
msgid "Click here and configure!"
|
320 |
+
msgstr "Haga click aquí y configure!"
|
321 |
+
|
322 |
+
#: mercadopago/mercadopago-gateway.php:689
|
323 |
+
msgid "The currency"
|
324 |
+
msgstr "La moneda"
|
325 |
+
|
326 |
+
#: mercadopago/mercadopago-gateway.php:689
|
327 |
+
msgid "is not supported. Supported currencies are: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
328 |
+
msgstr "no es soportada. Las monedas soportadas son: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
329 |
+
|
330 |
+
#: mercadopago/mercadopago-gateway.php:714
|
331 |
+
msgid "Mercado Pago Request Failure"
|
332 |
+
msgstr "La solicitud de Mercado Pago ha fallado."
|
333 |
+
|
334 |
+
#: mercadopago/mercadopago-gateway.php:791
|
335 |
+
msgid "Mercado Pago Transaction ID"
|
336 |
+
msgstr "ID de operación de Mercado Pago"
|
337 |
+
|
338 |
+
#: mercadopago/mercadopago-gateway.php:798
|
339 |
+
msgid "Payer email"
|
340 |
+
msgstr "Email del comprador"
|
341 |
+
|
342 |
+
#: mercadopago/mercadopago-gateway.php:805
|
343 |
+
msgid "Payment type"
|
344 |
+
msgstr "Método de pago"
|
345 |
+
|
346 |
+
#: mercadopago/mercadopago-gateway.php:810
|
347 |
+
msgid "Payment approved."
|
348 |
+
msgstr "Pago aprobado."
|
349 |
+
|
350 |
+
#: mercadopago/mercadopago-gateway.php:816
|
351 |
+
msgid "Customer haven't paid yet."
|
352 |
+
msgstr "El cliente todavía no efectuó el pago."
|
353 |
+
|
354 |
+
#: mercadopago/mercadopago-gateway.php:821
|
355 |
+
msgid "Payment under review."
|
356 |
+
msgstr "El pago está pendiente de revisión."
|
357 |
+
|
358 |
+
#: mercadopago/mercadopago-gateway.php:826
|
359 |
+
msgid "The payment was refused. The customer can try again."
|
360 |
+
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
|
361 |
+
|
362 |
+
#: mercadopago/mercadopago-gateway.php:832
|
363 |
+
msgid "The payment was refunded to the customer."
|
364 |
+
msgstr "El pago fue devuelto al cliente."
|
365 |
+
|
366 |
+
#: mercadopago/mercadopago-gateway.php:838
|
367 |
+
msgid "The payment was cancelled."
|
368 |
+
msgstr "El pago fue cancelado."
|
369 |
+
|
370 |
+
#: mercadopago/mercadopago-gateway.php:843
|
371 |
+
msgid "Mercado Pago Payment ID"
|
372 |
+
msgstr "ID de pago de Mercado Pago"
|
373 |
+
|
374 |
+
#: mercadopago/mercadopago-gateway.php:843 mercadopago/mercadopago-gateway.php:848
|
375 |
+
msgid "The payment is under mediation or it was charged-back."
|
376 |
+
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
|
languages/woocommerce-mercadopago-module-es_CO.mo
CHANGED
Binary file
|
languages/woocommerce-mercadopago-module-es_CO.po
CHANGED
@@ -1,355 +1,383 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
msgid ""
|
5 |
-
msgstr ""
|
6 |
-
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
-
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.8.7\n"
|
20 |
-
"Last-Translator: \n"
|
21 |
-
"Language: es_AR\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#. Description of the plugin/theme
|
25 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
-
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
-
|
28 |
-
#: mercadopago-module.php:66
|
29 |
-
#, php-format
|
30 |
-
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
-
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
-
|
33 |
-
#: mercadopago
|
34 |
-
msgid "
|
35 |
-
msgstr "
|
36 |
-
|
37 |
-
#: mercadopago/mercadopago-gateway.php:
|
38 |
-
msgid "
|
39 |
-
msgstr "
|
40 |
-
|
41 |
-
#: mercadopago/mercadopago-gateway.php:
|
42 |
-
msgid "
|
43 |
-
msgstr "
|
44 |
-
|
45 |
-
#: mercadopago/mercadopago-gateway.php:
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
-
|
49 |
-
#: mercadopago/mercadopago-gateway.php:
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
-
|
53 |
-
#: mercadopago/mercadopago-gateway.php:
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
-
|
57 |
-
#: mercadopago/mercadopago-gateway.php:
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
#: mercadopago/mercadopago-gateway.php:
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
#: mercadopago/mercadopago-gateway.php:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
-
|
69 |
-
#: mercadopago/mercadopago-gateway.php:
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
#: mercadopago/mercadopago-gateway.php:
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
#: mercadopago/mercadopago-gateway.php:
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
#: mercadopago/mercadopago-gateway.php:
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
#: mercadopago/mercadopago-gateway.php:
|
90 |
-
msgid "
|
91 |
-
msgstr "
|
92 |
-
|
93 |
-
#: mercadopago/mercadopago-gateway.php:
|
94 |
-
msgid "If your integration method is iFrame, please inform the payment iFrame
|
95 |
-
msgstr "Si su modo de apertura es iFrame, indique el
|
96 |
-
|
97 |
-
#: mercadopago/mercadopago-gateway.php:
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: mercadopago/mercadopago-gateway.php:
|
102 |
-
msgid "
|
103 |
-
msgstr "
|
104 |
-
|
105 |
-
#: mercadopago/mercadopago-gateway.php:
|
106 |
-
msgid "Enable
|
107 |
-
msgstr "Habilitar
|
108 |
-
|
109 |
-
#: mercadopago/mercadopago-gateway.php:
|
110 |
-
msgid "Mercado Pago
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: mercadopago/mercadopago-gateway.php:
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: mercadopago/mercadopago-gateway.php:
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: mercadopago/mercadopago-gateway.php:
|
122 |
-
msgid "
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: mercadopago/mercadopago-gateway.php:
|
126 |
-
msgid "Mercado Pago
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: mercadopago/mercadopago-gateway.php:
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
#: mercadopago/mercadopago-gateway.php:
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
-
|
137 |
-
#: mercadopago/mercadopago-gateway.php:
|
138 |
-
msgid "
|
139 |
-
msgstr "
|
140 |
-
|
141 |
-
#: mercadopago/mercadopago-gateway.php:
|
142 |
-
msgid "Checkout
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
#: mercadopago/mercadopago-gateway.php:
|
146 |
-
msgid "
|
147 |
-
msgstr "
|
148 |
-
|
149 |
-
#: mercadopago/mercadopago-gateway.php:
|
150 |
-
msgid "
|
151 |
-
msgstr "
|
152 |
-
|
153 |
-
#: mercadopago/mercadopago-gateway.php:
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
-
|
157 |
-
#: mercadopago/mercadopago-gateway.php:
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
-
|
161 |
-
#: mercadopago/mercadopago-gateway.php:
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
#: mercadopago/mercadopago-gateway.php:
|
179 |
-
msgid "
|
180 |
-
msgstr "
|
181 |
-
|
182 |
-
#: mercadopago/mercadopago-gateway.php:
|
183 |
-
msgid "
|
184 |
-
msgstr "
|
185 |
-
|
186 |
-
#: mercadopago/mercadopago-gateway.php:
|
187 |
-
msgid "
|
188 |
-
msgstr "
|
189 |
-
|
190 |
-
#: mercadopago/mercadopago-gateway.php:
|
191 |
-
msgid "
|
192 |
-
msgstr "
|
193 |
-
|
194 |
-
#: mercadopago/mercadopago-gateway.php:
|
195 |
-
msgid "
|
196 |
-
msgstr "
|
197 |
-
|
198 |
-
#: mercadopago/mercadopago-gateway.php:
|
199 |
-
msgid "
|
200 |
-
msgstr "
|
201 |
-
|
202 |
-
#: mercadopago/mercadopago-gateway.php:
|
203 |
-
msgid "
|
204 |
-
msgstr "
|
205 |
-
|
206 |
-
#: mercadopago/mercadopago-gateway.php:
|
207 |
-
msgid "iFrame
|
208 |
-
msgstr "
|
209 |
-
|
210 |
-
#: mercadopago/mercadopago-gateway.php:
|
211 |
-
msgid "iFrame
|
212 |
-
msgstr "
|
213 |
-
|
214 |
-
#: mercadopago/mercadopago-gateway.php:
|
215 |
-
msgid "
|
216 |
-
msgstr "
|
217 |
-
|
218 |
-
#: mercadopago/mercadopago-gateway.php:
|
219 |
-
msgid "
|
220 |
-
msgstr "
|
221 |
-
|
222 |
-
#: mercadopago/mercadopago-gateway.php:
|
223 |
-
msgid "
|
224 |
-
msgstr "
|
225 |
-
|
226 |
-
#: mercadopago/mercadopago-gateway.php:
|
227 |
-
msgid "
|
228 |
-
msgstr "
|
229 |
-
|
230 |
-
#: mercadopago/mercadopago-gateway.php:
|
231 |
-
msgid "
|
232 |
-
msgstr "
|
233 |
-
|
234 |
-
#: mercadopago/mercadopago-gateway.php:
|
235 |
-
msgid "
|
236 |
-
msgstr "
|
237 |
-
|
238 |
-
#: mercadopago/mercadopago-gateway.php:
|
239 |
-
msgid "
|
240 |
-
msgstr "
|
241 |
-
|
242 |
-
#: mercadopago/mercadopago-gateway.php:
|
243 |
-
msgid "
|
244 |
-
msgstr "
|
245 |
-
|
246 |
-
#: mercadopago/mercadopago-gateway.php:
|
247 |
-
msgid "
|
248 |
-
msgstr "
|
249 |
-
|
250 |
-
#: mercadopago/mercadopago-gateway.php:
|
251 |
-
msgid "
|
252 |
-
msgstr "
|
253 |
-
|
254 |
-
#: mercadopago/mercadopago-gateway.php:
|
255 |
-
msgid "
|
256 |
-
msgstr "
|
257 |
-
|
258 |
-
#: mercadopago/mercadopago-gateway.php:
|
259 |
-
msgid "Enable
|
260 |
-
msgstr "
|
261 |
-
|
262 |
-
#: mercadopago/mercadopago-gateway.php:
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
#: mercadopago/mercadopago-gateway.php:
|
317 |
-
msgid "
|
318 |
-
msgstr "
|
319 |
-
|
320 |
-
#: mercadopago/mercadopago-gateway.php:
|
321 |
-
msgid "
|
322 |
-
msgstr "
|
323 |
-
|
324 |
-
#: mercadopago/mercadopago-gateway.php:
|
325 |
-
msgid "
|
326 |
-
msgstr "
|
327 |
-
|
328 |
-
#: mercadopago/mercadopago-gateway.php:
|
329 |
-
msgid "
|
330 |
-
msgstr "
|
331 |
-
|
332 |
-
#: mercadopago/mercadopago-gateway.php:
|
333 |
-
msgid "
|
334 |
-
msgstr "
|
335 |
-
|
336 |
-
#: mercadopago/mercadopago-gateway.php:
|
337 |
-
msgid "
|
338 |
-
msgstr "
|
339 |
-
|
340 |
-
#: mercadopago/mercadopago-gateway.php:
|
341 |
-
msgid "
|
342 |
-
msgstr "
|
343 |
-
|
344 |
-
#: mercadopago/mercadopago-gateway.php:
|
345 |
-
msgid "
|
346 |
-
msgstr "
|
347 |
-
|
348 |
-
#: mercadopago/mercadopago-gateway.php:
|
349 |
-
msgid "
|
350 |
-
msgstr "
|
351 |
-
|
352 |
-
#: mercadopago/mercadopago-gateway.php:
|
353 |
-
|
354 |
-
|
355 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
+
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
+
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"X-Generator: Poedit 1.8.7\n"
|
20 |
+
"Last-Translator: \n"
|
21 |
+
"Language: es_AR\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
|
24 |
+
#. Description of the plugin/theme
|
25 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
+
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
+
|
28 |
+
#: mercadopago-module.php:66
|
29 |
+
#, php-format
|
30 |
+
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
+
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
+
|
33 |
+
#: mercadopago-module.php:110
|
34 |
+
msgid "Settings"
|
35 |
+
msgstr "Ajustes"
|
36 |
+
|
37 |
+
#: mercadopago/mercadopago-gateway.php:63
|
38 |
+
msgid "This module enables WooCommerce to use Mercado Pago as payment method for purchases made in your virtual store."
|
39 |
+
msgstr "Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
40 |
+
|
41 |
+
#: mercadopago/mercadopago-gateway.php:133
|
42 |
+
msgid "Argentine"
|
43 |
+
msgstr "Argentina"
|
44 |
+
|
45 |
+
#: mercadopago/mercadopago-gateway.php:134
|
46 |
+
msgid "Brazil"
|
47 |
+
msgstr "Brasil"
|
48 |
+
|
49 |
+
#: mercadopago/mercadopago-gateway.php:135
|
50 |
+
msgid "Chile"
|
51 |
+
msgstr "Chile"
|
52 |
+
|
53 |
+
#: mercadopago/mercadopago-gateway.php:136
|
54 |
+
msgid "Colombia"
|
55 |
+
msgstr "Colombia"
|
56 |
+
|
57 |
+
#: mercadopago/mercadopago-gateway.php:137
|
58 |
+
msgid "Mexico"
|
59 |
+
msgstr "México"
|
60 |
+
|
61 |
+
#: mercadopago/mercadopago-gateway.php:138
|
62 |
+
msgid "or"
|
63 |
+
msgstr "o"
|
64 |
+
|
65 |
+
#: mercadopago/mercadopago-gateway.php:139
|
66 |
+
msgid "Venezuela"
|
67 |
+
msgstr "Venezuela"
|
68 |
+
|
69 |
+
#: mercadopago/mercadopago-gateway.php:154
|
70 |
+
msgid "Select the payment methods that you <strong>don't</strong> want to receive with Mercado Pago."
|
71 |
+
msgstr "Selecione los medios de pago que <strong>no</strong> desea aceptar con Mercado Pago."
|
72 |
+
|
73 |
+
#: mercadopago/mercadopago-gateway.php:157
|
74 |
+
msgid "Your credentials are <strong>valid</strong> for"
|
75 |
+
msgstr "Sus credenciales <strong>son válidas</strong> para"
|
76 |
+
|
77 |
+
#: mercadopago/mercadopago-gateway.php:164
|
78 |
+
#: mercadopago/mercadopago-gateway.php:173
|
79 |
+
msgid "Configure your Client_id and Client_secret to have access to more options."
|
80 |
+
msgstr "Configure su Client_id y Client_secret para tener acceso a más opciones."
|
81 |
+
|
82 |
+
#: mercadopago/mercadopago-gateway.php:167
|
83 |
+
#: mercadopago/mercadopago-gateway.php:176
|
84 |
+
msgid "Your credentials are <strong>not valid</strong>!"
|
85 |
+
msgstr "Sus credenciales <strong>no son válidas</strong>!"
|
86 |
+
|
87 |
+
#: mercadopago/mercadopago-gateway.php:190
|
88 |
+
#: mercadopago/mercadopago-gateway.php:198
|
89 |
+
#: mercadopago/mercadopago-gateway.php:208
|
90 |
+
msgid "This field should be an integer."
|
91 |
+
msgstr "Este campo debe ser un número."
|
92 |
+
|
93 |
+
#: mercadopago/mercadopago-gateway.php:193
|
94 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame width."
|
95 |
+
msgstr "Si su modo de apertura es iFrame, indique el ancho del iFrame."
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:201
|
98 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame height."
|
99 |
+
msgstr "Si su modo de apertura es iFrame, indique el alto del iFrame."
|
100 |
+
|
101 |
+
#: mercadopago/mercadopago-gateway.php:211
|
102 |
+
msgid "Select the max number of installments for your customers."
|
103 |
+
msgstr "Seleccione el número máximo de cuotas posibles para sus clientes."
|
104 |
+
|
105 |
+
#: mercadopago/mercadopago-gateway.php:217
|
106 |
+
msgid "Enable/Disable"
|
107 |
+
msgstr "Habilitar/Deshabilitar"
|
108 |
+
|
109 |
+
#: mercadopago/mercadopago-gateway.php:219
|
110 |
+
msgid "Enable Mercado Pago Module"
|
111 |
+
msgstr "Habilitar Mercado Pago"
|
112 |
+
|
113 |
+
#: mercadopago/mercadopago-gateway.php:223
|
114 |
+
msgid "Mercado Pago Credentials"
|
115 |
+
msgstr "Credenciales de Mercado Pago"
|
116 |
+
|
117 |
+
#: mercadopago/mercadopago-gateway.php:225
|
118 |
+
msgid "You can obtain your credentials for"
|
119 |
+
msgstr "Puedes obtener tus credenciales para"
|
120 |
+
|
121 |
+
#: mercadopago/mercadopago-gateway.php:228
|
122 |
+
msgid "Mercado Pago Client_id"
|
123 |
+
msgstr "Client_id de Mercado Pago"
|
124 |
+
|
125 |
+
#: mercadopago/mercadopago-gateway.php:230
|
126 |
+
msgid "Insert your Mercado Pago Client_id."
|
127 |
+
msgstr "Inserte su Client_id de Mercado Pago."
|
128 |
+
|
129 |
+
#: mercadopago/mercadopago-gateway.php:235
|
130 |
+
msgid "Mercado Pago Client_secret"
|
131 |
+
msgstr "Client_secret de Mercado Pago"
|
132 |
+
|
133 |
+
#: mercadopago/mercadopago-gateway.php:237
|
134 |
+
msgid "Insert your Mercado Pago Client_secret."
|
135 |
+
msgstr "Inserte su Client_secret de Mercado Pago."
|
136 |
+
|
137 |
+
#: mercadopago/mercadopago-gateway.php:265
|
138 |
+
msgid "Custom Checkout"
|
139 |
+
msgstr "Checkout Transparente"
|
140 |
+
|
141 |
+
#: mercadopago/mercadopago-gateway.php:267
|
142 |
+
msgid "Enable Custom Checkout"
|
143 |
+
msgstr "Permitir Checkout Transparente"
|
144 |
+
|
145 |
+
#: mercadopago/mercadopago-gateway.php:269
|
146 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
147 |
+
msgstr "Esta opción permite a su tienda presentar el checkout transparente para sus clientes."
|
148 |
+
|
149 |
+
#: mercadopago/mercadopago-gateway.php:242
|
150 |
+
msgid "Instant Payment Notification (IPN) URL"
|
151 |
+
msgstr "URL da Notificación Instantanea de Pago (IPN)"
|
152 |
+
|
153 |
+
#: mercadopago/mercadopago-gateway.php:244
|
154 |
+
msgid "Your IPN URL to receive instant payment notifications is"
|
155 |
+
msgstr "Su URL de IPN para recibir notificaciones instantáneas de pago es"
|
156 |
+
|
157 |
+
#: mercadopago/mercadopago-gateway.php:247
|
158 |
+
msgid "Checkout Options"
|
159 |
+
msgstr "Opciones de Checkout"
|
160 |
+
|
161 |
+
#: mercadopago/mercadopago-gateway.php:252
|
162 |
+
msgid "Title"
|
163 |
+
msgstr "Título"
|
164 |
+
|
165 |
+
#: mercadopago/mercadopago-gateway.php:254
|
166 |
+
msgid "Title shown to the client in the checkout."
|
167 |
+
msgstr "Título mostrado al cliente en el checkout."
|
168 |
+
|
169 |
+
#: mercadopago/mercadopago-gateway.php:258
|
170 |
+
msgid "Description"
|
171 |
+
msgstr "Descripción"
|
172 |
+
|
173 |
+
#: mercadopago/mercadopago-gateway.php:260
|
174 |
+
msgid "Description shown to the client in the checkout."
|
175 |
+
msgstr "Descripción mostrada al cliente en el checkout."
|
176 |
+
|
177 |
+
#: mercadopago/mercadopago-gateway.php:261
|
178 |
+
#: mercadopago/mercadopago-gateway.php:406
|
179 |
+
msgid "Pay with Mercado Pago"
|
180 |
+
msgstr "Pagar con Mercado Pago"
|
181 |
+
|
182 |
+
#: mercadopago/mercadopago-gateway.php:264
|
183 |
+
msgid "Store Category"
|
184 |
+
msgstr "Categoría de la tienda"
|
185 |
+
|
186 |
+
#: mercadopago/mercadopago-gateway.php:266
|
187 |
+
msgid "Define which type of products your store sells."
|
188 |
+
msgstr "Defina el tipo de productos que su tienda vende."
|
189 |
+
|
190 |
+
#: mercadopago/mercadopago-gateway.php:270
|
191 |
+
msgid "Store Identificator"
|
192 |
+
msgstr "Identificador de la tienda"
|
193 |
+
|
194 |
+
#: mercadopago/mercadopago-gateway.php:272
|
195 |
+
msgid "Please, inform a prefix to your store."
|
196 |
+
msgstr "Por favor, informe un prefijo para su tienda."
|
197 |
+
|
198 |
+
#: mercadopago/mercadopago-gateway.php:272
|
199 |
+
msgid "If you use your Mercado Pago account on multiple stores you should make sure that this prefix is unique as Mercado Pago will not allow orders with same identificators."
|
200 |
+
msgstr "Si esta utilizando su cuenta Mercado Pago para múltiples tiendas, asegúrese que este prefijo sea único para no generar pedidos con el mismo identificador."
|
201 |
+
|
202 |
+
#: mercadopago/mercadopago-gateway.php:276
|
203 |
+
msgid "Integration Method"
|
204 |
+
msgstr "Método de integración"
|
205 |
+
|
206 |
+
#: mercadopago/mercadopago-gateway.php:278
|
207 |
+
msgid "Select how your clients should interact with Mercado Pago. Modal Window (inside your store), Redirect (Client is redirected to Mercado Pago), or iFrame (an internal window is embedded to the page layout)."
|
208 |
+
msgstr "Ventana Modal (Dentro de su tienda), Redireccionamiento (El cliente es redireccionado a Mercado Pago), o iFrame (Ventana de pago incorporada a su página)."
|
209 |
+
|
210 |
+
#: mercadopago/mercadopago-gateway.php:281
|
211 |
+
msgid "iFrame"
|
212 |
+
msgstr "iFrame"
|
213 |
+
|
214 |
+
#: mercadopago/mercadopago-gateway.php:282
|
215 |
+
msgid "Modal Window"
|
216 |
+
msgstr "Ventana modal"
|
217 |
+
|
218 |
+
#: mercadopago/mercadopago-gateway.php:283
|
219 |
+
msgid "Redirect"
|
220 |
+
msgstr "Redireccionamiento"
|
221 |
+
|
222 |
+
#: mercadopago/mercadopago-gateway.php:287
|
223 |
+
msgid "iFrame Width"
|
224 |
+
msgstr "Ancho del iFrame"
|
225 |
+
|
226 |
+
#: mercadopago/mercadopago-gateway.php:293
|
227 |
+
msgid "iFrame Height"
|
228 |
+
msgstr "Alto del iFrame"
|
229 |
+
|
230 |
+
#: mercadopago/mercadopago-gateway.php:299
|
231 |
+
msgid "Auto Return"
|
232 |
+
msgstr "Redirección automática"
|
233 |
+
|
234 |
+
#: mercadopago/mercadopago-gateway.php:301
|
235 |
+
msgid "Automatic Return After Payment"
|
236 |
+
msgstr "Redirección Automática Luego del Pago"
|
237 |
+
|
238 |
+
#: mercadopago/mercadopago-gateway.php:303
|
239 |
+
msgid "After the payment, client is automatically redirected."
|
240 |
+
msgstr "Después del pago, el cliente será redireccionado automáticamente."
|
241 |
+
|
242 |
+
#: mercadopago/mercadopago-gateway.php:306
|
243 |
+
msgid "Payment Options"
|
244 |
+
msgstr "Opciones de Pago"
|
245 |
+
|
246 |
+
#: mercadopago/mercadopago-gateway.php:311
|
247 |
+
msgid "Max installments"
|
248 |
+
msgstr "Número máximo de cuotas"
|
249 |
+
|
250 |
+
#: mercadopago/mercadopago-gateway.php:339
|
251 |
+
msgid "Payment with 2 Credit Card"
|
252 |
+
msgstr "Pago con 2 tarjeta de crédito"
|
253 |
+
|
254 |
+
#: mercadopago/mercadopago-gateway.php:341
|
255 |
+
msgid "Enable payments with 2 credit cards"
|
256 |
+
msgstr "Permitir los pagos con 2 tarjetas de crédito"
|
257 |
+
|
258 |
+
#: mercadopago/mercadopago-gateway.php:343
|
259 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
260 |
+
msgstr "Habilita esta opción para permitir a sus clientes usar 2 tarjetas de crédito para pagar los pedidos."
|
261 |
+
|
262 |
+
#: mercadopago/mercadopago-gateway.php:317
|
263 |
+
msgid "Exclude Payment Methods"
|
264 |
+
msgstr "Excluir métodos de pago"
|
265 |
+
|
266 |
+
#: mercadopago/mercadopago-gateway.php:324
|
267 |
+
msgid "Test and Debug Options"
|
268 |
+
msgstr "Opciones de Prueba y Debug"
|
269 |
+
|
270 |
+
#: mercadopago/mercadopago-gateway.php:329
|
271 |
+
msgid "Mercado Pago Sandbox"
|
272 |
+
msgstr "Sandbox Mercado Pago"
|
273 |
+
|
274 |
+
#: mercadopago/mercadopago-gateway.php:331
|
275 |
+
msgid "Enable Mercado Pago Sandbox"
|
276 |
+
msgstr "Habilitar el sandbox de Mercado Pago"
|
277 |
+
|
278 |
+
#: mercadopago/mercadopago-gateway.php:333
|
279 |
+
msgid "This option allows you to test payments inside a sandbox environment."
|
280 |
+
msgstr "Esta opción permite simular un flujo de pagos completo en nuestro entorno Sandbox."
|
281 |
+
|
282 |
+
#: mercadopago/mercadopago-gateway.php:336
|
283 |
+
msgid "Debug and Log"
|
284 |
+
msgstr "Debug y Log"
|
285 |
+
|
286 |
+
#: mercadopago/mercadopago-gateway.php:338
|
287 |
+
msgid "Enable log"
|
288 |
+
msgstr "Habilitar Log"
|
289 |
+
|
290 |
+
#: mercadopago/mercadopago-gateway.php:340
|
291 |
+
#, php-format
|
292 |
+
msgid "Register event logs of Mercado Pago, such as API requests, in the file"
|
293 |
+
msgstr "Registrar logs de eventos de Mercado Pago, como llamadas a la API, dentro del archivo"
|
294 |
+
|
295 |
+
#: mercadopago/mercadopago-gateway.php:402
|
296 |
+
msgid "Thank you for your order. Please, proceed with your payment clicking in the bellow button."
|
297 |
+
msgstr "Gracias por su compra. Por favor, prosiga a la página de pago haciendo click en el botón de abajo."
|
298 |
+
|
299 |
+
#: mercadopago/mercadopago-gateway.php:410
|
300 |
+
msgid "Cancel order & Clear cart"
|
301 |
+
msgstr "Cancelar & Limpiar carrito"
|
302 |
+
|
303 |
+
#: mercadopago/mercadopago-gateway.php:420
|
304 |
+
msgid "Thank you for your order. Proceed with your payment completing the following information."
|
305 |
+
msgstr "Gracias por su compra. Prosiga con su pago completando la información abajo."
|
306 |
+
|
307 |
+
#: mercadopago/mercadopago-gateway.php:431
|
308 |
+
msgid "An error occurred when proccessing your payment. Please try again or contact us for assistence."
|
309 |
+
msgstr "Un error ocurrió durante el procesamiento de su pago. Por favor intente nuevamente o contactenos para ayudarlo."
|
310 |
+
|
311 |
+
#: mercadopago/mercadopago-gateway.php:434
|
312 |
+
msgid "Click to try again"
|
313 |
+
msgstr "Haga click para intentar de nuevo"
|
314 |
+
|
315 |
+
#: mercadopago/mercadopago-gateway.php:675
|
316 |
+
#: mercadopago/mercadopago-gateway.php:686
|
317 |
+
msgid "Mercado Pago is Inactive"
|
318 |
+
msgstr "Mercado Pago Inactivo"
|
319 |
+
|
320 |
+
#: mercadopago/mercadopago-gateway.php:678
|
321 |
+
msgid "Your Mercado Pago credentials Client_id/Client_secret appears to be misconfigured."
|
322 |
+
msgstr "Sus credenciales Client_id/Client_secret de Mercado Pago parecen no estar debidamente configuradas."
|
323 |
+
|
324 |
+
#: mercadopago/mercadopago-gateway.php:679
|
325 |
+
msgid "Click here and configure!"
|
326 |
+
msgstr "Haga click aquí y configure!"
|
327 |
+
|
328 |
+
#: mercadopago/mercadopago-gateway.php:689
|
329 |
+
msgid "The currency"
|
330 |
+
msgstr "La moneda"
|
331 |
+
|
332 |
+
#: mercadopago/mercadopago-gateway.php:689
|
333 |
+
msgid "is not supported. Supported currencies are: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
334 |
+
msgstr "no es soportada. Las monedas soportadas son: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
335 |
+
|
336 |
+
#: mercadopago/mercadopago-gateway.php:714
|
337 |
+
msgid "Mercado Pago Request Failure"
|
338 |
+
msgstr "La solicitud de Mercado Pago ha fallado."
|
339 |
+
|
340 |
+
#: mercadopago/mercadopago-gateway.php:791
|
341 |
+
msgid "Mercado Pago Transaction ID"
|
342 |
+
msgstr "ID de operación de Mercado Pago"
|
343 |
+
|
344 |
+
#: mercadopago/mercadopago-gateway.php:798
|
345 |
+
msgid "Payer email"
|
346 |
+
msgstr "Email del comprador"
|
347 |
+
|
348 |
+
#: mercadopago/mercadopago-gateway.php:805
|
349 |
+
msgid "Payment type"
|
350 |
+
msgstr "Método de pago"
|
351 |
+
|
352 |
+
#: mercadopago/mercadopago-gateway.php:810
|
353 |
+
msgid "Payment approved."
|
354 |
+
msgstr "Pago aprobado."
|
355 |
+
|
356 |
+
#: mercadopago/mercadopago-gateway.php:816
|
357 |
+
msgid "Customer haven't paid yet."
|
358 |
+
msgstr "El cliente todavía no efectuó el pago."
|
359 |
+
|
360 |
+
#: mercadopago/mercadopago-gateway.php:821
|
361 |
+
msgid "Payment under review."
|
362 |
+
msgstr "El pago está pendiente de revisión."
|
363 |
+
|
364 |
+
#: mercadopago/mercadopago-gateway.php:826
|
365 |
+
msgid "The payment was refused. The customer can try again."
|
366 |
+
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
|
367 |
+
|
368 |
+
#: mercadopago/mercadopago-gateway.php:832
|
369 |
+
msgid "The payment was refunded to the customer."
|
370 |
+
msgstr "El pago fue devuelto al cliente."
|
371 |
+
|
372 |
+
#: mercadopago/mercadopago-gateway.php:838
|
373 |
+
msgid "The payment was cancelled."
|
374 |
+
msgstr "El pago fue cancelado."
|
375 |
+
|
376 |
+
#: mercadopago/mercadopago-gateway.php:843
|
377 |
+
msgid "Mercado Pago Payment ID"
|
378 |
+
msgstr "ID de pago de Mercado Pago"
|
379 |
+
|
380 |
+
#: mercadopago/mercadopago-gateway.php:843
|
381 |
+
#: mercadopago/mercadopago-gateway.php:848
|
382 |
+
msgid "The payment is under mediation or it was charged-back."
|
383 |
+
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
|
languages/woocommerce-mercadopago-module-es_MX.mo
CHANGED
Binary file
|
languages/woocommerce-mercadopago-module-es_MX.po
CHANGED
@@ -1,348 +1,376 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
msgid ""
|
5 |
-
msgstr ""
|
6 |
-
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
-
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.8.7\n"
|
20 |
-
"Last-Translator: \n"
|
21 |
-
"Language: es_AR\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#. Description of the plugin/theme
|
25 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
-
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
-
|
28 |
-
#: mercadopago-module.php:66
|
29 |
-
#, php-format
|
30 |
-
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
-
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
-
|
33 |
-
#: mercadopago
|
34 |
-
msgid "
|
35 |
-
msgstr "
|
36 |
-
|
37 |
-
#: mercadopago/mercadopago-gateway.php:
|
38 |
-
msgid "
|
39 |
-
msgstr "
|
40 |
-
|
41 |
-
#: mercadopago/mercadopago-gateway.php:
|
42 |
-
msgid "
|
43 |
-
msgstr "
|
44 |
-
|
45 |
-
#: mercadopago/mercadopago-gateway.php:
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
-
|
49 |
-
#: mercadopago/mercadopago-gateway.php:
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
-
|
53 |
-
#: mercadopago/mercadopago-gateway.php:
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
-
|
57 |
-
#: mercadopago/mercadopago-gateway.php:
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
#: mercadopago/mercadopago-gateway.php:
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
#: mercadopago/mercadopago-gateway.php:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
-
|
69 |
-
#: mercadopago/mercadopago-gateway.php:
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
#: mercadopago/mercadopago-gateway.php:
|
74 |
-
msgid "
|
75 |
-
msgstr "
|
76 |
-
|
77 |
-
#: mercadopago/mercadopago-gateway.php:
|
78 |
-
msgid "
|
79 |
-
msgstr "
|
80 |
-
|
81 |
-
#: mercadopago/mercadopago-gateway.php:
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
-
|
85 |
-
#: mercadopago/mercadopago-gateway.php:
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
-
|
89 |
-
#: mercadopago/mercadopago-gateway.php:
|
90 |
-
msgid "If your integration method is iFrame, please inform the payment iFrame
|
91 |
-
msgstr "Si su modo de apertura es iFrame, indique el
|
92 |
-
|
93 |
-
#: mercadopago/mercadopago-gateway.php:
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
-
|
97 |
-
#: mercadopago/mercadopago-gateway.php:
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: mercadopago/mercadopago-gateway.php:
|
102 |
-
msgid "Enable
|
103 |
-
msgstr "Habilitar
|
104 |
-
|
105 |
-
#: mercadopago/mercadopago-gateway.php:
|
106 |
-
msgid "Mercado Pago
|
107 |
-
msgstr "
|
108 |
-
|
109 |
-
#: mercadopago/mercadopago-gateway.php:
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: mercadopago/mercadopago-gateway.php:
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: mercadopago/mercadopago-gateway.php:
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: mercadopago/mercadopago-gateway.php:
|
122 |
-
msgid "Mercado Pago
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: mercadopago/mercadopago-gateway.php:
|
126 |
-
msgid "
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: mercadopago/mercadopago-gateway.php:
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
#: mercadopago/mercadopago-gateway.php:
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
-
|
137 |
-
#: mercadopago/mercadopago-gateway.php:
|
138 |
-
msgid "Checkout
|
139 |
-
msgstr "
|
140 |
-
|
141 |
-
#: mercadopago/mercadopago-gateway.php:
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
#: mercadopago/mercadopago-gateway.php:
|
146 |
-
msgid "
|
147 |
-
msgstr "
|
148 |
-
|
149 |
-
#: mercadopago/mercadopago-gateway.php:
|
150 |
-
msgid "
|
151 |
-
msgstr "
|
152 |
-
|
153 |
-
#: mercadopago/mercadopago-gateway.php:
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
-
|
157 |
-
#: mercadopago/mercadopago-gateway.php:
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
-
|
161 |
-
#: mercadopago/mercadopago-gateway.php:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
-
|
165 |
-
#: mercadopago/mercadopago-gateway.php:
|
166 |
-
msgid "
|
167 |
-
msgstr "
|
168 |
-
|
169 |
-
#: mercadopago/mercadopago-gateway.php:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
-
|
173 |
-
#: mercadopago/mercadopago-gateway.php:
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
-
|
177 |
-
#: mercadopago/mercadopago-gateway.php:
|
178 |
-
msgid "
|
179 |
-
msgstr "
|
180 |
-
|
181 |
-
#: mercadopago/mercadopago-gateway.php:
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
-
|
185 |
-
#: mercadopago/mercadopago-gateway.php:
|
186 |
-
msgid "
|
187 |
-
msgstr "
|
188 |
-
|
189 |
-
#: mercadopago/mercadopago-gateway.php:
|
190 |
-
msgid "
|
191 |
-
msgstr "
|
192 |
-
|
193 |
-
#: mercadopago/mercadopago-gateway.php:
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
-
|
197 |
-
#: mercadopago/mercadopago-gateway.php:
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
-
|
201 |
-
#: mercadopago/mercadopago-gateway.php:
|
202 |
-
msgid "iFrame
|
203 |
-
msgstr "
|
204 |
-
|
205 |
-
#: mercadopago/mercadopago-gateway.php:
|
206 |
-
msgid "iFrame
|
207 |
-
msgstr "
|
208 |
-
|
209 |
-
#: mercadopago/mercadopago-gateway.php:
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
-
|
213 |
-
#: mercadopago/mercadopago-gateway.php:
|
214 |
-
msgid "
|
215 |
-
msgstr "
|
216 |
-
|
217 |
-
#: mercadopago/mercadopago-gateway.php:
|
218 |
-
msgid "
|
219 |
-
msgstr "
|
220 |
-
|
221 |
-
#: mercadopago/mercadopago-gateway.php:
|
222 |
-
msgid "
|
223 |
-
msgstr "
|
224 |
-
|
225 |
-
#: mercadopago/mercadopago-gateway.php:
|
226 |
-
msgid "
|
227 |
-
msgstr "
|
228 |
-
|
229 |
-
#: mercadopago/mercadopago-gateway.php:
|
230 |
-
msgid "
|
231 |
-
msgstr "
|
232 |
-
|
233 |
-
#: mercadopago/mercadopago-gateway.php:
|
234 |
-
msgid "
|
235 |
-
msgstr "
|
236 |
-
|
237 |
-
#: mercadopago/mercadopago-gateway.php:
|
238 |
-
msgid "
|
239 |
-
msgstr "
|
240 |
-
|
241 |
-
#: mercadopago/mercadopago-gateway.php:
|
242 |
-
msgid "
|
243 |
-
msgstr "
|
244 |
-
|
245 |
-
#: mercadopago/mercadopago-gateway.php:
|
246 |
-
msgid "
|
247 |
-
msgstr "
|
248 |
-
|
249 |
-
#: mercadopago/mercadopago-gateway.php:
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
-
|
253 |
-
#: mercadopago/mercadopago-gateway.php:
|
254 |
-
msgid "Enable
|
255 |
-
msgstr "
|
256 |
-
|
257 |
-
#: mercadopago/mercadopago-gateway.php:
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
msgid "
|
288 |
-
msgstr "
|
289 |
-
|
290 |
-
#: mercadopago/mercadopago-gateway.php:
|
291 |
-
msgid "
|
292 |
-
msgstr "
|
293 |
-
|
294 |
-
#: mercadopago/mercadopago-gateway.php:
|
295 |
-
msgid "
|
296 |
-
msgstr "
|
297 |
-
|
298 |
-
#: mercadopago/mercadopago-gateway.php:
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
-
|
302 |
-
#: mercadopago/mercadopago-gateway.php:
|
303 |
-
msgid "
|
304 |
-
msgstr "
|
305 |
-
|
306 |
-
#: mercadopago/mercadopago-gateway.php:
|
307 |
-
msgid "
|
308 |
-
msgstr "
|
309 |
-
|
310 |
-
#: mercadopago/mercadopago-gateway.php:
|
311 |
-
msgid "
|
312 |
-
msgstr "
|
313 |
-
|
314 |
-
#: mercadopago/mercadopago-gateway.php:
|
315 |
-
msgid "
|
316 |
-
msgstr "
|
317 |
-
|
318 |
-
#: mercadopago/mercadopago-gateway.php:
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
-
|
322 |
-
#: mercadopago/mercadopago-gateway.php:
|
323 |
-
msgid "
|
324 |
-
msgstr "
|
325 |
-
|
326 |
-
#: mercadopago/mercadopago-gateway.php:
|
327 |
-
msgid "
|
328 |
-
msgstr "
|
329 |
-
|
330 |
-
#: mercadopago/mercadopago-gateway.php:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
-
|
334 |
-
#: mercadopago/mercadopago-gateway.php:
|
335 |
-
msgid "
|
336 |
-
msgstr "
|
337 |
-
|
338 |
-
#: mercadopago/mercadopago-gateway.php:
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
341 |
-
|
342 |
-
#: mercadopago/mercadopago-gateway.php:
|
343 |
-
msgid "
|
344 |
-
msgstr "
|
345 |
-
|
346 |
-
#: mercadopago/mercadopago-gateway.php:
|
347 |
-
msgid "
|
348 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
+
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
+
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"X-Generator: Poedit 1.8.7\n"
|
20 |
+
"Last-Translator: \n"
|
21 |
+
"Language: es_AR\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
|
24 |
+
#. Description of the plugin/theme
|
25 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
+
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
+
|
28 |
+
#: mercadopago-module.php:66
|
29 |
+
#, php-format
|
30 |
+
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
+
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
+
|
33 |
+
#: mercadopago-module.php:110
|
34 |
+
msgid "Settings"
|
35 |
+
msgstr "Ajustes"
|
36 |
+
|
37 |
+
#: mercadopago/mercadopago-gateway.php:63
|
38 |
+
msgid "This module enables WooCommerce to use Mercado Pago as payment method for purchases made in your virtual store."
|
39 |
+
msgstr "Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
40 |
+
|
41 |
+
#: mercadopago/mercadopago-gateway.php:133
|
42 |
+
msgid "Argentine"
|
43 |
+
msgstr "Argentina"
|
44 |
+
|
45 |
+
#: mercadopago/mercadopago-gateway.php:134
|
46 |
+
msgid "Brazil"
|
47 |
+
msgstr "Brasil"
|
48 |
+
|
49 |
+
#: mercadopago/mercadopago-gateway.php:135
|
50 |
+
msgid "Chile"
|
51 |
+
msgstr "Chile"
|
52 |
+
|
53 |
+
#: mercadopago/mercadopago-gateway.php:136
|
54 |
+
msgid "Colombia"
|
55 |
+
msgstr "Colombia"
|
56 |
+
|
57 |
+
#: mercadopago/mercadopago-gateway.php:137
|
58 |
+
msgid "Mexico"
|
59 |
+
msgstr "México"
|
60 |
+
|
61 |
+
#: mercadopago/mercadopago-gateway.php:138
|
62 |
+
msgid "or"
|
63 |
+
msgstr "o"
|
64 |
+
|
65 |
+
#: mercadopago/mercadopago-gateway.php:139
|
66 |
+
msgid "Venezuela"
|
67 |
+
msgstr "Venezuela"
|
68 |
+
|
69 |
+
#: mercadopago/mercadopago-gateway.php:154
|
70 |
+
msgid "Select the payment methods that you <strong>don't</strong> want to receive with Mercado Pago."
|
71 |
+
msgstr "Selecione los medios de pago que <strong>no</strong> desea aceptar con Mercado Pago."
|
72 |
+
|
73 |
+
#: mercadopago/mercadopago-gateway.php:157
|
74 |
+
msgid "Your credentials are <strong>valid</strong> for"
|
75 |
+
msgstr "Sus credenciales <strong>son válidas</strong> para"
|
76 |
+
|
77 |
+
#: mercadopago/mercadopago-gateway.php:164 mercadopago/mercadopago-gateway.php:173
|
78 |
+
msgid "Configure your Client_id and Client_secret to have access to more options."
|
79 |
+
msgstr "Configure su Client_id y Client_secret para tener acceso a más opciones."
|
80 |
+
|
81 |
+
#: mercadopago/mercadopago-gateway.php:167 mercadopago/mercadopago-gateway.php:176
|
82 |
+
msgid "Your credentials are <strong>not valid</strong>!"
|
83 |
+
msgstr "Sus credenciales <strong>no son válidas</strong>!"
|
84 |
+
|
85 |
+
#: mercadopago/mercadopago-gateway.php:190 mercadopago/mercadopago-gateway.php:198 mercadopago/mercadopago-gateway.php:208
|
86 |
+
msgid "This field should be an integer."
|
87 |
+
msgstr "Este campo debe ser un número."
|
88 |
+
|
89 |
+
#: mercadopago/mercadopago-gateway.php:193
|
90 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame width."
|
91 |
+
msgstr "Si su modo de apertura es iFrame, indique el ancho del iFrame."
|
92 |
+
|
93 |
+
#: mercadopago/mercadopago-gateway.php:201
|
94 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame height."
|
95 |
+
msgstr "Si su modo de apertura es iFrame, indique el alto del iFrame."
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:211
|
98 |
+
msgid "Select the max number of installments for your customers."
|
99 |
+
msgstr "Seleccione el número máximo de mensualidades posibles para sus clientes."
|
100 |
+
|
101 |
+
#: mercadopago/mercadopago-gateway.php:217
|
102 |
+
msgid "Enable/Disable"
|
103 |
+
msgstr "Habilitar/Deshabilitar"
|
104 |
+
|
105 |
+
#: mercadopago/mercadopago-gateway.php:219
|
106 |
+
msgid "Enable Mercado Pago Module"
|
107 |
+
msgstr "Habilitar Mercado Pago"
|
108 |
+
|
109 |
+
#: mercadopago/mercadopago-gateway.php:223
|
110 |
+
msgid "Mercado Pago Credentials"
|
111 |
+
msgstr "Credenciales de Mercado Pago"
|
112 |
+
|
113 |
+
#: mercadopago/mercadopago-gateway.php:225
|
114 |
+
msgid "You can obtain your credentials for"
|
115 |
+
msgstr "Puedes obtener tus credenciales para"
|
116 |
+
|
117 |
+
#: mercadopago/mercadopago-gateway.php:228
|
118 |
+
msgid "Mercado Pago Client_id"
|
119 |
+
msgstr "Client_id de Mercado Pago"
|
120 |
+
|
121 |
+
#: mercadopago/mercadopago-gateway.php:230
|
122 |
+
msgid "Insert your Mercado Pago Client_id."
|
123 |
+
msgstr "Inserte su Client_id de Mercado Pago."
|
124 |
+
|
125 |
+
#: mercadopago/mercadopago-gateway.php:235
|
126 |
+
msgid "Mercado Pago Client_secret"
|
127 |
+
msgstr "Client_secret de Mercado Pago"
|
128 |
+
|
129 |
+
#: mercadopago/mercadopago-gateway.php:237
|
130 |
+
msgid "Insert your Mercado Pago Client_secret."
|
131 |
+
msgstr "Inserte su Client_secret de Mercado Pago."
|
132 |
+
|
133 |
+
#: mercadopago/mercadopago-gateway.php:265
|
134 |
+
msgid "Custom Checkout"
|
135 |
+
msgstr "Checkout Transparente"
|
136 |
+
|
137 |
+
#: mercadopago/mercadopago-gateway.php:267
|
138 |
+
msgid "Enable Custom Checkout"
|
139 |
+
msgstr "Permitir Checkout Transparente"
|
140 |
+
|
141 |
+
#: mercadopago/mercadopago-gateway.php:269
|
142 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
143 |
+
msgstr "Esta opción permite a su tienda presentar el checkout transparente para sus clientes."
|
144 |
+
|
145 |
+
#: mercadopago/mercadopago-gateway.php:242
|
146 |
+
msgid "Instant Payment Notification (IPN) URL"
|
147 |
+
msgstr "URL da Notificación Instantanea de Pago (IPN)"
|
148 |
+
|
149 |
+
#: mercadopago/mercadopago-gateway.php:244
|
150 |
+
msgid "Your IPN URL to receive instant payment notifications is"
|
151 |
+
msgstr "Su URL de IPN para recibir notificaciones instantáneas de pago es"
|
152 |
+
|
153 |
+
#: mercadopago/mercadopago-gateway.php:247
|
154 |
+
msgid "Checkout Options"
|
155 |
+
msgstr "Opciones de Checkout"
|
156 |
+
|
157 |
+
#: mercadopago/mercadopago-gateway.php:252
|
158 |
+
msgid "Title"
|
159 |
+
msgstr "Título"
|
160 |
+
|
161 |
+
#: mercadopago/mercadopago-gateway.php:254
|
162 |
+
msgid "Title shown to the client in the checkout."
|
163 |
+
msgstr "Título mostrado al cliente en el checkout."
|
164 |
+
|
165 |
+
#: mercadopago/mercadopago-gateway.php:258
|
166 |
+
msgid "Description"
|
167 |
+
msgstr "Descripción"
|
168 |
+
|
169 |
+
#: mercadopago/mercadopago-gateway.php:260
|
170 |
+
msgid "Description shown to the client in the checkout."
|
171 |
+
msgstr "Descripción mostrada al cliente en el checkout."
|
172 |
+
|
173 |
+
#: mercadopago/mercadopago-gateway.php:261 mercadopago/mercadopago-gateway.php:406
|
174 |
+
msgid "Pay with Mercado Pago"
|
175 |
+
msgstr "Pagar con Mercado Pago"
|
176 |
+
|
177 |
+
#: mercadopago/mercadopago-gateway.php:264
|
178 |
+
msgid "Store Category"
|
179 |
+
msgstr "Categoría de la tienda"
|
180 |
+
|
181 |
+
#: mercadopago/mercadopago-gateway.php:266
|
182 |
+
msgid "Define which type of products your store sells."
|
183 |
+
msgstr "Defina el tipo de productos que su tienda vende."
|
184 |
+
|
185 |
+
#: mercadopago/mercadopago-gateway.php:270
|
186 |
+
msgid "Store Identificator"
|
187 |
+
msgstr "Identificador de la tienda"
|
188 |
+
|
189 |
+
#: mercadopago/mercadopago-gateway.php:272
|
190 |
+
msgid "Please, inform a prefix to your store."
|
191 |
+
msgstr "Por favor, informe un prefijo para su tienda."
|
192 |
+
|
193 |
+
#: mercadopago/mercadopago-gateway.php:272
|
194 |
+
msgid "If you use your Mercado Pago account on multiple stores you should make sure that this prefix is unique as Mercado Pago will not allow orders with same identificators."
|
195 |
+
msgstr "Si esta utilizando su cuenta Mercado Pago para múltiples tiendas, asegúrese que este prefijo sea único para no generar pedidos con el mismo identificador."
|
196 |
+
|
197 |
+
#: mercadopago/mercadopago-gateway.php:276
|
198 |
+
msgid "Integration Method"
|
199 |
+
msgstr "Método de integración"
|
200 |
+
|
201 |
+
#: mercadopago/mercadopago-gateway.php:278
|
202 |
+
msgid "Select how your clients should interact with Mercado Pago. Modal Window (inside your store), Redirect (Client is redirected to Mercado Pago), or iFrame (an internal window is embedded to the page layout)."
|
203 |
+
msgstr "Ventana Modal (Dentro de su tienda), Redireccionamiento (El cliente es redireccionado a Mercado Pago), o iFrame (Ventana de pago incorporada a su página)."
|
204 |
+
|
205 |
+
#: mercadopago/mercadopago-gateway.php:281
|
206 |
+
msgid "iFrame"
|
207 |
+
msgstr "iFrame"
|
208 |
+
|
209 |
+
#: mercadopago/mercadopago-gateway.php:282
|
210 |
+
msgid "Modal Window"
|
211 |
+
msgstr "Ventana modal"
|
212 |
+
|
213 |
+
#: mercadopago/mercadopago-gateway.php:283
|
214 |
+
msgid "Redirect"
|
215 |
+
msgstr "Redireccionamiento"
|
216 |
+
|
217 |
+
#: mercadopago/mercadopago-gateway.php:287
|
218 |
+
msgid "iFrame Width"
|
219 |
+
msgstr "Ancho del iFrame"
|
220 |
+
|
221 |
+
#: mercadopago/mercadopago-gateway.php:293
|
222 |
+
msgid "iFrame Height"
|
223 |
+
msgstr "Alto del iFrame"
|
224 |
+
|
225 |
+
#: mercadopago/mercadopago-gateway.php:299
|
226 |
+
msgid "Auto Return"
|
227 |
+
msgstr "Redirección automática"
|
228 |
+
|
229 |
+
#: mercadopago/mercadopago-gateway.php:301
|
230 |
+
msgid "Automatic Return After Payment"
|
231 |
+
msgstr "Redirección Automática Luego del Pago"
|
232 |
+
|
233 |
+
#: mercadopago/mercadopago-gateway.php:303
|
234 |
+
msgid "After the payment, client is automatically redirected."
|
235 |
+
msgstr "Después del pago, el cliente será redireccionado automáticamente."
|
236 |
+
|
237 |
+
#: mercadopago/mercadopago-gateway.php:306
|
238 |
+
msgid "Payment Options"
|
239 |
+
msgstr "Opciones de Pago"
|
240 |
+
|
241 |
+
#: mercadopago/mercadopago-gateway.php:311
|
242 |
+
msgid "Max installments"
|
243 |
+
msgstr "Número máximo de mensualidades"
|
244 |
+
|
245 |
+
#: mercadopago/mercadopago-gateway.php:339
|
246 |
+
msgid "Payment with 2 Credit Card"
|
247 |
+
msgstr "Pago con 2 tarjeta de crédito"
|
248 |
+
|
249 |
+
#: mercadopago/mercadopago-gateway.php:341
|
250 |
+
msgid "Enable payments with 2 credit cards"
|
251 |
+
msgstr "Permitir los pagos con 2 tarjetas de crédito"
|
252 |
+
|
253 |
+
#: mercadopago/mercadopago-gateway.php:343
|
254 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
255 |
+
msgstr "Habilita esta opción para permitir a sus clientes usar 2 tarjetas de crédito para pagar los pedidos."
|
256 |
+
|
257 |
+
#: mercadopago/mercadopago-gateway.php:317
|
258 |
+
msgid "Exclude Payment Methods"
|
259 |
+
msgstr "Excluir métodos de pago"
|
260 |
+
|
261 |
+
#: mercadopago/mercadopago-gateway.php:324
|
262 |
+
msgid "Test and Debug Options"
|
263 |
+
msgstr "Opciones de Prueba y Debug"
|
264 |
+
|
265 |
+
#: mercadopago/mercadopago-gateway.php:329
|
266 |
+
msgid "Mercado Pago Sandbox"
|
267 |
+
msgstr "Sandbox Mercado Pago"
|
268 |
+
|
269 |
+
#: mercadopago/mercadopago-gateway.php:331
|
270 |
+
msgid "Enable Mercado Pago Sandbox"
|
271 |
+
msgstr "Habilitar el sandbox de Mercado Pago"
|
272 |
+
|
273 |
+
#: mercadopago/mercadopago-gateway.php:333
|
274 |
+
msgid "This option allows you to test payments inside a sandbox environment."
|
275 |
+
msgstr "Esta opción permite simular un flujo de pagos completo en nuestro entorno Sandbox."
|
276 |
+
|
277 |
+
#: mercadopago/mercadopago-gateway.php:336
|
278 |
+
msgid "Debug and Log"
|
279 |
+
msgstr "Debug y Log"
|
280 |
+
|
281 |
+
#: mercadopago/mercadopago-gateway.php:338
|
282 |
+
msgid "Enable log"
|
283 |
+
msgstr "Habilitar Log"
|
284 |
+
|
285 |
+
#: mercadopago/mercadopago-gateway.php:340
|
286 |
+
#, php-format
|
287 |
+
msgid "Register event logs of Mercado Pago, such as API requests, in the file"
|
288 |
+
msgstr "Registrar logs de eventos de Mercado Pago, como llamadas a la API, dentro del archivo"
|
289 |
+
|
290 |
+
#: mercadopago/mercadopago-gateway.php:402
|
291 |
+
msgid "Thank you for your order. Please, proceed with your payment clicking in the bellow button."
|
292 |
+
msgstr "Gracias por su compra. Por favor, prosiga a la página de pago haciendo click en el botón de abajo."
|
293 |
+
|
294 |
+
#: mercadopago/mercadopago-gateway.php:410
|
295 |
+
msgid "Cancel order & Clear cart"
|
296 |
+
msgstr "Cancelar & Limpiar carrito"
|
297 |
+
|
298 |
+
#: mercadopago/mercadopago-gateway.php:420
|
299 |
+
msgid "Thank you for your order. Proceed with your payment completing the following information."
|
300 |
+
msgstr "Gracias por su compra. Prosiga con su pago completando la información abajo."
|
301 |
+
|
302 |
+
#: mercadopago/mercadopago-gateway.php:431
|
303 |
+
msgid "An error occurred when proccessing your payment. Please try again or contact us for assistence."
|
304 |
+
msgstr "Un error ocurrió durante el procesamiento de su pago. Por favor intente nuevamente o contactenos para ayudarlo."
|
305 |
+
|
306 |
+
#: mercadopago/mercadopago-gateway.php:434
|
307 |
+
msgid "Click to try again"
|
308 |
+
msgstr "Haga click para intentar de nuevo"
|
309 |
+
|
310 |
+
#: mercadopago/mercadopago-gateway.php:675 mercadopago/mercadopago-gateway.php:686
|
311 |
+
msgid "Mercado Pago is Inactive"
|
312 |
+
msgstr "Mercado Pago Inactivo"
|
313 |
+
|
314 |
+
#: mercadopago/mercadopago-gateway.php:678
|
315 |
+
msgid "Your Mercado Pago credentials Client_id/Client_secret appears to be misconfigured."
|
316 |
+
msgstr "Sus credenciales Client_id/Client_secret de Mercado Pago parecen no estar debidamente configuradas."
|
317 |
+
|
318 |
+
#: mercadopago/mercadopago-gateway.php:679
|
319 |
+
msgid "Click here and configure!"
|
320 |
+
msgstr "Haga click aquí y configure!"
|
321 |
+
|
322 |
+
#: mercadopago/mercadopago-gateway.php:689
|
323 |
+
msgid "The currency"
|
324 |
+
msgstr "La moneda"
|
325 |
+
|
326 |
+
#: mercadopago/mercadopago-gateway.php:689
|
327 |
+
msgid "is not supported. Supported currencies are: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
328 |
+
msgstr "no es soportada. Las monedas soportadas son: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
329 |
+
|
330 |
+
#: mercadopago/mercadopago-gateway.php:714
|
331 |
+
msgid "Mercado Pago Request Failure"
|
332 |
+
msgstr "La solicitud de Mercado Pago ha fallado."
|
333 |
+
|
334 |
+
#: mercadopago/mercadopago-gateway.php:791
|
335 |
+
msgid "Mercado Pago Transaction ID"
|
336 |
+
msgstr "ID de operación de Mercado Pago"
|
337 |
+
|
338 |
+
#: mercadopago/mercadopago-gateway.php:798
|
339 |
+
msgid "Payer email"
|
340 |
+
msgstr "Email del comprador"
|
341 |
+
|
342 |
+
#: mercadopago/mercadopago-gateway.php:805
|
343 |
+
msgid "Payment type"
|
344 |
+
msgstr "Método de pago"
|
345 |
+
|
346 |
+
#: mercadopago/mercadopago-gateway.php:810
|
347 |
+
msgid "Payment approved."
|
348 |
+
msgstr "Pago aprobado."
|
349 |
+
|
350 |
+
#: mercadopago/mercadopago-gateway.php:816
|
351 |
+
msgid "Customer haven't paid yet."
|
352 |
+
msgstr "El cliente todavía no efectuó el pago."
|
353 |
+
|
354 |
+
#: mercadopago/mercadopago-gateway.php:821
|
355 |
+
msgid "Payment under review."
|
356 |
+
msgstr "El pago está pendiente de revisión."
|
357 |
+
|
358 |
+
#: mercadopago/mercadopago-gateway.php:826
|
359 |
+
msgid "The payment was refused. The customer can try again."
|
360 |
+
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
|
361 |
+
|
362 |
+
#: mercadopago/mercadopago-gateway.php:832
|
363 |
+
msgid "The payment was refunded to the customer."
|
364 |
+
msgstr "El pago fue devuelto al cliente."
|
365 |
+
|
366 |
+
#: mercadopago/mercadopago-gateway.php:838
|
367 |
+
msgid "The payment was cancelled."
|
368 |
+
msgstr "El pago fue cancelado."
|
369 |
+
|
370 |
+
#: mercadopago/mercadopago-gateway.php:843
|
371 |
+
msgid "Mercado Pago Payment ID"
|
372 |
+
msgstr "ID de pago de Mercado Pago"
|
373 |
+
|
374 |
+
#: mercadopago/mercadopago-gateway.php:843 mercadopago/mercadopago-gateway.php:848
|
375 |
+
msgid "The payment is under mediation or it was charged-back."
|
376 |
+
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
|
languages/woocommerce-mercadopago-module-es_VE.mo
CHANGED
Binary file
|
languages/woocommerce-mercadopago-module-es_VE.po
CHANGED
@@ -1,348 +1,376 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
msgid ""
|
5 |
-
msgstr ""
|
6 |
-
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
-
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"X-Generator: Poedit 1.8.7\n"
|
20 |
-
"Last-Translator: \n"
|
21 |
-
"Language: es_AR\n"
|
22 |
-
"X-Poedit-SearchPath-0: .\n"
|
23 |
-
|
24 |
-
#. Description of the plugin/theme
|
25 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
-
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
-
|
28 |
-
#: mercadopago-module.php:66
|
29 |
-
#, php-format
|
30 |
-
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
-
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
-
|
33 |
-
#: mercadopago
|
34 |
-
msgid "
|
35 |
-
msgstr "
|
36 |
-
|
37 |
-
#: mercadopago/mercadopago-gateway.php:
|
38 |
-
msgid "
|
39 |
-
msgstr "
|
40 |
-
|
41 |
-
#: mercadopago/mercadopago-gateway.php:
|
42 |
-
msgid "
|
43 |
-
msgstr "
|
44 |
-
|
45 |
-
#: mercadopago/mercadopago-gateway.php:
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
-
|
49 |
-
#: mercadopago/mercadopago-gateway.php:
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
-
|
53 |
-
#: mercadopago/mercadopago-gateway.php:
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
-
|
57 |
-
#: mercadopago/mercadopago-gateway.php:
|
58 |
-
msgid "
|
59 |
-
msgstr "
|
60 |
-
|
61 |
-
#: mercadopago/mercadopago-gateway.php:
|
62 |
-
msgid "
|
63 |
-
msgstr "
|
64 |
-
|
65 |
-
#: mercadopago/mercadopago-gateway.php:
|
66 |
-
msgid "
|
67 |
-
msgstr "
|
68 |
-
|
69 |
-
#: mercadopago/mercadopago-gateway.php:
|
70 |
-
msgid "
|
71 |
-
msgstr "
|
72 |
-
|
73 |
-
#: mercadopago/mercadopago-gateway.php:
|
74 |
-
msgid "
|
75 |
-
msgstr "
|
76 |
-
|
77 |
-
#: mercadopago/mercadopago-gateway.php:
|
78 |
-
msgid "
|
79 |
-
msgstr "
|
80 |
-
|
81 |
-
#: mercadopago/mercadopago-gateway.php:
|
82 |
-
msgid "
|
83 |
-
msgstr "
|
84 |
-
|
85 |
-
#: mercadopago/mercadopago-gateway.php:
|
86 |
-
msgid "
|
87 |
-
msgstr "
|
88 |
-
|
89 |
-
#: mercadopago/mercadopago-gateway.php:
|
90 |
-
msgid "If your integration method is iFrame, please inform the payment iFrame
|
91 |
-
msgstr "Si su modo de apertura es iFrame, indique el
|
92 |
-
|
93 |
-
#: mercadopago/mercadopago-gateway.php:
|
94 |
-
msgid "
|
95 |
-
msgstr "
|
96 |
-
|
97 |
-
#: mercadopago/mercadopago-gateway.php:
|
98 |
-
msgid "
|
99 |
-
msgstr "
|
100 |
-
|
101 |
-
#: mercadopago/mercadopago-gateway.php:
|
102 |
-
msgid "Enable
|
103 |
-
msgstr "Habilitar
|
104 |
-
|
105 |
-
#: mercadopago/mercadopago-gateway.php:
|
106 |
-
msgid "Mercado Pago
|
107 |
-
msgstr "
|
108 |
-
|
109 |
-
#: mercadopago/mercadopago-gateway.php:
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
-
|
113 |
-
#: mercadopago/mercadopago-gateway.php:
|
114 |
-
msgid "
|
115 |
-
msgstr "
|
116 |
-
|
117 |
-
#: mercadopago/mercadopago-gateway.php:
|
118 |
-
msgid "
|
119 |
-
msgstr "
|
120 |
-
|
121 |
-
#: mercadopago/mercadopago-gateway.php:
|
122 |
-
msgid "Mercado Pago
|
123 |
-
msgstr "
|
124 |
-
|
125 |
-
#: mercadopago/mercadopago-gateway.php:
|
126 |
-
msgid "
|
127 |
-
msgstr "
|
128 |
-
|
129 |
-
#: mercadopago/mercadopago-gateway.php:
|
130 |
-
msgid "
|
131 |
-
msgstr "
|
132 |
-
|
133 |
-
#: mercadopago/mercadopago-gateway.php:
|
134 |
-
msgid "
|
135 |
-
msgstr "
|
136 |
-
|
137 |
-
#: mercadopago/mercadopago-gateway.php:
|
138 |
-
msgid "Checkout
|
139 |
-
msgstr "
|
140 |
-
|
141 |
-
#: mercadopago/mercadopago-gateway.php:
|
142 |
-
msgid "
|
143 |
-
msgstr "
|
144 |
-
|
145 |
-
#: mercadopago/mercadopago-gateway.php:
|
146 |
-
msgid "
|
147 |
-
msgstr "
|
148 |
-
|
149 |
-
#: mercadopago/mercadopago-gateway.php:
|
150 |
-
msgid "
|
151 |
-
msgstr "
|
152 |
-
|
153 |
-
#: mercadopago/mercadopago-gateway.php:
|
154 |
-
msgid "
|
155 |
-
msgstr "
|
156 |
-
|
157 |
-
#: mercadopago/mercadopago-gateway.php:
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
-
|
161 |
-
#: mercadopago/mercadopago-gateway.php:
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
-
|
165 |
-
#: mercadopago/mercadopago-gateway.php:
|
166 |
-
msgid "
|
167 |
-
msgstr "
|
168 |
-
|
169 |
-
#: mercadopago/mercadopago-gateway.php:
|
170 |
-
msgid "
|
171 |
-
msgstr "
|
172 |
-
|
173 |
-
#: mercadopago/mercadopago-gateway.php:
|
174 |
-
msgid "
|
175 |
-
msgstr "
|
176 |
-
|
177 |
-
#: mercadopago/mercadopago-gateway.php:
|
178 |
-
msgid "
|
179 |
-
msgstr "
|
180 |
-
|
181 |
-
#: mercadopago/mercadopago-gateway.php:
|
182 |
-
msgid "
|
183 |
-
msgstr "
|
184 |
-
|
185 |
-
#: mercadopago/mercadopago-gateway.php:
|
186 |
-
msgid "
|
187 |
-
msgstr "
|
188 |
-
|
189 |
-
#: mercadopago/mercadopago-gateway.php:
|
190 |
-
msgid "
|
191 |
-
msgstr "
|
192 |
-
|
193 |
-
#: mercadopago/mercadopago-gateway.php:
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
196 |
-
|
197 |
-
#: mercadopago/mercadopago-gateway.php:
|
198 |
-
msgid "
|
199 |
-
msgstr "
|
200 |
-
|
201 |
-
#: mercadopago/mercadopago-gateway.php:
|
202 |
-
msgid "iFrame
|
203 |
-
msgstr "
|
204 |
-
|
205 |
-
#: mercadopago/mercadopago-gateway.php:
|
206 |
-
msgid "iFrame
|
207 |
-
msgstr "
|
208 |
-
|
209 |
-
#: mercadopago/mercadopago-gateway.php:
|
210 |
-
msgid "
|
211 |
-
msgstr "
|
212 |
-
|
213 |
-
#: mercadopago/mercadopago-gateway.php:
|
214 |
-
msgid "
|
215 |
-
msgstr "
|
216 |
-
|
217 |
-
#: mercadopago/mercadopago-gateway.php:
|
218 |
-
msgid "
|
219 |
-
msgstr "
|
220 |
-
|
221 |
-
#: mercadopago/mercadopago-gateway.php:
|
222 |
-
msgid "
|
223 |
-
msgstr "
|
224 |
-
|
225 |
-
#: mercadopago/mercadopago-gateway.php:
|
226 |
-
msgid "
|
227 |
-
msgstr "
|
228 |
-
|
229 |
-
#: mercadopago/mercadopago-gateway.php:
|
230 |
-
msgid "
|
231 |
-
msgstr "
|
232 |
-
|
233 |
-
#: mercadopago/mercadopago-gateway.php:
|
234 |
-
msgid "
|
235 |
-
msgstr "
|
236 |
-
|
237 |
-
#: mercadopago/mercadopago-gateway.php:
|
238 |
-
msgid "
|
239 |
-
msgstr "
|
240 |
-
|
241 |
-
#: mercadopago/mercadopago-gateway.php:
|
242 |
-
msgid "
|
243 |
-
msgstr "
|
244 |
-
|
245 |
-
#: mercadopago/mercadopago-gateway.php:
|
246 |
-
msgid "
|
247 |
-
msgstr "
|
248 |
-
|
249 |
-
#: mercadopago/mercadopago-gateway.php:
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
-
|
253 |
-
#: mercadopago/mercadopago-gateway.php:
|
254 |
-
msgid "Enable
|
255 |
-
msgstr "
|
256 |
-
|
257 |
-
#: mercadopago/mercadopago-gateway.php:
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
msgid "
|
288 |
-
msgstr "
|
289 |
-
|
290 |
-
#: mercadopago/mercadopago-gateway.php:
|
291 |
-
msgid "
|
292 |
-
msgstr "
|
293 |
-
|
294 |
-
#: mercadopago/mercadopago-gateway.php:
|
295 |
-
msgid "
|
296 |
-
msgstr "
|
297 |
-
|
298 |
-
#: mercadopago/mercadopago-gateway.php:
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
-
|
302 |
-
#: mercadopago/mercadopago-gateway.php:
|
303 |
-
msgid "
|
304 |
-
msgstr "
|
305 |
-
|
306 |
-
#: mercadopago/mercadopago-gateway.php:
|
307 |
-
msgid "
|
308 |
-
msgstr "
|
309 |
-
|
310 |
-
#: mercadopago/mercadopago-gateway.php:
|
311 |
-
msgid "
|
312 |
-
msgstr "
|
313 |
-
|
314 |
-
#: mercadopago/mercadopago-gateway.php:
|
315 |
-
msgid "
|
316 |
-
msgstr "
|
317 |
-
|
318 |
-
#: mercadopago/mercadopago-gateway.php:
|
319 |
-
msgid "
|
320 |
-
msgstr "
|
321 |
-
|
322 |
-
#: mercadopago/mercadopago-gateway.php:
|
323 |
-
msgid "
|
324 |
-
msgstr "
|
325 |
-
|
326 |
-
#: mercadopago/mercadopago-gateway.php:
|
327 |
-
msgid "
|
328 |
-
msgstr "
|
329 |
-
|
330 |
-
#: mercadopago/mercadopago-gateway.php:
|
331 |
-
msgid "
|
332 |
-
msgstr "
|
333 |
-
|
334 |
-
#: mercadopago/mercadopago-gateway.php:
|
335 |
-
msgid "
|
336 |
-
msgstr "
|
337 |
-
|
338 |
-
#: mercadopago/mercadopago-gateway.php:
|
339 |
-
msgid "
|
340 |
-
msgstr "
|
341 |
-
|
342 |
-
#: mercadopago/mercadopago-gateway.php:
|
343 |
-
msgid "
|
344 |
-
msgstr "
|
345 |
-
|
346 |
-
#: mercadopago/mercadopago-gateway.php:
|
347 |
-
msgid "
|
348 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
+
"POT-Creation-Date: 2016-03-04 20:48-0300\n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
+
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"X-Generator: Poedit 1.8.7\n"
|
20 |
+
"Last-Translator: \n"
|
21 |
+
"Language: es_AR\n"
|
22 |
+
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
|
24 |
+
#. Description of the plugin/theme
|
25 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
26 |
+
msgstr "Este es el módulo <strong>oficial</strong> de Mercado Pago para el plugin WooCommerce. Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
27 |
+
|
28 |
+
#: mercadopago-module.php:66
|
29 |
+
#, php-format
|
30 |
+
msgid "Woo Mercado Pago Module depends on the last version of %s to execute!"
|
31 |
+
msgstr "Woo Mercado Pago Module depende de la última versión de %s para ejecutarse!"
|
32 |
+
|
33 |
+
#: mercadopago-module.php:110
|
34 |
+
msgid "Settings"
|
35 |
+
msgstr "Ajustes"
|
36 |
+
|
37 |
+
#: mercadopago/mercadopago-gateway.php:63
|
38 |
+
msgid "This module enables WooCommerce to use Mercado Pago as payment method for purchases made in your virtual store."
|
39 |
+
msgstr "Este módulo habilita el uso de Mercado Pago en WooCommerce como método de pago para compras realizadas en su tienda virtual."
|
40 |
+
|
41 |
+
#: mercadopago/mercadopago-gateway.php:133
|
42 |
+
msgid "Argentine"
|
43 |
+
msgstr "Argentina"
|
44 |
+
|
45 |
+
#: mercadopago/mercadopago-gateway.php:134
|
46 |
+
msgid "Brazil"
|
47 |
+
msgstr "Brasil"
|
48 |
+
|
49 |
+
#: mercadopago/mercadopago-gateway.php:135
|
50 |
+
msgid "Chile"
|
51 |
+
msgstr "Chile"
|
52 |
+
|
53 |
+
#: mercadopago/mercadopago-gateway.php:136
|
54 |
+
msgid "Colombia"
|
55 |
+
msgstr "Colombia"
|
56 |
+
|
57 |
+
#: mercadopago/mercadopago-gateway.php:137
|
58 |
+
msgid "Mexico"
|
59 |
+
msgstr "México"
|
60 |
+
|
61 |
+
#: mercadopago/mercadopago-gateway.php:138
|
62 |
+
msgid "or"
|
63 |
+
msgstr "o"
|
64 |
+
|
65 |
+
#: mercadopago/mercadopago-gateway.php:139
|
66 |
+
msgid "Venezuela"
|
67 |
+
msgstr "Venezuela"
|
68 |
+
|
69 |
+
#: mercadopago/mercadopago-gateway.php:154
|
70 |
+
msgid "Select the payment methods that you <strong>don't</strong> want to receive with Mercado Pago."
|
71 |
+
msgstr "Selecione los medios de pago que <strong>no</strong> desea aceptar con Mercado Pago."
|
72 |
+
|
73 |
+
#: mercadopago/mercadopago-gateway.php:157
|
74 |
+
msgid "Your credentials are <strong>valid</strong> for"
|
75 |
+
msgstr "Sus credenciales <strong>son válidas</strong> para"
|
76 |
+
|
77 |
+
#: mercadopago/mercadopago-gateway.php:164 mercadopago/mercadopago-gateway.php:173
|
78 |
+
msgid "Configure your Client_id and Client_secret to have access to more options."
|
79 |
+
msgstr "Configure su Client_id y Client_secret para tener acceso a más opciones."
|
80 |
+
|
81 |
+
#: mercadopago/mercadopago-gateway.php:167 mercadopago/mercadopago-gateway.php:176
|
82 |
+
msgid "Your credentials are <strong>not valid</strong>!"
|
83 |
+
msgstr "Sus credenciales <strong>no son válidas</strong>!"
|
84 |
+
|
85 |
+
#: mercadopago/mercadopago-gateway.php:190 mercadopago/mercadopago-gateway.php:198 mercadopago/mercadopago-gateway.php:208
|
86 |
+
msgid "This field should be an integer."
|
87 |
+
msgstr "Este campo debe ser un número."
|
88 |
+
|
89 |
+
#: mercadopago/mercadopago-gateway.php:193
|
90 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame width."
|
91 |
+
msgstr "Si su modo de apertura es iFrame, indique el ancho del iFrame."
|
92 |
+
|
93 |
+
#: mercadopago/mercadopago-gateway.php:201
|
94 |
+
msgid "If your integration method is iFrame, please inform the payment iFrame height."
|
95 |
+
msgstr "Si su modo de apertura es iFrame, indique el alto del iFrame."
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:211
|
98 |
+
msgid "Select the max number of installments for your customers."
|
99 |
+
msgstr "Seleccione el número máximo de cuotas posibles para sus clientes."
|
100 |
+
|
101 |
+
#: mercadopago/mercadopago-gateway.php:217
|
102 |
+
msgid "Enable/Disable"
|
103 |
+
msgstr "Habilitar/Deshabilitar"
|
104 |
+
|
105 |
+
#: mercadopago/mercadopago-gateway.php:219
|
106 |
+
msgid "Enable Mercado Pago Module"
|
107 |
+
msgstr "Habilitar Mercado Pago"
|
108 |
+
|
109 |
+
#: mercadopago/mercadopago-gateway.php:223
|
110 |
+
msgid "Mercado Pago Credentials"
|
111 |
+
msgstr "Credenciales de Mercado Pago"
|
112 |
+
|
113 |
+
#: mercadopago/mercadopago-gateway.php:225
|
114 |
+
msgid "You can obtain your credentials for"
|
115 |
+
msgstr "Puedes obtener tus credenciales para"
|
116 |
+
|
117 |
+
#: mercadopago/mercadopago-gateway.php:228
|
118 |
+
msgid "Mercado Pago Client_id"
|
119 |
+
msgstr "Client_id de Mercado Pago"
|
120 |
+
|
121 |
+
#: mercadopago/mercadopago-gateway.php:230
|
122 |
+
msgid "Insert your Mercado Pago Client_id."
|
123 |
+
msgstr "Inserte su Client_id de Mercado Pago."
|
124 |
+
|
125 |
+
#: mercadopago/mercadopago-gateway.php:235
|
126 |
+
msgid "Mercado Pago Client_secret"
|
127 |
+
msgstr "Client_secret de Mercado Pago"
|
128 |
+
|
129 |
+
#: mercadopago/mercadopago-gateway.php:237
|
130 |
+
msgid "Insert your Mercado Pago Client_secret."
|
131 |
+
msgstr "Inserte su Client_secret de Mercado Pago."
|
132 |
+
|
133 |
+
#: mercadopago/mercadopago-gateway.php:265
|
134 |
+
msgid "Custom Checkout"
|
135 |
+
msgstr "Checkout Transparente"
|
136 |
+
|
137 |
+
#: mercadopago/mercadopago-gateway.php:267
|
138 |
+
msgid "Enable Custom Checkout"
|
139 |
+
msgstr "Permitir Checkout Transparente"
|
140 |
+
|
141 |
+
#: mercadopago/mercadopago-gateway.php:269
|
142 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
143 |
+
msgstr "Esta opción permite a su tienda presentar el checkout transparente para sus clientes."
|
144 |
+
|
145 |
+
#: mercadopago/mercadopago-gateway.php:242
|
146 |
+
msgid "Instant Payment Notification (IPN) URL"
|
147 |
+
msgstr "URL da Notificación Instantanea de Pago (IPN)"
|
148 |
+
|
149 |
+
#: mercadopago/mercadopago-gateway.php:244
|
150 |
+
msgid "Your IPN URL to receive instant payment notifications is"
|
151 |
+
msgstr "Su URL de IPN para recibir notificaciones instantáneas de pago es"
|
152 |
+
|
153 |
+
#: mercadopago/mercadopago-gateway.php:247
|
154 |
+
msgid "Checkout Options"
|
155 |
+
msgstr "Opciones de Checkout"
|
156 |
+
|
157 |
+
#: mercadopago/mercadopago-gateway.php:252
|
158 |
+
msgid "Title"
|
159 |
+
msgstr "Título"
|
160 |
+
|
161 |
+
#: mercadopago/mercadopago-gateway.php:254
|
162 |
+
msgid "Title shown to the client in the checkout."
|
163 |
+
msgstr "Título mostrado al cliente en el checkout."
|
164 |
+
|
165 |
+
#: mercadopago/mercadopago-gateway.php:258
|
166 |
+
msgid "Description"
|
167 |
+
msgstr "Descripción"
|
168 |
+
|
169 |
+
#: mercadopago/mercadopago-gateway.php:260
|
170 |
+
msgid "Description shown to the client in the checkout."
|
171 |
+
msgstr "Descripción mostrada al cliente en el checkout."
|
172 |
+
|
173 |
+
#: mercadopago/mercadopago-gateway.php:261 mercadopago/mercadopago-gateway.php:406
|
174 |
+
msgid "Pay with Mercado Pago"
|
175 |
+
msgstr "Pagar con Mercado Pago"
|
176 |
+
|
177 |
+
#: mercadopago/mercadopago-gateway.php:264
|
178 |
+
msgid "Store Category"
|
179 |
+
msgstr "Categoría de la tienda"
|
180 |
+
|
181 |
+
#: mercadopago/mercadopago-gateway.php:266
|
182 |
+
msgid "Define which type of products your store sells."
|
183 |
+
msgstr "Defina el tipo de productos que su tienda vende."
|
184 |
+
|
185 |
+
#: mercadopago/mercadopago-gateway.php:270
|
186 |
+
msgid "Store Identificator"
|
187 |
+
msgstr "Identificador de la tienda"
|
188 |
+
|
189 |
+
#: mercadopago/mercadopago-gateway.php:272
|
190 |
+
msgid "Please, inform a prefix to your store."
|
191 |
+
msgstr "Por favor, informe un prefijo para su tienda."
|
192 |
+
|
193 |
+
#: mercadopago/mercadopago-gateway.php:272
|
194 |
+
msgid "If you use your Mercado Pago account on multiple stores you should make sure that this prefix is unique as Mercado Pago will not allow orders with same identificators."
|
195 |
+
msgstr "Si esta utilizando su cuenta Mercado Pago para múltiples tiendas, asegúrese que este prefijo sea único para no generar pedidos con el mismo identificador."
|
196 |
+
|
197 |
+
#: mercadopago/mercadopago-gateway.php:276
|
198 |
+
msgid "Integration Method"
|
199 |
+
msgstr "Método de integración"
|
200 |
+
|
201 |
+
#: mercadopago/mercadopago-gateway.php:278
|
202 |
+
msgid "Select how your clients should interact with Mercado Pago. Modal Window (inside your store), Redirect (Client is redirected to Mercado Pago), or iFrame (an internal window is embedded to the page layout)."
|
203 |
+
msgstr "Ventana Modal (Dentro de su tienda), Redireccionamiento (El cliente es redireccionado a Mercado Pago), o iFrame (Ventana de pago incorporada a su página)."
|
204 |
+
|
205 |
+
#: mercadopago/mercadopago-gateway.php:281
|
206 |
+
msgid "iFrame"
|
207 |
+
msgstr "iFrame"
|
208 |
+
|
209 |
+
#: mercadopago/mercadopago-gateway.php:282
|
210 |
+
msgid "Modal Window"
|
211 |
+
msgstr "Ventana modal"
|
212 |
+
|
213 |
+
#: mercadopago/mercadopago-gateway.php:283
|
214 |
+
msgid "Redirect"
|
215 |
+
msgstr "Redireccionamiento"
|
216 |
+
|
217 |
+
#: mercadopago/mercadopago-gateway.php:287
|
218 |
+
msgid "iFrame Width"
|
219 |
+
msgstr "Ancho del iFrame"
|
220 |
+
|
221 |
+
#: mercadopago/mercadopago-gateway.php:293
|
222 |
+
msgid "iFrame Height"
|
223 |
+
msgstr "Alto del iFrame"
|
224 |
+
|
225 |
+
#: mercadopago/mercadopago-gateway.php:299
|
226 |
+
msgid "Auto Return"
|
227 |
+
msgstr "Redirección automática"
|
228 |
+
|
229 |
+
#: mercadopago/mercadopago-gateway.php:301
|
230 |
+
msgid "Automatic Return After Payment"
|
231 |
+
msgstr "Redirección Automática Luego del Pago"
|
232 |
+
|
233 |
+
#: mercadopago/mercadopago-gateway.php:303
|
234 |
+
msgid "After the payment, client is automatically redirected."
|
235 |
+
msgstr "Después del pago, el cliente será redireccionado automáticamente."
|
236 |
+
|
237 |
+
#: mercadopago/mercadopago-gateway.php:306
|
238 |
+
msgid "Payment Options"
|
239 |
+
msgstr "Opciones de Pago"
|
240 |
+
|
241 |
+
#: mercadopago/mercadopago-gateway.php:311
|
242 |
+
msgid "Max installments"
|
243 |
+
msgstr "Número máximo de cuotas"
|
244 |
+
|
245 |
+
#: mercadopago/mercadopago-gateway.php:339
|
246 |
+
msgid "Payment with 2 Credit Card"
|
247 |
+
msgstr "Pago con 2 tarjeta de crédito"
|
248 |
+
|
249 |
+
#: mercadopago/mercadopago-gateway.php:341
|
250 |
+
msgid "Enable payments with 2 credit cards"
|
251 |
+
msgstr "Permitir los pagos con 2 tarjetas de crédito"
|
252 |
+
|
253 |
+
#: mercadopago/mercadopago-gateway.php:343
|
254 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
255 |
+
msgstr "Habilita esta opción para permitir a sus clientes usar 2 tarjetas de crédito para pagar los pedidos."
|
256 |
+
|
257 |
+
#: mercadopago/mercadopago-gateway.php:317
|
258 |
+
msgid "Exclude Payment Methods"
|
259 |
+
msgstr "Excluir métodos de pago"
|
260 |
+
|
261 |
+
#: mercadopago/mercadopago-gateway.php:324
|
262 |
+
msgid "Test and Debug Options"
|
263 |
+
msgstr "Opciones de Prueba y Debug"
|
264 |
+
|
265 |
+
#: mercadopago/mercadopago-gateway.php:329
|
266 |
+
msgid "Mercado Pago Sandbox"
|
267 |
+
msgstr "Sandbox Mercado Pago"
|
268 |
+
|
269 |
+
#: mercadopago/mercadopago-gateway.php:331
|
270 |
+
msgid "Enable Mercado Pago Sandbox"
|
271 |
+
msgstr "Habilitar el sandbox de Mercado Pago"
|
272 |
+
|
273 |
+
#: mercadopago/mercadopago-gateway.php:333
|
274 |
+
msgid "This option allows you to test payments inside a sandbox environment."
|
275 |
+
msgstr "Esta opción permite simular un flujo de pagos completo en nuestro entorno Sandbox."
|
276 |
+
|
277 |
+
#: mercadopago/mercadopago-gateway.php:336
|
278 |
+
msgid "Debug and Log"
|
279 |
+
msgstr "Debug y Log"
|
280 |
+
|
281 |
+
#: mercadopago/mercadopago-gateway.php:338
|
282 |
+
msgid "Enable log"
|
283 |
+
msgstr "Habilitar Log"
|
284 |
+
|
285 |
+
#: mercadopago/mercadopago-gateway.php:340
|
286 |
+
#, php-format
|
287 |
+
msgid "Register event logs of Mercado Pago, such as API requests, in the file"
|
288 |
+
msgstr "Registrar logs de eventos de Mercado Pago, como llamadas a la API, dentro del archivo"
|
289 |
+
|
290 |
+
#: mercadopago/mercadopago-gateway.php:402
|
291 |
+
msgid "Thank you for your order. Please, proceed with your payment clicking in the bellow button."
|
292 |
+
msgstr "Gracias por su compra. Por favor, prosiga a la página de pago haciendo click en el botón de abajo."
|
293 |
+
|
294 |
+
#: mercadopago/mercadopago-gateway.php:410
|
295 |
+
msgid "Cancel order & Clear cart"
|
296 |
+
msgstr "Cancelar & Limpiar carrito"
|
297 |
+
|
298 |
+
#: mercadopago/mercadopago-gateway.php:420
|
299 |
+
msgid "Thank you for your order. Proceed with your payment completing the following information."
|
300 |
+
msgstr "Gracias por su compra. Prosiga con su pago completando la información abajo."
|
301 |
+
|
302 |
+
#: mercadopago/mercadopago-gateway.php:431
|
303 |
+
msgid "An error occurred when proccessing your payment. Please try again or contact us for assistence."
|
304 |
+
msgstr "Un error ocurrió durante el procesamiento de su pago. Por favor intente nuevamente o contactenos para ayudarlo."
|
305 |
+
|
306 |
+
#: mercadopago/mercadopago-gateway.php:434
|
307 |
+
msgid "Click to try again"
|
308 |
+
msgstr "Haga click para intentar de nuevo"
|
309 |
+
|
310 |
+
#: mercadopago/mercadopago-gateway.php:675 mercadopago/mercadopago-gateway.php:686
|
311 |
+
msgid "Mercado Pago is Inactive"
|
312 |
+
msgstr "Mercado Pago Inactivo"
|
313 |
+
|
314 |
+
#: mercadopago/mercadopago-gateway.php:678
|
315 |
+
msgid "Your Mercado Pago credentials Client_id/Client_secret appears to be misconfigured."
|
316 |
+
msgstr "Sus credenciales Client_id/Client_secret de Mercado Pago parecen no estar debidamente configuradas."
|
317 |
+
|
318 |
+
#: mercadopago/mercadopago-gateway.php:679
|
319 |
+
msgid "Click here and configure!"
|
320 |
+
msgstr "Haga click aquí y configure!"
|
321 |
+
|
322 |
+
#: mercadopago/mercadopago-gateway.php:689
|
323 |
+
msgid "The currency"
|
324 |
+
msgstr "La moneda"
|
325 |
+
|
326 |
+
#: mercadopago/mercadopago-gateway.php:689
|
327 |
+
msgid "is not supported. Supported currencies are: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
328 |
+
msgstr "no es soportada. Las monedas soportadas son: ARS, BRL, CLP, COP, MXN, USD, VEF."
|
329 |
+
|
330 |
+
#: mercadopago/mercadopago-gateway.php:714
|
331 |
+
msgid "Mercado Pago Request Failure"
|
332 |
+
msgstr "La solicitud de Mercado Pago ha fallado."
|
333 |
+
|
334 |
+
#: mercadopago/mercadopago-gateway.php:791
|
335 |
+
msgid "Mercado Pago Transaction ID"
|
336 |
+
msgstr "ID de operación de Mercado Pago"
|
337 |
+
|
338 |
+
#: mercadopago/mercadopago-gateway.php:798
|
339 |
+
msgid "Payer email"
|
340 |
+
msgstr "Email del comprador"
|
341 |
+
|
342 |
+
#: mercadopago/mercadopago-gateway.php:805
|
343 |
+
msgid "Payment type"
|
344 |
+
msgstr "Método de pago"
|
345 |
+
|
346 |
+
#: mercadopago/mercadopago-gateway.php:810
|
347 |
+
msgid "Payment approved."
|
348 |
+
msgstr "Pago aprobado."
|
349 |
+
|
350 |
+
#: mercadopago/mercadopago-gateway.php:816
|
351 |
+
msgid "Customer haven't paid yet."
|
352 |
+
msgstr "El cliente todavía no efectuó el pago."
|
353 |
+
|
354 |
+
#: mercadopago/mercadopago-gateway.php:821
|
355 |
+
msgid "Payment under review."
|
356 |
+
msgstr "El pago está pendiente de revisión."
|
357 |
+
|
358 |
+
#: mercadopago/mercadopago-gateway.php:826
|
359 |
+
msgid "The payment was refused. The customer can try again."
|
360 |
+
msgstr "El pago fue rechazado. El cliente puede intentar nuevamente."
|
361 |
+
|
362 |
+
#: mercadopago/mercadopago-gateway.php:832
|
363 |
+
msgid "The payment was refunded to the customer."
|
364 |
+
msgstr "El pago fue devuelto al cliente."
|
365 |
+
|
366 |
+
#: mercadopago/mercadopago-gateway.php:838
|
367 |
+
msgid "The payment was cancelled."
|
368 |
+
msgstr "El pago fue cancelado."
|
369 |
+
|
370 |
+
#: mercadopago/mercadopago-gateway.php:843
|
371 |
+
msgid "Mercado Pago Payment ID"
|
372 |
+
msgstr "ID de pago de Mercado Pago"
|
373 |
+
|
374 |
+
#: mercadopago/mercadopago-gateway.php:843 mercadopago/mercadopago-gateway.php:848
|
375 |
+
msgid "The payment is under mediation or it was charged-back."
|
376 |
+
msgstr "El pago esta en mediación o la compra fue desconocida por el cliente."
|
languages/woocommerce-mercadopago-module-pt_BR.mo
CHANGED
Binary file
|
languages/woocommerce-mercadopago-module-pt_BR.po
CHANGED
@@ -1,412 +1,440 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
msgid ""
|
5 |
-
msgstr ""
|
6 |
-
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
-
"POT-Creation-Date: 2016-03-04 17:44-0300\n"
|
8 |
-
"PO-Revision-Date: \n"
|
9 |
-
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
-
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
-
"MIME-Version: 1.0\n"
|
12 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
-
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
15 |
-
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
18 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
19 |
-
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
20 |
-
"X-Poedit-Basepath: ..\n"
|
21 |
-
"X-Generator: Poedit 1.8.7\n"
|
22 |
-
"Last-Translator: \n"
|
23 |
-
"Language: pt_BR\n"
|
24 |
-
"X-Poedit-SearchPath-0: .\n"
|
25 |
-
|
26 |
-
#. Description of the plugin/theme
|
27 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
28 |
-
msgstr "Este é o módulo <strong>oficial</strong> do Mercado Pago para o plugin WooCommerce. Este módulo habilita o WooCommerce a usar o Mercado Pago como meio de pagamento para compras realizadas em sua loja virtual."
|
29 |
-
|
30 |
-
#: mercadopago-module.php:66
|
31 |
-
#, php-format
|
32 |
-
msgid ""
|
33 |
-
"Woo Mercado Pago Module depends on the last version of %s to "
|
34 |
-
"execute!"
|
35 |
-
msgstr ""
|
36 |
-
"O Woo Mercado Pago Module depende da última versão do %s para "
|
37 |
-
"executar!"
|
38 |
-
|
39 |
-
#: mercadopago
|
40 |
-
msgid ""
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
"
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
#: mercadopago/mercadopago-gateway.php:
|
52 |
-
msgid "
|
53 |
-
msgstr "
|
54 |
-
|
55 |
-
#: mercadopago/mercadopago-gateway.php:
|
56 |
-
msgid "
|
57 |
-
msgstr "
|
58 |
-
|
59 |
-
#: mercadopago/mercadopago-gateway.php:
|
60 |
-
msgid "
|
61 |
-
msgstr "
|
62 |
-
|
63 |
-
#: mercadopago/mercadopago-gateway.php:
|
64 |
-
msgid "
|
65 |
-
msgstr "
|
66 |
-
|
67 |
-
#: mercadopago/mercadopago-gateway.php:
|
68 |
-
msgid "
|
69 |
-
msgstr "
|
70 |
-
|
71 |
-
#: mercadopago/mercadopago-gateway.php:
|
72 |
-
msgid "
|
73 |
-
msgstr "
|
74 |
-
|
75 |
-
#: mercadopago/mercadopago-gateway.php:
|
76 |
-
msgid ""
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
"
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
#: mercadopago/mercadopago-gateway.php:
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
#: mercadopago/mercadopago-gateway.php:
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
#: mercadopago/mercadopago-gateway.php:
|
105 |
-
msgid ""
|
106 |
-
"
|
107 |
-
|
108 |
-
|
109 |
-
"
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
"
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
"
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
#: mercadopago/mercadopago-gateway.php:
|
129 |
-
msgid "Enable
|
130 |
-
msgstr "Habilitar
|
131 |
-
|
132 |
-
#: mercadopago/mercadopago-gateway.php:
|
133 |
-
msgid "Mercado Pago
|
134 |
-
msgstr "
|
135 |
-
|
136 |
-
#: mercadopago/mercadopago-gateway.php:
|
137 |
-
msgid "
|
138 |
-
msgstr "
|
139 |
-
|
140 |
-
#: mercadopago/mercadopago-gateway.php:
|
141 |
-
msgid "
|
142 |
-
msgstr "
|
143 |
-
|
144 |
-
#: mercadopago/mercadopago-gateway.php:
|
145 |
-
msgid "
|
146 |
-
msgstr "
|
147 |
-
|
148 |
-
#: mercadopago/mercadopago-gateway.php:
|
149 |
-
msgid "Mercado Pago
|
150 |
-
msgstr "
|
151 |
-
|
152 |
-
#: mercadopago/mercadopago-gateway.php:
|
153 |
-
msgid "
|
154 |
-
msgstr "
|
155 |
-
|
156 |
-
#: mercadopago/mercadopago-gateway.php:
|
157 |
-
msgid "
|
158 |
-
msgstr "
|
159 |
-
|
160 |
-
#: mercadopago/mercadopago-gateway.php:
|
161 |
-
msgid "
|
162 |
-
msgstr "
|
163 |
-
|
164 |
-
#: mercadopago/mercadopago-gateway.php:
|
165 |
-
msgid "Checkout
|
166 |
-
msgstr "
|
167 |
-
|
168 |
-
#: mercadopago/mercadopago-gateway.php:
|
169 |
-
msgid "
|
170 |
-
msgstr "
|
171 |
-
|
172 |
-
#: mercadopago/mercadopago-gateway.php:
|
173 |
-
msgid "
|
174 |
-
msgstr "
|
175 |
-
|
176 |
-
#: mercadopago/mercadopago-gateway.php:
|
177 |
-
msgid "
|
178 |
-
msgstr "
|
179 |
-
|
180 |
-
#: mercadopago/mercadopago-gateway.php:
|
181 |
-
msgid "
|
182 |
-
msgstr "
|
183 |
-
|
184 |
-
#: mercadopago/mercadopago-gateway.php:
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
#: mercadopago/mercadopago-gateway.php:
|
202 |
-
msgid "
|
203 |
-
msgstr "
|
204 |
-
|
205 |
-
#: mercadopago/mercadopago-gateway.php:
|
206 |
-
msgid ""
|
207 |
-
"
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
"
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
"
|
224 |
-
|
225 |
-
"
|
226 |
-
|
227 |
-
"
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
#: mercadopago/mercadopago-gateway.php:
|
246 |
-
msgid "iFrame
|
247 |
-
msgstr "
|
248 |
-
|
249 |
-
#: mercadopago/mercadopago-gateway.php:
|
250 |
-
msgid "
|
251 |
-
msgstr "
|
252 |
-
|
253 |
-
#: mercadopago/mercadopago-gateway.php:
|
254 |
-
msgid "
|
255 |
-
msgstr "
|
256 |
-
|
257 |
-
#: mercadopago/mercadopago-gateway.php:
|
258 |
-
msgid "
|
259 |
-
msgstr "
|
260 |
-
|
261 |
-
#: mercadopago/mercadopago-gateway.php:
|
262 |
-
msgid "
|
263 |
-
msgstr "
|
264 |
-
|
265 |
-
#: mercadopago/mercadopago-gateway.php:
|
266 |
-
msgid "
|
267 |
-
msgstr "
|
268 |
-
|
269 |
-
#: mercadopago/mercadopago-gateway.php:
|
270 |
-
msgid "
|
271 |
-
msgstr "
|
272 |
-
|
273 |
-
#: mercadopago/mercadopago-gateway.php:
|
274 |
-
msgid "
|
275 |
-
msgstr "
|
276 |
-
|
277 |
-
#: mercadopago/mercadopago-gateway.php:
|
278 |
-
msgid "
|
279 |
-
msgstr "
|
280 |
-
|
281 |
-
#: mercadopago/mercadopago-gateway.php:
|
282 |
-
msgid "
|
283 |
-
msgstr "
|
284 |
-
|
285 |
-
#: mercadopago/mercadopago-gateway.php:
|
286 |
-
msgid "
|
287 |
-
msgstr "
|
288 |
-
|
289 |
-
#: mercadopago/mercadopago-gateway.php:
|
290 |
-
msgid "
|
291 |
-
msgstr "
|
292 |
-
|
293 |
-
#: mercadopago/mercadopago-gateway.php:
|
294 |
-
msgid "Enable
|
295 |
-
msgstr "
|
296 |
-
|
297 |
-
#: mercadopago/mercadopago-gateway.php:
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
"
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
"
|
307 |
-
"
|
308 |
-
|
309 |
-
|
310 |
-
"
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
"
|
319 |
-
"
|
320 |
-
|
321 |
-
|
322 |
-
"
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
"
|
328 |
-
msgstr ""
|
329 |
-
"
|
330 |
-
"
|
331 |
-
|
332 |
-
#: mercadopago/mercadopago-gateway.php:
|
333 |
-
msgid "
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
"
|
347 |
-
"
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
"
|
363 |
-
|
364 |
-
#: mercadopago/mercadopago-gateway.php:
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
#: mercadopago/mercadopago-gateway.php:
|
393 |
-
msgid "
|
394 |
-
msgstr "
|
395 |
-
|
396 |
-
#: mercadopago/mercadopago-gateway.php:
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
399 |
-
|
400 |
-
#: mercadopago/mercadopago-gateway.php:
|
401 |
-
msgid "
|
402 |
-
msgstr "
|
403 |
-
|
404 |
-
#: mercadopago/mercadopago-gateway.php:
|
405 |
-
msgid "
|
406 |
-
msgstr "
|
407 |
-
|
408 |
-
#: mercadopago/mercadopago-gateway.php:
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
msgid ""
|
5 |
+
msgstr ""
|
6 |
+
"Project-Id-Version: WordPress Blank Pot v1.0.0\n"
|
7 |
+
"POT-Creation-Date: 2016-03-04 17:44-0300\n"
|
8 |
+
"PO-Revision-Date: \n"
|
9 |
+
"Language-Team: Your Team <translations@example.com>\n"
|
10 |
+
"Report-Msgid-Bugs-To: Translator Name <translations@example.com>\n"
|
11 |
+
"MIME-Version: 1.0\n"
|
12 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
+
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
15 |
+
"X-Textdomain-Support: yesX-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;esc_html_e;esc_html_x:1,2c;esc_html__;"
|
18 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
|
19 |
+
"_x:1,2c;_n:1,2;_n_noop:1,2;__ngettext:1,2;__ngettext_noop:1,2;_c,_nc:4c,1,2\n"
|
20 |
+
"X-Poedit-Basepath: ..\n"
|
21 |
+
"X-Generator: Poedit 1.8.7\n"
|
22 |
+
"Last-Translator: \n"
|
23 |
+
"Language: pt_BR\n"
|
24 |
+
"X-Poedit-SearchPath-0: .\n"
|
25 |
+
|
26 |
+
#. Description of the plugin/theme
|
27 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
28 |
+
msgstr "Este é o módulo <strong>oficial</strong> do Mercado Pago para o plugin WooCommerce. Este módulo habilita o WooCommerce a usar o Mercado Pago como meio de pagamento para compras realizadas em sua loja virtual."
|
29 |
+
|
30 |
+
#: mercadopago-module.php:66
|
31 |
+
#, php-format
|
32 |
+
msgid ""
|
33 |
+
"Woo Mercado Pago Module depends on the last version of %s to "
|
34 |
+
"execute!"
|
35 |
+
msgstr ""
|
36 |
+
"O Woo Mercado Pago Module depende da última versão do %s para "
|
37 |
+
"executar!"
|
38 |
+
|
39 |
+
#: mercadopago-module.php:110
|
40 |
+
msgid "Settings"
|
41 |
+
msgstr "Configurações"
|
42 |
+
|
43 |
+
#: mercadopago/mercadopago-gateway.php:63
|
44 |
+
msgid ""
|
45 |
+
"This module enables WooCommerce to use Mercado Pago as payment method for "
|
46 |
+
"purchases made in your virtual store."
|
47 |
+
msgstr ""
|
48 |
+
"Este módulo habilita o WooCommerce a usar o Mercado Pago como meio de "
|
49 |
+
"pagamento para compras realizadas em sua loja virtual."
|
50 |
+
|
51 |
+
#: mercadopago/mercadopago-gateway.php:133
|
52 |
+
msgid "Argentine"
|
53 |
+
msgstr "Argentina"
|
54 |
+
|
55 |
+
#: mercadopago/mercadopago-gateway.php:134
|
56 |
+
msgid "Brazil"
|
57 |
+
msgstr "Brasil"
|
58 |
+
|
59 |
+
#: mercadopago/mercadopago-gateway.php:135
|
60 |
+
msgid "Chile"
|
61 |
+
msgstr "Chile"
|
62 |
+
|
63 |
+
#: mercadopago/mercadopago-gateway.php:136
|
64 |
+
msgid "Colombia"
|
65 |
+
msgstr "Colômbia"
|
66 |
+
|
67 |
+
#: mercadopago/mercadopago-gateway.php:137
|
68 |
+
msgid "Mexico"
|
69 |
+
msgstr "México"
|
70 |
+
|
71 |
+
#: mercadopago/mercadopago-gateway.php:138
|
72 |
+
msgid "or"
|
73 |
+
msgstr "ou"
|
74 |
+
|
75 |
+
#: mercadopago/mercadopago-gateway.php:139
|
76 |
+
msgid "Venezuela"
|
77 |
+
msgstr "Venezuela"
|
78 |
+
|
79 |
+
#: mercadopago/mercadopago-gateway.php:154
|
80 |
+
msgid ""
|
81 |
+
"Select the payment methods that you <strong>don't</strong> want to receive "
|
82 |
+
"with Mercado Pago."
|
83 |
+
msgstr ""
|
84 |
+
"Selecione os meios de pagamento que <strong>não</strong> gostaria de receber "
|
85 |
+
"com o Mercado Pago."
|
86 |
+
|
87 |
+
#: mercadopago/mercadopago-gateway.php:157
|
88 |
+
msgid "Your credentials are <strong>valid</strong> for"
|
89 |
+
msgstr "Suas credenciais <strong>são válidas</strong> para"
|
90 |
+
|
91 |
+
#: mercadopago/mercadopago-gateway.php:164
|
92 |
+
#: mercadopago/mercadopago-gateway.php:173
|
93 |
+
msgid ""
|
94 |
+
"Configure your Client_id and Client_secret to have access to more options."
|
95 |
+
msgstr "Configure seu Client_id e Client_secret para ter acesso a mais opções."
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:167
|
98 |
+
#: mercadopago/mercadopago-gateway.php:176
|
99 |
+
msgid "Your credentials are <strong>not valid</strong>!"
|
100 |
+
msgstr "Suas credenciais <strong>não são válidas</strong>!"
|
101 |
+
|
102 |
+
#: mercadopago/mercadopago-gateway.php:190
|
103 |
+
#: mercadopago/mercadopago-gateway.php:198
|
104 |
+
#: mercadopago/mercadopago-gateway.php:208
|
105 |
+
msgid "This field should be an integer."
|
106 |
+
msgstr "Este campo deve ser um número inteiro."
|
107 |
+
|
108 |
+
#: mercadopago/mercadopago-gateway.php:193
|
109 |
+
msgid ""
|
110 |
+
"If your integration method is iFrame, please inform the payment iFrame width."
|
111 |
+
msgstr ""
|
112 |
+
"Se o seu método de integração é por iFrame, por favor informe a largura do "
|
113 |
+
"layout."
|
114 |
+
|
115 |
+
#: mercadopago/mercadopago-gateway.php:201
|
116 |
+
msgid ""
|
117 |
+
"If your integration method is iFrame, please inform the payment iFrame "
|
118 |
+
"height."
|
119 |
+
msgstr ""
|
120 |
+
"Se o seu método de integração é por iFrame, por favor informe a altura do "
|
121 |
+
"layout."
|
122 |
+
|
123 |
+
#: mercadopago/mercadopago-gateway.php:211
|
124 |
+
msgid "Select the max number of installments for your customers."
|
125 |
+
msgstr ""
|
126 |
+
"Selecione o número máximo de parcelas que sua loja oferece a seus clientes."
|
127 |
+
|
128 |
+
#: mercadopago/mercadopago-gateway.php:217
|
129 |
+
msgid "Enable/Disable"
|
130 |
+
msgstr "Habilitar/Desabilitar"
|
131 |
+
|
132 |
+
#: mercadopago/mercadopago-gateway.php:219
|
133 |
+
msgid "Enable Mercado Pago Module"
|
134 |
+
msgstr "Habilitar o Módulo Mercado Pago"
|
135 |
+
|
136 |
+
#: mercadopago/mercadopago-gateway.php:223
|
137 |
+
msgid "Mercado Pago Credentials"
|
138 |
+
msgstr "Credenciais do Mercado Pago"
|
139 |
+
|
140 |
+
#: mercadopago/mercadopago-gateway.php:225
|
141 |
+
msgid "You can obtain your credentials for"
|
142 |
+
msgstr "Você pode obter suas credenciais para"
|
143 |
+
|
144 |
+
#: mercadopago/mercadopago-gateway.php:228
|
145 |
+
msgid "Mercado Pago Client_id"
|
146 |
+
msgstr "Client_id do Mercado Pago"
|
147 |
+
|
148 |
+
#: mercadopago/mercadopago-gateway.php:230
|
149 |
+
msgid "Insert your Mercado Pago Client_id."
|
150 |
+
msgstr "Insira seu Client_id do Mercado Pago."
|
151 |
+
|
152 |
+
#: mercadopago/mercadopago-gateway.php:235
|
153 |
+
msgid "Mercado Pago Client_secret"
|
154 |
+
msgstr "Client_secret do Mercado Pago"
|
155 |
+
|
156 |
+
#: mercadopago/mercadopago-gateway.php:237
|
157 |
+
msgid "Insert your Mercado Pago Client_secret."
|
158 |
+
msgstr "Insira seu Client_secret do Mercado Pago."
|
159 |
+
|
160 |
+
#: mercadopago/mercadopago-gateway.php:265
|
161 |
+
msgid "Custom Checkout"
|
162 |
+
msgstr "Checkout Transparente"
|
163 |
+
|
164 |
+
#: mercadopago/mercadopago-gateway.php:267
|
165 |
+
msgid "Enable Custom Checkout"
|
166 |
+
msgstr "Habilitar Checkout Transparente"
|
167 |
+
|
168 |
+
#: mercadopago/mercadopago-gateway.php:269
|
169 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
170 |
+
msgstr "Esta opção habilita sua loja a apresentar o checkout transparente para seus clientes."
|
171 |
+
|
172 |
+
#: mercadopago/mercadopago-gateway.php:242
|
173 |
+
msgid "Instant Payment Notification (IPN) URL"
|
174 |
+
msgstr "URL de Notificações Instantâneas de Pagamento (IPN)"
|
175 |
+
|
176 |
+
#: mercadopago/mercadopago-gateway.php:244
|
177 |
+
msgid "Your IPN URL to receive instant payment notifications is"
|
178 |
+
msgstr "Sua URL de IPN para receber notificações instantâneas de pagamentos é"
|
179 |
+
|
180 |
+
#: mercadopago/mercadopago-gateway.php:247
|
181 |
+
msgid "Checkout Options"
|
182 |
+
msgstr "Opções de Checkout"
|
183 |
+
|
184 |
+
#: mercadopago/mercadopago-gateway.php:252
|
185 |
+
msgid "Title"
|
186 |
+
msgstr "Título"
|
187 |
+
|
188 |
+
#: mercadopago/mercadopago-gateway.php:254
|
189 |
+
msgid "Title shown to the client in the checkout."
|
190 |
+
msgstr "Título mostrado ao cliente durante o checkout."
|
191 |
+
|
192 |
+
#: mercadopago/mercadopago-gateway.php:258
|
193 |
+
msgid "Description"
|
194 |
+
msgstr "Descrição"
|
195 |
+
|
196 |
+
#: mercadopago/mercadopago-gateway.php:260
|
197 |
+
msgid "Description shown to the client in the checkout."
|
198 |
+
msgstr "Descrição mostrada ao cliente durante o checkout."
|
199 |
+
|
200 |
+
#: mercadopago/mercadopago-gateway.php:261
|
201 |
+
#: mercadopago/mercadopago-gateway.php:406
|
202 |
+
msgid "Pay with Mercado Pago"
|
203 |
+
msgstr "Pagar com Mercado Pago"
|
204 |
+
|
205 |
+
#: mercadopago/mercadopago-gateway.php:264
|
206 |
+
msgid "Store Category"
|
207 |
+
msgstr "Categoria da loja"
|
208 |
+
|
209 |
+
#: mercadopago/mercadopago-gateway.php:266
|
210 |
+
msgid "Define which type of products your store sells."
|
211 |
+
msgstr "Defina qual o tipo dos produtos que sua loja vende."
|
212 |
+
|
213 |
+
#: mercadopago/mercadopago-gateway.php:270
|
214 |
+
msgid "Store Identificator"
|
215 |
+
msgstr "Identificador da Loja"
|
216 |
+
|
217 |
+
#: mercadopago/mercadopago-gateway.php:272
|
218 |
+
msgid "Please, inform a prefix to your store."
|
219 |
+
msgstr "Por favor, informe um prefixo para sua loja."
|
220 |
+
|
221 |
+
#: mercadopago/mercadopago-gateway.php:272
|
222 |
+
msgid ""
|
223 |
+
"If you use your Mercado Pago account on multiple stores you should make sure "
|
224 |
+
"that this prefix is unique as Mercado Pago will not allow orders with same "
|
225 |
+
"identificators."
|
226 |
+
msgstr ""
|
227 |
+
"Se estiver usando sua conta Mercado Pago para múltiplas lojas então você "
|
228 |
+
"deverá assegurar-se que este prefixo seja único pois o Mercado Pago não "
|
229 |
+
"permitirá pedidos com um mesmo identificador."
|
230 |
+
|
231 |
+
#: mercadopago/mercadopago-gateway.php:276
|
232 |
+
msgid "Integration Method"
|
233 |
+
msgstr "Método de integração"
|
234 |
+
|
235 |
+
#: mercadopago/mercadopago-gateway.php:278
|
236 |
+
msgid ""
|
237 |
+
"Select how your clients should interact with Mercado Pago. Modal Window "
|
238 |
+
"(inside your store), Redirect (Client is redirected to Mercado Pago), or "
|
239 |
+
"iFrame (an internal window is embedded to the page layout)."
|
240 |
+
msgstr ""
|
241 |
+
"Selecione como seus clientes irão interagir com o Mercado Pago. Janela Modal "
|
242 |
+
"(Dentro de sua loja), Redirecionamento (O cliente é redirecionado ao Mercado "
|
243 |
+
"Pago), ou iFrame (Uma janela de pagamento é incorporada ao layout da página)."
|
244 |
+
|
245 |
+
#: mercadopago/mercadopago-gateway.php:281
|
246 |
+
msgid "iFrame"
|
247 |
+
msgstr "iFrame"
|
248 |
+
|
249 |
+
#: mercadopago/mercadopago-gateway.php:282
|
250 |
+
msgid "Modal Window"
|
251 |
+
msgstr "Janela Modal"
|
252 |
+
|
253 |
+
#: mercadopago/mercadopago-gateway.php:283
|
254 |
+
msgid "Redirect"
|
255 |
+
msgstr "Redirecionamento"
|
256 |
+
|
257 |
+
#: mercadopago/mercadopago-gateway.php:287
|
258 |
+
msgid "iFrame Width"
|
259 |
+
msgstr "Largura do iFrame"
|
260 |
+
|
261 |
+
#: mercadopago/mercadopago-gateway.php:293
|
262 |
+
msgid "iFrame Height"
|
263 |
+
msgstr "Altura do iFrame"
|
264 |
+
|
265 |
+
#: mercadopago/mercadopago-gateway.php:299
|
266 |
+
msgid "Auto Return"
|
267 |
+
msgstr "Auto Retorno"
|
268 |
+
|
269 |
+
#: mercadopago/mercadopago-gateway.php:301
|
270 |
+
msgid "Automatic Return After Payment"
|
271 |
+
msgstr "Retorno com Redirecionamento Automático"
|
272 |
+
|
273 |
+
#: mercadopago/mercadopago-gateway.php:303
|
274 |
+
msgid "After the payment, client is automatically redirected."
|
275 |
+
msgstr "Após a compra, o cliente é redirecionado automaticamente."
|
276 |
+
|
277 |
+
#: mercadopago/mercadopago-gateway.php:306
|
278 |
+
msgid "Payment Options"
|
279 |
+
msgstr "Opções de Pagamento"
|
280 |
+
|
281 |
+
#: mercadopago/mercadopago-gateway.php:311
|
282 |
+
msgid "Max installments"
|
283 |
+
msgstr "Número Máximo de Parcelamentos"
|
284 |
+
|
285 |
+
#: mercadopago/mercadopago-gateway.php:339
|
286 |
+
msgid "Payment with 2 Credit Card"
|
287 |
+
msgstr "Pagamento com 2 cartões"
|
288 |
+
|
289 |
+
#: mercadopago/mercadopago-gateway.php:341
|
290 |
+
msgid "Enable payments with 2 credit cards"
|
291 |
+
msgstr "Habilitar pagamento com 2 cartões de crédito"
|
292 |
+
|
293 |
+
#: mercadopago/mercadopago-gateway.php:343
|
294 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
295 |
+
msgstr "Habilite esta opção para permitir seus clientes a utilizarem 2 cartões de crédito para pagar pedidos."
|
296 |
+
|
297 |
+
#: mercadopago/mercadopago-gateway.php:317
|
298 |
+
msgid "Exclude Payment Methods"
|
299 |
+
msgstr "Excluir Métodos de Pagamento"
|
300 |
+
|
301 |
+
#: mercadopago/mercadopago-gateway.php:324
|
302 |
+
msgid "Test and Debug Options"
|
303 |
+
msgstr "Opções de Teste e Debug"
|
304 |
+
|
305 |
+
#: mercadopago/mercadopago-gateway.php:329
|
306 |
+
msgid "Mercado Pago Sandbox"
|
307 |
+
msgstr "Sandbox Mercado Pago"
|
308 |
+
|
309 |
+
#: mercadopago/mercadopago-gateway.php:331
|
310 |
+
msgid "Enable Mercado Pago Sandbox"
|
311 |
+
msgstr "Habilitar o sandbox do Mercado Pago"
|
312 |
+
|
313 |
+
#: mercadopago/mercadopago-gateway.php:333
|
314 |
+
msgid "This option allows you to test payments inside a sandbox environment."
|
315 |
+
msgstr "Esta opção permite a você testar pagamentos em um ambiente sandbox."
|
316 |
+
|
317 |
+
#: mercadopago/mercadopago-gateway.php:336
|
318 |
+
msgid "Debug and Log"
|
319 |
+
msgstr "Debug e Log"
|
320 |
+
|
321 |
+
#: mercadopago/mercadopago-gateway.php:338
|
322 |
+
msgid "Enable log"
|
323 |
+
msgstr "Habilitar Log"
|
324 |
+
|
325 |
+
#: mercadopago/mercadopago-gateway.php:340
|
326 |
+
#, php-format
|
327 |
+
msgid "Register event logs of Mercado Pago, such as API requests, in the file"
|
328 |
+
msgstr ""
|
329 |
+
"Registrar logs de events do Mercado Pago, como requisições à API, dentro do "
|
330 |
+
"arquivo"
|
331 |
+
|
332 |
+
#: mercadopago/mercadopago-gateway.php:402
|
333 |
+
msgid ""
|
334 |
+
"Thank you for your order. Please, proceed with your payment clicking in the "
|
335 |
+
"bellow button."
|
336 |
+
msgstr ""
|
337 |
+
"Obrigado pela sua compra. Por favor, prossiga para a página de pagamento "
|
338 |
+
"clicando no botão abaixo."
|
339 |
+
|
340 |
+
#: mercadopago/mercadopago-gateway.php:410
|
341 |
+
msgid "Cancel order & Clear cart"
|
342 |
+
msgstr "Cancelar & Limpar carrinho"
|
343 |
+
|
344 |
+
#: mercadopago/mercadopago-gateway.php:420
|
345 |
+
msgid ""
|
346 |
+
"Thank you for your order. Proceed with your payment completing the following "
|
347 |
+
"information."
|
348 |
+
msgstr ""
|
349 |
+
"Obrigado pela sua compra. Prossiga com seu pagamento completando as "
|
350 |
+
"informações abaixo."
|
351 |
+
|
352 |
+
#: mercadopago/mercadopago-gateway.php:431
|
353 |
+
msgid ""
|
354 |
+
"An error occurred when proccessing your payment. Please try again or contact "
|
355 |
+
"us for assistence."
|
356 |
+
msgstr ""
|
357 |
+
"Um erro ocorreu durante o processamento do seu pagamento. Por favor tente "
|
358 |
+
"novamente ou contacte-nos para assistência."
|
359 |
+
|
360 |
+
#: mercadopago/mercadopago-gateway.php:434
|
361 |
+
msgid "Click to try again"
|
362 |
+
msgstr "Clique para tentar de novo"
|
363 |
+
|
364 |
+
#: mercadopago/mercadopago-gateway.php:675
|
365 |
+
#: mercadopago/mercadopago-gateway.php:686
|
366 |
+
msgid "Mercado Pago is Inactive"
|
367 |
+
msgstr "O Mercado Pago está inativo"
|
368 |
+
|
369 |
+
#: mercadopago/mercadopago-gateway.php:678
|
370 |
+
msgid ""
|
371 |
+
"Your Mercado Pago credentials Client_id/Client_secret appears to be "
|
372 |
+
"misconfigured."
|
373 |
+
msgstr ""
|
374 |
+
"Suas credenciais Client_id/Client_secret do Mercado Pago parecem estar "
|
375 |
+
"desconfiguradas."
|
376 |
+
|
377 |
+
#: mercadopago/mercadopago-gateway.php:679
|
378 |
+
msgid "Click here and configure!"
|
379 |
+
msgstr "Clique aqui e configure!"
|
380 |
+
|
381 |
+
#: mercadopago/mercadopago-gateway.php:689
|
382 |
+
msgid "The currency"
|
383 |
+
msgstr "As moedas"
|
384 |
+
|
385 |
+
#: mercadopago/mercadopago-gateway.php:689
|
386 |
+
msgid ""
|
387 |
+
"is not supported. Supported currencies are: ARS, BRL, CLP, COP, MXN, USD, "
|
388 |
+
"VEF."
|
389 |
+
msgstr ""
|
390 |
+
"não são suportadas. As moedas suportadas são: ARS, BRL, COP, MXN, USD, VEF."
|
391 |
+
|
392 |
+
#: mercadopago/mercadopago-gateway.php:714
|
393 |
+
msgid "Mercado Pago Request Failure"
|
394 |
+
msgstr "Falha na Requisição do Mercado Pago"
|
395 |
+
|
396 |
+
#: mercadopago/mercadopago-gateway.php:791
|
397 |
+
msgid "Mercado Pago Transaction ID"
|
398 |
+
msgstr "ID de Transação do Mercado Pago"
|
399 |
+
|
400 |
+
#: mercadopago/mercadopago-gateway.php:798
|
401 |
+
msgid "Payer email"
|
402 |
+
msgstr "Email do pagador"
|
403 |
+
|
404 |
+
#: mercadopago/mercadopago-gateway.php:805
|
405 |
+
msgid "Payment type"
|
406 |
+
msgstr "Tipo de pagamento"
|
407 |
+
|
408 |
+
#: mercadopago/mercadopago-gateway.php:810
|
409 |
+
msgid "Payment approved."
|
410 |
+
msgstr "pagamento aprovado."
|
411 |
+
|
412 |
+
#: mercadopago/mercadopago-gateway.php:816
|
413 |
+
msgid "Customer haven't paid yet."
|
414 |
+
msgstr "O cliente ainda não realizou o pagamento."
|
415 |
+
|
416 |
+
#: mercadopago/mercadopago-gateway.php:821
|
417 |
+
msgid "Payment under review."
|
418 |
+
msgstr "O pagamento está em revisão."
|
419 |
+
|
420 |
+
#: mercadopago/mercadopago-gateway.php:826
|
421 |
+
msgid "The payment was refused. The customer can try again."
|
422 |
+
msgstr "O pagamento foi recusado. O cliente pode tentar novamente."
|
423 |
+
|
424 |
+
#: mercadopago/mercadopago-gateway.php:832
|
425 |
+
msgid "The payment was refunded to the customer."
|
426 |
+
msgstr "O pagamento foi estornado ao cliente."
|
427 |
+
|
428 |
+
#: mercadopago/mercadopago-gateway.php:838
|
429 |
+
msgid "The payment was cancelled."
|
430 |
+
msgstr "O pagamento foi cancelado."
|
431 |
+
|
432 |
+
#: mercadopago/mercadopago-gateway.php:843
|
433 |
+
msgid "Mercado Pago Payment ID"
|
434 |
+
msgstr "ID de Pagamento do Mercado Pago"
|
435 |
+
|
436 |
+
#: mercadopago/mercadopago-gateway.php:843
|
437 |
+
#: mercadopago/mercadopago-gateway.php:848
|
438 |
+
msgid "The payment is under mediation or it was charged-back."
|
439 |
+
msgstr ""
|
440 |
+
"O pagamento está em mediação ou a compra não foi reconhecida pelo cliente."
|
languages/woocommerce-mercadopago-module.pot
CHANGED
@@ -1,527 +1,555 @@
|
|
1 |
-
# WordPress Blank Pot
|
2 |
-
# Copyright (C) 2014 ...
|
3 |
-
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
-
#, fuzzy
|
5 |
-
msgid ""
|
6 |
-
msgstr ""
|
7 |
-
"Project-Id-Version: "
|
8 |
-
"WordPress Blank Pot "
|
9 |
-
"v1.0.0\n"
|
10 |
-
"POT-Creation-Date: "
|
11 |
-
"2016-03-04 17:44-0300\n"
|
12 |
-
"PO-Revision-Date: \n"
|
13 |
-
"Last-Translator: Your "
|
14 |
-
"Name <you@example.com>\n"
|
15 |
-
"Language-Team: Your Team "
|
16 |
-
"<translations@example."
|
17 |
-
"com>\n"
|
18 |
-
"Report-Msgid-Bugs-To: "
|
19 |
-
"Translator Name "
|
20 |
-
"<translations@example."
|
21 |
-
"com>\n"
|
22 |
-
"MIME-Version: 1.0\n"
|
23 |
-
"Content-Type: text/"
|
24 |
-
"plain; charset=UTF-8\n"
|
25 |
-
"Content-Transfer-"
|
26 |
-
"Encoding: 8bit\n"
|
27 |
-
"Plural-Forms: "
|
28 |
-
"nplurals=2; plural=n != "
|
29 |
-
"1;\n"
|
30 |
-
"X-Textdomain-Support: "
|
31 |
-
"yesX-Generator: Poedit "
|
32 |
-
"1.6.4\n"
|
33 |
-
"X-Poedit-SourceCharset: "
|
34 |
-
"UTF-8\n"
|
35 |
-
"X-Poedit-KeywordsList: "
|
36 |
-
"__;_e;esc_html_e;"
|
37 |
-
"esc_html_x:1,2c;"
|
38 |
-
"esc_html__;esc_attr_e;"
|
39 |
-
"esc_attr_x:1,2c;"
|
40 |
-
"esc_attr__;_ex:1,2c;"
|
41 |
-
"_nx:4c,1,2;"
|
42 |
-
"_nx_noop:4c,1,2;_x:1,2c;"
|
43 |
-
"_n:1,2;_n_noop:1,2;"
|
44 |
-
"__ngettext:1,2;"
|
45 |
-
"__ngettext_noop:1,2;_c,"
|
46 |
-
"_nc:4c,1,2\n"
|
47 |
-
"X-Poedit-Basepath: ..\n"
|
48 |
-
"Language: en_US\n"
|
49 |
-
"X-Generator: Poedit "
|
50 |
-
"1.8.7\n"
|
51 |
-
"X-Poedit-"
|
52 |
-
"SearchPath-0: .\n"
|
53 |
-
|
54 |
-
#. Description of the plugin/theme
|
55 |
-
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: mercadopago-module.php:66
|
59 |
-
#, php-format
|
60 |
-
msgid ""
|
61 |
-
"Woo Mercado Pago Module "
|
62 |
-
"depends on the "
|
63 |
-
"last version of %s to "
|
64 |
-
"execute!"
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: mercadopago
|
68 |
-
msgid ""
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
"
|
74 |
-
"
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: mercadopago/mercadopago-gateway.php:
|
82 |
-
msgid "
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: mercadopago/mercadopago-gateway.php:
|
86 |
-
msgid "
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: mercadopago/mercadopago-gateway.php:
|
90 |
-
msgid "
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: mercadopago/mercadopago-gateway.php:
|
94 |
-
msgid "
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: mercadopago/mercadopago-gateway.php:
|
98 |
-
msgid "
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: mercadopago/mercadopago-gateway.php:
|
102 |
-
msgid "
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: mercadopago/mercadopago-gateway.php:
|
106 |
-
msgid ""
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
"
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
"
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: mercadopago/mercadopago-gateway.php:
|
174 |
-
msgid ""
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
"
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
"
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: mercadopago/mercadopago-gateway.php:
|
251 |
-
|
252 |
-
|
253 |
-
"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: mercadopago/mercadopago-gateway.php:
|
257 |
-
msgid "
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: mercadopago/mercadopago-gateway.php:
|
261 |
-
msgid ""
|
262 |
-
"
|
263 |
-
"
|
264 |
-
"
|
265 |
-
|
266 |
-
|
267 |
-
#: mercadopago/mercadopago-gateway.php:
|
268 |
-
msgid "
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
"
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
"
|
280 |
-
"
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
"
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
"
|
296 |
-
"
|
297 |
-
"
|
298 |
-
"
|
299 |
-
"
|
300 |
-
"
|
301 |
-
"
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: mercadopago/mercadopago-gateway.php:
|
323 |
-
msgid "iFrame
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: mercadopago/mercadopago-gateway.php:
|
327 |
-
msgid "
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: mercadopago/mercadopago-gateway.php:
|
331 |
-
msgid ""
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
"
|
340 |
-
"
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
"
|
369 |
-
"
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: mercadopago/mercadopago-gateway.php:
|
380 |
-
msgid "
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
"Mercado Pago
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
"
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
"
|
409 |
-
msgstr ""
|
410 |
-
|
411 |
-
#: mercadopago/mercadopago-gateway.php:
|
412 |
-
msgid ""
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
"
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
"
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
#: mercadopago/mercadopago-gateway.php:
|
434 |
-
msgid ""
|
435 |
-
"
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
"
|
442 |
-
"
|
443 |
-
"
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
"
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
"
|
472 |
-
"
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
msgstr ""
|
478 |
-
|
479 |
-
#: mercadopago/mercadopago-gateway.php:
|
480 |
-
msgid "
|
481 |
-
msgstr ""
|
482 |
-
|
483 |
-
#: mercadopago/mercadopago-gateway.php:
|
484 |
-
msgid "
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
"
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
"
|
509 |
-
msgstr ""
|
510 |
-
|
511 |
-
#: mercadopago/mercadopago-gateway.php:
|
512 |
-
msgid ""
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
msgstr ""
|
520 |
-
|
521 |
-
#: mercadopago/mercadopago-gateway.php:
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# WordPress Blank Pot
|
2 |
+
# Copyright (C) 2014 ...
|
3 |
+
# This file is distributed under the GNU General Public License v2 or later.
|
4 |
+
#, fuzzy
|
5 |
+
msgid ""
|
6 |
+
msgstr ""
|
7 |
+
"Project-Id-Version: "
|
8 |
+
"WordPress Blank Pot "
|
9 |
+
"v1.0.0\n"
|
10 |
+
"POT-Creation-Date: "
|
11 |
+
"2016-03-04 17:44-0300\n"
|
12 |
+
"PO-Revision-Date: \n"
|
13 |
+
"Last-Translator: Your "
|
14 |
+
"Name <you@example.com>\n"
|
15 |
+
"Language-Team: Your Team "
|
16 |
+
"<translations@example."
|
17 |
+
"com>\n"
|
18 |
+
"Report-Msgid-Bugs-To: "
|
19 |
+
"Translator Name "
|
20 |
+
"<translations@example."
|
21 |
+
"com>\n"
|
22 |
+
"MIME-Version: 1.0\n"
|
23 |
+
"Content-Type: text/"
|
24 |
+
"plain; charset=UTF-8\n"
|
25 |
+
"Content-Transfer-"
|
26 |
+
"Encoding: 8bit\n"
|
27 |
+
"Plural-Forms: "
|
28 |
+
"nplurals=2; plural=n != "
|
29 |
+
"1;\n"
|
30 |
+
"X-Textdomain-Support: "
|
31 |
+
"yesX-Generator: Poedit "
|
32 |
+
"1.6.4\n"
|
33 |
+
"X-Poedit-SourceCharset: "
|
34 |
+
"UTF-8\n"
|
35 |
+
"X-Poedit-KeywordsList: "
|
36 |
+
"__;_e;esc_html_e;"
|
37 |
+
"esc_html_x:1,2c;"
|
38 |
+
"esc_html__;esc_attr_e;"
|
39 |
+
"esc_attr_x:1,2c;"
|
40 |
+
"esc_attr__;_ex:1,2c;"
|
41 |
+
"_nx:4c,1,2;"
|
42 |
+
"_nx_noop:4c,1,2;_x:1,2c;"
|
43 |
+
"_n:1,2;_n_noop:1,2;"
|
44 |
+
"__ngettext:1,2;"
|
45 |
+
"__ngettext_noop:1,2;_c,"
|
46 |
+
"_nc:4c,1,2\n"
|
47 |
+
"X-Poedit-Basepath: ..\n"
|
48 |
+
"Language: en_US\n"
|
49 |
+
"X-Generator: Poedit "
|
50 |
+
"1.8.7\n"
|
51 |
+
"X-Poedit-"
|
52 |
+
"SearchPath-0: .\n"
|
53 |
+
|
54 |
+
#. Description of the plugin/theme
|
55 |
+
msgid "This is the <strong>oficial</strong> module of Mercado Pago for WooCommerce plugin. This module enables WooCommerce to use Mercado Pago as a payment Gateway for purchases made in your e-commerce store."
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: mercadopago-module.php:66
|
59 |
+
#, php-format
|
60 |
+
msgid ""
|
61 |
+
"Woo Mercado Pago Module "
|
62 |
+
"depends on the "
|
63 |
+
"last version of %s to "
|
64 |
+
"execute!"
|
65 |
+
msgstr ""
|
66 |
+
|
67 |
+
#: mercadopago-module.php:110
|
68 |
+
msgid "Settings"
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: mercadopago/mercadopago-gateway.php:63
|
72 |
+
msgid ""
|
73 |
+
"This module enables "
|
74 |
+
"WooCommerce to use "
|
75 |
+
"Mercado Pago as payment "
|
76 |
+
"method for purchases "
|
77 |
+
"made in your virtual "
|
78 |
+
"store."
|
79 |
+
msgstr ""
|
80 |
+
|
81 |
+
#: mercadopago/mercadopago-gateway.php:133
|
82 |
+
msgid "Argentine"
|
83 |
+
msgstr ""
|
84 |
+
|
85 |
+
#: mercadopago/mercadopago-gateway.php:134
|
86 |
+
msgid "Brazil"
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
+
#: mercadopago/mercadopago-gateway.php:135
|
90 |
+
msgid "Chile"
|
91 |
+
msgstr ""
|
92 |
+
|
93 |
+
#: mercadopago/mercadopago-gateway.php:136
|
94 |
+
msgid "Colombia"
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: mercadopago/mercadopago-gateway.php:137
|
98 |
+
msgid "Mexico"
|
99 |
+
msgstr ""
|
100 |
+
|
101 |
+
#: mercadopago/mercadopago-gateway.php:138
|
102 |
+
msgid "or"
|
103 |
+
msgstr ""
|
104 |
+
|
105 |
+
#: mercadopago/mercadopago-gateway.php:139
|
106 |
+
msgid "Venezuela"
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: mercadopago/mercadopago-gateway.php:154
|
110 |
+
msgid ""
|
111 |
+
"Select the payment "
|
112 |
+
"methods that you "
|
113 |
+
"<strong>don't</strong> "
|
114 |
+
"want to receive with "
|
115 |
+
"Mercado Pago."
|
116 |
+
msgstr ""
|
117 |
+
|
118 |
+
#: mercadopago/mercadopago-gateway.php:157
|
119 |
+
msgid ""
|
120 |
+
"Your credentials are "
|
121 |
+
"<strong>valid</strong> "
|
122 |
+
"for"
|
123 |
+
msgstr ""
|
124 |
+
|
125 |
+
#: mercadopago/mercadopago-gateway.php:164
|
126 |
+
#: mercadopago/mercadopago-gateway.php:173
|
127 |
+
msgid ""
|
128 |
+
"Configure your Client_id "
|
129 |
+
"and Client_secret to "
|
130 |
+
"have access to more "
|
131 |
+
"options."
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: mercadopago/mercadopago-gateway.php:167
|
135 |
+
#: mercadopago/mercadopago-gateway.php:176
|
136 |
+
msgid ""
|
137 |
+
"Your credentials are "
|
138 |
+
"<strong>not valid</"
|
139 |
+
"strong>!"
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: mercadopago/mercadopago-gateway.php:190
|
143 |
+
#: mercadopago/mercadopago-gateway.php:198
|
144 |
+
#: mercadopago/mercadopago-gateway.php:208
|
145 |
+
msgid ""
|
146 |
+
"This field should be an "
|
147 |
+
"integer."
|
148 |
+
msgstr ""
|
149 |
+
|
150 |
+
#: mercadopago/mercadopago-gateway.php:193
|
151 |
+
msgid ""
|
152 |
+
"If your integration "
|
153 |
+
"method is iFrame, please "
|
154 |
+
"inform the payment "
|
155 |
+
"iFrame width."
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: mercadopago/mercadopago-gateway.php:201
|
159 |
+
msgid ""
|
160 |
+
"If your integration "
|
161 |
+
"method is iFrame, please "
|
162 |
+
"inform the payment "
|
163 |
+
"iFrame height."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: mercadopago/mercadopago-gateway.php:211
|
167 |
+
msgid ""
|
168 |
+
"Select the max number of "
|
169 |
+
"installments for your "
|
170 |
+
"customers."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: mercadopago/mercadopago-gateway.php:217
|
174 |
+
msgid "Enable/Disable"
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: mercadopago/mercadopago-gateway.php:219
|
178 |
+
msgid ""
|
179 |
+
"Enable Mercado Pago "
|
180 |
+
"Module"
|
181 |
+
msgstr ""
|
182 |
+
|
183 |
+
#: mercadopago/mercadopago-gateway.php:223
|
184 |
+
msgid ""
|
185 |
+
"Mercado Pago Credentials"
|
186 |
+
msgstr ""
|
187 |
+
|
188 |
+
#: mercadopago/mercadopago-gateway.php:225
|
189 |
+
msgid ""
|
190 |
+
"You can obtain your "
|
191 |
+
"credentials for"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: mercadopago/mercadopago-gateway.php:228
|
195 |
+
msgid ""
|
196 |
+
"Mercado Pago Client_id"
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: mercadopago/mercadopago-gateway.php:230
|
200 |
+
msgid ""
|
201 |
+
"Insert your Mercado Pago "
|
202 |
+
"Client_id."
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: mercadopago/mercadopago-gateway.php:235
|
206 |
+
msgid ""
|
207 |
+
"Mercado Pago "
|
208 |
+
"Client_secret"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: mercadopago/mercadopago-gateway.php:237
|
212 |
+
msgid ""
|
213 |
+
"Insert your Mercado Pago "
|
214 |
+
"Client_secret."
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: mercadopago/mercadopago-gateway.php:265
|
218 |
+
msgid "Custom Checkout"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: mercadopago/mercadopago-gateway.php:267
|
222 |
+
msgid "Enable Custom Checkout"
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: mercadopago/mercadopago-gateway.php:269
|
226 |
+
msgid "This option allows your store to present the custom/transparent checkout to your customers."
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: mercadopago/mercadopago-gateway.php:242
|
230 |
+
msgid ""
|
231 |
+
"Instant Payment "
|
232 |
+
"Notification (IPN) URL"
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: mercadopago/mercadopago-gateway.php:244
|
236 |
+
msgid ""
|
237 |
+
"Your IPN URL to receive "
|
238 |
+
"instant payment "
|
239 |
+
"notifications is"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: mercadopago/mercadopago-gateway.php:247
|
243 |
+
msgid "Checkout Options"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: mercadopago/mercadopago-gateway.php:252
|
247 |
+
msgid "Title"
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#: mercadopago/mercadopago-gateway.php:254
|
251 |
+
msgid ""
|
252 |
+
"Title shown to the "
|
253 |
+
"client in the checkout."
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: mercadopago/mercadopago-gateway.php:258
|
257 |
+
msgid "Description"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: mercadopago/mercadopago-gateway.php:260
|
261 |
+
msgid ""
|
262 |
+
"Description shown to the "
|
263 |
+
"client in the checkout."
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: mercadopago/mercadopago-gateway.php:261
|
267 |
+
#: mercadopago/mercadopago-gateway.php:406
|
268 |
+
msgid ""
|
269 |
+
"Pay with Mercado Pago"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: mercadopago/mercadopago-gateway.php:264
|
273 |
+
msgid "Store Category"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: mercadopago/mercadopago-gateway.php:266
|
277 |
+
msgid ""
|
278 |
+
"Define which type of "
|
279 |
+
"products your store "
|
280 |
+
"sells."
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: mercadopago/mercadopago-gateway.php:270
|
284 |
+
msgid "Store Identificator"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: mercadopago/mercadopago-gateway.php:272
|
288 |
+
msgid ""
|
289 |
+
"Please, inform a prefix "
|
290 |
+
"to your store."
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: mercadopago/mercadopago-gateway.php:272
|
294 |
+
msgid ""
|
295 |
+
"If you use your Mercado "
|
296 |
+
"Pago account on multiple "
|
297 |
+
"stores you should make "
|
298 |
+
"sure that this prefix is "
|
299 |
+
"unique as Mercado Pago "
|
300 |
+
"will not allow orders "
|
301 |
+
"with same identificators."
|
302 |
+
msgstr ""
|
303 |
+
|
304 |
+
#: mercadopago/mercadopago-gateway.php:276
|
305 |
+
msgid "Integration Method"
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: mercadopago/mercadopago-gateway.php:278
|
309 |
+
msgid ""
|
310 |
+
"Select how your clients "
|
311 |
+
"should interact with "
|
312 |
+
"Mercado Pago. Modal "
|
313 |
+
"Window (inside your "
|
314 |
+
"store), Redirect (Client "
|
315 |
+
"is redirected to Mercado "
|
316 |
+
"Pago), or iFrame (an "
|
317 |
+
"internal window is "
|
318 |
+
"embedded to the page "
|
319 |
+
"layout)."
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: mercadopago/mercadopago-gateway.php:281
|
323 |
+
msgid "iFrame"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: mercadopago/mercadopago-gateway.php:282
|
327 |
+
msgid "Modal Window"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: mercadopago/mercadopago-gateway.php:283
|
331 |
+
msgid "Redirect"
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: mercadopago/mercadopago-gateway.php:287
|
335 |
+
msgid "iFrame Width"
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: mercadopago/mercadopago-gateway.php:293
|
339 |
+
msgid "iFrame Height"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: mercadopago/mercadopago-gateway.php:299
|
343 |
+
msgid "Auto Return"
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: mercadopago/mercadopago-gateway.php:301
|
347 |
+
msgid ""
|
348 |
+
"Automatic Return After "
|
349 |
+
"Payment"
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: mercadopago/mercadopago-gateway.php:303
|
353 |
+
msgid ""
|
354 |
+
"After the payment, "
|
355 |
+
"client is automatically "
|
356 |
+
"redirected."
|
357 |
+
msgstr ""
|
358 |
+
|
359 |
+
#: mercadopago/mercadopago-gateway.php:306
|
360 |
+
msgid "Payment Options"
|
361 |
+
msgstr ""
|
362 |
+
|
363 |
+
#: mercadopago/mercadopago-gateway.php:311
|
364 |
+
msgid "Max installments"
|
365 |
+
msgstr ""
|
366 |
+
|
367 |
+
#: mercadopago/mercadopago-gateway.php:339
|
368 |
+
msgid "Payment with 2 Credit Card"
|
369 |
+
msgstr ""
|
370 |
+
|
371 |
+
#: mercadopago/mercadopago-gateway.php:341
|
372 |
+
msgid "Enable payments with 2 credit cards"
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
+
#: mercadopago/mercadopago-gateway.php:343
|
376 |
+
msgid "Enable this option to let your customers use 2 credit cards to pay orders."
|
377 |
+
msgstr ""
|
378 |
+
|
379 |
+
#: mercadopago/mercadopago-gateway.php:317
|
380 |
+
msgid ""
|
381 |
+
"Exclude Payment Methods"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: mercadopago/mercadopago-gateway.php:324
|
385 |
+
msgid ""
|
386 |
+
"Test and Debug Options"
|
387 |
+
msgstr ""
|
388 |
+
|
389 |
+
#: mercadopago/mercadopago-gateway.php:329
|
390 |
+
msgid ""
|
391 |
+
"Mercado Pago Sandbox"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: mercadopago/mercadopago-gateway.php:331
|
395 |
+
msgid ""
|
396 |
+
"Enable Mercado Pago "
|
397 |
+
"Sandbox"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: mercadopago/mercadopago-gateway.php:333
|
401 |
+
msgid ""
|
402 |
+
"This option allows you "
|
403 |
+
"to test payments inside "
|
404 |
+
"a sandbox environment."
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
+
#: mercadopago/mercadopago-gateway.php:336
|
408 |
+
msgid "Debug and Log"
|
409 |
+
msgstr ""
|
410 |
+
|
411 |
+
#: mercadopago/mercadopago-gateway.php:338
|
412 |
+
msgid "Enable log"
|
413 |
+
msgstr ""
|
414 |
+
|
415 |
+
#: mercadopago/mercadopago-gateway.php:340
|
416 |
+
#, php-format
|
417 |
+
msgid ""
|
418 |
+
"Register event logs of "
|
419 |
+
"Mercado Pago, such as "
|
420 |
+
"API requests, in the "
|
421 |
+
"file"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: mercadopago/mercadopago-gateway.php:402
|
425 |
+
msgid ""
|
426 |
+
"Thank you for your "
|
427 |
+
"order. Please, proceed "
|
428 |
+
"with your payment "
|
429 |
+
"clicking in the bellow "
|
430 |
+
"button."
|
431 |
+
msgstr ""
|
432 |
+
|
433 |
+
#: mercadopago/mercadopago-gateway.php:410
|
434 |
+
msgid ""
|
435 |
+
"Cancel order & Clear "
|
436 |
+
"cart"
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: mercadopago/mercadopago-gateway.php:420
|
440 |
+
msgid ""
|
441 |
+
"Thank you for your "
|
442 |
+
"order. Proceed with your "
|
443 |
+
"payment completing the "
|
444 |
+
"following information."
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: mercadopago/mercadopago-gateway.php:431
|
448 |
+
msgid ""
|
449 |
+
"An error occurred when "
|
450 |
+
"proccessing your "
|
451 |
+
"payment. Please try "
|
452 |
+
"again or contact us for "
|
453 |
+
"assistence."
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: mercadopago/mercadopago-gateway.php:434
|
457 |
+
msgid "Click to try again"
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: mercadopago/mercadopago-gateway.php:675
|
461 |
+
#: mercadopago/mercadopago-gateway.php:686
|
462 |
+
msgid ""
|
463 |
+
"Mercado Pago is Inactive"
|
464 |
+
msgstr ""
|
465 |
+
|
466 |
+
#: mercadopago/mercadopago-gateway.php:678
|
467 |
+
msgid ""
|
468 |
+
"Your Mercado Pago "
|
469 |
+
"credentials Client_id/"
|
470 |
+
"Client_secret appears to "
|
471 |
+
"be misconfigured."
|
472 |
+
msgstr ""
|
473 |
+
|
474 |
+
#: mercadopago/mercadopago-gateway.php:679
|
475 |
+
msgid ""
|
476 |
+
"Click here and configure!"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: mercadopago/mercadopago-gateway.php:689
|
480 |
+
msgid "The currency"
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: mercadopago/mercadopago-gateway.php:689
|
484 |
+
msgid ""
|
485 |
+
"is not supported. "
|
486 |
+
"Supported currencies "
|
487 |
+
"are: ARS, BRL, CLP, COP, "
|
488 |
+
"MXN, USD, VEF."
|
489 |
+
msgstr ""
|
490 |
+
|
491 |
+
#: mercadopago/mercadopago-gateway.php:714
|
492 |
+
msgid ""
|
493 |
+
"Mercado Pago Request "
|
494 |
+
"Failure"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: mercadopago/mercadopago-gateway.php:791
|
498 |
+
msgid ""
|
499 |
+
"Mercado Pago Transaction "
|
500 |
+
"ID"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: mercadopago/mercadopago-gateway.php:798
|
504 |
+
msgid "Payer email"
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: mercadopago/mercadopago-gateway.php:805
|
508 |
+
msgid "Payment type"
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: mercadopago/mercadopago-gateway.php:810
|
512 |
+
msgid "Payment approved."
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: mercadopago/mercadopago-gateway.php:816
|
516 |
+
msgid ""
|
517 |
+
"Customer haven't paid "
|
518 |
+
"yet."
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: mercadopago/mercadopago-gateway.php:821
|
522 |
+
msgid ""
|
523 |
+
"Payment under review."
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#: mercadopago/mercadopago-gateway.php:826
|
527 |
+
msgid ""
|
528 |
+
"The payment was refused. "
|
529 |
+
"The customer can try "
|
530 |
+
"again."
|
531 |
+
msgstr ""
|
532 |
+
|
533 |
+
#: mercadopago/mercadopago-gateway.php:832
|
534 |
+
msgid ""
|
535 |
+
"The payment was refunded "
|
536 |
+
"to the customer."
|
537 |
+
msgstr ""
|
538 |
+
|
539 |
+
#: mercadopago/mercadopago-gateway.php:838
|
540 |
+
msgid ""
|
541 |
+
"The payment was "
|
542 |
+
"cancelled."
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: mercadopago/mercadopago-gateway.php:843
|
546 |
+
msgid "Mercado Pago Payment ID"
|
547 |
+
msgstr ""
|
548 |
+
|
549 |
+
#: mercadopago/mercadopago-gateway.php:843
|
550 |
+
#: mercadopago/mercadopago-gateway.php:848
|
551 |
+
msgid ""
|
552 |
+
"The payment is under "
|
553 |
+
"mediation or it was "
|
554 |
+
"charged-back."
|
555 |
+
msgstr ""
|
mercadopago-module.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Author URI: https://www.mercadopago.com.br/developers/
|
8 |
* Developer: Marcelo Tomio Hama / marcelo.hama@mercadolivre.com
|
9 |
* Copyright: Copyright(c) MercadoPago [http://www.mercadopago.com]
|
10 |
-
* Version: 1.0.
|
11 |
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
|
12 |
* Text Domain: woocommerce-mercadopago-module
|
13 |
* Domain Path: /languages/
|
@@ -89,21 +89,24 @@ class WC_WooMercadoPago_Module {
|
|
89 |
load_plugin_textdomain('woocommerce-mercadopago-module', false, dirname(plugin_basename(__FILE__)) . '/languages/');
|
90 |
}
|
91 |
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
|
94 |
// Payment gateways should be created as additional plugins that hook into WooCommerce.
|
95 |
// Inside the plugin, you need to create a class after plugins are loaded
|
96 |
add_action('plugins_loaded', array('WC_WooMercadoPago_Module', 'initMercadoPagoGatewayClass'), 0);
|
97 |
-
|
98 |
-
//
|
99 |
-
function
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
do_action('woocommerce_api_wc_woomercadopago_gateway');
|
104 |
-
}
|
105 |
}
|
106 |
-
|
|
|
107 |
|
108 |
endif;
|
109 |
|
7 |
* Author URI: https://www.mercadopago.com.br/developers/
|
8 |
* Developer: Marcelo Tomio Hama / marcelo.hama@mercadolivre.com
|
9 |
* Copyright: Copyright(c) MercadoPago [http://www.mercadopago.com]
|
10 |
+
* Version: 1.0.4
|
11 |
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
|
12 |
* Text Domain: woocommerce-mercadopago-module
|
13 |
* Domain Path: /languages/
|
89 |
load_plugin_textdomain('woocommerce-mercadopago-module', false, dirname(plugin_basename(__FILE__)) . '/languages/');
|
90 |
}
|
91 |
|
92 |
+
public static function get_templates_path() {
|
93 |
+
return plugin_dir_path( __FILE__ ) . 'templates/';
|
94 |
+
}
|
95 |
+
|
96 |
}
|
97 |
|
98 |
// Payment gateways should be created as additional plugins that hook into WooCommerce.
|
99 |
// Inside the plugin, you need to create a class after plugins are loaded
|
100 |
add_action('plugins_loaded', array('WC_WooMercadoPago_Module', 'initMercadoPagoGatewayClass'), 0);
|
101 |
+
|
102 |
+
// Add settings link on plugin page
|
103 |
+
function woomercadopago_settings_link($links) {
|
104 |
+
$settings_link = '<a href="' . 'admin.php?page=wc-settings&tab=checkout§ion=wc_woomercadopago_gateway' . '">' . __('Settings', 'woocommerce-mercadopago-module') . '</a>';
|
105 |
+
array_unshift($links, $settings_link);
|
106 |
+
return $links;
|
|
|
|
|
107 |
}
|
108 |
+
$plugin = plugin_basename(__FILE__);
|
109 |
+
add_filter("plugin_action_links_$plugin", 'woomercadopago_settings_link');
|
110 |
|
111 |
endif;
|
112 |
|
mercadopago/mercadopago-gateway.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Author URI: https://www.mercadopago.com.br/developers/
|
8 |
* Developer: Marcelo Tomio Hama / marcelo.hama@mercadolivre.com
|
9 |
* Copyright: Copyright(c) MercadoPago [http://www.mercadopago.com]
|
10 |
-
* Version: 1.0.
|
11 |
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
|
12 |
* Text Domain: woocommerce-mercadopago-module
|
13 |
* Domain Path: /languages/
|
@@ -84,6 +84,7 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
84 |
// These fields are used in our Mercado Pago Module configuration page.
|
85 |
$this->client_id = $this->get_option('client_id');
|
86 |
$this->client_secret = $this->get_option('client_secret');
|
|
|
87 |
$this->title = $this->get_option('title');
|
88 |
$this->description = $this->get_option('description');
|
89 |
$this->category_id = $this->get_option('category_id');
|
@@ -93,6 +94,7 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
93 |
$this->iframe_height = $this->get_option('iframe_height', 800);
|
94 |
$this->auto_return = $this->get_option('auto_return', true);
|
95 |
$this->installments = $this->get_option('installments', '24');
|
|
|
96 |
$this->ex_payments = $this->get_option('ex_payments', 'n/d');
|
97 |
$this->sandbox = $this->get_option('sandbox', false);
|
98 |
$this->debug = $this->get_option('debug');
|
@@ -269,6 +271,14 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
269 |
'type' => 'title',
|
270 |
'description' => ''
|
271 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
'title' => array(
|
273 |
'title' => __('Title', 'woocommerce-mercadopago-module'),
|
274 |
'type' => 'text',
|
@@ -334,6 +344,14 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
334 |
'description' => $this->installments_desc,
|
335 |
'default' => '24'
|
336 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
'ex_payments' => array(
|
338 |
'title' => __('Exclude Payment Methods', 'woocommerce-mercadopago-module'),
|
339 |
'description' => $this->payment_desc,
|
@@ -351,7 +369,7 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
351 |
'type' => 'checkbox',
|
352 |
'label' => __('Enable Mercado Pago Sandbox', 'woocommerce-mercadopago-module'),
|
353 |
'default' => 'no',
|
354 |
-
'description' => __('This
|
355 |
),
|
356 |
'debug' => array(
|
357 |
'title' => __('Debug and Log', 'woocommerce-mercadopago-module'),
|
@@ -369,7 +387,32 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
369 |
* CHECKOUT BUSINESS RULES
|
370 |
* ========================================================================
|
371 |
*/
|
372 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
373 |
// 1. First step occurs when the customer selects Mercado Pago and proceed to
|
374 |
// checkout. This method verify which integration method was selected and
|
375 |
// makes the build for the checkout URL.
|
@@ -500,19 +543,21 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
500 |
// Find excluded payment methods. If 'n/d' is in array index, we should
|
501 |
// disconsider the remaining values.
|
502 |
$excluded_payment_methods = array();
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
|
|
|
|
516 |
$payment_methods = array(
|
517 |
'installments' => (is_numeric((int)$this->installments) ? (int)$this->installments : 24),
|
518 |
'default_installments' => 1
|
@@ -572,7 +617,7 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
572 |
);
|
573 |
// Set sponsor ID
|
574 |
if (!$this->isTestUser) {
|
575 |
-
$preferences['sponsor_id'] = (int)($sponsor_id[$this->site_id]);
|
576 |
}
|
577 |
// Auto return options.
|
578 |
if ('yes' == $this->auto_return) {
|
@@ -773,17 +818,14 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
773 |
if (!is_wp_error($merchant_order_info) && ($merchant_order_info["status"] == 200)) {
|
774 |
$payments = $merchant_order_info["response"]["payments"];
|
775 |
// check if we have more than one payment method
|
776 |
-
if (sizeof($payments)
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
} else {
|
782 |
-
return $merchant_order_info["response"];
|
783 |
}
|
784 |
-
|
785 |
-
|
786 |
-
}
|
787 |
} else {
|
788 |
if ('yes' == $this->debug) {
|
789 |
$this->log->add($this->id, $this->id . ': @[check_ipn_request_is_valid] - got status not equal 200 or some error');
|
@@ -815,13 +857,6 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
815 |
$this->log->add($this->id, $this->id . ': @[successful_request] - got order with ID ' . $order->id . ' and status ' . $data['payments'][0]['status']);
|
816 |
}
|
817 |
// Order details.
|
818 |
-
if (!empty($data['id'])) {
|
819 |
-
update_post_meta(
|
820 |
-
$order_id,
|
821 |
-
__('Mercado Pago Transaction ID', 'woocommerce-mercadopago-module'),
|
822 |
-
$data['id']
|
823 |
-
);
|
824 |
-
}
|
825 |
if (!empty($data['payer']['email'])) {
|
826 |
update_post_meta(
|
827 |
$order_id,
|
@@ -849,7 +884,27 @@ class WC_WooMercadoPago_Gateway extends WC_Payment_Gateway {
|
|
849 |
);
|
850 |
}
|
851 |
}
|
852 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
853 |
case 'approved':
|
854 |
$order->add_order_note(
|
855 |
'Mercado Pago: ' . __('Payment approved.', 'woocommerce-mercadopago-module')
|
7 |
* Author URI: https://www.mercadopago.com.br/developers/
|
8 |
* Developer: Marcelo Tomio Hama / marcelo.hama@mercadolivre.com
|
9 |
* Copyright: Copyright(c) MercadoPago [http://www.mercadopago.com]
|
10 |
+
* Version: 1.0.4
|
11 |
* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher
|
12 |
* Text Domain: woocommerce-mercadopago-module
|
13 |
* Domain Path: /languages/
|
84 |
// These fields are used in our Mercado Pago Module configuration page.
|
85 |
$this->client_id = $this->get_option('client_id');
|
86 |
$this->client_secret = $this->get_option('client_secret');
|
87 |
+
$this->enable_custom_checkout = $this->get_option('enable_custom_checkout', true);
|
88 |
$this->title = $this->get_option('title');
|
89 |
$this->description = $this->get_option('description');
|
90 |
$this->category_id = $this->get_option('category_id');
|
94 |
$this->iframe_height = $this->get_option('iframe_height', 800);
|
95 |
$this->auto_return = $this->get_option('auto_return', true);
|
96 |
$this->installments = $this->get_option('installments', '24');
|
97 |
+
$this->enable_2cc = $this->get_option('enable_2cc', true);
|
98 |
$this->ex_payments = $this->get_option('ex_payments', 'n/d');
|
99 |
$this->sandbox = $this->get_option('sandbox', false);
|
100 |
$this->debug = $this->get_option('debug');
|
271 |
'type' => 'title',
|
272 |
'description' => ''
|
273 |
),
|
274 |
+
/* TODO: implement custom checkout
|
275 |
+
'enable_custom_checkout' => array(
|
276 |
+
'title' => __('Custom Checkout', 'woocommerce-mercadopago-module'),
|
277 |
+
'type' => 'checkbox',
|
278 |
+
'label' => __('Enable Custom Checkout', 'woocommerce-mercadopago-module'),
|
279 |
+
'default' => 'yes',
|
280 |
+
'description' => __('This option allows your store to present the custom/transparent checkout to your customers.', 'woocommerce-mercadopago-module'),
|
281 |
+
),*/
|
282 |
'title' => array(
|
283 |
'title' => __('Title', 'woocommerce-mercadopago-module'),
|
284 |
'type' => 'text',
|
344 |
'description' => $this->installments_desc,
|
345 |
'default' => '24'
|
346 |
),
|
347 |
+
/* TODO: implement 2 cards from configuration via API
|
348 |
+
'enable_2cc' => array(
|
349 |
+
'title' => __('Payment with 2 Credit Card', 'woocommerce-mercadopago-module'),
|
350 |
+
'type' => 'checkbox',
|
351 |
+
'label' => __('Enable payments with 2 credit cards', 'woocommerce-mercadopago-module'),
|
352 |
+
'default' => 'yes',
|
353 |
+
'description' => __('Enable this option to let your customers use 2 credit cards to pay orders.', 'woocommerce-mercadopago-module'),
|
354 |
+
),*/
|
355 |
'ex_payments' => array(
|
356 |
'title' => __('Exclude Payment Methods', 'woocommerce-mercadopago-module'),
|
357 |
'description' => $this->payment_desc,
|
369 |
'type' => 'checkbox',
|
370 |
'label' => __('Enable Mercado Pago Sandbox', 'woocommerce-mercadopago-module'),
|
371 |
'default' => 'no',
|
372 |
+
'description' => __('This option allows you to test payments inside a sandbox environment.', 'woocommerce-mercadopago-module'),
|
373 |
),
|
374 |
'debug' => array(
|
375 |
'title' => __('Debug and Log', 'woocommerce-mercadopago-module'),
|
387 |
* CHECKOUT BUSINESS RULES
|
388 |
* ========================================================================
|
389 |
*/
|
390 |
+
|
391 |
+
/*public function payment_fields() {
|
392 |
+
if ('yes' == $this->enable_custom_checkout) { // custom checkout
|
393 |
+
$cart_total = $this->get_order_total();
|
394 |
+
wc_get_template(
|
395 |
+
'credit-card/payment-form.php',
|
396 |
+
array(
|
397 |
+
// TODO: implement custom checkout fields
|
398 |
+
'cart_total' => $cart_total,
|
399 |
+
'max_installment' => 24,
|
400 |
+
'smallest_installment' => 1,
|
401 |
+
'installments' => (is_numeric((int)$this->installments) ? (int)$this->installments : 24),
|
402 |
+
),
|
403 |
+
'woocommerce/mercadopago/',
|
404 |
+
WC_WooMercadoPago_Module::get_templates_path()
|
405 |
+
);
|
406 |
+
} else { // standard checkout
|
407 |
+
if ($description = $this->get_description()) {
|
408 |
+
echo wpautop(wptexturize($description));
|
409 |
+
}
|
410 |
+
if ($this->supports('default_credit_card_form')) {
|
411 |
+
$this->credit_card_form();
|
412 |
+
}
|
413 |
+
}
|
414 |
+
}*/
|
415 |
+
|
416 |
// 1. First step occurs when the customer selects Mercado Pago and proceed to
|
417 |
// checkout. This method verify which integration method was selected and
|
418 |
// makes the build for the checkout URL.
|
543 |
// Find excluded payment methods. If 'n/d' is in array index, we should
|
544 |
// disconsider the remaining values.
|
545 |
$excluded_payment_methods = array();
|
546 |
+
if (is_array($this->ex_payments) || is_object($this->ex_payments)) {
|
547 |
+
try { // in some PHP versions, $this->ex_payments is interpreted as a not iterable object
|
548 |
+
foreach ($this->ex_payments as $excluded) {
|
549 |
+
if ($excluded == 0) // if "n/d" is selected, we just not add any items to the array
|
550 |
+
break;
|
551 |
+
array_push($excluded_payment_methods, array(
|
552 |
+
"id" => $this->payment_methods[$excluded]
|
553 |
+
));
|
554 |
+
}
|
555 |
+
} catch (MercadoPagoException $e) {
|
556 |
+
if ('yes' == $this->debug) {
|
557 |
+
$this->log->add($this->id, $this->id . ': @[DEBUG] - excluded payments: exception caught: ' . print_r($e, true));
|
558 |
+
}
|
559 |
+
}
|
560 |
+
}
|
561 |
$payment_methods = array(
|
562 |
'installments' => (is_numeric((int)$this->installments) ? (int)$this->installments : 24),
|
563 |
'default_installments' => 1
|
617 |
);
|
618 |
// Set sponsor ID
|
619 |
if (!$this->isTestUser) {
|
620 |
+
$preferences['sponsor_id'] = (int)($this->sponsor_id[$this->site_id]);
|
621 |
}
|
622 |
// Auto return options.
|
623 |
if ('yes' == $this->auto_return) {
|
818 |
if (!is_wp_error($merchant_order_info) && ($merchant_order_info["status"] == 200)) {
|
819 |
$payments = $merchant_order_info["response"]["payments"];
|
820 |
// check if we have more than one payment method
|
821 |
+
if (sizeof($payments) >= 1) { // We have payments
|
822 |
+
return $merchant_order_info['response'];
|
823 |
+
} else { // We have no payments?
|
824 |
+
if ('yes' == $this->debug) {
|
825 |
+
$this->log->add($this->id, $this->id . ': @[check_ipn_request_is_valid] - order received but has no payment');
|
|
|
|
|
826 |
}
|
827 |
+
return false;
|
828 |
+
}
|
|
|
829 |
} else {
|
830 |
if ('yes' == $this->debug) {
|
831 |
$this->log->add($this->id, $this->id . ': @[check_ipn_request_is_valid] - got status not equal 200 or some error');
|
857 |
$this->log->add($this->id, $this->id . ': @[successful_request] - got order with ID ' . $order->id . ' and status ' . $data['payments'][0]['status']);
|
858 |
}
|
859 |
// Order details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
860 |
if (!empty($data['payer']['email'])) {
|
861 |
update_post_meta(
|
862 |
$order_id,
|
884 |
);
|
885 |
}
|
886 |
}
|
887 |
+
// Here, we process the status...
|
888 |
+
$status = 'pending';
|
889 |
+
if (sizeof($data['payments']) == 1) {
|
890 |
+
// if there's only one payment, then we get its status
|
891 |
+
$status = $data['payments'][0]['status'];
|
892 |
+
} else if (sizeof($data['payments']) > 1) {
|
893 |
+
// otherwise, we check payment sum
|
894 |
+
$total_paid = 0.00;
|
895 |
+
foreach ($data['payments'] as $payment) {
|
896 |
+
if ($payment['status'] === 'approved') {
|
897 |
+
$total_paid = $total_paid + (float)$payment['total_paid_amount'];
|
898 |
+
}
|
899 |
+
}
|
900 |
+
$total = $data['shipping_cost'] + $data['total_amount'];
|
901 |
+
if ($total_paid >= $total) {
|
902 |
+
// At this point, the sum of approved payments are above or equal than the total order amount, so it is approved
|
903 |
+
$status = 'approved';
|
904 |
+
}
|
905 |
+
}
|
906 |
+
// Switch the status and update in WooCommerce
|
907 |
+
switch ($status) {
|
908 |
case 'approved':
|
909 |
$order->add_order_note(
|
910 |
'Mercado Pago: ' . __('Payment approved.', 'woocommerce-mercadopago-module')
|
mercadopago/sdk/lib/mercadopago.php
CHANGED
@@ -203,18 +203,21 @@ class MP {
|
|
203 |
* @param array $preference
|
204 |
* @return array(json)
|
205 |
*/
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
|
|
|
|
|
|
218 |
|
219 |
/**
|
220 |
* Update a checkout preference
|
203 |
* @param array $preference
|
204 |
* @return array(json)
|
205 |
*/
|
206 |
+
public function create_preference($preference) {
|
207 |
+
$request = array(
|
208 |
+
"uri" => "/checkout/preferences",
|
209 |
+
"params" => array(
|
210 |
+
"access_token" => $this->get_access_token()
|
211 |
+
),
|
212 |
+
"headers" => array(
|
213 |
+
"X-Tracking-Id" => "platform:std,type:woocommerce,so:1.0.4"
|
214 |
+
),
|
215 |
+
"data" => $preference
|
216 |
+
);
|
217 |
+
|
218 |
+
$preference_result = MPRestClient::post($request);
|
219 |
+
return $preference_result;
|
220 |
+
}
|
221 |
|
222 |
/**
|
223 |
* Update a checkout preference
|