[MERGE] merge from trunk
[odoo/odoo.git] / addons / portal_sale / i18n / ru.po
1 # Russian translation for openobject-addons
2 # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
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: 2012-12-21 17:06+0000\n"
11 "PO-Revision-Date: 2013-09-16 07:59+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Russian <ru@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-04-12 08:31+0000\n"
18 "X-Generator: Launchpad (build 16976)\n"
19
20 #. module: portal_sale
21 #: model:ir.model,name:portal_sale.model_account_config_settings
22 msgid "account.config.settings"
23 msgstr ""
24
25 #. module: portal_sale
26 #: model:ir.actions.act_window,help:portal_sale.portal_action_invoices
27 msgid "We haven't sent you any invoice."
28 msgstr "У Вас нет никаких счетов."
29
30 #. module: portal_sale
31 #: model:email.template,report_name:portal_sale.email_template_edi_sale
32 msgid ""
33 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
34 "'draft' or ''}"
35 msgstr ""
36 "${(object.name or '').replace('/','_')}_${object.state == 'draft' and "
37 "'проект' or ''}"
38
39 #. module: portal_sale
40 #: model:res.groups,name:portal_sale.group_payment_options
41 msgid "View Online Payment Options"
42 msgstr "Посмотреть варианты оплаты онлайн"
43
44 #. module: portal_sale
45 #: field:account.config.settings,group_payment_options:0
46 msgid "Show payment buttons to employees too"
47 msgstr "Показывать кнопки оплаты сотрудникам"
48
49 #. module: portal_sale
50 #: model:email.template,subject:portal_sale.email_template_edi_sale
51 msgid ""
52 "${object.company_id.name} ${object.state in ('draft', 'sent') and "
53 "'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })"
54 msgstr ""
55 "${object.company_id.name} ${object.state in ('draft', 'sent') and "
56 "'Предложение' or 'Заказ'} № ${object.name or 'б/н' }"
57
58 #. module: portal_sale
59 #: model:ir.actions.act_window,help:portal_sale.action_quotations_portal
60 msgid "We haven't sent you any quotation."
61 msgstr "У Вас нет никаких предложений цен"
62
63 #. module: portal_sale
64 #: model:ir.ui.menu,name:portal_sale.portal_sales_orders
65 msgid "Sales Orders"
66 msgstr "Заказы продаж"
67
68 #. module: portal_sale
69 #: model:res.groups,comment:portal_sale.group_payment_options
70 msgid ""
71 "Members of this group see the online payment options\n"
72 "on Sale Orders and Customer Invoices. These options are meant for customers "
73 "who are accessing\n"
74 "their documents through the portal."
75 msgstr ""
76 "Члены этой группы видят варианты оплаты счетов онлайн\n"
77 "по заказам продаж и счетам заказчиков. Эти варианты предназначены для "
78 "заказчиков, имеющих доступ\n"
79 "к своим документам через портал."
80
81 #. module: portal_sale
82 #: model:email.template,body_html:portal_sale.email_template_edi_sale
83 msgid ""
84 "\n"
85 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
86 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
87 "255, 255); \">\n"
88 "\n"
89 "    <p>Hello ${object.partner_id.name},</p>\n"
90 "    \n"
91 "    <p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or "
92 "'order confirmation'} from ${object.company_id.name}: </p>\n"
93 "\n"
94 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
95 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
96 "       &nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />\n"
97 "       &nbsp;&nbsp;Order total: <strong>${object.amount_total} "
98 "${object.pricelist_id.currency_id.name}</strong><br />\n"
99 "       &nbsp;&nbsp;Order date: ${object.date_order}<br />\n"
100 "       % if object.origin:\n"
101 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
102 "       % endif\n"
103 "       % if object.client_order_ref:\n"
104 "       &nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />\n"
105 "       % endif\n"
106 "       % if object.user_id:\n"
107 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
108 "''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
109 "       % endif\n"
110 "    </p>\n"
111 "\n"
112 "    <% set signup_url = object.get_signup_url() %>\n"
113 "    % if signup_url:\n"
114 "    <p>\n"
115 "    You can access this document and pay online via our Customer Portal:\n"
116 "    </p>\n"
117 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
118 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
119 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
120 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
121 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
122 "no-repeat;\"\n"
123 "           href=\"${signup_url}\">View ${object.state in ('draft', 'sent') "
124 "and 'Quotation' or 'Order'}</a>\n"
125 "    % endif\n"
126 "\n"
127 "    % if object.paypal_url:\n"
128 "    <br/>\n"
129 "    <p>It is also possible to directly pay with Paypal:</p>\n"
130 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
131 "            <img class=\"oe_edi_paypal_button\" "
132 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
133 "        </a>\n"
134 "    % endif\n"
135 "\n"
136 "    <br/>\n"
137 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
138 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
139 "    <br/>\n"
140 "    <br/>\n"
141 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
142 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
143 "background-repeat: repeat no-repeat;\">\n"
144 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
145 "#DDD;\">\n"
146 "            <strong style=\"text-"
147 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
148 "    </div>\n"
149 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
150 "16px; background-color: #F2F2F2;\">\n"
151 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
152 "        % if object.company_id.street:\n"
153 "            ${object.company_id.street}<br/>\n"
154 "        % endif\n"
155 "        % if object.company_id.street2:\n"
156 "            ${object.company_id.street2}<br/>\n"
157 "        % endif\n"
158 "        % if object.company_id.city or object.company_id.zip:\n"
159 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
160 "        % endif\n"
161 "        % if object.company_id.country_id:\n"
162 "            ${object.company_id.state_id and ('%s, ' % "
163 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
164 "or ''}<br/>\n"
165 "        % endif\n"
166 "        </span>\n"
167 "        % if object.company_id.phone:\n"
168 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
169 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
170 "0px; padding-left: 0px; \">\n"
171 "                Phone:&nbsp; ${object.company_id.phone}\n"
172 "            </div>\n"
173 "        % endif\n"
174 "        % if object.company_id.website:\n"
175 "            <div>\n"
176 "                Web :&nbsp;<a "
177 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
178 "            </div>\n"
179 "        % endif\n"
180 "        <p></p>\n"
181 "    </div>\n"
182 "</div>\n"
183 "            "
184 msgstr ""
185 "\n"
186 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
187 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
188 "255, 255); \">\n"
189 "\n"
190 "    <p>Здравствуйте, ${object.partner_id.name}!</p>\n"
191 "    \n"
192 "    <p>Направляем Вам ${object.state in ('draft', 'sent') and 'предложение' "
193 "or 'подтверждение заказа'} от ${object.company_id.name}: </p>\n"
194 "\n"
195 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
196 "       &nbsp;&nbsp;<strong>СВОДКА</strong><br />\n"
197 "       &nbsp;&nbsp;Заказ: <strong>${object.name}</strong><br />\n"
198 "       &nbsp;&nbsp;Итог: <strong>${object.amount_total} "
199 "${object.pricelist_id.currency_id.name}</strong><br />\n"
200 "       &nbsp;&nbsp;Дата: ${object.date_order}<br />\n"
201 "       % if object.origin:\n"
202 "       &nbsp;&nbsp;Основание заказа: ${object.origin}<br />\n"
203 "       % endif\n"
204 "       % if object.client_order_ref:\n"
205 "       &nbsp;&nbsp;Ваша ссылка: ${object.client_order_ref}<br />\n"
206 "       % endif\n"
207 "       % if object.user_id:\n"
208 "       &nbsp;&nbsp;Ваш контакт: <a href=\"mailto:${object.user_id.email or "
209 "''}?subject=Order%20${object.name}\">${object.user_id.name}</a>\n"
210 "       % endif\n"
211 "    </p>\n"
212 "\n"
213 "    <% set signup_url = object.get_signup_url() %>\n"
214 "    % if signup_url:\n"
215 "    <p>\n"
216 "    Вы можете ознакомиться с этим документом онлайн и узнать о вариантах "
217 "оплаты через наш Портал:\n"
218 "    </p>\n"
219 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
220 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
221 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
222 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
223 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
224 "no-repeat;\"\n"
225 "           href=\"${signup_url}\">Посмотреть ${object.state in ('draft', "
226 "'sent') and 'Предложение' or 'Заказ'}</a>\n"
227 "    % endif\n"
228 "\n"
229 "    % if object.paypal_url:\n"
230 "    <br/>\n"
231 "    <p>Также возможно произвести оплату непосредственно через Paypal:</p>\n"
232 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
233 "            <img class=\"oe_edi_paypal_button\" "
234 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
235 "        </a>\n"
236 "    % endif\n"
237 "\n"
238 "    <br/>\n"
239 "    <p>Если у Вас есть вопросы - пожалуйста, свяжитесь с нами.</p>\n"
240 "    <p>Спасибо, что выбрали ${object.company_id.name or 'нас'}!</p>\n"
241 "    <br/>\n"
242 "    <br/>\n"
243 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
244 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
245 "background-repeat: repeat no-repeat;\">\n"
246 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
247 "#DDD;\">\n"
248 "            <strong style=\"text-"
249 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
250 "    </div>\n"
251 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
252 "16px; background-color: #F2F2F2;\">\n"
253 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
254 "        % if object.company_id.street:\n"
255 "            ${object.company_id.street}<br/>\n"
256 "        % endif\n"
257 "        % if object.company_id.street2:\n"
258 "            ${object.company_id.street2}<br/>\n"
259 "        % endif\n"
260 "        % if object.company_id.city or object.company_id.zip:\n"
261 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
262 "        % endif\n"
263 "        % if object.company_id.country_id:\n"
264 "            ${object.company_id.state_id and ('%s, ' % "
265 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
266 "or ''}<br/>\n"
267 "        % endif\n"
268 "        </span>\n"
269 "        % if object.company_id.phone:\n"
270 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
271 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
272 "0px; padding-left: 0px; \">\n"
273 "                Phone:&nbsp; ${object.company_id.phone}\n"
274 "            </div>\n"
275 "        % endif\n"
276 "        % if object.company_id.website:\n"
277 "            <div>\n"
278 "                Сайт :&nbsp;<a "
279 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
280 "            </div>\n"
281 "        % endif\n"
282 "        <p></p>\n"
283 "    </div>\n"
284 "</div>\n"
285 "            "
286
287 #. module: portal_sale
288 #: model:email.template,report_name:portal_sale.email_template_edi_invoice
289 msgid ""
290 "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' "
291 "and 'draft' or ''}"
292 msgstr ""
293 "Счёт_${(object.number or '').replace('/','_')}_${object.state == 'draft' and "
294 "'проект' or ''}"
295
296 #. module: portal_sale
297 #: model:email.template,subject:portal_sale.email_template_edi_invoice
298 msgid "${object.company_id.name} Invoice (Ref ${object.number or 'n/a' })"
299 msgstr "${object.company_id.name} Счёт № ${object.number or 'n/a' }"
300
301 #. module: portal_sale
302 #: model:ir.model,name:portal_sale.model_mail_mail
303 msgid "Outgoing Mails"
304 msgstr "Исходящая почта"
305
306 #. module: portal_sale
307 #: model:ir.actions.act_window,name:portal_sale.action_quotations_portal
308 #: model:ir.ui.menu,name:portal_sale.portal_quotations
309 msgid "Quotations"
310 msgstr "Предложения цен"
311
312 #. module: portal_sale
313 #: model:ir.model,name:portal_sale.model_sale_order
314 msgid "Sales Order"
315 msgstr "Заказ продаж"
316
317 #. module: portal_sale
318 #: field:account.invoice,portal_payment_options:0
319 #: field:sale.order,portal_payment_options:0
320 msgid "Portal Payment Options"
321 msgstr "Варианты оплаты через портал"
322
323 #. module: portal_sale
324 #: help:account.config.settings,group_payment_options:0
325 msgid ""
326 "Show online payment options on Sale Orders and Customer Invoices to "
327 "employees. If not checked, these options are only visible to portal users."
328 msgstr ""
329 "Показывать варианты оплаты по заказам продаж и счетам заказчиков "
330 "сотрудникам. Если не отмечено, то эти варианты видны только пользователям "
331 "портала."
332
333 #. module: portal_sale
334 #: model:ir.actions.act_window,name:portal_sale.portal_action_invoices
335 #: model:ir.ui.menu,name:portal_sale.portal_invoices
336 msgid "Invoices"
337 msgstr "Счета"
338
339 #. module: portal_sale
340 #: view:account.config.settings:0
341 msgid "Configure payment acquiring methods"
342 msgstr "Настроить методы получения платежей"
343
344 #. module: portal_sale
345 #: model:email.template,body_html:portal_sale.email_template_edi_invoice
346 msgid ""
347 "\n"
348 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
349 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
350 "255, 255); \">\n"
351 "\n"
352 "    <p>Hello ${object.partner_id.name},</p>\n"
353 "\n"
354 "    <p>A new invoice is available for you: </p>\n"
355 "    \n"
356 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
357 "       &nbsp;&nbsp;<strong>REFERENCES</strong><br />\n"
358 "       &nbsp;&nbsp;Invoice number: <strong>${object.number}</strong><br />\n"
359 "       &nbsp;&nbsp;Invoice total: <strong>${object.amount_total} "
360 "${object.currency_id.name}</strong><br />\n"
361 "       &nbsp;&nbsp;Invoice date: ${object.date_invoice}<br />\n"
362 "       % if object.origin:\n"
363 "       &nbsp;&nbsp;Order reference: ${object.origin}<br />\n"
364 "       % endif\n"
365 "       % if object.user_id:\n"
366 "       &nbsp;&nbsp;Your contact: <a href=\"mailto:${object.user_id.email or "
367 "''}?subject=Invoice%20${object.number}\">${object.user_id.name}</a>\n"
368 "       % endif\n"
369 "    </p>  \n"
370 "\n"
371 "    <% set signup_url = object.get_signup_url() %>\n"
372 "    % if signup_url:\n"
373 "    <p>\n"
374 "    You can access the invoice document and pay online via our Customer "
375 "Portal:\n"
376 "    </p>\n"
377 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
378 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
379 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
380 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
381 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
382 "no-repeat;\"\n"
383 "           href=\"${signup_url}\">View Invoice</a>\n"
384 "    % endif\n"
385 "    \n"
386 "    % if object.paypal_url:\n"
387 "    <br/>\n"
388 "    <p>It is also possible to directly pay with Paypal:</p>\n"
389 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
390 "            <img class=\"oe_edi_paypal_button\" "
391 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
392 "        </a>\n"
393 "    % endif\n"
394 "    \n"
395 "    <br/>\n"
396 "    <p>If you have any question, do not hesitate to contact us.</p>\n"
397 "    <p>Thank you for choosing ${object.company_id.name or 'us'}!</p>\n"
398 "    <br/>\n"
399 "    <br/>\n"
400 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
401 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
402 "background-repeat: repeat no-repeat;\">\n"
403 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
404 "#DDD;\">\n"
405 "            <strong style=\"text-"
406 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
407 "    </div>\n"
408 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
409 "16px; background-color: #F2F2F2;\">\n"
410 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
411 "        % if object.company_id.street:\n"
412 "            ${object.company_id.street}<br/>\n"
413 "        % endif\n"
414 "        % if object.company_id.street2:\n"
415 "            ${object.company_id.street2}<br/>\n"
416 "        % endif\n"
417 "        % if object.company_id.city or object.company_id.zip:\n"
418 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
419 "        % endif\n"
420 "        % if object.company_id.country_id:\n"
421 "            ${object.company_id.state_id and ('%s, ' % "
422 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
423 "or ''}<br/>\n"
424 "        % endif\n"
425 "        </span>\n"
426 "        % if object.company_id.phone:\n"
427 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
428 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
429 "0px; padding-left: 0px; \">\n"
430 "                Phone:&nbsp; ${object.company_id.phone}\n"
431 "            </div>\n"
432 "        % endif\n"
433 "        % if object.company_id.website:\n"
434 "            <div>\n"
435 "                Web :&nbsp;<a "
436 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
437 "            </div>\n"
438 "        % endif\n"
439 "        <p></p>\n"
440 "    </div>\n"
441 "</div>\n"
442 "            "
443 msgstr ""
444 "\n"
445 "<div style=\"font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-"
446 "serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, "
447 "255, 255); \">\n"
448 "\n"
449 "    <p>Здравствуйте, ${object.partner_id.name},</p>\n"
450 "\n"
451 "    <p>Вам выставлен счёт: </p>\n"
452 "    \n"
453 "    <p style=\"border-left: 1px solid #8e0000; margin-left: 30px;\">\n"
454 "       &nbsp;&nbsp;<strong>СВОДКА</strong><br />\n"
455 "       &nbsp;&nbsp;Счёт: <strong>${object.number}</strong><br />\n"
456 "       &nbsp;&nbsp;Итог: <strong>${object.amount_total} "
457 "${object.currency_id.name}</strong><br />\n"
458 "       &nbsp;&nbsp;Дата: ${object.date_invoice}<br />\n"
459 "       % if object.origin:\n"
460 "       &nbsp;&nbsp;Основание: ${object.origin}<br />\n"
461 "       % endif\n"
462 "       % if object.user_id:\n"
463 "       &nbsp;&nbsp;Ваш контакт: <a href=\"mailto:${object.user_id.email or "
464 "''}?subject=Счёт%20${object.number}\">${object.user_id.name}</a>\n"
465 "       % endif\n"
466 "    </p>  \n"
467 "\n"
468 "    <% set signup_url = object.get_signup_url() %>\n"
469 "    % if signup_url:\n"
470 "    <p>\n"
471 "    Вы можете ознакомиться с документом онлайн и узнать о вариантах оплаты "
472 "через наш Портал:\n"
473 "    </p>\n"
474 "        <a style=\"display:block; width: 150px; height:20px; margin-left: "
475 "120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-"
476 "serif; font-size: 13px; font-weight: bold; text-align: center; text-"
477 "decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; "
478 "background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat "
479 "no-repeat;\"\n"
480 "           href=\"${signup_url}\">Посмотреть счёт</a>\n"
481 "    % endif\n"
482 "    \n"
483 "    % if object.paypal_url:\n"
484 "    <br/>\n"
485 "    <p>Также возможно произвести оплату через Paypal:</p>\n"
486 "        <a style=\"margin-left: 120px;\" href=\"${object.paypal_url}\">\n"
487 "            <img class=\"oe_edi_paypal_button\" "
488 "src=\"https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif\"/>\n"
489 "        </a>\n"
490 "    % endif\n"
491 "    \n"
492 "    <br/>\n"
493 "    <p>Если у Вас есть вопросы - пожалуйста, свяжитесь с нами.</p>\n"
494 "    <p>Спасибо, что выбрали ${object.company_id.name or 'нас'}!</p>\n"
495 "    <br/>\n"
496 "    <br/>\n"
497 "    <div style=\"width: 375px; margin: 0px; padding: 0px; background-color: "
498 "#8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; "
499 "background-repeat: repeat no-repeat;\">\n"
500 "        <h3 style=\"margin: 0px; padding: 2px 14px; font-size: 12px; color: "
501 "#DDD;\">\n"
502 "            <strong style=\"text-"
503 "transform:uppercase;\">${object.company_id.name}</strong></h3>\n"
504 "    </div>\n"
505 "    <div style=\"width: 347px; margin: 0px; padding: 5px 14px; line-height: "
506 "16px; background-color: #F2F2F2;\">\n"
507 "        <span style=\"color: #222; margin-bottom: 5px; display: block; \">\n"
508 "        % if object.company_id.street:\n"
509 "            ${object.company_id.street}<br/>\n"
510 "        % endif\n"
511 "        % if object.company_id.street2:\n"
512 "            ${object.company_id.street2}<br/>\n"
513 "        % endif\n"
514 "        % if object.company_id.city or object.company_id.zip:\n"
515 "            ${object.company_id.zip} ${object.company_id.city}<br/>\n"
516 "        % endif\n"
517 "        % if object.company_id.country_id:\n"
518 "            ${object.company_id.state_id and ('%s, ' % "
519 "object.company_id.state_id.name) or ''} ${object.company_id.country_id.name "
520 "or ''}<br/>\n"
521 "        % endif\n"
522 "        </span>\n"
523 "        % if object.company_id.phone:\n"
524 "            <div style=\"margin-top: 0px; margin-right: 0px; margin-bottom: "
525 "0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: "
526 "0px; padding-left: 0px; \">\n"
527 "                Phone:&nbsp; ${object.company_id.phone}\n"
528 "            </div>\n"
529 "        % endif\n"
530 "        % if object.company_id.website:\n"
531 "            <div>\n"
532 "                Сайт:&nbsp;<a "
533 "href=\"${object.company_id.website}\">${object.company_id.website}</a>\n"
534 "            </div>\n"
535 "        % endif\n"
536 "        <p></p>\n"
537 "    </div>\n"
538 "</div>\n"
539 "            "
540
541 #. module: portal_sale
542 #: model:ir.actions.act_window,help:portal_sale.action_orders_portal
543 msgid "We haven't sent you any sales order."
544 msgstr "У Вас нет никаких заказов."
545
546 #. module: portal_sale
547 #: model:ir.model,name:portal_sale.model_account_invoice
548 msgid "Invoice"
549 msgstr "Счёт"
550
551 #. module: portal_sale
552 #: model:ir.actions.act_window,name:portal_sale.action_orders_portal
553 msgid "Sale Orders"
554 msgstr "Заказы продаж"