Author: vsiveton Date: Fri May 18 05:30:39 2007 New Revision: 539423 URL: http://svn.apache.org/viewvc?view=rev&rev=539423 Log: MSITE-221: Korean translation resource file Submitted by: Woonsan Ko
o applied o updated documentation Added: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties (with props) Modified: maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml Added: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties?view=auto&rev=539423 ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties (added) +++ maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties Fri May 18 05:30:39 2007 @@ -0,0 +1,35 @@ +# 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. + +report.menu.projectinformation=\ud504\ub85c\uc81d\ud2b8 \uc815\ubcf4 +report.menu.projectreports=\ud504\ub85c\uc81d\ud2b8 \ubcf4\uace0\uc11c +report.menu.projectdocumentation=\ud504\ub85c\uc81d\ud2b8 \ubb38\uc11c\ud654 +report.menu.parentproject=\ubd80\ubaa8 \ud504\ub85c\uc81d\ud2b8 +report.menu.projectmodules=\ubaa8\ub4c8 + +report.information.title=\ud504\ub85c\uc81d\ud2b8 \uc815\ubcf4 +report.information.description1=\uc774 \ubb38\uc11c\ub294 \ub2e4\uc591\ud55c \ubb38\uc11c\ub4e4\uc758 \uac1c\uc694\uc640 \uc774 \ud504\ub85c\uc81d\ud2b8\uc640 \uad00\ub828\ub41c \ + \uc5ec\ub7ec \ub9c1\ud06c \uc815\ubcf4\ub4e4\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774 \ubb38\uc11c\uc758 \ubaa8\ub4e0 \ub0b4\uc6a9\uc740 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ub429\ub2c8\ub2e4. +report.information.description2=(\ud504\ub85c\uc81d\ud2b8\ud300\uc744 \ub300\uc2e0\ud558\uc5ec \uc790\ub3d9 \uc0dd\uc131) + +report.category.sectionTitle=\uac1c\uc694 +report.category.column.description=\uc124\uba85 +report.category.column.document=\ubb38\uc11c + +report.project.title=\uc0dd\uc131\ub41c \ubcf4\uace0\uc11c +report.project.description1=\uc774 \ubb38\uc11c\ub294 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ub41c \ub2e4\uc591\ud55c \ubcf4\uace0\uc11c\ub4e4\uc758 \uac1c\uc694\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. +report.project.description2=\uc544\ub798\uc5d0\uc11c\ub294 \uac01 \ubcf4\uace0\uc11c\uc5d0 \ub300\ud574 \uac04\ub7b5\ud788 \uc124\uba85\ud569\ub2c8\ub2e4. Propchange: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties ------------------------------------------------------------------------------ svn:keywords = "Author Date Id Revision" Modified: maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml?view=diff&rev=539423&r1=539422&r2=539423 ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml (original) +++ maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml Fri May 18 05:30:39 2007 @@ -103,6 +103,14 @@ </a> </td> </tr> + <tr> + <td>Korean</td> + <td> + <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties"> + See + </a> + </td> + </tr> </table> <br /> </li> @@ -161,6 +169,14 @@ <td>Brazilian Portuguese</td> <td> <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties"> + See + </a> + </td> + </tr> + <tr> + <td>Korean</td> + <td> + <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties"> See </a> </td>