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 f6208bcbcb Improved: SFA MainActionMenu and labels (OFBIZ-13037)
f6208bcbcb is described below

commit f6208bcbcb7d09ed032683116166aab063c94425
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Wed Apr 17 09:40:13 2024 +0200

    Improved: SFA MainActionMenu and labels (OFBIZ-13037)
    
    Adds few French labels
---
 applications/marketing/config/MarketingUiLabels.xml | 3 ++-
 applications/party/config/PartyUiLabels.xml         | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/applications/marketing/config/MarketingUiLabels.xml 
b/applications/marketing/config/MarketingUiLabels.xml
index dada0609f2..917ed96be9 100644
--- a/applications/marketing/config/MarketingUiLabels.xml
+++ b/applications/marketing/config/MarketingUiLabels.xml
@@ -3487,6 +3487,7 @@
     </property>
     <property key="SfaNewLead">
         <value xml:lang="en">New Lead</value>
+        <value xml:lang="fr">Nouveau prospect</value>
         <value xml:lang="nl">Nieuwe lead</value>
     </property>
     <property key="SfaLeadCreatedSuccessfully">
@@ -3698,8 +3699,8 @@
     <property key="SfaOpportunityCommunications">
         <value xml:lang="de">Kommunikation zu Opportunity</value>
         <value xml:lang="en">Opportunity Communications</value>
-        <value xml:lang="fr">Opportunité de communications</value>
         <value xml:lang="es">Comunicación de Oportunidades</value>
+        <value xml:lang="fr">Opportunités de communication</value>
         <value xml:lang="ja">機会通信</value>
         <value xml:lang="pt-BR">Comunicação de oportunidades</value>
         <value xml:lang="vi">Truyền thông</value>
diff --git a/applications/party/config/PartyUiLabels.xml 
b/applications/party/config/PartyUiLabels.xml
index f0f37ee45a..16236fcae3 100644
--- a/applications/party/config/PartyUiLabels.xml
+++ b/applications/party/config/PartyUiLabels.xml
@@ -4559,6 +4559,7 @@
         <value xml:lang="ar">خلق فرصة</value>
         <value xml:lang="de">Opportunity anlegen</value>
         <value xml:lang="en">Create Opportunity</value>
+        <value xml:lang="fr">Créer une opportunité</value>
         <value xml:lang="it">Creare opportunità</value>
         <value xml:lang="ja">機会を作成</value>
         <value xml:lang="nl">Nieuwe Opportunity</value>
@@ -14124,4 +14125,4 @@
         <value xml:lang="zh">用户名只能有字母,数字和_-</value>
         <value xml:lang="zh-TW">用戶名只能有字母,數字和_-</value>
     </property>
-</resource>
\ No newline at end of file
+</resource>

Reply via email to