svn commit: r1773058 - /ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1773058 - /ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml

shijh
Author: shijh
Date: Wed Dec  7 11:50:47 2016
New Revision: 1773058

URL: http://svn.apache.org/viewvc?rev=1773058&view=rev
Log:
Fixed: Add a PriCat component under specialpurpose
(OFBIZ-9123)

Removed the following duplicated labels in PricatUiLabels.xml:
ExcelTableNoRow
ExcelTableColumnNumberNotMatch
ExcelTableColumnNotMatch
ExcelParsingRow

Thanks: Jacques points out these bugs.

Modified:
    ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml

Modified: ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml?rev=1773058&r1=1773057&r2=1773058&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/pricat/config/PricatUiLabels.xml Wed Dec  7 11:50:47 2016
@@ -395,22 +395,6 @@ under the License.
         <value xml:lang="en">Sheet {0} has only 1 row.</value>
         <value xml:lang="zh">表单{0}只有一行数据。</value>
     </property>
-    <property key="ExcelTableNoRow">
-        <value xml:lang="en">There's no row in sheet {0}.</value>
-        <value xml:lang="zh">表单{0}中没有数据。</value>
-    </property>
-    <property key="ExcelTableColumnNumberNotMatch">
-        <value xml:lang="en">The sheet has {0} columns, it's not the same as sample sheet's {1}.</value>
-        <value xml:lang="zh">表单有{0}列,与样例表单的{1}列不同。</value>
-    </property>
-    <property key="ExcelTableColumnNotMatch">
-        <value xml:lang="en">The column {0} has a name {1}, it's not identical to {2}.</value>
-        <value xml:lang="zh">列{0}的名字是{1},应是{2}。</value>
-    </property>
-    <property key="ExcelParsingRow">
-        <value xml:lang="en">({0}) parsing {1} ...</value>
-        <value xml:lang="zh">({0}) 正在解析 {1} ...</value>
-    </property>
     <property key="ParseExcelEncoding">
         <value xml:lang="en">  Using {0} to parsing the excel file.</value>
         <value xml:lang="zh">  æ­£åœ¨ä½¿ç”¨{0}解析Excel文件。</value>