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 "" msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n" 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:" msgctxt "field:product.oneclick.view,category:"
msgid "Category" msgid "Category"
msgstr "Categoria" msgstr "Categoria"
@ -38,10 +30,6 @@ msgctxt "field:product.oneclick.view,description:"
msgid "Description" msgid "Description"
msgstr "Descripció" msgstr "Descripció"
msgctxt "field:product.oneclick.view,id:"
msgid "ID"
msgstr "ID"
msgctxt "field:product.oneclick.view,list_price:" msgctxt "field:product.oneclick.view,list_price:"
msgid "List Price" msgid "List Price"
msgstr "Preu de venda" msgstr "Preu de venda"
@ -74,6 +62,10 @@ msgctxt "model:ir.action,name:wizard_product_oneclick"
msgid "Create Product" msgid "Create Product"
msgstr "Crea producte" 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" msgctxt "model:ir.ui.menu,name:menu_product_oneclick_wizard"
msgid "Create Product" msgid "Create Product"
msgstr "Crea producte" msgstr "Crea producte"
@ -102,10 +94,6 @@ msgctxt "selection:product.oneclick.view,type:"
msgid "Service" msgid "Service"
msgstr "Serveis" msgstr "Serveis"
msgctxt "view:product.oneclick.view:"
msgid "Create product"
msgstr "Crea producte"
msgctxt "view:product.oneclick.view:" msgctxt "view:product.oneclick.view:"
msgid "Description" msgid "Description"
msgstr "Descripció" msgstr "Descripció"

View file

@ -1,15 +1,7 @@
# #
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n" 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:" msgctxt "field:product.oneclick.view,category:"
msgid "Category" msgid "Category"
msgstr "Categoría" msgstr "Categoría"
@ -38,10 +30,6 @@ msgctxt "field:product.oneclick.view,description:"
msgid "Description" msgid "Description"
msgstr "Descripción" msgstr "Descripción"
msgctxt "field:product.oneclick.view,id:"
msgid "ID"
msgstr "ID"
msgctxt "field:product.oneclick.view,list_price:" msgctxt "field:product.oneclick.view,list_price:"
msgid "List Price" msgid "List Price"
msgstr "Precio de venta" msgstr "Precio de venta"
@ -74,6 +62,10 @@ msgctxt "model:ir.action,name:wizard_product_oneclick"
msgid "Create Product" msgid "Create Product"
msgstr "Crear producto" 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" msgctxt "model:ir.ui.menu,name:menu_product_oneclick_wizard"
msgid "Create Product" msgid "Create Product"
msgstr "Crear producto" msgstr "Crear producto"
@ -102,10 +94,6 @@ msgctxt "selection:product.oneclick.view,type:"
msgid "Service" msgid "Service"
msgstr "Servicios" msgstr "Servicios"
msgctxt "view:product.oneclick.view:"
msgid "Create product"
msgstr "Crear producto"
msgctxt "view:product.oneclick.view:" msgctxt "view:product.oneclick.view:"
msgid "Description" msgid "Description"
msgstr "Descripción" msgstr "Descripción"

View file

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