You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/10/27 17:18:23 UTC

svn commit: r1766862 - /ofbiz/trunk/specialpurpose/ebay/config/EbayUiLabels.xml

Author: deepak
Date: Thu Oct 27 17:18:23 2016
New Revision: 1766862

URL: http://svn.apache.org/viewvc?rev=1766862&view=rev
Log:
Fixed: Missing uiLabel on Export Products to eBay screen 
(OFBIZ-8508)

Thanks Pawan Verma for your contribution.

Modified:
    ofbiz/trunk/specialpurpose/ebay/config/EbayUiLabels.xml

Modified: ofbiz/trunk/specialpurpose/ebay/config/EbayUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/config/EbayUiLabels.xml?rev=1766862&r1=1766861&r2=1766862&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/config/EbayUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/config/EbayUiLabels.xml Thu Oct 27 17:18:23 2016
@@ -442,6 +442,11 @@
         <value xml:lang="zh">交易价格</value>
         <value xml:lang="zh-TW">交易價格</value>
     </property>
+    <property key="FormFieldTitle_webSiteUrl">
+        <value xml:lang="en">Website Url</value>
+        <value xml:lang="zh">网站网址</value>
+        <value xml:lang="zh-TW">網站網址</value>
+    </property>
     <property key="ordersImportFromEbay.cannotConvertFromDate">
         <value xml:lang="en">Cannot convert from date, from yyyy-MM-dd HH:mm:ss.SSS date format to yyyy-MM-dd'T'HH:mm:ss.SSS'Z' date format</value>
         <value xml:lang="fr">Ne peut convertir la date de début, depuis le format yyyy-MM-dd HH:mm:ss.SSS vers yyyy-MM-dd'T'HH:mm:ss.SSS'Z'</value>