Browsing German translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions and German guidelines.
1120 of 24 results
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>Hallo ${object.partner_id.name},</p>

<p>hier ist ein ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} von ${object.company_id.name}: </p>

<p style="border-left: 1px solid #8e0000; margin-left: 30px;">
&nbsp;&nbsp;<strong>REFERENZ</strong><br />
&nbsp;&nbsp;Nummer:<strong>${object.name}</strong><br />
&nbsp;&nbsp;Betrag: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />
&nbsp;&nbsp;Datum: ${object.date_order}<br />
% if object.origin:
&nbsp;&nbsp;Unsere Referenz: ${object.origin}<br />
% endif
% if object.client_order_ref:
&nbsp;&nbsp;Ihre Referenz: ${object.client_order_ref}<br />
% endif
% if object.user_id:
&nbsp;&nbsp;Ihr Ansprechpartner: <a href="mailto:${object.user_id.email or ''}?subject=Auftrag%20${object.name}">${object.user_id.name}</a>
% endif
</p>

<% set signup_url = object.get_signup_url() %>
% if signup_url:
<p>
Über das Portal können Sie online auf den Beleg zugreifen und auch online bezahlen:
</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>Sie können auch direkt per Paypal bezahlen:</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>Bei Fragen kontaktieren Sie uns jederzeit.</p>
<p>Danke für Ihren Einkauf bei ${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 Ralf Hilgenstock
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 Thorsten Vocks (OpenBig.org)
Located in model:email.template,report_name:portal_sale.email_template_edi_invoice
13.
${object.company_id.name} Invoice (Ref ${object.number or 'n/a' })
module: portal_sale
${object.company_id.name} Rechnung (Ref ${object.number or 'NV' })
Translated by Thorsten Vocks (OpenBig.org)
Located in model:email.template,subject:portal_sale.email_template_edi_invoice
14.
Outgoing Mails
module: portal_sale
Postausgang
Translated by Thorsten Vocks (OpenBig.org)
Located in model:ir.model,name:portal_sale.model_mail_mail
15.
Quotations
module: portal_sale
Angebote
Translated by Thorsten Vocks (OpenBig.org)
Located in model:ir.actions.act_window,name:portal_sale.action_quotations_portal model:ir.ui.menu,name:portal_sale.portal_quotations
16.
Sales Order
module: portal_sale
Auftrag
Translated by Thorsten Vocks (OpenBig.org)
Located in model:ir.model,name:portal_sale.model_sale_order
17.
Portal Payment Options
module: portal_sale
Zahlungsoptionen des Portals
Translated by Thorsten Vocks (OpenBig.org)
Located in field:account.invoice,portal_payment_options:0 field:sale.order,portal_payment_options:0
18.
Show online payment options on Sale Orders and Customer Invoices to employees. If not checked, these options are only visible to portal users.
module: portal_sale
Online Zahlungsoptionen in den Angeboten und Rechnungen auch Mitarbeitern anzeigen. Wenn nicht markiert, werden diese Optionen nur Portalbenutzern angezeigt.
Translated by Ralf Hilgenstock
Located in help:account.config.settings,group_payment_options:0
19.
Invoices
module: portal_sale
Rechnungen
Translated by Thorsten Vocks (OpenBig.org)
Located in model:ir.actions.act_window,name:portal_sale.portal_action_invoices model:ir.ui.menu,name:portal_sale.portal_invoices
20.
Configure payment acquiring methods
module: portal_sale
Konfigurieren Sie die Methoden zur Zahlungsabwicklung
Translated by Thorsten Vocks (OpenBig.org)
Located in view:account.config.settings:0
1120 of 24 results

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

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

Contributors to this translation: Ralf Hilgenstock, Thorsten Vocks (OpenBig.org).