From e45615f7ecc0e4c70d97ea4ce11bf18b86debe68 Mon Sep 17 00:00:00 2001 From: Sergio Corato Date: Wed, 12 Jan 2022 11:31:48 +0000 Subject: [PATCH] Added translation using Weblate (Italian) --- stock_account_inventory_force_date/i18n/it.po | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 stock_account_inventory_force_date/i18n/it.po diff --git a/stock_account_inventory_force_date/i18n/it.po b/stock_account_inventory_force_date/i18n/it.po new file mode 100644 index 000000000..10d0b0473 --- /dev/null +++ b/stock_account_inventory_force_date/i18n/it.po @@ -0,0 +1,95 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_account_inventory_force_date +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\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: stock_account_inventory_force_date +#: model:ir.model,name:stock_account_inventory_force_date.model_res_company +msgid "Companies" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:res.groups,name:stock_account_inventory_force_date.group_stock_account_inventory_force_date +msgid "Force Inventory Adjustment Date" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model.fields,field_description:stock_account_inventory_force_date.field_stock_inventory__force_inventory_date +msgid "Force Inventory Date" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model.fields,field_description:stock_account_inventory_force_date.field_res_company__force_inventory_lock_date +msgid "Force Inventory Lock Date" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model.fields,help:stock_account_inventory_force_date.field_stock_inventory__force_inventory_date +msgid "Force the inventory moves and accounting entries to a given datein the past." +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model.fields,help:stock_account_inventory_force_date.field_res_company__force_inventory_lock_date +msgid "If set, it won't be possible for any user to force an inventory,adjustment using a date earlier than this one." +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model,name:stock_account_inventory_force_date.model_stock_inventory +#: model_terms:ir.ui.view,arch_db:stock_account_inventory_force_date.view_company_form +msgid "Inventory" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model,name:stock_account_inventory_force_date.model_stock_inventory_line +msgid "Inventory Line" +msgstr "" + +#. module: stock_account_inventory_force_date +#: code:addons/stock_account_inventory_force_date/models/stock_inventory.py:107 +#, python-format +msgid "It is not possible to force an inventory adjustment to a date before %s" +msgstr "" + +#. module: stock_account_inventory_force_date +#: code:addons/stock_account_inventory_force_date/models/stock_inventory.py:93 +#, python-format +msgid "Option %s not available when forcing Inventory Date." +msgstr "" + +#. module: stock_account_inventory_force_date +#: code:addons/stock_account_inventory_force_date/models/stock_move.py:35 +#, python-format +msgid "Please define a Standard Cost Change Offsetting Account in the company settings." +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model,name:stock_account_inventory_force_date.model_stock_move_line +msgid "Product Moves (Stock Move Line)" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model.fields,field_description:stock_account_inventory_force_date.field_res_company__standard_cost_change_account_id +msgid "Standard Cost Change Offsetting Account" +msgstr "" + +#. module: stock_account_inventory_force_date +#: code:addons/stock_account_inventory_force_date/models/stock_move.py:47 +#, python-format +msgid "Standard Price revalued for %s from %s" +msgstr "" + +#. module: stock_account_inventory_force_date +#: model:ir.model,name:stock_account_inventory_force_date.model_stock_move +msgid "Stock Move" +msgstr ""