[I18N] Update translations from Launchpad 8.0 branches
[odoo/odoo.git] / addons / portal_sale / i18n / es.po
1 # Spanish translation for openobject-addons
2 # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2014-09-23 16:28+0000\n"
11 "PO-Revision-Date: 2014-11-10 11:30+0000\n"
12 "Last-Translator: Pedro Manuel Baeza <pedro.baeza@gmail.com>\n"
13 "Language-Team: Spanish <es@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2014-11-11 07:37+0000\n"
18 "X-Generator: Launchpad (build 17241)\n"
19
20 #. module: portal_sale
21 #: model:email.template,body_html:portal_sale.email_template_edi_invoice
22 msgid ""
23 "\n"
24 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
25 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
26 "255, 255); \">\n"
27 "\n"
28 "    <p>Hello ${object.partner_id.name},</p>\n"
29 "\n"
30 "    <p>A new invoice is available for you: </p>\n"
31 "    \n"
32 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
33 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
34 "       &nbsp;&nbsp;Invoice number: <strong>${object.number}</strong><br />\n"
35 "       &nbsp;&nbsp;Invoice total: <strong>${object.amount_total} "
36 "${object.currency_id.name}</strong><br />\n"
37 "       &nbsp;&nbsp;Invoice date: ${object.date_invoice}<br />\n"
38 "       % if object.origin:\n"
39 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
40 "       % endif\n"
41 "       % if object.user_id:\n"
42 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
43 "''}?subject=Invoice%20${object.number}\">${object.user_id.name}</a>\n"
44 "       % endif\n"
45 "    </p>  \n"
46 "\n"
47 "    <% set signup_url = object.get_signup_url() %>\n"
48 "    % if signup_url:\n"
49 "    <p>\n"
50 "    You can access the invoice document and pay online via our Customer "
51 "Portal:\n"
52 "    </p>\n"
53 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
54 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
55 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
56 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
57 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
58 "no-repeat;\"\n"
59 "           href=\"${signup_url}\">View Invoice</a>\n"
60 "    % endif\n"
61 "    \n"
62 "    % if object.paypal_url:\n"
63 "    <br/>\n"
64 "    <p>It is also possible to directly pay with Paypal:</p>\n"
65 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
66 "            <img class=\"oe_edi_paypal_button\" "
67 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
68 "        </a>\n"
69 "    % endif\n"
70 "    \n"
71 "    <br/>\n"
72 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
73 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
74 "    <br/>\n"
75 "    <br/>\n"
76 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
77 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
78 "background-repeat: repeat no-repeat;\">\n"
79 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
80 "#DDD;\">\n"
81 "            <strong style=\"text-"
82 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
83 "    </div>\n"
84 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
85 "16px; background-color: #F2F2F2;\">\n"
86 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
87 "        % if object.company_id.street:\n"
88 "            ${object.company_id.street}<br/>\n"
89 "        % endif\n"
90 "        % if object.company_id.street2:\n"
91 "            ${object.company_id.street2}<br/>\n"
92 "        % endif\n"
93 "        % if object.company_id.city or object.company_id.zip:\n"
94 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
95 "        % endif\n"
96 "        % if object.company_id.country_id:\n"
97 "            ${object.company_id.state_id and ('%s, ' % "
98 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
99 "or ''}<br/>\n"
100 "        % endif\n"
101 "        </span>\n"
102 "        % if object.company_id.phone:\n"
103 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
104 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
105 "0px; padding-left: 0px; \">\n"
106 "                Phone:&nbsp; ${object.company_id.phone}\n"
107 "            </div>\n"
108 "        % endif\n"
109 "        % if object.company_id.website:\n"
110 "            <div>\n"
111 "                Web :&nbsp;<a "
112 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
113 "            </div>\n"
114 "        % endif\n"
115 "        <p></p>\n"
116 "    </div>\n"
117 "</div>\n"
118 "            "
119 msgstr ""
120 "\n"
121 "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
122 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
123 "255, 255); \">\n"
124 "\n"
125 "    <p>Hola ${object.partner_id.name},</p>\n"
126 "\n"
127 "    <p>Tiene una nueva factura disponible: </p>\n"
128 "    \n"
129 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
130 "       &nbsp;&nbsp;<strong>REFERENCIAS</strong><br />\n"
131 "       &nbsp;&nbsp;Nº de factura: <strong>${object.number}</strong><br />\n"
132 "       &nbsp;&nbsp;Total de la factura: <strong>${object.amount_total} "
133 "${object.currency_id.name}</strong><br />\n"
134 "       &nbsp;&nbsp;Fecha de factura: ${object.date_invoice}<br />\n"
135 "       % if object.origin:\n"
136 "       &nbsp;&nbsp;Referencia del pedido: ${object.origin}<br />\n"
137 "       % endif\n"
138 "       % if object.user_id:\n"
139 "       &nbsp;&nbsp;Su contacto: <a href=\"mailto:${object.user_id.email or "
140 "''}?subject=Factura%20${object.number}\">${object.user_id.name}</a>\n"
141 "       % endif\n"
142 "    </p>  \n"
143 "\n"
144 "    <% set signup_url = object.get_signup_url() %>\n"
145 "    % if signup_url:\n"
146 "    <p>\n"
147 "    Puede acceder a la misma y pagarla en línea vía nuestro portal de "
148 "cliente:\n"
149 "    </p>\n"
150 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
151 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
152 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
153 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
154 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
155 "no-repeat;\"\n"
156 "           href=\"${signup_url}\">View Invoice</a>\n"
157 "    % endif\n"
158 "    \n"
159 "    % if object.paypal_url:\n"
160 "    <br/>\n"
161 "    <p>También es posible pagarla directamente con Paypal:</p>\n"
162 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
163 "            <img class=\"oe_edi_paypal_button\" "
164 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
165 "        </a>\n"
166 "    % endif\n"
167 "    \n"
168 "    <br/>\n"
169 "    <p>Si tiene alguna pregunta, no dude en contactar con nosotros.</p>\n"
170 "    <p>Gracias por elegir ${object.company_id.name or 'us'}!</p>\n"
171 "    <br/>\n"
172 "    <br/>\n"
173 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
174 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
175 "background-repeat: repeat no-repeat;\">\n"
176 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
177 "#DDD;\">\n"
178 "            <strong style=\"text-"
179 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
180 "    </div>\n"
181 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
182 "16px; background-color: #F2F2F2;\">\n"
183 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
184 "        % if object.company_id.street:\n"
185 "            ${object.company_id.street}<br/>\n"
186 "        % endif\n"
187 "        % if object.company_id.street2:\n"
188 "            ${object.company_id.street2}<br/>\n"
189 "        % endif\n"
190 "        % if object.company_id.city or object.company_id.zip:\n"
191 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
192 "        % endif\n"
193 "        % if object.company_id.country_id:\n"
194 "            ${object.company_id.state_id and ('%s, ' % "
195 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
196 "or ''}<br/>\n"
197 "        % endif\n"
198 "        </span>\n"
199 "        % if object.company_id.phone:\n"
200 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
201 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
202 "0px; padding-left: 0px; \">\n"
203 "                Teléfono:&nbsp; ${object.company_id.phone}\n"
204 "            </div>\n"
205 "        % endif\n"
206 "        % if object.company_id.website:\n"
207 "            <div>\n"
208 "                Web :&nbsp;<a "
209 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
210 "            </div>\n"
211 "        % endif\n"
212 "        <p></p>\n"
213 "    </div>\n"
214 "</div>\n"
215 "            "
216
217 #. module: portal_sale
218 #: model:email.template,body_html:portal_sale.email_template_edi_sale
219 msgid ""
220 "\n"
221 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
222 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
223 "255, 255); \">\n"
224 "\n"
225 "    <p>Hello ${object.partner_id.name},</p>\n"
226 "    \n"
227 "    <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or "
228 "'order confirmation'} from ${object.company_id.name}: </p>\n"
229 "\n"
230 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
231 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
232 "       &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
233 "       &nbsp;&nbsp;Order total: <strong>${object.amount_total} "
234 "${object.pricelist_id.currency_id.name}</strong><br />\n"
235 "       &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
236 "       % if object.origin:\n"
237 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
238 "       % endif\n"
239 "       % if object.client_order_ref:\n"
240 "       &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
241 "       % endif\n"
242 "       % if object.user_id:\n"
243 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
244 "''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
245 "       % endif\n"
246 "    </p>\n"
247 "\n"
248 "    <% set signup_url = object.get_signup_url() %>\n"
249 "    % if signup_url:\n"
250 "    <p>\n"
251 "    You can access this document and pay online via our Customer Portal:\n"
252 "    </p>\n"
253 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
254 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
255 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
256 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
257 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
258 "no-repeat;\"\n"
259 "           href=\"${signup_url}\">View ${object.state in ('draft', 'sent') "
260 "and 'Quotation' or 'Order'}</a>\n"
261 "    % endif\n"
262 "\n"
263 "    % if object.paypal_url:\n"
264 "    <br/>\n"
265 "    <p>It is also possible to directly pay with Paypal:</p>\n"
266 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
267 "            <img class=\"oe_edi_paypal_button\" "
268 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
269 "        </a>\n"
270 "    % endif\n"
271 "\n"
272 "    <br/>\n"
273 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
274 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
275 "    <br/>\n"
276 "    <br/>\n"
277 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
278 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
279 "background-repeat: repeat no-repeat;\">\n"
280 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
281 "#DDD;\">\n"
282 "            <strong style=\"text-"
283 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
284 "    </div>\n"
285 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
286 "16px; background-color: #F2F2F2;\">\n"
287 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
288 "        % if object.company_id.street:\n"
289 "            ${object.company_id.street}<br/>\n"
290 "        % endif\n"
291 "        % if object.company_id.street2:\n"
292 "            ${object.company_id.street2}<br/>\n"
293 "        % endif\n"
294 "        % if object.company_id.city or object.company_id.zip:\n"
295 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
296 "        % endif\n"
297 "        % if object.company_id.country_id:\n"
298 "            ${object.company_id.state_id and ('%s, ' % "
299 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
300 "or ''}<br/>\n"
301 "        % endif\n"
302 "        </span>\n"
303 "        % if object.company_id.phone:\n"
304 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
305 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
306 "0px; padding-left: 0px; \">\n"
307 "                Phone:&nbsp; ${object.company_id.phone}\n"
308 "            </div>\n"
309 "        % endif\n"
310 "        % if object.company_id.website:\n"
311 "            <div>\n"
312 "                Web :&nbsp;<a "
313 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
314 "            </div>\n"
315 "        % endif\n"
316 "        <p></p>\n"
317 "    </div>\n"
318 "</div>\n"
319 "            "
320 msgstr ""
321 "\n"
322 "<div style=\"font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-"
323 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
324 "255, 255); \">\n"
325 "\n"
326 "    <p>Hola ${object.partner_id.name},</p>\n"
327 "    \n"
328 "    <p>Aquí está su ${object.state in ('draft', 'sent') and 'presupuesto' or "
329 "'confirmación de pedido'} de ${object.company_id.name}: </p>\n"
330 "\n"
331 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
332 "       &nbsp;&nbsp;<strong>REFERENCIAS</strong><br />\n"
333 "       &nbsp;&nbsp;Nº de pedido: <strong>${object.name}</strong><br />\n"
334 "       &nbsp;&nbsp;Total del pedido: <strong>${object.amount_total} "
335 "${object.pricelist_id.currency_id.name}</strong><br />\n"
336 "       &nbsp;&nbsp;Fecha del pedido: ${object.date_order}<br />\n"
337 "       % if object.origin:\n"
338 "       &nbsp;&nbsp;Referencia del pedido: ${object.origin}<br />\n"
339 "       % endif\n"
340 "       % if object.client_order_ref:\n"
341 "       &nbsp;&nbsp;Su referencia: ${object.client_order_ref}<br />\n"
342 "       % endif\n"
343 "       % if object.user_id:\n"
344 "       &nbsp;&nbsp;Su contacto: <a href=\"mailto:${object.user_id.email or "
345 "''}?subject=Pedido%20${object.name}\">${object.user_id.name}</a>\n"
346 "       % endif\n"
347 "    </p>\n"
348 "\n"
349 "    <% set signup_url = object.get_signup_url() %>\n"
350 "    % if signup_url:\n"
351 "    <p>\n"
352 "    Puede acceder a este documento y pagar en línea vía nuestro portal de "
353 "cliente:\n"
354 "    </p>\n"
355 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
356 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
357 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
358 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
359 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
360 "no-repeat;\"\n"
361 "           href=\"${signup_url}\">Ver ${object.state in ('draft', 'sent') "
362 "and 'presupuesto' or 'pedido'}</a>\n"
363 "    % endif\n"
364 "\n"
365 "    % if object.paypal_url:\n"
366 "    <br/>\n"
367 "    <p>También es posible pagarlo directamente con Paypal:</p>\n"
368 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
369 "            <img class=\"oe_edi_paypal_button\" "
370 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
371 "        </a>\n"
372 "    % endif\n"
373 "\n"
374 "    <br/>\n"
375 "    <p>Si tiene alguna pregunta, no dude en contactarnos.</p>\n"
376 "    <p>Gracias por elegir ${object.company_id.name or 'us'}!</p>\n"
377 "    <br/>\n"
378 "    <br/>\n"
379 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
380 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
381 "background-repeat: repeat no-repeat;\">\n"
382 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
383 "#DDD;\">\n"
384 "            <strong style=\"text-"
385 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
386 "    </div>\n"
387 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
388 "16px; background-color: #F2F2F2;\">\n"
389 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
390 "        % if object.company_id.street:\n"
391 "            ${object.company_id.street}<br/>\n"
392 "        % endif\n"
393 "        % if object.company_id.street2:\n"
394 "            ${object.company_id.street2}<br/>\n"
395 "        % endif\n"
396 "        % if object.company_id.city or object.company_id.zip:\n"
397 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
398 "        % endif\n"
399 "        % if object.company_id.country_id:\n"
400 "            ${object.company_id.state_id and ('%s, ' % "
401 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
402 "or ''}<br/>\n"
403 "        % endif\n"
404 "        </span>\n"
405 "        % if object.company_id.phone:\n"
406 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
407 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
408 "0px; padding-left: 0px; \">\n"
409 "                Teléfono:&nbsp; ${object.company_id.phone}\n"
410 "            </div>\n"
411 "        % endif\n"
412 "        % if object.company_id.website:\n"
413 "            <div>\n"
414 "                Web :&nbsp;<a "
415 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
416 "            </div>\n"
417 "        % endif\n"
418 "        <p></p>\n"
419 "    </div>\n"
420 "</div>\n"
421 "            "
422
423 #. module: portal_sale
424 #: model:email.template,report_name:portal_sale.email_template_edi_sale
425 msgid ""
426 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
427 "'draft' or ''}"
428 msgstr ""
429 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
430 "'borrador' or ''}"
431
432 #. module: portal_sale
433 #: model:email.template,subject:portal_sale.email_template_edi_sale
434 msgid ""
435 "${object.company_id.name|safe} ${object.state in ('draft', 'sent') and "
436 "'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })"
437 msgstr ""
438 "${object.company_id.name|safe} ${object.state in ('draft', 'sent') and "
439 "'Presupuesto' or 'Pedido'} (Ref ${object.name or 'n/a' })"
440
441 #. module: portal_sale
442 #: model:email.template,subject:portal_sale.email_template_edi_invoice
443 msgid ""
444 "${object.company_id.name|safe} Invoice (Ref ${object.number or 'n/a' })"
445 msgstr ""
446 "${object.company_id.name|safe} Factura (Ref ${object.number or 'n/a' })"
447
448 #. module: portal_sale
449 #: view:account.config.settings:portal_sale.portal_sale_payment_option_config
450 msgid "Configure payment acquiring methods"
451 msgstr "Configurar los métodos de pago"
452
453 #. module: portal_sale
454 #: model:ir.model,name:portal_sale.model_account_invoice
455 msgid "Invoice"
456 msgstr "Factura"
457
458 #. module: portal_sale
459 #: model:email.template,report_name:portal_sale.email_template_edi_invoice
460 msgid ""
461 "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
462 "and 'draft' or ''}"
463 msgstr ""
464 "Factura_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
465 "and 'borrador' or ''}"
466
467 #. module: portal_sale
468 #: model:ir.actions.act_window,name:portal_sale.portal_action_invoices
469 #: model:ir.ui.menu,name:portal_sale.portal_invoices
470 msgid "Invoices"
471 msgstr "Facturas"
472
473 #. module: portal_sale
474 #: model:res.groups,comment:portal_sale.group_payment_options
475 msgid ""
476 "Members of this group see the online payment options\n"
477 "on Sale Orders and Customer Invoices. These options are meant for customers "
478 "who are accessing\n"
479 "their documents through the portal."
480 msgstr ""
481 "Los miembros de este grupo verán las opciones de pago on-line de los pedidos "
482 "de venta y las facturas de cliente. Estas opciones están previstas para "
483 "clientes que acceden a sus documentos a través del portal."
484
485 #. module: portal_sale
486 #: model:ir.model,name:portal_sale.model_mail_mail
487 msgid "Outgoing Mails"
488 msgstr "Correos salientes"
489
490 #. module: portal_sale
491 #: field:account.invoice,portal_payment_options:0
492 #: field:sale.order,portal_payment_options:0
493 msgid "Portal Payment Options"
494 msgstr "Opciones de pago del portal"
495
496 #. module: portal_sale
497 #: model:ir.actions.act_window,name:portal_sale.action_quotations_portal
498 #: model:ir.ui.menu,name:portal_sale.portal_quotations
499 msgid "Quotations"
500 msgstr "Presupuestos"
501
502 #. module: portal_sale
503 #: model:ir.actions.act_window,name:portal_sale.action_orders_portal
504 msgid "Sale Orders"
505 msgstr "Pedidos de venta"
506
507 #. module: portal_sale
508 #: model:ir.model,name:portal_sale.model_sale_order
509 msgid "Sales Order"
510 msgstr "Pedido de venta"
511
512 #. module: portal_sale
513 #: model:ir.ui.menu,name:portal_sale.portal_sales_orders
514 msgid "Sales Orders"
515 msgstr "Pedidos de venta"
516
517 #. module: portal_sale
518 #: help:account.config.settings,group_payment_options:0
519 msgid ""
520 "Show online payment options on Sale Orders and Customer Invoices to "
521 "employees. If not checked, these options are only visible to portal users."
522 msgstr ""
523 "Mostrar opciones de pago on-line en los pedidos de venta y en las facturas "
524 "de cliente a los empleados. Si no se marca, estas opciones son visibles "
525 "únicamente para los usuarios del portal."
526
527 #. module: portal_sale
528 #: field:account.config.settings,group_payment_options:0
529 msgid "Show payment buttons to employees too"
530 msgstr "Mostrar botones de pago a los empleados también"
531
532 #. module: portal_sale
533 #: model:res.groups,name:portal_sale.group_payment_options
534 msgid "View Online Payment Options"
535 msgstr "Ver opciones de pago on-line."
536
537 #. module: portal_sale
538 #: model:ir.actions.act_window,help:portal_sale.portal_action_invoices
539 msgid "We haven't sent you any invoice."
540 msgstr "No se le ha enviado ninguna factura."
541
542 #. module: portal_sale
543 #: model:ir.actions.act_window,help:portal_sale.action_quotations_portal
544 msgid "We haven't sent you any quotation."
545 msgstr "No se le ha enviado ningún presupuesto."
546
547 #. module: portal_sale
548 #: model:ir.actions.act_window,help:portal_sale.action_orders_portal
549 msgid "We haven't sent you any sales order."
550 msgstr "No le hemos enviado ningún pedido de venta."
551
552 #. module: portal_sale
553 #: view:account.invoice:portal_sale.view_account_invoice_filter_share
554 msgid "[('share','=', False)]"
555 msgstr "[('share','=', False)]"