You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/02/08 23:04:36 UTC

svn commit: r742182 - in /maven/shared/trunk/maven-doxia-tools: pom.xml src/main/resources/site-tool_zh_TW.properties

Author: dennisl
Date: Sun Feb  8 22:04:36 2009
New Revision: 742182

URL: http://svn.apache.org/viewvc?rev=742182&view=rev
Log:
[MSITE-382] Add localization for zh_TW.
Submitted by: Poyi Wu

Added:
    maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties   (with props)
Modified:
    maven/shared/trunk/maven-doxia-tools/pom.xml

Modified: maven/shared/trunk/maven-doxia-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/pom.xml?rev=742182&r1=742181&r2=742182&view=diff
==============================================================================
--- maven/shared/trunk/maven-doxia-tools/pom.xml (original)
+++ maven/shared/trunk/maven-doxia-tools/pom.xml Sun Feb  8 22:04:36 2009
@@ -172,6 +172,7 @@
             <locale>sv</locale>
             <locale>tr</locale>
             <locale>zh_CN</locale>
+            <locale>zh_TW</locale>
           </locales>
         </configuration>
       </plugin>

Added: maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties?rev=742182&view=auto
==============================================================================
--- maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties (added)
+++ maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties Sun Feb  8 22:04:36 2009
@@ -0,0 +1,22 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+decorationModel.menu.parentproject          = \u7236\u5c08\u6848 (Parent Project)
+decorationModel.menu.projectdocumentation   = \u5c08\u6848\u6587\u4ef6 (Project Documentation)
+decorationModel.menu.projectinformation     = \u5c08\u6848\u8cc7\u8a0a (Project Information)
+decorationModel.menu.projectmodules         = \u6a21\u7d44 (Modules)
+decorationModel.menu.projectreports         = \u5c08\u6848\u5831\u8868 (Project Reports)

Propchange: maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id