Author: hansbak
Date: Fri Apr 25 19:56:24 2008
New Revision: 651794
URL:
http://svn.apache.org/viewvc?rev=651794&view=revLog:
added more localisation to sfa
Modified:
ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
Modified: ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml?rev=651794&r1=651793&r2=651794&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml (original)
+++ ofbiz/trunk/applications/marketing/config/MarketingUiLabels.xml Fri Apr 25 19:56:24 2008
@@ -1191,6 +1191,12 @@
<property key="SfaProbability">
<value xml:lang="en">Probability(%)</value>
</property>
+ <property key="SfaQuickAddContact">
+ <value xml:lang="en">Quick Add Contact</value>
+ </property>
+ <property key="SfaQuickAddContactForm">
+ <value xml:lang="en">Quick Add Contact Form</value>
+ </property>
<property key="DataSourceLabel">
<value xml:lang="en">Source</value>
</property>
Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=651794&r1=651793&r2=651794&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Fri Apr 25 19:56:24 2008
@@ -78,12 +78,12 @@
<container style="screenlet">
<container style="screenlet-title-bar">
<container style="h3">
- <label text="Quick Add Contract"></label>
+ <label text="${uiLabelMap.SfaQuickAddContact}"></label>
</container>
</container>
<container style="screenlet-body">
<section>
- <widgets><label text="Quick Add Contract Form"></label>
+ <widgets><label text="${uiLabelMap.SfaQuickAddContactForm}"></label>
</widgets>
</section>
</container>
@@ -144,4 +144,4 @@
</widgets>
</section>
</screen>
-</screens>
\ No newline at end of file
+</screens>