FIX Messages

This commit is contained in:
Raimon Esteve 2019-10-17 11:16:02 +02:00
parent 95b3176f7b
commit cc8193539e
3 changed files with 11 additions and 35 deletions

View File

@ -1,15 +1,7 @@
#
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "error:product.oneclick:"
msgid "Product %s (%s) already exist."
msgstr "El producte %s (%s) ja existeix."
msgctxt "error:product.oneclick:"
msgid "Warning"
msgstr "Atenció"
msgctxt "field:product.oneclick.view,category:"
msgid "Category"
msgstr "Categoria"
@ -38,10 +30,6 @@ msgctxt "field:product.oneclick.view,description:"
msgid "Description"
msgstr "Descripció"
msgctxt "field:product.oneclick.view,id:"
msgid "ID"
msgstr "ID"
msgctxt "field:product.oneclick.view,list_price:"
msgid "List Price"
msgstr "Preu de venda"
@ -74,6 +62,10 @@ msgctxt "model:ir.action,name:wizard_product_oneclick"
msgid "Create Product"
msgstr "Crea producte"
msgctxt "model:ir.message,text:product_exist"
msgid "Product %(name)s (%(code)s) already exist."
msgstr ""
msgctxt "model:ir.ui.menu,name:menu_product_oneclick_wizard"
msgid "Create Product"
msgstr "Crea producte"
@ -102,10 +94,6 @@ msgctxt "selection:product.oneclick.view,type:"
msgid "Service"
msgstr "Serveis"
msgctxt "view:product.oneclick.view:"
msgid "Create product"
msgstr "Crea producte"
msgctxt "view:product.oneclick.view:"
msgid "Description"
msgstr "Descripció"

View File

@ -1,15 +1,7 @@
#
#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "error:product.oneclick:"
msgid "Product %s (%s) already exist."
msgstr "El producto %s (%s) ya existe."
msgctxt "error:product.oneclick:"
msgid "Warning"
msgstr "Atención"
msgctxt "field:product.oneclick.view,category:"
msgid "Category"
msgstr "Categoría"
@ -38,10 +30,6 @@ msgctxt "field:product.oneclick.view,description:"
msgid "Description"
msgstr "Descripción"
msgctxt "field:product.oneclick.view,id:"
msgid "ID"
msgstr "ID"
msgctxt "field:product.oneclick.view,list_price:"
msgid "List Price"
msgstr "Precio de venta"
@ -74,6 +62,10 @@ msgctxt "model:ir.action,name:wizard_product_oneclick"
msgid "Create Product"
msgstr "Crear producto"
msgctxt "model:ir.message,text:product_exist"
msgid "Product %(name)s (%(code)s) already exist."
msgstr ""
msgctxt "model:ir.ui.menu,name:menu_product_oneclick_wizard"
msgid "Create Product"
msgstr "Crear producto"
@ -102,10 +94,6 @@ msgctxt "selection:product.oneclick.view,type:"
msgid "Service"
msgstr "Servicios"
msgctxt "view:product.oneclick.view:"
msgid "Create product"
msgstr "Crear producto"
msgctxt "view:product.oneclick.view:"
msgid "Description"
msgstr "Descripción"

View File

@ -2,7 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data group="1">
<data grouped="1">
<record model="ir.message" id="product_exist">
<field name="text">Product %(name)s (%(code)s) already exist.</field>
</record>