Skip to content

Commit

Permalink
OCA Transbot updated translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-transbot committed Mar 18, 2017
1 parent dfed345 commit da3bfd9
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 16 deletions.
228 changes: 228 additions & 0 deletions stock_inventory_hierarchical/i18n/fr_CA.po
@@ -0,0 +1,228 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_hierarchical
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-11 08:43+0000\n"
"PO-Revision-Date: 2016-04-14 14:54+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-8-0/language/fr_CA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: stock_inventory_hierarchical
#: view:stock.generate.inventory:stock_inventory_hierarchical.view_stock_generate_inventory
msgid "Cancel"
msgstr "Annuler"

#. module: stock_inventory_hierarchical
#: field:stock.inventory,complete_name:0
msgid "Complete reference"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,create_uid:0
msgid "Created by"
msgstr "Créé par"

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,create_date:0
msgid "Created on"
msgstr "Créé le"

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,display_name:0
msgid "Display Name"
msgstr "Afficher le nom"

#. module: stock_inventory_hierarchical
#: code:addons/stock_inventory_hierarchical/models/stock_inventory.py:91
#, python-format
msgid "Error: You can not create recursive inventories."
msgstr ""

#. module: stock_inventory_hierarchical
#: model:ir.actions.act_window,name:stock_inventory_hierarchical.action_view_stock_generate_inventory
#: model:ir.model,name:stock_inventory_hierarchical.model_stock_generate_inventory
#: model:ir.ui.menu,name:stock_inventory_hierarchical.menu_action_stock_generate_inventory_form
#: view:stock.generate.inventory:stock_inventory_hierarchical.view_stock_generate_inventory
msgid "Generate Inventory"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,id:0
msgid "ID"
msgstr "Identifiant"

#. module: stock_inventory_hierarchical
#: help:stock.generate.inventory,only_view:0
msgid "If set, only inventory on view location can be created"
msgstr ""

#. module: stock_inventory_hierarchical
#: model:ir.model,name:stock_inventory_hierarchical.model_stock_inventory
msgid "Inventory"
msgstr ""

#. module: stock_inventory_hierarchical
#: code:addons/stock_inventory_hierarchical/wizard/generate_inventory.py:125
#, python-format
msgid "Inventory generated"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_form_view
msgid "Inventory on location"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,prefix_inv_name:0
msgid "Inventory prefix"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,__last_update:0
msgid "Last Modified on"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,write_uid:0
msgid "Last Updated by"
msgstr "Dernière mise à jour par"

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,write_date:0
msgid "Last Updated on"
msgstr "Dernière mise à jour le"

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,level:0
msgid "Level"
msgstr ""

#. module: stock_inventory_hierarchical
#: sql_constraint:stock.generate.inventory:0
msgid "Level must be positive!"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.inventory,inventory_ids:0
msgid "List of Sub-inventories"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,location_id:0
msgid "Location"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.view_inventory_subinventories_filter
msgid "Main inventories"
msgstr ""

#. module: stock_inventory_hierarchical
#: help:stock.generate.inventory,level:0
msgid ""
"Maximum number of intermediate sub-inventories between the main inventory "
"and the smallest sub-inventory."
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.view_inventory_subinventories_filter
msgid "Only select inventories that have no parents."
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.generate.inventory,only_view:0
msgid "Only view"
msgstr ""

#. module: stock_inventory_hierarchical
#: help:stock.generate.inventory,prefix_inv_name:0
msgid "Optional prefix for all created inventory"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.inventory,parent_id:0
msgid "Parent Inventory"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.inventory,parent_left:0
msgid "Parent Left"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.inventory,parent_right:0
msgid "Parent Right"
msgstr ""

#. module: stock_inventory_hierarchical
#: field:stock.inventory,progress_rate:0
msgid "Progress"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_tree_view
msgid "Reference"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_form_view
msgid "Sub-inventories"
msgstr ""

#. module: stock_inventory_hierarchical
#: code:addons/stock_inventory_hierarchical/models/stock_inventory.py:120
#, python-format
msgid ""
"The state of the inventory %s (%s) is not consistent with the state of the "
"following parent inventories:\n"
msgstr ""

#. module: stock_inventory_hierarchical
#: code:addons/stock_inventory_hierarchical/models/stock_inventory.py:104
#, python-format
msgid ""
"The state of the inventory %s (%s) is not consistent with the state of the "
"following sub-inventories:\n"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_form_view
msgid ""
"This action will cancel all children inventories.\n"
" Click 'OK' to cancel inventories.\n"
" Click 'Cancel' to abort."
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_form_view
msgid ""
"This action will start all children inventories.\n"
" Click 'OK' to start inventories.\n"
" Click 'Cancel' to abort."
msgstr ""

#. module: stock_inventory_hierarchical
#: model:ir.actions.act_window,name:stock_inventory_hierarchical.action_view_sub_inventory
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_form_view
msgid "View Sub-inventories"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.generate.inventory:stock_inventory_hierarchical.view_stock_generate_inventory
msgid "or"
msgstr ""

#. module: stock_inventory_hierarchical
#: view:stock.inventory:stock_inventory_hierarchical.stock_inventory_hierarchical_form_view
msgid "{'readonly':[('parent_id', '!=', False)]}"
msgstr ""
124 changes: 124 additions & 0 deletions stock_inventory_preparation_filter/i18n/fr_CA.po
@@ -0,0 +1,124 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_inventory_preparation_filter
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-11 08:43+0000\n"
"PO-Revision-Date: 2017-03-13 12:52+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-8-0/language/fr_CA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: stock_inventory_preparation_filter
#: view:stock.inventory:stock_inventory_preparation_filter.stock_inventory_form
#: field:stock.inventory,empty_line_ids:0
msgid "Capture Lines"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory,categ_ids:0
msgid "Categories"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,create_uid:0
msgid "Created by"
msgstr "Créé par"

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,create_date:0
msgid "Created on"
msgstr "Créé le"

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,display_name:0
msgid "Display Name"
msgstr "Afficher le nom"

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:60
#, python-format
msgid "Empty list"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,id:0
msgid "ID"
msgstr "Identifiant"

#. module: stock_inventory_preparation_filter
#: model:ir.model,name:stock_inventory_preparation_filter.model_stock_inventory
#: field:stock.inventory.line.empty,inventory_id:0
msgid "Inventory"
msgstr ""

#. module: stock_inventory_preparation_filter
#: view:stock.inventory:stock_inventory_preparation_filter.stock_inventory_form
msgid "Inventory Details"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,__last_update:0
msgid "Last Modified on"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,write_uid:0
msgid "Last Updated by"
msgstr "Dernière mise à jour par"

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,write_date:0
msgid "Last Updated on"
msgstr "Dernière mise à jour le"

#. module: stock_inventory_preparation_filter
#: field:stock.inventory,lot_ids:0
msgid "Lots"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,product_code:0
msgid "Product Code"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory,product_ids:0
msgid "Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: field:stock.inventory.line.empty,product_qty:0
msgid "Quantity"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:55
#, python-format
msgid "Selected Categories"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:59
#, python-format
msgid "Selected Lots"
msgstr ""

#. module: stock_inventory_preparation_filter
#: code:addons/stock_inventory_preparation_filter/models/stock_inventory.py:56
#, python-format
msgid "Selected Products"
msgstr ""

#. module: stock_inventory_preparation_filter
#: view:stock.inventory:stock_inventory_preparation_filter.stock_inventory_form
msgid "{'invisible':[('state','=','draft')]}"
msgstr ""
4 changes: 2 additions & 2 deletions stock_location_area_management/i18n/ca.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: stock-logistics-warehouse (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-07 07:40+0000\n"
"POT-Creation-Date: 2017-03-11 08:43+0000\n"
"PO-Revision-Date: 2015-09-15 13:04+0000\n"
"Last-Translator: <>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/OCA-stock-logistics-warehouse-8-0/language/ca/)\n"
Expand Down Expand Up @@ -77,4 +77,4 @@ msgstr ""
#. module: stock_location_area_management
#: field:res.company,locations_uom:0 field:stock.location,location_uom:0
msgid "Unit of Measure"
msgstr ""
msgstr "Unitat de mesura"
10 changes: 5 additions & 5 deletions stock_orderpoint_manual_procurement/i18n/ca.po
Expand Up @@ -4,14 +4,14 @@
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Carles Antoli <carlesantoli@hotmail.com>, 2017
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-07 07:40+0000\n"
"PO-Revision-Date: 2017-01-07 07:40+0000\n"
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>, 2017\n"
"POT-Creation-Date: 2017-03-11 08:43+0000\n"
"PO-Revision-Date: 2017-03-11 08:43+0000\n"
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -155,7 +155,7 @@ msgstr ""
#. module: stock_orderpoint_manual_procurement
#: field:make.procurement.orderpoint.item,uom_id:0
msgid "Unit of Measure"
msgstr ""
msgstr "Unitat de mesura"

#. module: stock_orderpoint_manual_procurement
#: view:make.procurement.orderpoint:stock_orderpoint_manual_procurement.view_make_procurment_buffer_wizard
Expand Down

0 comments on commit da3bfd9

Please sign in to comment.