changeset 1a3118e7968d in pootle:default details: https://hg.tryton.org/pootle?cmd=changeset;node=1a3118e7968d description: Update translations for 5.2 diffstat:
templates/account.pot | 82 +++++++++- templates/account_asset.pot | 2 +- templates/account_es.pot | 232 ++++++++++++++++++++++++++++++- templates/account_eu.pot | 4 + templates/account_fr_chorus.pot | 16 +- templates/account_invoice.pot | 10 +- templates/account_payment.pot | 10 +- templates/account_payment_clearing.pot | 8 +- templates/account_payment_sepa.pot | 10 +- templates/account_payment_stripe.pot | 36 ++-- templates/account_statement.pot | 8 +- templates/account_stock_landed_cost.pot | 4 + templates/commission.pot | 4 - templates/country.pot | 18 +- templates/customs.pot | 8 - templates/edocument_unece.pot | 8 - templates/ir.pot | 98 ++++--------- templates/marketing_automation.pot | 24 +-- templates/party.pot | 4 - templates/production.pot | 4 + templates/production_work.pot | 4 - templates/purchase.pot | 32 ---- templates/res.pot | 4 - templates/sale.pot | 8 - templates/sale_subscription.pot | 16 +- templates/sale_supply.pot | 4 - templates/sale_supply_drop_shipment.pot | 4 + templates/sao.pot | 2 +- templates/stock.pot | 36 ++++- templates/stock_package_shipping.pot | 4 - templates/tryton.pot | 23 +++- templates/user_role.pot | 8 +- 32 files changed, 476 insertions(+), 259 deletions(-) diffs (1411 lines): diff -r d4e3404f7f73 -r 1a3118e7968d templates/account.pot --- a/templates/account.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account.pot Mon Apr 15 16:54:06 2019 +0200 @@ -1531,6 +1531,10 @@ msgid "Reconciliation" msgstr "" +msgctxt "field:account.move.line,reconciliations_delegated:" +msgid "Reconciliations Delegated" +msgstr "" + msgctxt "field:account.move.line,second_currency:" msgid "Second Currency" msgstr "" @@ -1559,6 +1563,18 @@ msgid "Write User" msgstr "" +msgctxt "field:account.move.line.group.start,description:" +msgid "Description" +msgstr "" + +msgctxt "field:account.move.line.group.start,id:" +msgid "ID" +msgstr "" + +msgctxt "field:account.move.line.group.start,journal:" +msgid "Journal" +msgstr "" + msgctxt "field:account.move.line.template,account:" msgid "Account" msgstr "" @@ -1735,6 +1751,10 @@ msgid "Date" msgstr "" +msgctxt "field:account.move.reconciliation,delegate_to:" +msgid "Delegate To" +msgstr "" + msgctxt "field:account.move.reconciliation,id:" msgid "ID" msgstr "" @@ -3061,6 +3081,10 @@ msgid "Highest date of the reconciled lines" msgstr "" +msgctxt "help:account.move.reconciliation,delegate_to:" +msgid "The line to which the reconciliation status is delegated." +msgstr "" + msgctxt "help:account.move.template,active:" msgid "Uncheck to exclude from future use." msgstr "" @@ -3306,6 +3330,10 @@ msgid "Account Move Line" msgstr "" +msgctxt "model:account.move.line.group.start,name:" +msgid "Group Lines" +msgstr "" + msgctxt "model:account.move.line.template,name:" msgid "Account Move Line Template" msgstr "" @@ -3510,6 +3538,10 @@ msgid "General Ledger - Lines" msgstr "" +msgctxt "model:ir.action,name:act_group_lines_wizard" +msgid "Group Lines" +msgstr "" + msgctxt "model:ir.action,name:act_journal_form" msgid "Journals" msgstr "" @@ -3771,6 +3803,30 @@ "different dates." msgstr "" +msgctxt "model:ir.message,text:msg_group_line" +msgid "Line \"%(line)s\" can not be grouped." +msgstr "" + +msgctxt "model:ir.message,text:msg_group_line_many_parties" +msgid "You cannot group lines with different parties." +msgstr "" + +msgctxt "model:ir.message,text:msg_group_line_maximum_account" +msgid "You cannot group lines from more than 2 different accounts." +msgstr "" + +msgctxt "model:ir.message,text:msg_group_line_same_company" +msgid "You cannot group lines of different companies." +msgstr "" + +msgctxt "model:ir.message,text:msg_group_line_same_second_currency" +msgid "You cannot group lines of different second currencies." +msgstr "" + +msgctxt "model:ir.message,text:msg_group_line_single" +msgid "You cannot group a single line." +msgstr "" + msgctxt "model:ir.message,text:msg_journal_period_unique" msgid "You can create only one journal per period." msgstr "" @@ -3914,6 +3970,12 @@ "reconcilable." msgstr "" +msgctxt "model:ir.message,text:msg_reconciliation_delete_delegated" +msgid "" +"The reconciliation \"%(reconciliation)s\" is delegated to the line \"%(line)s\".\n" +"You may need to cancel its move \"%(move)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_reconciliation_different_accounts" msgid "" "You cannot reconcile line \"%(line)s\" with others because its account " @@ -3955,11 +4017,11 @@ msgstr "" msgctxt "model:ir.model.button,confirm:fiscalyear_lock_button" -msgid "Are you sure to lock the fiscal year?" +msgid "Are you sure you want to lock the fiscal year?" msgstr "" msgctxt "model:ir.model.button,confirm:period_lock_button" -msgid "Are you sure to lock the period?" +msgid "Are you sure you want to lock the period?" msgstr "" msgctxt "model:ir.model.button,string:fiscalyear_close_button" @@ -4552,10 +4614,6 @@ msgstr "" msgctxt "selection:account.account.type,statement:" -msgid "" -msgstr "" - -msgctxt "selection:account.account.type,statement:" msgid "Balance" msgstr "" @@ -4568,10 +4626,6 @@ msgstr "" msgctxt "selection:account.account.type.template,statement:" -msgid "" -msgstr "" - -msgctxt "selection:account.account.type.template,statement:" msgid "Balance" msgstr "" @@ -5045,6 +5099,14 @@ msgid "Cancel" msgstr "" +msgctxt "wizard_button:account.move.line.group,start,end:" +msgid "Cancel" +msgstr "" + +msgctxt "wizard_button:account.move.line.group,start,group:" +msgid "Group" +msgstr "" + msgctxt "wizard_button:account.move.open_journal,ask,end:" msgid "Cancel" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_asset.pot --- a/templates/account_asset.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_asset.pot Mon Apr 15 16:54:06 2019 +0200 @@ -525,7 +525,7 @@ msgstr "" msgctxt "model:ir.model.button,confirm:asset_close_button" -msgid "Are you sure to close the asset?" +msgid "Are you sure you want to close the asset?" msgstr "" msgctxt "model:ir.model.button,string:asset_clear_lines_button" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_es.pot --- a/templates/account_es.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_es.pot Mon Apr 15 16:54:06 2019 +0200 @@ -14,6 +14,166 @@ msgid "Report" msgstr "" +msgctxt "field:account.reporting.es_ec_operation_list,amount:" +msgid "Amount" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,code:" +msgid "Code" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,company_tax_identifier:" +msgid "Company Tax Identifier" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,create_date:" +msgid "Create Date" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,create_uid:" +msgid "Create User" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,currency_digits:" +msgid "Currency Digits" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,id:" +msgid "ID" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,party:" +msgid "Party" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,party_tax_identifier:" +msgid "Party Tax Identifier" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,rec_name:" +msgid "Record Name" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,write_date:" +msgid "Write Date" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list,write_uid:" +msgid "Write User" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list.context,company:" +msgid "Company" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list.context,fiscalyear:" +msgid "Fiscal Year" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list.context,id:" +msgid "ID" +msgstr "" + +msgctxt "field:account.reporting.es_ec_operation_list.context,period:" +msgid "Period" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,amount:" +msgid "Amount" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,code:" +msgid "Code" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,company_tax_identifier:" +msgid "Company Tax Identifier" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,create_date:" +msgid "Create Date" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,create_uid:" +msgid "Create User" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,currency_digits:" +msgid "Currency Digits" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,first_period_amount:" +msgid "First Period Amount" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,fourth_period_amount:" +msgid "Fourth Period Amount" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,id:" +msgid "ID" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,party:" +msgid "Party" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,party_tax_identifier:" +msgid "Party Tax Identifier" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,province_code:" +msgid "Province Code" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,rec_name:" +msgid "Record Name" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,second_period_amount:" +msgid "Second Period Amount" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,third_period_amount:" +msgid "Third Period Amount" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,write_date:" +msgid "Write Date" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es,write_uid:" +msgid "Write User" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es.context,company:" +msgid "Company" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es.context,date:" +msgid "Date" +msgstr "" + +msgctxt "field:account.reporting.vat_list_es.context,id:" +msgid "ID" +msgstr "" + +msgctxt "field:account.tax,es_ec_purchases_list_code:" +msgid "Spanish EC Purchases List Code" +msgstr "" + +msgctxt "field:account.tax,es_vat_list_code:" +msgid "Spanish VAT List Code" +msgstr "" + msgctxt "field:account.tax.code,aeat_report:" msgid "AEAT Report" msgstr "" @@ -22,10 +182,50 @@ msgid "AEAT Report" msgstr "" +msgctxt "field:account.tax.template,es_ec_purchases_list_code:" +msgid "Spanish EC Purchase List Code" +msgstr "" + +msgctxt "field:account.tax.template,es_vat_list_code:" +msgid "Spanish VAT List Code" +msgstr "" + +msgctxt "field:party.party,es_province_code:" +msgid "Spanish Province Code" +msgstr "" + +msgctxt "help:party.party,es_province_code:" +msgid "Set 99 for non Spanish parties." +msgstr "" + msgctxt "model:account.reporting.aeat.start,name:" msgid "Print AEAT Start" msgstr "" +msgctxt "model:account.reporting.es_ec_operation_list,name:" +msgid "EC Operation List" +msgstr "" + +msgctxt "model:account.reporting.es_ec_operation_list.context,name:" +msgid "EC Operation List Context" +msgstr "" + +msgctxt "model:account.reporting.vat_list_es,name:" +msgid "Spanish VAT List" +msgstr "" + +msgctxt "model:account.reporting.vat_list_es.context,name:" +msgid "Spanish VAT List Context" +msgstr "" + +msgctxt "model:ir.action,name:act_es_ec_operation_list_form" +msgid "EC Operation List" +msgstr "" + +msgctxt "model:ir.action,name:act_vat_list_form" +msgid "Spanish VAT List" +msgstr "" + msgctxt "model:ir.action,name:report_aeat_111" msgid "AEAT Model 111" msgstr "" @@ -38,6 +238,14 @@ msgid "AEAT Model 303" msgstr "" +msgctxt "model:ir.action,name:report_aeat_347" +msgid "AEAT Model 347" +msgstr "" + +msgctxt "model:ir.action,name:report_aeat_349" +msgid "AEAT Model 349" +msgstr "" + msgctxt "model:ir.action,name:wizard_print_aeat_report" msgid "Print AEAT" msgstr "" @@ -46,10 +254,18 @@ msgid "To generate the report the periods must be in the same fiscal year." msgstr "" +msgctxt "model:ir.ui.menu,name:menu_es_ec_operation_list" +msgid "EC Operation List" +msgstr "" + msgctxt "model:ir.ui.menu,name:menu_print_aeat" msgid "Print AEAT" msgstr "" +msgctxt "model:ir.ui.menu,name:menu_vat_list" +msgid "Spanish VAT List" +msgstr "" + msgctxt "selection:account.reporting.aeat.start,report:" msgid "Model 111" msgstr "" @@ -63,10 +279,6 @@ msgstr "" msgctxt "selection:account.tax.code,aeat_report:" -msgid "" -msgstr "" - -msgctxt "selection:account.tax.code,aeat_report:" msgid "Model 111" msgstr "" @@ -79,10 +291,6 @@ msgstr "" msgctxt "selection:account.tax.code.template,aeat_report:" -msgid "" -msgstr "" - -msgctxt "selection:account.tax.code.template,aeat_report:" msgid "Model 111" msgstr "" @@ -94,6 +302,14 @@ msgid "Model 303" msgstr "" +msgctxt "view:account.tax.template:" +msgid "Spanish VAT List" +msgstr "" + +msgctxt "view:account.tax:" +msgid "Spanish VAT List" +msgstr "" + msgctxt "wizard_button:account.reporting.aeat,start,choice:" msgid "Print" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_eu.pot --- a/templates/account_eu.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_eu.pot Mon Apr 15 16:54:06 2019 +0200 @@ -34,6 +34,10 @@ msgid "ID" msgstr "" +msgctxt "field:account.ec_sales_list,party:" +msgid "Party" +msgstr "" + msgctxt "field:account.ec_sales_list,party_tax_identifier:" msgid "Party Tax Identifier" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_fr_chorus.pot --- a/templates/account_fr_chorus.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_fr_chorus.pot Mon Apr 15 16:54:06 2019 +0200 @@ -118,10 +118,6 @@ msgid "Chorus" msgstr "" -msgctxt "model:ir.cron,name:cron_invoice_send" -msgid "Send invoices to Chorus" -msgstr "" - msgctxt "model:ir.message,text:msg_invoice_address_no_siret" msgid "" "To create a Chorus invoice for \"%(invoice)s\", you must set a SIRET on " @@ -141,10 +137,6 @@ msgstr "" msgctxt "selection:account.configuration,chorus_service:" -msgid "" -msgstr "" - -msgctxt "selection:account.configuration,chorus_service:" msgid "Production" msgstr "" @@ -153,10 +145,6 @@ msgstr "" msgctxt "selection:account.credential.chorus,chorus_service:" -msgid "" -msgstr "" - -msgctxt "selection:account.credential.chorus,chorus_service:" msgid "Production" msgstr "" @@ -164,6 +152,10 @@ msgid "Qualification" msgstr "" +msgctxt "selection:ir.cron,method:" +msgid "Send invoices to Chorus" +msgstr "" + msgctxt "view:account.configuration:" msgid "Chorus" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_invoice.pot --- a/templates/account_invoice.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_invoice.pot Mon Apr 15 16:54:06 2019 +0200 @@ -1171,7 +1171,11 @@ msgstr "" msgctxt "model:ir.model.button,confirm:invoice_cancel_button" -msgid "Are you sure to cancel the invoice?" +msgid "Are you sure you want to cancel the invoices?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:invoice_post_button" +msgid "Are you sure you want to post the invoices?" msgstr "" msgctxt "model:ir.model.button,help:invoice_cancel_button" @@ -1379,10 +1383,6 @@ msgstr "" msgctxt "selection:account.invoice.line,invoice_type:" -msgid "" -msgstr "" - -msgctxt "selection:account.invoice.line,invoice_type:" msgid "Customer" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_payment.pot --- a/templates/account_payment.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_payment.pot Mon Apr 15 16:54:06 2019 +0200 @@ -427,6 +427,12 @@ msgid "Line \"%(line)s\" is blocked for payment." msgstr "" +msgctxt "model:ir.message,text:msg_pay_line_group" +msgid "" +"The lines \"%(names)s\" for %(party)s could be grouped with the line " +"\"%(line)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_payment_delete_draft" msgid "To delete payment \"%(payment)s\" you must reset it to draft state." msgstr "" @@ -520,10 +526,6 @@ msgstr "" msgctxt "selection:account.move.line,payment_kind:" -msgid "" -msgstr "" - -msgctxt "selection:account.move.line,payment_kind:" msgid "Payable" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_payment_clearing.pot --- a/templates/account_payment_clearing.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_payment_clearing.pot Mon Apr 15 16:54:06 2019 +0200 @@ -56,12 +56,12 @@ msgid "Succeed Payments" msgstr "" -msgctxt "model:ir.cron,name:cron_post_clearing_moves" -msgid "Post Clearing Moves" +msgctxt "model:ir.model.button,string:payment_succeed_wizard_button" +msgid "Succeed" msgstr "" -msgctxt "model:ir.model.button,string:payment_succeed_wizard_button" -msgid "Succeed" +msgctxt "selection:ir.cron,method:" +msgid "Post Clearing Moves" msgstr "" msgctxt "view:account.payment.journal:" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_payment_sepa.pot --- a/templates/account_payment_sepa.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_payment_sepa.pot Mon Apr 15 16:54:06 2019 +0200 @@ -313,7 +313,15 @@ msgstr "" msgctxt "model:ir.model.button,confirm:mandate_cancel_button" -msgid "Are you sure to cancel the mandate?" +msgid "Are you sure you want to cancel the mandate?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:message_cancel_button" +msgid "Are you sure you want to cancel the messages?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:message_do_button" +msgid "Are you sure you want to process the messages?" msgstr "" msgctxt "model:ir.model.button,string:group_generate_message_button" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_payment_stripe.pot --- a/templates/account_payment_stripe.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_payment_stripe.pot Mon Apr 15 16:54:06 2019 +0200 @@ -250,31 +250,13 @@ msgid "Stripe Checkout" msgstr "" -msgctxt "model:ir.cron,name:cron_capture" -msgid "Capture Stripe Payments" -msgstr "" - -msgctxt "model:ir.cron,name:cron_charge" -msgid "Charge Stripe Payments" -msgstr "" - -msgctxt "model:ir.cron,name:cron_create_customer" -msgid "Create Stripe Customer" -msgstr "" - -msgctxt "model:ir.cron,name:cron_delete_customer" -msgid "Delete Stripe Customer" -msgstr "" - msgctxt "model:ir.message,text:msg_no_stripe_token" msgid "" "To process payment \"%(payment)s\" you must set a Stripe token or customer." msgstr "" msgctxt "model:ir.message,text:msg_stripe_receivable" -msgid "" -"You cannot use stripe journal \"%(journal)s\" on receivable payment " -"\"%(payment)s\"." +msgid "To pay \"%(payment)s\", you cannot use a stripe journal \"%(journal)s\"." msgstr "" msgctxt "model:ir.model.button,confirm:account_new_identifier_button" @@ -326,6 +308,22 @@ msgid "Stripe" msgstr "" +msgctxt "selection:ir.cron,method:" +msgid "Capture Stripe Payments" +msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Charge Stripe Payments" +msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Create Stripe Customer" +msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Delete Stripe Customer" +msgstr "" + msgctxt "view:account.payment.journal:" msgid "Stripe" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_statement.pot --- a/templates/account_statement.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_statement.pot Mon Apr 15 16:54:06 2019 +0200 @@ -592,6 +592,10 @@ "amount of %(total_amount)s instead of %(amount)s." msgstr "" +msgctxt "model:ir.model.button,confirm:statement_post_button" +msgid "Are you sure you want to post the statement?" +msgstr "" + msgctxt "model:ir.model.button,string:statement_cancel_button" msgid "Cancel" msgstr "" @@ -728,10 +732,6 @@ msgid "Validated" msgstr "" -msgctxt "selection:account.statement.import.start,file_format:" -msgid "" -msgstr "" - msgctxt "selection:account.statement.journal,validation:" msgid "Amount" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/account_stock_landed_cost.pot --- a/templates/account_stock_landed_cost.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/account_stock_landed_cost.pot Mon Apr 15 16:54:06 2019 +0200 @@ -170,6 +170,10 @@ msgid "Posted" msgstr "" +msgctxt "model:ir.model.button,confirm:landed_cost_post_button" +msgid "Are you sure you want to post the landed cost?" +msgstr "" + msgctxt "model:ir.model.button,string:landed_cost_cancel_button" msgid "Cancel" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/commission.pot --- a/templates/commission.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/commission.pot Mon Apr 15 16:54:06 2019 +0200 @@ -393,10 +393,6 @@ msgstr "" msgctxt "selection:commission,invoice_state:" -msgid "" -msgstr "" - -msgctxt "selection:commission,invoice_state:" msgid "Canceled" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/country.pot --- a/templates/country.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/country.pot Mon Apr 15 16:54:06 2019 +0200 @@ -9091,7 +9091,7 @@ msgstr "" msgctxt "model:country.subdivision,name:in-dd" -msgid "Damen and Diu" +msgid "Daman and Diu" msgstr "" msgctxt "model:country.subdivision,name:in-dl" @@ -9163,7 +9163,7 @@ msgstr "" msgctxt "model:country.subdivision,name:in-or" -msgid "Orissa" +msgid "Odisha" msgstr "" msgctxt "model:country.subdivision,name:in-pb" @@ -9182,6 +9182,10 @@ msgid "Sikkim" msgstr "" +msgctxt "model:country.subdivision,name:in-tg" +msgid "Telangana" +msgstr "" + msgctxt "model:country.subdivision,name:in-tn" msgid "Tamil Nadu" msgstr "" @@ -20430,7 +20434,7 @@ msgid "Free State" msgstr "" -msgctxt "model:country.subdivision,name:za-gp" +msgctxt "model:country.subdivision,name:za-gt" msgid "Gauteng" msgstr "" @@ -20446,6 +20450,10 @@ msgid "Northern Cape" msgstr "" +msgctxt "model:country.subdivision,name:za-nl" +msgid "Kwazulu-Natal" +msgstr "" + msgctxt "model:country.subdivision,name:za-nw" msgid "North-West (South Africa)" msgstr "" @@ -20454,10 +20462,6 @@ msgid "Western Cape" msgstr "" -msgctxt "model:country.subdivision,name:za-zn" -msgid "Kwazulu-Natal" -msgstr "" - msgctxt "model:country.subdivision,name:zm-01" msgid "Western" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/customs.pot --- a/templates/customs.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/customs.pot Mon Apr 15 16:54:06 2019 +0200 @@ -275,10 +275,6 @@ msgstr "" msgctxt "selection:customs.tariff.code,end_month:" -msgid "" -msgstr "" - -msgctxt "selection:customs.tariff.code,end_month:" msgid "April" msgstr "" @@ -327,10 +323,6 @@ msgstr "" msgctxt "selection:customs.tariff.code,start_month:" -msgid "" -msgstr "" - -msgctxt "selection:customs.tariff.code,start_month:" msgid "April" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/edocument_unece.pot --- a/templates/edocument_unece.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/edocument_unece.pot Mon Apr 15 16:54:06 2019 +0200 @@ -35,10 +35,6 @@ msgstr "" msgctxt "selection:account.tax,unece_category_code:" -msgid "" -msgstr "" - -msgctxt "selection:account.tax,unece_category_code:" msgid "Canary Islands general indirect tax" msgstr "" @@ -123,10 +119,6 @@ msgstr "" msgctxt "selection:account.tax,unece_code:" -msgid "" -msgstr "" - -msgctxt "selection:account.tax,unece_code:" msgid "Agricultural export rebate" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/ir.pot --- a/templates/ir.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/ir.pot Mon Apr 15 16:54:06 2019 +0200 @@ -762,10 +762,6 @@ msgid "Active" msgstr "" -msgctxt "field:ir.cron,args:" -msgid "Arguments" -msgstr "" - msgctxt "field:ir.cron,create_date:" msgid "Create Date" msgstr "" @@ -774,8 +770,12 @@ msgid "Create User" msgstr "" -msgctxt "field:ir.cron,function:" -msgid "Function" +msgctxt "field:ir.cron,day:" +msgid "Day" +msgstr "" + +msgctxt "field:ir.cron,hour:" +msgid "Hour" msgstr "" msgctxt "field:ir.cron,id:" @@ -787,39 +787,27 @@ msgstr "" msgctxt "field:ir.cron,interval_type:" -msgid "Interval Unit" -msgstr "" - -msgctxt "field:ir.cron,model:" -msgid "Model" -msgstr "" - -msgctxt "field:ir.cron,name:" -msgid "Name" +msgid "Interval Type" +msgstr "" + +msgctxt "field:ir.cron,method:" +msgid "Method" +msgstr "" + +msgctxt "field:ir.cron,minute:" +msgid "Minute" msgstr "" msgctxt "field:ir.cron,next_call:" msgid "Next Call" msgstr "" -msgctxt "field:ir.cron,number_calls:" -msgid "Number of Calls" -msgstr "" - msgctxt "field:ir.cron,rec_name:" msgid "Record Name" msgstr "" -msgctxt "field:ir.cron,repeat_missed:" -msgid "Repeat Missed" -msgstr "" - -msgctxt "field:ir.cron,request_user:" -msgid "Request User" -msgstr "" - -msgctxt "field:ir.cron,user:" -msgid "Execution User" +msgctxt "field:ir.cron,weekday:" +msgid "Day of Week" msgstr "" msgctxt "field:ir.cron,write_date:" @@ -2738,20 +2726,6 @@ msgid "Uncheck to exclude from future use." msgstr "" -msgctxt "help:ir.cron,number_calls:" -msgid "" -"Number of times the function is called, a negative number indicates that the" -" function will always be called" -msgstr "" - -msgctxt "help:ir.cron,request_user:" -msgid "The user who will receive requests in case of failure" -msgstr "" - -msgctxt "help:ir.cron,user:" -msgid "The user used to execute this action" -msgstr "" - msgctxt "help:ir.lang,active:" msgid "Uncheck to exclude from future use." msgstr "" @@ -4091,6 +4065,10 @@ msgid "Weeks" msgstr "" +msgctxt "selection:ir.cron,method:" +msgid "Run On Time Triggers" +msgstr "" + msgctxt "selection:ir.lang,direction:" msgid "Left-to-right" msgstr "" @@ -4203,30 +4181,6 @@ msgid "Wizard Button" msgstr "" -msgctxt "selection:ir.ui.menu,action:" -msgid "" -msgstr "" - -msgctxt "selection:ir.ui.menu,action:" -msgid "ir.action.act_window" -msgstr "" - -msgctxt "selection:ir.ui.menu,action:" -msgid "ir.action.report" -msgstr "" - -msgctxt "selection:ir.ui.menu,action:" -msgid "ir.action.url" -msgstr "" - -msgctxt "selection:ir.ui.menu,action:" -msgid "ir.action.wizard" -msgstr "" - -msgctxt "selection:ir.ui.view,type:" -msgid "" -msgstr "" - msgctxt "selection:ir.ui.view,type:" msgid "Board" msgstr "" @@ -4244,6 +4198,10 @@ msgstr "" msgctxt "selection:ir.ui.view,type:" +msgid "List Form" +msgstr "" + +msgctxt "selection:ir.ui.view,type:" msgid "Tree" msgstr "" @@ -4276,7 +4234,11 @@ msgstr "" msgctxt "view:ir.cron:" -msgid "Action to trigger" +msgid "At" +msgstr "" + +msgctxt "view:ir.cron:" +msgid "Every" msgstr "" msgctxt "view:ir.cron:" diff -r d4e3404f7f73 -r 1a3118e7968d templates/marketing_automation.pot --- a/templates/marketing_automation.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/marketing_automation.pot Mon Apr 15 16:54:06 2019 +0200 @@ -323,14 +323,6 @@ msgid "Stopped" msgstr "" -msgctxt "model:ir.cron,name:cron_record_activity_process" -msgid "Process Record Activity" -msgstr "" - -msgctxt "model:ir.cron,name:cron_scenario_trigger" -msgid "Trigger Scenarios" -msgstr "" - msgctxt "model:ir.message,text:msg_activity_invalid_condition" msgid "" "Invalid condition \"%(condition)s\" in activity \"%(activity)s\" with " @@ -416,8 +408,12 @@ msgid "You have been successfully unsubscribed from this kind of email." msgstr "" -msgctxt "selection:marketing.automation.activity,action:" -msgid "" +msgctxt "selection:ir.cron,method:" +msgid "Process Marketing Activity" +msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Trigger Marketing Scenarios" msgstr "" msgctxt "selection:marketing.automation.activity,action:" @@ -425,10 +421,6 @@ msgstr "" msgctxt "selection:marketing.automation.activity,event:" -msgid "" -msgstr "" - -msgctxt "selection:marketing.automation.activity,event:" msgid "E-Mail Clicked" msgstr "" @@ -437,10 +429,6 @@ msgstr "" msgctxt "selection:marketing.automation.activity,on:" -msgid "" -msgstr "" - -msgctxt "selection:marketing.automation.activity,on:" msgid "E-Mail Clicked" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/party.pot --- a/templates/party.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/party.pot Mon Apr 15 16:54:06 2019 +0200 @@ -900,10 +900,6 @@ msgstr "" msgctxt "selection:party.identifier,type:" -msgid "" -msgstr "" - -msgctxt "selection:party.identifier,type:" msgid "Albanian VAT Number" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/production.pot --- a/templates/production.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/production.pot Mon Apr 15 16:54:06 2019 +0200 @@ -565,6 +565,10 @@ " not match the cost of the production \"%(costs)s\"." msgstr "" +msgctxt "model:ir.model.button,confirm:production_done_button" +msgid "Are you sure you want to complete the production?" +msgstr "" + msgctxt "model:ir.model.button,string:production_assign_wizard_button" msgid "Assign" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/production_work.pot --- a/templates/production_work.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/production_work.pot Mon Apr 15 16:54:06 2019 +0200 @@ -323,10 +323,6 @@ msgstr "" msgctxt "selection:production.work.center,cost_method:" -msgid "" -msgstr "" - -msgctxt "selection:production.work.center,cost_method:" msgid "Per Cycle" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/purchase.pot --- a/templates/purchase.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/purchase.pot Mon Apr 15 16:54:06 2019 +0200 @@ -707,34 +707,10 @@ msgid "Purchase" msgstr "" -msgctxt "field:stock.move,purchase_currency:" -msgid "Purchase Currency" -msgstr "" - msgctxt "field:stock.move,purchase_exception_state:" msgid "Exception State" msgstr "" -msgctxt "field:stock.move,purchase_quantity:" -msgid "Purchase Quantity" -msgstr "" - -msgctxt "field:stock.move,purchase_unit:" -msgid "Purchase Unit" -msgstr "" - -msgctxt "field:stock.move,purchase_unit_digits:" -msgid "Purchase Unit Digits" -msgstr "" - -msgctxt "field:stock.move,purchase_unit_price:" -msgid "Purchase Unit Price" -msgstr "" - -msgctxt "field:stock.move,purchase_visible:" -msgid "Purchase Visible" -msgstr "" - msgctxt "field:stock.move,supplier:" msgid "Supplier" msgstr "" @@ -1128,10 +1104,6 @@ msgstr "" msgctxt "selection:account.invoice,purchase_exception_state:" -msgid "" -msgstr "" - -msgctxt "selection:account.invoice,purchase_exception_state:" msgid "Ignored" msgstr "" @@ -1248,10 +1220,6 @@ msgstr "" msgctxt "selection:stock.move,purchase_exception_state:" -msgid "" -msgstr "" - -msgctxt "selection:stock.move,purchase_exception_state:" msgid "Ignored" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/res.pot --- a/templates/res.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/res.pot Mon Apr 15 16:54:06 2019 +0200 @@ -562,10 +562,6 @@ msgid "Action - Group" msgstr "" -msgctxt "model:ir.cron,name:cron_trigger_time" -msgid "Run On Time Triggers" -msgstr "" - msgctxt "model:ir.message,text:msg_password_email" msgid "The password cannot be the same as user's email address." msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/sale.pot --- a/templates/sale.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/sale.pot Mon Apr 15 16:54:06 2019 +0200 @@ -1766,10 +1766,6 @@ msgstr "" msgctxt "selection:account.invoice,sale_exception_state:" -msgid "" -msgstr "" - -msgctxt "selection:account.invoice,sale_exception_state:" msgid "Ignored" msgstr "" @@ -1910,10 +1906,6 @@ msgstr "" msgctxt "selection:stock.move,sale_exception_state:" -msgid "" -msgstr "" - -msgctxt "selection:stock.move,sale_exception_state:" msgid "Ignored" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/sale_subscription.pot --- a/templates/sale_subscription.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/sale_subscription.pot Mon Apr 15 16:54:06 2019 +0200 @@ -508,14 +508,6 @@ msgid "Running" msgstr "" -msgctxt "model:ir.cron,name:cron_generate_invoice" -msgid "Generate Subscription Invoices" -msgstr "" - -msgctxt "model:ir.cron,name:cron_generate_line_consumption" -msgid "Generate Subscription Line Consumptions" -msgstr "" - msgctxt "model:ir.message,text:msg_consumption_delete_invoiced" msgid "You cannot delete invoiced consumption \"%(consumption)s\"." msgstr "" @@ -619,6 +611,14 @@ msgid "Subscription Service" msgstr "" +msgctxt "selection:ir.cron,method:" +msgid "Generate Subscription Invoices" +msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Generate Subscription Line Consumptions" +msgstr "" + msgctxt "selection:sale.subscription,state:" msgid "Canceled" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/sale_supply.pot --- a/templates/sale_supply.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/sale_supply.pot Mon Apr 15 16:54:06 2019 +0200 @@ -27,10 +27,6 @@ msgstr "" msgctxt "selection:sale.line,purchase_request_state:" -msgid "" -msgstr "" - -msgctxt "selection:sale.line,purchase_request_state:" msgid "Cancel" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/sale_supply_drop_shipment.pot --- a/templates/sale_supply_drop_shipment.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/sale_supply_drop_shipment.pot Mon Apr 15 16:54:06 2019 +0200 @@ -252,6 +252,10 @@ "sale or a purchase." msgstr "" +msgctxt "model:ir.model.button,confirm:shipment_drop_done_button" +msgid "Are you sure you want to complete the shipment?" +msgstr "" + msgctxt "model:ir.model.button,string:shipment_drop_cancel_button" msgid "Cancel" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/sao.pot --- a/templates/sao.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/sao.pot Mon Apr 15 16:54:06 2019 +0200 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Mon Apr 01 2019 13:14:07 GMT+0200 (CEST) +# Generated by grunt-xgettext on Mon Apr 15 2019 16:53:42 GMT+0200 (CEST) msgid "Are your sure to leave?" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/stock.pot --- a/templates/stock.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/stock.pot Mon Apr 15 16:54:06 2019 +0200 @@ -2101,6 +2101,38 @@ msgid "To delete shipment \"%(shipment)s\" you must cancel it." msgstr "" +msgctxt "model:ir.model.button,confirm:inventory_cancel_button" +msgid "Are you sure you want to cancel the inventory?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:inventory_confirm_button" +msgid "Are you sure you want to confirm the inventory?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:move_cancel_button" +msgid "Are you sure you want to cancel the move?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:move_do_button" +msgid "Are you sure you want to complete the move?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:shipment_in_receive_button" +msgid "Are you sure you want to receive the shipment?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:shipment_in_return_done_button" +msgid "Are you sure you want to complete the shipment?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:shipment_out_done_button" +msgid "Are you sure you want to complete the shipment?" +msgstr "" + +msgctxt "model:ir.model.button,confirm:shipment_out_return_receive_button" +msgid "Are you sure you want to receive the shipment?" +msgstr "" + msgctxt "model:ir.model.button,help:inventory_complete_lines_button" msgid "Add an inventory line for each missing products" msgstr "" @@ -2754,10 +2786,6 @@ msgstr "" msgctxt "selection:stock.inventory,empty_quantity:" -msgid "" -msgstr "" - -msgctxt "selection:stock.inventory,empty_quantity:" msgid "Empty" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/stock_package_shipping.pot --- a/templates/stock_package_shipping.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/stock_package_shipping.pot Mon Apr 15 16:54:06 2019 +0200 @@ -74,10 +74,6 @@ msgid "Shipping" msgstr "" -msgctxt "selection:carrier,shipping_service:" -msgid "" -msgstr "" - msgctxt "view:stock.package.type:" msgid "Dimensions" msgstr "" diff -r d4e3404f7f73 -r 1a3118e7968d templates/tryton.pot --- a/templates/tryton.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/tryton.pot Mon Apr 15 16:54:06 2019 +0200 @@ -1078,7 +1078,28 @@ msgid "%s%%" msgstr "" -msgid "Foreground" +msgid "Bold" +msgstr "" + +msgid "Italic" +msgstr "" + +msgid "Underline" +msgstr "" + +msgid "Align Left" +msgstr "" + +msgid "Align Center" +msgstr "" + +msgid "Align Right" +msgstr "" + +msgid "Justify" +msgstr "" + +msgid "Foreground Color" msgstr "" msgid "Select a color" diff -r d4e3404f7f73 -r 1a3118e7968d templates/user_role.pot --- a/templates/user_role.pot Mon Apr 01 13:14:35 2019 +0200 +++ b/templates/user_role.pot Mon Apr 15 16:54:06 2019 +0200 @@ -114,10 +114,6 @@ msgid "Roles" msgstr "" -msgctxt "model:ir.cron,name:cron_sync_roles" -msgid "Synchronize Users Roles" -msgstr "" - msgctxt "model:ir.ui.menu,name:menu_role_form" msgid "Roles" msgstr "" @@ -133,3 +129,7 @@ msgctxt "model:res.user.role,name:" msgid "User Role" msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Synchronize Users Roles" +msgstr ""
