Browsing French (Canada) translation

110 of 337 results
1.

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

<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>
<p>
You can view your quotation online:
</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="/quote/${object.id}/${object.access_token}">View ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'}</a>

% 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: 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.
(no translation yet)
Suggestions:

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

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

<p>Voici votre ${object.state in ('draft', 'sent') and 'devis' or 'confirmation de commande'} de ${object.company_id.name}: </p>

<p style="border-left: 1px solid #8e0000; margin-left: 30px;">
&nbsp;&nbsp;<strong>RÉFÉRENCES</strong><br />
&nbsp;&nbsp;Bon de commande n°&nbsp;: <strong>${object.name}</strong><br />
&nbsp;&nbsp;Total&nbsp;: <strong>${object.amount_total} ${object.pricelist_id.currency_id.name}</strong><br />
&nbsp;&nbsp;Date&nbsp;: ${object.date_order}<br />
% if object.origin:
&nbsp;&nbsp;Référence&nbsp;: ${object.origin}<br />
% endif
% if object.client_order_ref:
&nbsp;&nbsp;Votre référence&nbsp;: ${object.client_order_ref}<br />
% endif
% if object.user_id:
&nbsp;&nbsp;Votre contact&nbsp;: <a href="mailto:${object.user_id.email or ''}?subject=Order%20${object.name}">${object.user_id.name}</a>
% endif
</p>
<p>
Vous pouvez voir votre devis en ligne&nbsp;:
</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="/quote/${object.id}/${object.access_token}">Voir le ${object.state in ('draft', 'sent') and 'Devis' or 'Bon de commande'}</a>

% if object.paypal_url:
<br/>
<p>Il est aussi possible de payer directement avec paypal&nbsp;:</p>
<a style="margin-left: 120px;" href="${object.paypal_url}">
<img class="oe_edi_paypal_button" src="https://www.paypal.com/fr_FR/i/btn/btn_paynowCC_LG.gif"/>
</a>
% endif

<br/>
<p>Pour toute question, n'hésitez pas à nous contacter.</p>
<p>Merci d'avoir choisi ${object.company_id.name or 'notre entreprise'} !</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; ">
Téléphone&nbsp;:&nbsp; ${object.company_id.phone}
</div>
% endif
% if object.company_id.website:
<div>
Site web&nbsp;:&nbsp;<a href="${object.company_id.website}">${object.company_id.website}</a>
</div>
%endif
<p></p>
</div>
</div>
French sale in ocb-addons odoo-8 by yann
Located in model:email.template,body_html:sale.email_template_edi_sale
2.
# Sales
module: sale
(no translation yet)
Suggestions:
Nb Ventes
French sale in ocb-addons odoo-8 by Philippe Mayjonade
Located in field:product.product,sales_count:0 field:product.template,sales_count:0
3.
# of Lines
module: sale
(no translation yet)
Suggestions:
Nb. de lignes
French sale in ocb-addons odoo-8 by Yann Papouin
Nb de lignes
French sale in ocb-addons odoo-8 by swinter
Located in field:sale.report,nbr:0
4.
# of Qty
module: sale
(no translation yet)
Suggestions:
Nb. de qté.
French sale in ocb-addons odoo-8 by Yann Papouin
Located in field:sale.report,product_uom_qty:0
5.
# of Sales Order
module: sale
(no translation yet)
Suggestions:
N° de la commande
French sale in ocb-addons odoo-8 by Matjaž Mozetič (Matmoz)
Located in field:res.partner,sale_order_count:0
6.
${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}
module: sale
(no translation yet)
Suggestions:
${(object.name or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}
French sale in ocb-addons odoo-8 by Matjaž Mozetič (Matmoz)
Located in model:email.template,report_name:sale.email_template_edi_sale
7.
${object.company_id.name|safe} ${object.state in ('draft', 'sent') and 'Quotation' or 'Order'} (Ref ${object.name or 'n/a' })
module: sale
(no translation yet)
Suggestions:
${object.company_id.name|safe} ${object.state in ('draft', 'sent') and 'Devis' or 'Bon de commande'} (Réf ${object.name or 'n/a' })
French sale in ocb-addons odoo-8 by yann
Located in model:email.template,subject:sale.email_template_edi_sale
8.
(update)
module: sale
(no translation yet)
Suggestions:
(mise à jour)
French sale in ocb-addons odoo-8 by Matjaž Mozetič (Matmoz)
Located in view:sale.order:sale.view_order_form
9.
* The 'Draft' status is set when the related sales order in draft status.
* The 'Confirmed' status is set when the related sales order is confirmed.
* The 'Exception' status is set when the related sales order is set as exception.
* The 'Done' status is set when the sales order line has been picked.
* The 'Cancelled' status is set when a user cancel the sales order related.
module: 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.
(no translation yet)
Suggestions:
* L'état "Brouillon" est mis lorsque la commande associée est à l'état "Brouillon".
* L'état "Confirmée" est mis lorsque la commande associée est à l'état "Confirmée".
* L'état "Exception" est mis lorsque la commande associée est mise en "Exception".
* L'état "Terminée" est mis lorsque la ligne de vente a été préparée.
* L'état "Annulée" est mis lorsque l'utilisateur annule la commande associée.
French sale in ocb-addons odoo-8 by Matjaž Mozetič (Matmoz)
Located in help:sale.order.line,state:0
10.
<p class="oe_view_nocontent_create">
Click to create a quotation that can be converted into a sales
order.
</p><p>
Odoo will help you efficiently handle the complete sales flow:
quotation, sales order, delivery, invoicing and payment.
</p>
module: 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.
(no translation yet)
Suggestions:
<p class="oe_view_nocontent_create">
Cliquez pour créer un devis qui peut être converti en bon de commande.
</p><p>
Odoo vous aidera à gérer efficacement le flux de vente complet:
devis, bon de commande, livraison, facturation et paiement.
</p>
French sale in ocb-addons odoo-8 by Olivier Dony (Odoo)
Located in model:ir.actions.act_window,help:sale.action_orders
110 of 337 results

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

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

Contributors to this translation: Matjaž Mozetič (Matmoz).