Skip to content

Commit

Permalink
[REF] apply module name change to translation files;
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Jul 24, 2015
1 parent 0b13675 commit 4448e43
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions product_replenishment_cost/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * product_get_cost_field
# * product_replenishment_cost
#
msgid ""
msgstr ""
Expand All @@ -15,19 +15,19 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: field:product.product,cost_price:0
msgid "Replenishment cost"
msgstr "Coût de réapprovisionnement"

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: code:_description:0
#: model:ir.model,name:product_get_cost_field.model_product_product
#: model:ir.model,name:product_replenishment_cost.model_product_product
#, python-format
msgid "Product"
msgstr "Article"

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: help:product.product,cost_price:0
msgid "The cost that you have to support in order to produce or acquire the goods. Depending on the modules installed, this cost may be computed based on various pieces of information, for example Bills of Materials or latest Purchases. By default, the Replenishment cost is the same as the Cost Price."
msgstr "Le coût que vous devez prendre en charge pour produire ou acquerir la marchandise. Selon les modules installés, le calcul de ce coût peut s'appuyer sur diverses informations : par exemple les nomenclatures ou les derniers achats. Par défaut, le coût de réapprovisionnement est le même que le Prix de revient."
Expand Down
10 changes: 5 additions & 5 deletions product_replenishment_cost/i18n/nl.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * product_get_cost_field
# * product_replenishment_cost
#
msgid ""
msgstr ""
Expand All @@ -17,20 +17,20 @@ msgstr ""
"Plural-Forms: \n"
"X-Generator: Poedit 1.5.4\n"

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: help:product.product,cost_price:0
msgid ""
"The cost price is the standard price or, if the product has a bom, the sum "
"of all standard price of its components. it take also care of the bom "
"costing like cost per cylce."
msgstr "Dit is de kostprijs, inclusief eventuele kosten."

#. module: product_get_cost_field
#: model:ir.model,name:product_get_cost_field.model_product_product
#. module: product_replenishment_cost
#: model:ir.model,name:product_replenishment_cost.model_product_product
msgid "Product"
msgstr "Product"

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: field:product.product,cost_price:0
msgid "Cost Price (incl. BoM)"
msgstr "Kostprijs (incl. kosten)"
Expand Down
10 changes: 5 additions & 5 deletions product_replenishment_cost/i18n/product_get_cost_field.pot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * product_get_cost_field
# * product_replenishment_cost
#
msgid ""
msgstr ""
Expand All @@ -15,19 +15,19 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: field:product.product,cost_price:0
msgid "Replenishment cost"
msgstr ""

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: code:_description:0
#: model:ir.model,name:product_get_cost_field.model_product_product
#: model:ir.model,name:product_replenishment_cost.model_product_product
#, python-format
msgid "Product"
msgstr ""

#. module: product_get_cost_field
#. module: product_replenishment_cost
#: help:product.product,cost_price:0
msgid "The cost that you have to support in order to produce or acquire the goods. Depending on the modules installed, this cost may be computed based on various pieces of information, for example Bills of Materials or latest Purchases. By default, the Replenishment cost is the same as the Cost Price."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion product_replenishment_cost/views/view.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record model="ir.ui.view" id="product_get_cost_field_form">
<record id="view_product_product_form" model="ir.ui.view">
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="arch" type="xml">
Expand Down

0 comments on commit 4448e43

Please sign in to comment.