From bf41a2a442d94645fd7573f11ff86c815abd6e9b Mon Sep 17 00:00:00 2001 From: Florian Hatat Date: Mon, 3 Aug 2015 18:06:45 +0200 Subject: [PATCH] [I18N] stock: Add missing terms in stock.pot --- addons/stock/i18n/stock.pot | 76 ++++++++++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 6 deletions(-) diff --git a/addons/stock/i18n/stock.pot b/addons/stock/i18n/stock.pot index 38042112520..e53d7a7d6e1 100644 --- a/addons/stock/i18n/stock.pot +++ b/addons/stock/i18n/stock.pot @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-21 14:07+0000\n" -"PO-Revision-Date: 2015-01-21 14:07+0000\n" +"POT-Creation-Date: 2015-08-03 15:25+0000\n" +"PO-Revision-Date: 2015-08-03 15:25+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -211,6 +211,17 @@ msgid "

\n" " " msgstr "" +#. module: stock +#: model:ir.actions.act_window,help:stock.action_production_lot_form +msgid "

\n" +" Click to add a serial number.\n" +"

\n" +" This is the list of all the production lots you recorded. When\n" +" you select a lot, you can get the traceability of the products contained in lot.\n" +"

\n" +" " +msgstr "" + #. module: stock #: model:ir.actions.act_window,help:stock.action_production_lot_form msgid "

\n" @@ -436,6 +447,12 @@ msgid "Allows you to sell units of a product, but invoice based on a different u "For instance, you can sell pieces of meat that you invoice based on their weight." msgstr "" +#. module: stock +#: help:stock.config.settings,group_uos:0 +msgid "Allows you to store units of a product, but sell and invoice based on a different unit of measure.\n" +"For instance, you can store pieces of meat that you sell and invoice based on their weight." +msgstr "" + #. module: stock #: view:stock.location.route:stock.stock_location_route_form_view msgid "Applicable On" @@ -1727,6 +1744,11 @@ msgstr "" msgid "If unchecked, it will allow you to hide the rule without removing it." msgstr "" +#. module: stock +#: help:stock.inventory,filter:0 +msgid "If you do an entire inventory, you can choose 'All Products' and it will prefill the inventory with the current stock. If you only do some products (e.g. Cycle Counting) you can choose 'Manual Selection of Products' and the system won't propose anything. You can also let the system propose for a single product / lot /... " +msgstr "" + #. module: stock #: selection:stock.inventory,state:0 msgid "In Progress" @@ -2308,7 +2330,8 @@ msgid "Make Procurements" msgstr "" #. module: stock -#: code:addons/stock/stock.py:3071 +#: code:addons/stock/stock.py:3217 +#: model:stock.location.route,name:stock.route_warehouse0_mto #, python-format msgid "Make To Order" msgstr "" @@ -2383,6 +2406,12 @@ msgstr "" msgid "Manual Operation" msgstr "" +#. module: stock +#: code:addons/stock/stock.py:2640 +#, python-format +msgid "Manual Selection of Products" +msgstr "" + #. module: stock #: view:stock.picking:stock.view_picking_form msgid "Mark as Todo" @@ -2496,6 +2525,8 @@ msgid "Move which caused (created) the procurement" msgstr "" #. module: stock +#: view:stock.move:stock.view_move_form +#: view:stock.move:stock.view_move_picking_form #: field:stock.move,quant_ids:0 msgid "Moved Quants" msgstr "" @@ -4406,6 +4437,11 @@ msgstr "" msgid "Storage Location" msgstr "" +#. module: stock +#: field:stock.config.settings,group_uos:0 +msgid "Store products in a different unit of measure than the sales order" +msgstr "" + #. module: stock #: field:stock.picking,message_summary:0 #: field:stock.production.lot,message_summary:0 @@ -4562,6 +4598,12 @@ msgstr "" msgid "The default resupply warehouse should be different than the warehouse itself!" msgstr "" +#. module: stock +#: code:addons/stock/stock.py:1067 +#, python-format +msgid "The destination location must be the same for all the moves of the picking." +msgstr "" + #. module: stock #: view:product.category:stock.product_category_form_view_inherit msgid "The following routes will apply to the products in this category taking into account parent categories:" @@ -4638,6 +4680,17 @@ msgid "The selected UoM for product %s is not compatible with the UoM set on the "Please choose an UoM within the same UoM category." msgstr "" +#. module: stock +#: constraint:stock.inventory:0 +msgid "The selected inventory options are not coherent." +msgstr "" + +#. module: stock +#: code:addons/stock/stock.py:1070 +#, python-format +msgid "The source location must be the same for all the moves of the picking." +msgstr "" + #. module: stock #: view:stock.transfer_details:stock.view_stock_enter_transfer_details msgid "The source package will be moved entirely. If you specify a destination package, the source package will be put in the destination package." @@ -4968,6 +5021,11 @@ msgstr "" msgid "Unreserve" msgstr "" +#. module: stock +#: view:stock.inventory:stock.view_inventory_form +msgid "UoM" +msgstr "" + #. module: stock #: model:ir.actions.act_window,name:stock.action_view_change_product_quantity #: view:stock.change.product.qty:stock.view_change_product_quantity @@ -5229,13 +5287,13 @@ msgstr "" #. module: stock #: code:addons/stock/stock.py:368 #, python-format -msgid "You can not reserve a negative quantity or a negative quant." +msgid "You can not change the unit of measure of a product that has already been used in a done stock move. If you need to change the unit of measure, you may deactivate this product." msgstr "" #. module: stock #: code:addons/stock/stock.py:2846 #, python-format -msgid "You can only change the checked quantity of an existing inventory line. If you want modify a data, please set the checked quantity to 0 and create a new inventory line." +msgid "You can not reserve a negative quantity or a negative quant." msgstr "" #. module: stock @@ -5287,7 +5345,13 @@ msgid "You have to select a product unit of measure in the same category than th msgstr "" #. module: stock -#: code:addons/stock/wizard/stock_return_picking.py:69 +#: code:addons/stock/wizard/stock_return_picking.py:62 +#, python-format +msgid "You may only return one picking at a time!" +msgstr "" + +#. module: stock +#: code:addons/stock/wizard/stock_return_picking.py:72 #, python-format msgid "You may only return pickings that are Done!" msgstr ""