-
-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (French)
- Loading branch information
Showing
1 changed file
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_invoicing_mode_at_shipping | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: fr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model.fields.selection,name:partner_invoicing_mode_at_shipping.selection__res_partner__invoicing_mode__at_shipping | ||
msgid "At Shipping" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model.fields,help:partner_invoicing_mode_at_shipping.field_res_partner__one_invoice_per_shipping | ||
#: model:ir.model.fields,help:partner_invoicing_mode_at_shipping.field_res_users__one_invoice_per_shipping | ||
msgid "" | ||
"Check this if you want to create one invoice per shipping using the partner " | ||
"invoicing mode that should be different than 'At Shipping'." | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model,name:partner_invoicing_mode_at_shipping.model_res_partner | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model.fields,field_description:partner_invoicing_mode_at_shipping.field_res_partner__invoicing_mode | ||
#: model:ir.model.fields,field_description:partner_invoicing_mode_at_shipping.field_res_users__invoicing_mode | ||
msgid "Invoicing Mode" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#. odoo-python | ||
#: code:addons/partner_invoicing_mode_at_shipping/models/stock_picking.py:0 | ||
#, python-format | ||
msgid "Nothing to invoice." | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model.fields,field_description:partner_invoicing_mode_at_shipping.field_res_partner__one_invoice_per_shipping | ||
#: model:ir.model.fields,field_description:partner_invoicing_mode_at_shipping.field_res_users__one_invoice_per_shipping | ||
#: model:ir.model.fields,field_description:partner_invoicing_mode_at_shipping.field_sale_order__one_invoice_per_shipping | ||
msgid "One Invoice Per Shipping" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model,name:partner_invoicing_mode_at_shipping.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model,name:partner_invoicing_mode_at_shipping.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#: model:ir.model,name:partner_invoicing_mode_at_shipping.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#. odoo-python | ||
#: code:addons/partner_invoicing_mode_at_shipping/models/sale_order.py:0 | ||
#, python-format | ||
msgid "" | ||
"Validate the invoices generated by shipping for the invoicing mode " | ||
"%(invoicing_mode_name)s" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#. odoo-python | ||
#: code:addons/partner_invoicing_mode_at_shipping/models/res_partner.py:0 | ||
#, python-format | ||
msgid "" | ||
"You cannot configure the partner %(partner)s with 'One Invoice Per Order' " | ||
"and 'One Invoice Per Shipping'!" | ||
msgstr "" | ||
|
||
#. module: partner_invoicing_mode_at_shipping | ||
#. odoo-python | ||
#: code:addons/partner_invoicing_mode_at_shipping/models/res_partner.py:0 | ||
#, python-format | ||
msgid "" | ||
"You cannot configure the partner %(partner)s with Invoicing Mode 'At " | ||
"Shipping' and 'One Invoice Per Shipping'!" | ||
msgstr "" |