Browsing Turkish translation

Don't show this notice anymore
Before translating, be sure to go through Odoo Translators (MOVED TO TRANSIFEX) instructions.
211 of 24 results
2.
[('share','=', False)]
module: portal_sale
[('share','=', False)]
Translated by Christophe Simonis (OpenERP)
Located in view:account.invoice:0
3.
We haven't sent you any invoice.
module: portal_sale
Size herhangi bir fatura göndermedik.
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 Ödeme Seçenekleri
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
Çok çalışanlara ödeme tuşlarını göster
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
Size herhangi bir teklif göndermedik.
Translated by Christophe Simonis (OpenERP)
Located in model:ir.actions.act_window,help:portal_sale.action_quotations_portal
9.
Sales Orders
module: portal_sale
Satış Siparişleri
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.
Bu grubun üyeleri Satış Siparişleri ve Müşteri Faturaları için
çevrimiçi ödeme seçeneklerini görür. Bu seçenekler portal aracılığıyla dokümanlarına
erişen müşteriler içindir.
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>Sayın ${object.partner_id.name},</p>

<p>${object.company_id.name} firmasından istemiş olduğunuz ${object.state in ('draft', 'sent') and 'quotation' or 'order confirmation'} aşağıdadır : </p>

<p style="border-left: 1px solid #8e0000; margin-left: 30px;">
&nbsp;&nbsp;<strong>REFERENCES</strong><br />
&nbsp;&nbsp;Sipariş Numarası: <strong>${object.name}</strong><br />
&nbsp;&nbsp;Sipariş toplamı: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />
&nbsp;&nbsp;Sipariş tarihi: ${object.date_order}<br />
% if object.origin:
&nbsp;&nbsp;Sipariş referansı: ${object.origin}<br />
% endif
% if object.client_order_ref:
&nbsp;&nbsp;Referansınız: ${object.client_order_ref}<br />
% endif
% if object.user_id:
&nbsp;&nbsp;İlgiliniz: <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>
Müşteri Portalımızdan bu belgeye erişebilir ve çevrimiçi ödeme yapabilirsiniz:
</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>Paypal ile doğrudan da ödeme yapabilirsiniz:</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>Herhangi bir sorunuz olursa bize danışmakta tereddüt etmeyiniz.</p>
<p>Firmamız ${object.company_id.name or 'us'}ni seçtiğiniz için teşekkür ederiz!</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
211 of 24 results

This translation is managed by Açık Kaynak Türkçeleştirme Takımı, 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).