changeset 1dd87650983c in weblate:default
details: https://hg.tryton.org/weblate?cmd=changeset;node=1dd87650983c
description:
        Monthly update
diffstat:

 templates/account.pot                    |    4 -
 templates/account_asset.pot              |    4 +
 templates/account_credit_limit.pot       |    2 +-
 templates/account_invoice.pot            |   11 +
 templates/authentication_sms.pot         |    2 +-
 templates/bank.pot                       |    4 +
 templates/carrier.pot                    |    2 +-
 templates/commission.pot                 |    2 +-
 templates/customs.pot                    |    8 +-
 templates/edocument_unece.pot            |    8 +
 templates/ir.pot                         |   28 ++--
 templates/project.pot                    |   10 +-
 templates/purchase.pot                   |   14 +-
 templates/purchase_amendment.pot         |  174 ++++++++++++++++++++++++++++++
 templates/purchase_request_quotation.pot |    6 +-
 templates/purchase_requisition.pot       |    4 +
 templates/purchase_secondary_unit.pot    |    4 +
 templates/res.pot                        |    6 +-
 templates/sale.pot                       |    8 -
 templates/sale_amendment.pot             |  178 +++++++++++++++++++++++++++++++
 templates/sale_complaint.pot             |    8 +-
 templates/sale_opportunity.pot           |    4 +-
 templates/sale_product_customer.pot      |    4 +
 templates/sao.pot                        |   28 ++--
 templates/stock.pot                      |   12 ++
 templates/stock_lot.pot                  |   88 +++++++--------
 templates/stock_lot_sled.pot             |    8 +-
 templates/stock_split.pot                |    4 +-
 templates/stock_supply.pot               |    4 +-
 templates/timesheet.pot                  |    4 -
 templates/timesheet_cost.pot             |    6 +-
 templates/tryton.pot                     |   20 +-
 32 files changed, 524 insertions(+), 145 deletions(-)

diffs (1289 lines):

diff -r 5d44e65814bf -r 1dd87650983c templates/account.pot
--- a/templates/account.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/account.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -3913,10 +3913,6 @@
 msgid "Re-Open"
 msgstr ""
 
-msgctxt "view:account.journal:"
-msgid "General Information"
-msgstr ""
-
 msgctxt "view:account.move.line.template:"
 msgid "Other Info"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/account_asset.pot
--- a/templates/account_asset.pot       Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/account_asset.pot       Tue Oct 01 00:10:25 2019 +0200
@@ -126,6 +126,10 @@
 msgid "Asset"
 msgstr ""
 
+msgctxt "field:account.asset.line,currency_digits:"
+msgid "Currency Digits"
+msgstr ""
+
 msgctxt "field:account.asset.line,date:"
 msgid "Date"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/account_credit_limit.pot
--- a/templates/account_credit_limit.pot        Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/account_credit_limit.pot        Tue Oct 01 00:10:25 2019 +0200
@@ -70,7 +70,7 @@
 msgstr ""
 
 msgctxt "help:account.dunning.level,credit_limit:"
-msgid "Has reached the credit limit"
+msgid "Has reached the credit limit."
 msgstr ""
 
 msgctxt "model:account.configuration.default_credit_limit_amount,name:"
diff -r 5d44e65814bf -r 1dd87650983c templates/account_invoice.pot
--- a/templates/account_invoice.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/account_invoice.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -162,6 +162,10 @@
 msgid "Reference"
 msgstr ""
 
+msgctxt "field:account.invoice,sequence:"
+msgid "Sequence"
+msgstr ""
+
 msgctxt "field:account.invoice,state:"
 msgid "State"
 msgstr ""
@@ -804,6 +808,13 @@
 "\"%(fiscalyear)s\"."
 msgstr ""
 
+msgctxt "model:ir.message,text:msg_invoice_number_after"
+msgid ""
+"To number the invoice \"%(invoice)s\", you must set an accounting date after"
+" \"%(date)s\" because the sequence \"%(sequence)s\" has already been used "
+"for invoice \"%(after_invoice)s\"."
+msgstr ""
+
 msgctxt "model:ir.message,text:msg_invoice_pay_amount_greater_amount_to_pay"
 msgid ""
 "You cannot add a partial payment on invoice \"%(invoice)s\" with an amount "
diff -r 5d44e65814bf -r 1dd87650983c templates/authentication_sms.pot
--- a/templates/authentication_sms.pot  Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/authentication_sms.pot  Tue Oct 01 00:10:25 2019 +0200
@@ -19,7 +19,7 @@
 msgstr ""
 
 msgctxt "help:res.user,mobile:"
-msgid "Phone number that supports receiving SMS"
+msgid "Phone number that supports receiving SMS."
 msgstr ""
 
 msgctxt "model:ir.message,text:msg_sms_text"
diff -r 5d44e65814bf -r 1dd87650983c templates/bank.pot
--- a/templates/bank.pot        Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/bank.pot        Tue Oct 01 00:10:25 2019 +0200
@@ -126,6 +126,10 @@
 msgid "Other"
 msgstr ""
 
+msgctxt "view:bank.account:"
+msgid "Number"
+msgstr ""
+
 msgctxt "view:party.party:"
 msgid "Banking"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/carrier.pot
--- a/templates/carrier.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/carrier.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -27,7 +27,7 @@
 msgstr ""
 
 msgctxt "help:carrier,carrier_cost_method:"
-msgid "Method to compute carrier cost"
+msgid "Method to compute carrier cost."
 msgstr ""
 
 msgctxt "help:carrier,carrier_product:"
diff -r 5d44e65814bf -r 1dd87650983c templates/commission.pot
--- a/templates/commission.pot  Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/commission.pot  Tue Oct 01 00:10:25 2019 +0200
@@ -147,7 +147,7 @@
 msgstr ""
 
 msgctxt "help:commission.plan,commission_method:"
-msgid "When the commission is due"
+msgid "When the commission is due."
 msgstr ""
 
 msgctxt "help:commission.plan.line,formula:"
diff -r 5d44e65814bf -r 1dd87650983c templates/customs.pot
--- a/templates/customs.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/customs.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -115,19 +115,19 @@
 msgstr ""
 
 msgctxt "help:customs.tariff.code,code:"
-msgid "The code from Harmonized System of Nomenclature"
+msgid "The code from Harmonized System of Nomenclature."
 msgstr ""
 
 msgctxt "help:product.category,tariff_codes_parent:"
-msgid "Use the tariff codes defined on the parent category"
+msgid "Use the tariff codes defined on the parent category."
 msgstr ""
 
 msgctxt "help:product.product,tariff_codes_category:"
-msgid "Use the tariff codes defined on the category"
+msgid "Use the tariff codes defined on the category."
 msgstr ""
 
 msgctxt "help:product.template,tariff_codes_category:"
-msgid "Use the tariff codes defined on the category"
+msgid "Use the tariff codes defined on the category."
 msgstr ""
 
 msgctxt "model:customs.duty.rate,name:"
diff -r 5d44e65814bf -r 1dd87650983c templates/edocument_unece.pot
--- a/templates/edocument_unece.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/edocument_unece.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -333,3 +333,11 @@
 msgctxt "selection:account.tax,unece_code:"
 msgid "Value added tax"
 msgstr ""
+
+msgctxt "view:account.tax.template:"
+msgid "UNECE"
+msgstr ""
+
+msgctxt "view:account.tax:"
+msgid "UNECE"
+msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/ir.pot
--- a/templates/ir.pot  Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/ir.pot  Tue Oct 01 00:10:25 2019 +0200
@@ -1311,15 +1311,15 @@
 msgstr ""
 
 msgctxt "help:ir.action.act_window,context_domain:"
-msgid "Part of the domain that will be evaluated on each refresh"
+msgid "Part of the domain that will be evaluated on each refresh."
 msgstr ""
 
 msgctxt "help:ir.action.act_window,limit:"
-msgid "Default limit for the list view"
+msgid "Default limit for the list view."
 msgstr ""
 
 msgctxt "help:ir.action.act_window,search_value:"
-msgid "Default search criteria for the list view"
+msgid "Default search criteria for the list view."
 msgstr ""
 
 msgctxt "help:ir.action.report,email:"
@@ -1331,7 +1331,7 @@
 msgctxt "help:ir.action.report,extension:"
 msgid ""
 "Leave empty for the same as template, see LibreOffice documentation for "
-"compatible format"
+"compatible format."
 msgstr ""
 
 msgctxt "help:ir.action.report,single:"
@@ -1343,7 +1343,7 @@
 msgstr ""
 
 msgctxt "help:ir.action.wizard,window:"
-msgid "Run wizard in a new window"
+msgid "Run wizard in a new window."
 msgstr ""
 
 msgctxt "help:ir.lang,code:"
@@ -1355,7 +1355,7 @@
 msgstr ""
 
 msgctxt "help:ir.model,module:"
-msgid "Module in which this model is defined"
+msgid "Module in which this model is defined."
 msgstr ""
 
 msgctxt "help:ir.model.button,confirm:"
@@ -1363,7 +1363,7 @@
 msgstr ""
 
 msgctxt "help:ir.model.button,reset_by:"
-msgid "Button that should reset the rules"
+msgid "Button that should reset the rules."
 msgstr ""
 
 msgctxt "help:ir.model.button.rule,condition:"
@@ -1381,7 +1381,7 @@
 msgstr ""
 
 msgctxt "help:ir.model.field,module:"
-msgid "Module in which this field is defined"
+msgid "Module in which this field is defined."
 msgstr ""
 
 msgctxt "help:ir.model.print_model_graph.start,filter:"
@@ -1405,13 +1405,13 @@
 msgstr ""
 
 msgctxt "help:ir.rule.group,default_p:"
-msgid "Add this rule to all users by default"
+msgid "Add this rule to all users by default."
 msgstr ""
 
 msgctxt "help:ir.rule.group,global_p:"
 msgid ""
 "Make the rule global \n"
-"so every users must follow this rule"
+"so every users must follow this rule."
 msgstr ""
 
 msgctxt "help:ir.rule.group,name:"
@@ -1419,7 +1419,7 @@
 msgstr ""
 
 msgctxt "help:ir.rule.group,rules:"
-msgid "The rule is satisfied if at least one test is True"
+msgid "The rule is satisfied if at least one test is True."
 msgstr ""
 
 msgctxt "help:ir.trigger,condition:"
@@ -1441,7 +1441,7 @@
 msgstr ""
 
 msgctxt "help:ir.ui.view_search,domain:"
-msgid "The PYSON domain"
+msgid "The PYSON domain."
 msgstr ""
 
 msgctxt "model:ir.action,name:"
@@ -3039,11 +3039,11 @@
 
 msgctxt "view:ir.rule.group:"
 msgid ""
-"If there is no test defined, the rule is always satisfied if not global"
+"If there is no test defined, the rule is always satisfied if not global."
 msgstr ""
 
 msgctxt "view:ir.rule.group:"
-msgid "The rule is satisfied if at least one test is True"
+msgid "The rule is satisfied if at least one test is True."
 msgstr ""
 
 msgctxt "view:ir.sequence:"
diff -r 5d44e65814bf -r 1dd87650983c templates/project.pot
--- a/templates/project.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/project.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -83,23 +83,23 @@
 msgstr ""
 
 msgctxt "help:project.work,effort_duration:"
-msgid "Estimated Effort for this work"
+msgid "Estimated Effort for this work."
 msgstr ""
 
 msgctxt "help:project.work,progress:"
-msgid "Estimated progress for this work"
+msgid "Estimated progress for this work."
 msgstr ""
 
 msgctxt "help:project.work,timesheet_duration:"
-msgid "Total time spent on this work and the sub-works"
+msgid "Total time spent on this work and the sub-works."
 msgstr ""
 
 msgctxt "help:project.work,total_effort:"
-msgid "Estimated total effort for this work and the sub-works"
+msgid "Estimated total effort for this work and the sub-works."
 msgstr ""
 
 msgctxt "help:project.work,total_progress:"
-msgid "Estimated total progress for this work and the sub-works"
+msgid "Estimated total progress for this work and the sub-works."
 msgstr ""
 
 msgctxt "model:ir.action,name:act_open_child_work"
diff -r 5d44e65814bf -r 1dd87650983c templates/purchase.pot
--- a/templates/purchase.pot    Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/purchase.pot    Tue Oct 01 00:10:25 2019 +0200
@@ -452,7 +452,7 @@
 msgstr ""
 
 msgctxt "help:purchase.product_supplier.price,quantity:"
-msgid "Minimal quantity"
+msgid "Minimal quantity."
 msgstr ""
 
 msgctxt "help:purchase.purchase,delivery_date:"
@@ -460,7 +460,7 @@
 msgstr ""
 
 msgctxt "help:stock.location,supplier_return_location:"
-msgid "If empty the Storage location is used"
+msgid "If empty the Storage location is used."
 msgstr ""
 
 msgctxt "model:ir.action,name:act_invoice_form"
@@ -969,7 +969,7 @@
 msgstr ""
 
 msgctxt "view:purchase.line:"
-msgid "Delivery Date"
+msgid "Delivery Date:"
 msgstr ""
 
 msgctxt "view:purchase.line:"
@@ -992,14 +992,6 @@
 msgid "Purchase"
 msgstr ""
 
-msgctxt "view:stock.move:"
-msgid "Cancel"
-msgstr ""
-
-msgctxt "view:stock.move:"
-msgid "Reset to Draft"
-msgstr ""
-
 msgctxt "wizard_button:purchase.handle.invoice.exception,ask,end:"
 msgid "Cancel"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/purchase_amendment.pot
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/purchase_amendment.pot  Tue Oct 01 00:10:25 2019 +0200
@@ -0,0 +1,174 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:purchase.amendment,date:"
+msgid "Date"
+msgstr ""
+
+msgctxt "field:purchase.amendment,description:"
+msgid "Description"
+msgstr ""
+
+msgctxt "field:purchase.amendment,lines:"
+msgid "Lines"
+msgstr ""
+
+msgctxt "field:purchase.amendment,purchase:"
+msgid "Purchase"
+msgstr ""
+
+msgctxt "field:purchase.amendment,state:"
+msgid "State"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,action:"
+msgid "Action"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,amendment:"
+msgid "Amendment"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,description:"
+msgid "Description"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,invoice_address:"
+msgid "Invoice Address"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,line:"
+msgid "Line"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,party:"
+msgid "Party"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,payment_term:"
+msgid "Payment Term"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,product:"
+msgid "Product"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,product_supplier:"
+msgid "Supplier's Product"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,product_uom_category:"
+msgid "Product UoM Category"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,purchase:"
+msgid "Purchase"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,quantity:"
+msgid "Quantity"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,state:"
+msgid "State"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,unit:"
+msgid "Unit"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,unit_digits:"
+msgid "Unit Digits"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,unit_price:"
+msgid "Unit Price"
+msgstr ""
+
+msgctxt "field:purchase.amendment.line,warehouse:"
+msgid "Warehouse"
+msgstr ""
+
+msgctxt "field:purchase.purchase,amendments:"
+msgid "Amendments"
+msgstr ""
+
+msgctxt "model:ir.action,name:act_purchase_amendment_form"
+msgid "Purchase Amendments"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_purchase_amendment_form_domain_all"
+msgid "All"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_purchase_amendment_form_domain_draft"
+msgid "Draft"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_purchase_amendment_form_domain_validated"
+msgid "Validated"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_one_purchase_at_time"
+msgid ""
+"You cannot validate more than one amendment at the same time for purchase "
+"\"%(purchase)s\"."
+msgstr ""
+
+msgctxt ""
+"model:ir.model.button,confirm:purchase_amendment_validation_amendment_button"
+msgid "Are you sure you want to validate the amendements?"
+msgstr ""
+
+msgctxt ""
+"model:ir.model.button,string:purchase_amendment_validation_amendment_button"
+msgid "Validate"
+msgstr ""
+
+msgctxt "model:ir.ui.menu,name:menu_purchase_amendment"
+msgid "Purchase Amendments"
+msgstr ""
+
+msgctxt "model:purchase.amendment,name:"
+msgid "Purchase Amendment"
+msgstr ""
+
+msgctxt "model:purchase.amendment.line,name:"
+msgid "Purchase Amendment Line"
+msgstr ""
+
+msgctxt "model:res.group,name:group_purchase_amendment"
+msgid "Purchase Amendment"
+msgstr ""
+
+msgctxt "selection:purchase.amendment,state:"
+msgid "Draft"
+msgstr ""
+
+msgctxt "selection:purchase.amendment,state:"
+msgid "Validated"
+msgstr ""
+
+msgctxt "selection:purchase.amendment.line,action:"
+msgid "Change Line"
+msgstr ""
+
+msgctxt "selection:purchase.amendment.line,action:"
+msgid "Change Parties and Addresses"
+msgstr ""
+
+msgctxt "selection:purchase.amendment.line,action:"
+msgid "Change Payment Term"
+msgstr ""
+
+msgctxt "selection:purchase.amendment.line,action:"
+msgid "Change Warehouse"
+msgstr ""
+
+msgctxt "selection:purchase.amendment.line,action:"
+msgid "Recompute Taxes"
+msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/purchase_request_quotation.pot
--- a/templates/purchase_request_quotation.pot  Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/purchase_request_quotation.pot  Tue Oct 01 00:10:25 2019 +0200
@@ -100,7 +100,7 @@
 msgstr ""
 
 msgctxt "field:purchase.request.quotation.line,quotation_state:"
-msgid "Request for Quotation State"
+msgid "Quotation State"
 msgstr ""
 
 msgctxt "field:purchase.request.quotation.line,request:"
@@ -341,6 +341,10 @@
 msgstr ""
 
 msgctxt "view:purchase.request:"
+msgid "Preferred Quotation:"
+msgstr ""
+
+msgctxt "view:purchase.request:"
 msgid "Quotations"
 msgstr ""
 
diff -r 5d44e65814bf -r 1dd87650983c templates/purchase_requisition.pot
--- a/templates/purchase_requisition.pot        Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/purchase_requisition.pot        Tue Oct 01 00:10:25 2019 +0200
@@ -70,6 +70,10 @@
 msgid "Product"
 msgstr ""
 
+msgctxt "field:purchase.requisition.line,product_uom_category:"
+msgid "Product UOM Category"
+msgstr ""
+
 msgctxt "field:purchase.requisition.line,purchase_requests:"
 msgid "Purchase Request"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/purchase_secondary_unit.pot
--- a/templates/purchase_secondary_unit.pot     Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/purchase_secondary_unit.pot     Tue Oct 01 00:10:25 2019 +0200
@@ -70,6 +70,10 @@
 msgid "Purchase Secondary UOM Rate"
 msgstr ""
 
+msgctxt "field:purchase.requisition.line,product_secondary_uom_category:"
+msgid "Product Secondary UOM Category"
+msgstr ""
+
 msgctxt "help:product.product,purchase_secondary_uom_factor:"
 msgid ""
 "The coefficient for the formula:\n"
diff -r 5d44e65814bf -r 1dd87650983c templates/res.pot
--- a/templates/res.pot Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/res.pot Tue Oct 01 00:10:25 2019 +0200
@@ -219,11 +219,11 @@
 msgstr ""
 
 msgctxt "help:ir.sequence.type,groups:"
-msgid "Groups allowed to edit the sequences of this type"
+msgid "Groups allowed to edit the sequences of this type."
 msgstr ""
 
 msgctxt "help:res.user,actions:"
-msgid "Actions that will be run at login"
+msgid "Actions that will be run at login."
 msgstr ""
 
 msgctxt "model:ir.action,name:act_group_form"
@@ -485,7 +485,7 @@
 msgstr ""
 
 msgctxt "view:res.user.config.start:"
-msgid "Be careful that the login must be unique!"
+msgid "Be careful that the login must be unique."
 msgstr ""
 
 msgctxt "view:res.user.config.start:"
diff -r 5d44e65814bf -r 1dd87650983c templates/sale.pot
--- a/templates/sale.pot        Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/sale.pot        Tue Oct 01 00:10:25 2019 +0200
@@ -1405,14 +1405,6 @@
 msgid "Sale"
 msgstr ""
 
-msgctxt "view:stock.move:"
-msgid "Cancel"
-msgstr ""
-
-msgctxt "view:stock.move:"
-msgid "Reset to Draft"
-msgstr ""
-
 msgctxt "wizard_button:sale.handle.invoice.exception,ask,end:"
 msgid "Cancel"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/sale_amendment.pot
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/sale_amendment.pot      Tue Oct 01 00:10:25 2019 +0200
@@ -0,0 +1,178 @@
+#
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:sale.amendment,date:"
+msgid "Date"
+msgstr ""
+
+msgctxt "field:sale.amendment,description:"
+msgid "Description"
+msgstr ""
+
+msgctxt "field:sale.amendment,lines:"
+msgid "Lines"
+msgstr ""
+
+msgctxt "field:sale.amendment,sale:"
+msgid "Sale"
+msgstr ""
+
+msgctxt "field:sale.amendment,state:"
+msgid "State"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,action:"
+msgid "Action"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,amendment:"
+msgid "Amendment"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,description:"
+msgid "Description"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,invoice_address:"
+msgid "Invoice Address"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,line:"
+msgid "Line"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,party:"
+msgid "Party"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,payment_term:"
+msgid "Payment Term"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,product:"
+msgid "Product"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,product_uom_category:"
+msgid "Product UoM Category"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,quantity:"
+msgid "Quantity"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,sale:"
+msgid "Sale"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,shipment_address:"
+msgid "Shipment Address"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,shipment_party:"
+msgid "Shipment Party"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,state:"
+msgid "State"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,unit:"
+msgid "Unit"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,unit_digits:"
+msgid "Unit Digits"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,unit_price:"
+msgid "Unit Price"
+msgstr ""
+
+msgctxt "field:sale.amendment.line,warehouse:"
+msgid "Warehouse"
+msgstr ""
+
+msgctxt "field:sale.sale,amendments:"
+msgid "Amendments"
+msgstr ""
+
+msgctxt "model:ir.action,name:act_sale_amendment_form"
+msgid "Sale Amendments"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_sale_amendment_form_domain_all"
+msgid "All"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_sale_amendment_form_domain_draft"
+msgid "Draft"
+msgstr ""
+
+msgctxt ""
+"model:ir.action.act_window.domain,name:act_sale_amendment_form_domain_validated"
+msgid "Validated"
+msgstr ""
+
+msgctxt "model:ir.message,text:msg_one_sale_at_time"
+msgid ""
+"You cannot validate more than one amendment at the same time for sale "
+"\"%(sale)s\"."
+msgstr ""
+
+msgctxt ""
+"model:ir.model.button,confirm:sale_amendment_validation_amendment_button"
+msgid "Are you sure you want to validate the amendments?"
+msgstr ""
+
+msgctxt ""
+"model:ir.model.button,string:sale_amendment_validation_amendment_button"
+msgid "Validate"
+msgstr ""
+
+msgctxt "model:ir.ui.menu,name:menu_sale_amendment"
+msgid "Sale Amendments"
+msgstr ""
+
+msgctxt "model:res.group,name:group_sale_amendment"
+msgid "Sale Amendment"
+msgstr ""
+
+msgctxt "model:sale.amendment,name:"
+msgid "Sale Amendment"
+msgstr ""
+
+msgctxt "model:sale.amendment.line,name:"
+msgid "Sale Amendment Line"
+msgstr ""
+
+msgctxt "selection:sale.amendment,state:"
+msgid "Draft"
+msgstr ""
+
+msgctxt "selection:sale.amendment,state:"
+msgid "Validated"
+msgstr ""
+
+msgctxt "selection:sale.amendment.line,action:"
+msgid "Change Line"
+msgstr ""
+
+msgctxt "selection:sale.amendment.line,action:"
+msgid "Change Parties and Addresses"
+msgstr ""
+
+msgctxt "selection:sale.amendment.line,action:"
+msgid "Change Payment Term"
+msgstr ""
+
+msgctxt "selection:sale.amendment.line,action:"
+msgid "Change Warehouse"
+msgstr ""
+
+msgctxt "selection:sale.amendment.line,action:"
+msgid "Recompute Taxes"
+msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/sale_complaint.pot
--- a/templates/sale_complaint.pot      Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/sale_complaint.pot      Tue Oct 01 00:10:25 2019 +0200
@@ -127,19 +127,19 @@
 msgstr ""
 
 msgctxt "help:sale.complaint.action,invoice_lines:"
-msgid "Leave empty for all lines"
+msgid "Leave empty for all lines."
 msgstr ""
 
 msgctxt "help:sale.complaint.action,quantity:"
-msgid "Leave empty for the same quantity"
+msgid "Leave empty for the same quantity."
 msgstr ""
 
 msgctxt "help:sale.complaint.action,sale_lines:"
-msgid "Leave empty for all lines"
+msgid "Leave empty for all lines."
 msgstr ""
 
 msgctxt "help:sale.complaint.action,unit_price:"
-msgid "Leave empty for the same price"
+msgid "Leave empty for the same price."
 msgstr ""
 
 msgctxt "model:ir.action,name:act_complaint_form"
diff -r 5d44e65814bf -r 1dd87650983c templates/sale_opportunity.pot
--- a/templates/sale_opportunity.pot    Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/sale_opportunity.pot    Tue Oct 01 00:10:25 2019 +0200
@@ -315,11 +315,11 @@
 msgstr ""
 
 msgctxt "help:sale.opportunity,amount:"
-msgid "Estimated revenue amount"
+msgid "Estimated revenue amount."
 msgstr ""
 
 msgctxt "help:sale.opportunity,conversion_probability:"
-msgid "Percentage between 0 and 100"
+msgid "Percentage between 0 and 100."
 msgstr ""
 
 msgctxt "model:ir.action,name:act_open_sale_form"
diff -r 5d44e65814bf -r 1dd87650983c templates/sale_product_customer.pot
--- a/templates/sale_product_customer.pot       Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/sale_product_customer.pot       Tue Oct 01 00:10:25 2019 +0200
@@ -10,6 +10,10 @@
 msgid "Customers"
 msgstr ""
 
+msgctxt "field:sale.amendment.line,product_customer:"
+msgid "Customer's Product"
+msgstr ""
+
 msgctxt "field:sale.line,product_customer:"
 msgid "Customer's Product"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/sao.pot
--- a/templates/sao.pot Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/sao.pot Tue Oct 01 00:10:25 2019 +0200
@@ -1,4 +1,4 @@
-# Generated by grunt-xgettext on Sun Sep 01 2019 00:09:02 GMT+0200 (CEST)
+# Generated by grunt-xgettext on Tue Oct 01 2019 00:09:59 GMT+0200 (CEST)
 
 msgid "Are your sure to leave?"
 msgstr ""
@@ -81,7 +81,7 @@
 msgid "Tab shortcuts"
 msgstr ""
 
-msgid "Unable to reach the server"
+msgid "Unable to reach the server."
 msgstr ""
 
 msgid "Login"
@@ -93,9 +93,6 @@
 msgid "Database"
 msgstr ""
 
-msgid "Unable to reach the server."
-msgstr ""
-
 msgid "Switch view"
 msgstr ""
 
@@ -171,16 +168,16 @@
 msgid "ID:"
 msgstr ""
 
-msgid "Creation User:"
+msgid "Created by:"
 msgstr ""
 
-msgid "Creation Date:"
+msgid "Created at:"
 msgstr ""
 
-msgid "Latest Modification by:"
+msgid "Edited by:"
 msgstr ""
 
-msgid "Latest Modification Date:"
+msgid "Edited at:"
 msgstr ""
 
 msgid "Model: "
@@ -255,13 +252,13 @@
 msgid "Modified at"
 msgstr ""
 
-msgid "\"%1\" is required"
+msgid "\"%1\" is required."
 msgstr ""
 
-msgid "\"%1\" is not valid according to its domain"
+msgid "\"%1\" is not valid according to its domain."
 msgstr ""
 
-msgid "The values of \"%1\" are not valid"
+msgid "The values of \"%1\" are not valid."
 msgstr ""
 
 msgid "Pre-validation"
@@ -522,10 +519,10 @@
 msgid "Lines to Skip:"
 msgstr ""
 
-msgid "You must select an import file first"
+msgid "You must select an import file first."
 msgstr ""
 
-msgid "Error occured in loading the file"
+msgid "An error occured in loading the file."
 msgstr ""
 
 msgid "Error processing the file at field %1."
@@ -534,6 +531,9 @@
 msgid "Error"
 msgstr ""
 
+msgid "Error occured in loading the file"
+msgstr ""
+
 msgid "CSV Export: %1"
 msgstr ""
 
diff -r 5d44e65814bf -r 1dd87650983c templates/stock.pot
--- a/templates/stock.pot       Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/stock.pot       Tue Oct 01 00:10:25 2019 +0200
@@ -62,6 +62,10 @@
 msgid "Quantity"
 msgstr ""
 
+msgctxt "field:res.user,warehouse:"
+msgid "Current Warehouse"
+msgstr ""
+
 msgctxt "field:stock.configuration,inventory_sequence:"
 msgid "Inventory Sequence"
 msgstr ""
@@ -833,6 +837,10 @@
 msgid "The amount of stock in the location."
 msgstr ""
 
+msgctxt "help:res.user,warehouse:"
+msgid "The warehouse that the user works at."
+msgstr ""
+
 msgctxt "help:stock.configuration,inventory_sequence:"
 msgid "Used to generate the number given to inventories."
 msgstr ""
@@ -2545,6 +2553,10 @@
 msgid "Cost Value"
 msgstr ""
 
+msgctxt "view:res.user:"
+msgid "The warehouse that you work at."
+msgstr ""
+
 msgctxt "view:stock.configuration:"
 msgid "Inventory"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/stock_lot.pot
--- a/templates/stock_lot.pot   Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/stock_lot.pot   Tue Oct 01 00:10:25 2019 +0200
@@ -10,14 +10,6 @@
 msgid "Lot Required"
 msgstr ""
 
-msgctxt "field:product.template-stock.lot.type,template:"
-msgid "Template"
-msgstr ""
-
-msgctxt "field:product.template-stock.lot.type,type:"
-msgid "Type"
-msgstr ""
-
 msgctxt "field:stock.inventory.line,lot:"
 msgid "Lot"
 msgstr ""
@@ -38,14 +30,6 @@
 msgid "Quantity"
 msgstr ""
 
-msgctxt "field:stock.lot.type,code:"
-msgid "Code"
-msgstr ""
-
-msgctxt "field:stock.lot.type,name:"
-msgid "Name"
-msgstr ""
-
 msgctxt "field:stock.lots_by_location.context,forecast_date:"
 msgid "At Date"
 msgstr ""
@@ -83,11 +67,11 @@
 msgstr ""
 
 msgctxt "help:product.product,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
 msgstr ""
 
 msgctxt "help:product.template,lot_required:"
-msgid "The type of location for which lot is required"
+msgid "The type of location for which lot is required."
 msgstr ""
 
 msgctxt "help:stock.lots_by_location.context,forecast_date:"
@@ -125,38 +109,10 @@
 msgid "Lots"
 msgstr ""
 
-msgctxt "model:product.template-stock.lot.type,name:"
-msgid "Template - Stock Lot Type"
-msgstr ""
-
 msgctxt "model:stock.lot,name:"
 msgid "Stock Lot"
 msgstr ""
 
-msgctxt "model:stock.lot.type,name:"
-msgid "Stock Lot Type"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_customer"
-msgid "Customer"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_lost_found"
-msgid "Lost and Found"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_production"
-msgid "Production"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_storage"
-msgid "Storage"
-msgstr ""
-
-msgctxt "model:stock.lot.type,name:type_supplier"
-msgid "Supplier"
-msgstr ""
-
 msgctxt "model:stock.lots_by_location.context,name:"
 msgid "Lot by Location"
 msgstr ""
@@ -165,6 +121,46 @@
 msgid "Stock Period Cache per Lot"
 msgstr ""
 
+msgctxt "selection:product.product,lot_required:"
+msgid "Customer"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Lost and Found"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Production"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Storage"
+msgstr ""
+
+msgctxt "selection:product.product,lot_required:"
+msgid "Supplier"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Customer"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Lost and Found"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Production"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Storage"
+msgstr ""
+
+msgctxt "selection:product.template,lot_required:"
+msgid "Supplier"
+msgstr ""
+
 msgctxt "selection:stock.inventory.count.search,search:"
 msgid "Lot"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/stock_lot_sled.pot
--- a/templates/stock_lot_sled.pot      Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/stock_lot_sled.pot      Tue Oct 01 00:10:25 2019 +0200
@@ -59,19 +59,19 @@
 msgstr ""
 
 msgctxt "help:product.product,expiration_time:"
-msgid "In number of days"
+msgid "In number of days."
 msgstr ""
 
 msgctxt "help:product.product,shelf_life_time:"
-msgid "In number of days"
+msgid "In number of days."
 msgstr ""
 
 msgctxt "help:product.template,expiration_time:"
-msgid "In number of days"
+msgid "In number of days."
 msgstr ""
 
 msgctxt "help:product.template,shelf_life_time:"
-msgid "In number of days"
+msgid "In number of days."
 msgstr ""
 
 msgctxt "help:stock.configuration,shelf_life_delay:"
diff -r 5d44e65814bf -r 1dd87650983c templates/stock_split.pot
--- a/templates/stock_split.pot Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/stock_split.pot Tue Oct 01 00:10:25 2019 +0200
@@ -31,7 +31,7 @@
 msgstr ""
 
 msgctxt "help:stock.move.split.start,count:"
-msgid "The limit number of moves"
+msgid "The limit number of moves."
 msgstr ""
 
 msgctxt "help:stock.shipment.split.start,moves:"
@@ -75,7 +75,7 @@
 msgstr ""
 
 msgctxt "view:stock.shipment.split.start:"
-msgid "Choose move to send in new shipment"
+msgid "Choose move to send in new shipment:"
 msgstr ""
 
 msgctxt "wizard_button:stock.move.split,start,end:"
diff -r 5d44e65814bf -r 1dd87650983c templates/stock_supply.pot
--- a/templates/stock_supply.pot        Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/stock_supply.pot        Tue Oct 01 00:10:25 2019 +0200
@@ -75,11 +75,11 @@
 msgstr ""
 
 msgctxt "help:stock.location,overflowing_location:"
-msgid "Leave empty for no default overflowing"
+msgid "Leave empty for no default overflowing."
 msgstr ""
 
 msgctxt "help:stock.location,provisioning_location:"
-msgid "Leave empty for no default provisioning"
+msgid "Leave empty for no default provisioning."
 msgstr ""
 
 msgctxt "model:ir.action,name:act_order_point_form"
diff -r 5d44e65814bf -r 1dd87650983c templates/timesheet.pot
--- a/templates/timesheet.pot   Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/timesheet.pot   Tue Oct 01 00:10:25 2019 +0200
@@ -30,10 +30,6 @@
 msgid "Month"
 msgstr ""
 
-msgctxt "field:timesheet.hours_employee_monthly,month_internal:"
-msgid "Month"
-msgstr ""
-
 msgctxt "field:timesheet.hours_employee_monthly,year:"
 msgid "Year"
 msgstr ""
diff -r 5d44e65814bf -r 1dd87650983c templates/timesheet_cost.pot
--- a/templates/timesheet_cost.pot      Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/timesheet_cost.pot      Tue Oct 01 00:10:25 2019 +0200
@@ -27,15 +27,15 @@
 msgstr ""
 
 msgctxt "help:company.employee,cost_price:"
-msgid "Hourly cost price for this Employee"
+msgid "Hourly cost price for this Employee."
 msgstr ""
 
 msgctxt "help:company.employee,cost_prices:"
-msgid "List of hourly cost price over time"
+msgid "List of hourly cost price over time."
 msgstr ""
 
 msgctxt "help:company.employee_cost_price,cost_price:"
-msgid "Hourly cost price"
+msgid "Hourly cost price."
 msgstr ""
 
 msgctxt "model:company.employee_cost_price,name:"
diff -r 5d44e65814bf -r 1dd87650983c templates/tryton.pot
--- a/templates/tryton.pot      Tue Sep 24 14:12:27 2019 +0000
+++ b/templates/tryton.pot      Tue Oct 01 00:10:25 2019 +0200
@@ -110,7 +110,7 @@
 msgid "Check URL: %s"
 msgstr ""
 
-msgid "Unable to check for new version"
+msgid "Unable to check for new version."
 msgstr ""
 
 msgid "A new version is available!"
@@ -468,10 +468,10 @@
 msgid "Username:"
 msgstr ""
 
-msgid "Incompatible version of the server"
+msgid "Incompatible version of the server."
 msgstr ""
 
-msgid "Could not connect to the server"
+msgid "Could not connect to the server."
 msgstr ""
 
 msgid "Login"
@@ -542,16 +542,16 @@
 msgid "ID:"
 msgstr ""
 
-msgid "Creation User:"
+msgid "Created by:"
 msgstr ""
 
-msgid "Creation Date:"
+msgid "Created at:"
 msgstr ""
 
-msgid "Latest Modification by:"
+msgid "Edited by:"
 msgstr ""
 
-msgid "Latest Modification Date:"
+msgid "Edited at:"
 msgstr ""
 
 msgid "Model:"
@@ -936,15 +936,15 @@
 msgstr ""
 
 #, python-format
-msgid "\"%s\" is not valid according to its domain"
+msgid "\"%s\" is not valid according to its domain."
 msgstr ""
 
 #, python-format
-msgid "\"%s\" is required"
+msgid "\"%s\" is required."
 msgstr ""
 
 #, python-format
-msgid "The values of \"%s\" are not valid"
+msgid "The values of \"%s\" are not valid."
 msgstr ""
 
 msgid "Pre-validation"

Reply via email to