Author: shijh
Date: Wed Dec 7 11:50:47 2016
New Revision: 1773058
URL:
http://svn.apache.org/viewvc?rev=1773058&view=revLog:
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>