This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7973f09eb3 Improved: Have CommonProduct Label for use with 
LookupProduct function (OFBIZ-12542) (#492)
7973f09eb3 is described below

commit 7973f09eb34d33738b9d9797fb36325a20294ad0
Author: Pierre Smits <pierre.sm...@orrtiz.com>
AuthorDate: Sun May 22 11:55:42 2022 +0200

    Improved: Have CommonProduct Label for use with LookupProduct function 
(OFBIZ-12542) (#492)
    
    The LookupProduct function is used across various applications,
    intended to assist users with the need to search, find and select
    products in forms where one needs to be added or changed.
    Also usable in overviews where a product is referenced.
    
    modified: CommonUiLabels.xml
---
 framework/common/config/CommonUiLabels.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/framework/common/config/CommonUiLabels.xml 
b/framework/common/config/CommonUiLabels.xml
index 1df606e116..cd2b56bcf7 100644
--- a/framework/common/config/CommonUiLabels.xml
+++ b/framework/common/config/CommonUiLabels.xml
@@ -9455,6 +9455,26 @@
         <value xml:lang="zh-CN">处理中</value>
         <value xml:lang="zh-TW">處理中</value>
     </property>
+    <property key="CommonProduct">
+        <value xml:lang="ar">سلعة</value>
+        <value xml:lang="cs">Výrobek</value>
+        <value xml:lang="de">Produkt</value>
+        <value xml:lang="en">Product</value>
+        <value xml:lang="es">Producto</value>
+        <value xml:lang="fr">Article</value>
+        <value xml:lang="hi-IN">सामान</value>
+        <value xml:lang="it">Prodotto</value>
+        <value xml:lang="ja">製品</value>
+        <value xml:lang="nl">Produkt</value>
+        <value xml:lang="pt-BR">Produto</value>
+        <value xml:lang="pt-PT">Produto</value>
+        <value xml:lang="ro">Produs</value>
+        <value xml:lang="ru">Продукт</value>
+        <value xml:lang="th">สินค้า</value>
+        <value xml:lang="vi">Sản phẩm</value>
+        <value xml:lang="zh">产品</value>
+        <value xml:lang="zh-TW">產品</value>
+    </property>
     <property key="CommonProductRating"><!--  Used to demark the section where 
ProductRating setting are made. -->
         <value xml:lang="de">Bewertung</value>
         <value xml:lang="en">Rating</value>

Reply via email to