You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2015/11/18 19:20:59 UTC

svn commit: r1715029 - /ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml

Author: adrianc
Date: Wed Nov 18 18:20:59 2015
New Revision: 1715029

URL: http://svn.apache.org/viewvc?rev=1715029&view=rev
Log:
Fix invalid XML in new component template file.

Modified:
    ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml

Modified: ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml?rev=1715029&r1=1715028&r2=1715029&view=diff
==============================================================================
--- ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml (original)
+++ ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml Wed Nov 18 18:20:59 2015
@@ -3,21 +3,21 @@
     <property key="@component-resource-name@Application">
         <value xml:lang="en">@component-resource-name@ Application</value>
         <value xml:lang="zh">@component-resource-name@应用程序</value>
-        <value xml:lang="zh_TW">@component-resource-name@應用程式</value>
+        <value xml:lang="zh-TW">@component-resource-name@應用程式</value>
     </property>
     <property key="@component-resource-name@CompanyName">
         <value xml:lang="en">OFBiz: @component-resource-name@</value>
-        <value xml:lang="zh_TW">OFBiz: @component-resource-name@</value>
+        <value xml:lang="zh-TW">OFBiz: @component-resource-name@</value>
     </property>
     <property key="@component-resource-name@CompanySubtitle">
         <value xml:lang="en">Part of the Open For Business Family of Open Source Software</value>
         <value xml:lang="it">Un modulo della famiglia di software open source Open For Business</value>
         <value xml:lang="zh">开源软件OFBiz的组成部分</value>
-        <value xml:lang="zh_TW">開源軟體OFBiz的組成部分</value>
+        <value xml:lang="zh-TW">開源軟體OFBiz的組成部分</value>
     </property>
     <property key="@component-resource-name@ViewPermissionError">
         <value xml:lang="en">You are not allowed to view this page.</value>
         <value xml:lang="zh">不允许你浏览这个页面。</value>
-        <value xml:lang="zh_TW">不允許您檢視這個頁面.</value>
+        <value xml:lang="zh-TW">不允許您檢視這個頁面.</value>
     </property>
 </resource>