Browsing Hungarian translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions and Hungarian guidelines.
312 of 24 results
3.
We haven't sent you any invoice.
module: portal_sale
Nem küldtünk semmilyen számlát.
Translated by Christophe Simonis (OpenERP)
Located in model:ir.actions.act_window,help:portal_sale.portal_action_invoices
4.
${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}
module: portal_sale
${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}
Translated by Christophe Simonis (OpenERP)
Located in model:email.template,report_name:portal_sale.email_template_edi_sale
5.
View Online Payment Options
module: portal_sale
Online fizetési lehetőségek megtekintése
Translated by Christophe Simonis (OpenERP)
Located in model:res.groups,name:portal_sale.group_payment_options
6.
Show payment buttons to employees too
module: portal_sale
A munkavállalóknak is mutassa a fizetés gombot
Translated by Christophe Simonis (OpenERP)
Located in field:account.config.settings,group_payment_options:0
7.
${object.company_id.name} ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })
module: portal_sale
${object.company_id.name} ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })
Translated by Christophe Simonis (OpenERP)
Located in model:email.template,subject:portal_sale.email_template_edi_sale
8.
We haven't sent you any quotation.
module: portal_sale
Nem küldtünk semmilyen árajánlatot.
Translated by Christophe Simonis (OpenERP)
Located in model:ir.actions.act_window,help:portal_sale.action_quotations_portal
9.
Sales Orders
module: portal_sale
Vevői megrendelések
Translated by Christophe Simonis (OpenERP)
Located in model:ir.ui.menu,name:portal_sale.portal_sales_orders
10.
Members of this group see the online payment options
on Sale Orders and Customer Invoices. These options are meant for customers who are accessing
their documents through the portal.
module: portal_sale
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
Ennek a csoportnak a tagjai látják az online fizetési lehetőségeket
a vevői megrendeléseken és vevők számláin. Ezek a lehetőségek azoknak a vevőknek szólnak akik elérhetik
a dokumentumaikat a portálon keresztül.
Translated by Christophe Simonis (OpenERP)
Located in model:res.groups,comment:portal_sale.group_payment_options
11.

<div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">

<p>Hello ${object.partner_id.name},</p>

<p>Here is your ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} from ${object.company_id.name}: </p>

<p style="border-left: 1px solid #8e0000; margin-left: 30px;">
&nbsp;&nbsp;<strong>REFERENCES</strong><br />
&nbsp;&nbsp;Order number: <strong>${object.name}</strong><br />
&nbsp;&nbsp;Order total: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />
&nbsp;&nbsp;Order date: ${object.date_order}<br />
% if object.origin:
&nbsp;&nbsp;Order reference: ${object.origin}<br />
% endif
% if object.client_order_ref:
&nbsp;&nbsp;Your reference: ${object.client_order_ref}<br />
% endif
% if object.user_id:
&nbsp;&nbsp;Your contact: <a href="mailto:${object.user_id.email or ''}?subject=Order%20${object.name}">${object.user_id.name}</a>
% endif
</p>

<% set signup_url = object.get_signup_url() %>
% if signup_url:
<p>
You can access this document and pay online via our Customer Portal:
</p>
<a style="display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;"
href="${signup_url}">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>
% endif

% if object.paypal_url:
<br/>
<p>It is also possible to directly pay with Paypal:</p>
<a style="margin-left: 120px;" href="${object.paypal_url}">
<img class="oe_edi_paypal_button" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif"/>
</a>
% endif

<br/>
<p>If you have any question, do not hesitate to contact us.</p>
<p>Thank you for choosing ${object.company_id.name or 'us'}!</p>
<br/>
<br/>
<div style="width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;">
<h3 style="margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;">
<strong style="text-transform:uppercase;">${object.company_id.name}</strong></h3>
</div>
<div style="width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;">
<span style="color: #222; margin-bottom: 5px; display: block; ">
% if object.company_id.street:
${object.company_id.street}<br/>
% endif
% if object.company_id.street2:
${object.company_id.street2}<br/>
% endif
% if object.company_id.city or object.company_id.zip:
${object.company_id.zip} ${object.company_id.city}<br/>
% endif
% if object.company_id.country_id:
${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>
% endif
</span>
% if object.company_id.phone:
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
Phone:&nbsp; ${object.company_id.phone}
</div>
% endif
% if object.company_id.website:
<div>
Web :&nbsp;<a href="${object.company_id.website}">${object.company_id.website}</a>
</div>
% endif
<p></p>
</div>
</div>
module: portal_sale
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

<div style="font-family: 'Lucica Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">

<p>Tisztelt ${object.partner_id.name},</p>

<p>Ez itt a ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} ${object.company_id.name} vállalattól: </p>

<p style="border-left: 1px solid #8e0000; margin-left: 30px;">
&nbsp;&nbsp;<strong>REFERENCES</strong><br />
&nbsp;&nbsp;Megrendelés száma: <strong>${object.name}</strong><br />
&nbsp;&nbsp;Teljes megrendelés: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />
&nbsp;&nbsp;Megrendelés dátuma: ${object.date_order}<br />
% if object.origin:
&nbsp;&nbsp;Megrendelés hivatkozása: ${object.origin}<br />
% endif
% if object.client_order_ref:
&nbsp;&nbsp;Az Ön hivatkozása: ${object.client_order_ref}<br />
% endif
% if object.user_id:
&nbsp;&nbsp;Az Ön kapcsolata: <a href="mailto:${object.user_id.email or ''}?subject=Order%20${object.name}">${object.user_id.name}</a>
% endif
</p>

<% set signup_url = object.get_signup_url() %>
% if signup_url:
<p>
Elérheti ezt a dokumentumot és fizethet online a Vásárlói portálunkon:
</p>
<a style="display:block; width: 150px; height:20px; margin-left: 120px; color: #DDD; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; text-align: center; text-decoration: none !important; line-height: 1; padding: 5px 0px 0px 0px; background-color: #8E0000; border-radius: 5px 5px; background-repeat: repeat no-repeat;"
href="${signup_url}">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>
% endif

% if object.paypal_url:
<br/>
<p>Lehetősége van közvetlen Paypal fizetésre:</p>
<a style="margin-left: 120px;" href="${object.paypal_url}">
<img class="oe_edi_paypal_button" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif"/>
</a>
% endif

<br/>
<p>Egyéb felmerülő kérdésekben forduljon bizalommal hozzánk.</p>
<p>Köszönjük, hogy minket választott ${object.company_id.name or 'us'}!</p>
<br/>
<br/>
<div style="width: 375px; margin: 0px; padding: 0px; background-color: #8E0000; border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px; background-repeat: repeat no-repeat;">
<h3 style="margin: 0px; padding: 2px 14px; font-size: 12px; color: #DDD;">
<strong style="text-transform:uppercase;">${object.company_id.name}</strong></h3>
</div>
<div style="width: 347px; margin: 0px; padding: 5px 14px; line-height: 16px; background-color: #F2F2F2;">
<span style="color: #222; margin-bottom: 5px; display: block; ">
% if object.company_id.street:
${object.company_id.street}<br/>
% endif
% if object.company_id.street2:
${object.company_id.street2}<br/>
% endif
% if object.company_id.city or object.company_id.zip:
${object.company_id.zip} ${object.company_id.city}<br/>
% endif
% if object.company_id.country_id:
${object.company_id.state_id and ('%s, ' % object.company_id.state_id.name) or ''} ${object.company_id.country_id.name or ''}<br/>
% endif
</span>
% if object.company_id.phone:
<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">
Phone:&nbsp; ${object.company_id.phone}
</div>
% endif
% if object.company_id.website:
<div>
Web :&nbsp;<a href="${object.company_id.website}">${object.company_id.website}</a>
</div>
% endif
<p></p>
</div>
</div>
Translated by Christophe Simonis (OpenERP)
Located in model:email.template,body_html:portal_sale.email_template_edi_sale
12.
Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}
module: portal_sale
Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}
Translated by Christophe Simonis (OpenERP)
Located in model:email.template,report_name:portal_sale.email_template_edi_invoice
312 of 24 results

This translation is managed by OpenERP Hungarian Team, assigned by Odoo Translators (MOVED TO TRANSIFEX).

You are not logged in. Please log in to work on translations.

Contributors to this translation: Christophe Simonis (OpenERP), Stefan Rijnhart (Opener).