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 2008/05/29 22:06:03 UTC

svn commit: r661454 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/main/resources/site-plugin_da.properties

Author: dennisl
Date: Thu May 29 13:06:03 2008
New Revision: 661454

URL: http://svn.apache.org/viewvc?rev=661454&view=rev
Log:
[MSITE-328] Danish internationalization properties file
Submitted by: Kristian Mandrup
Reviewed by: Dennis Lundberg

Added:
    maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties   (with props)
Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=661454&r1=661453&r2=661454&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu May 29 13:06:03 2008
@@ -133,6 +133,13 @@
         <role>Czech translator</role>
       </roles>
     </contributor>
+    <contributor>
+      <name>Kristian Mandrup</name>
+      <email>kristian@mandrup.dk</email>
+      <roles>
+        <role>Danish translator</role>
+      </roles>
+    </contributor>
   </contributors>
 
   <scm>
@@ -371,6 +378,7 @@
           <locales>
             <locale>ca</locale>
             <locale>cs</locale>
+            <locale>da</locale>
             <locale>de</locale>
             <locale>es</locale>
             <locale>fr</locale>

Added: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties?rev=661454&view=auto
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties (added)
+++ maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties Thu May 29 13:06:03 2008
@@ -0,0 +1,26 @@
+# 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.category.column.description = Beskrivelse
+report.category.column.document    = Dokument
+report.category.sectionTitle       = Oversikt
+report.information.description1    = Dette dokument giver en oversikt over diverse dokumenter og links der er en del projektet. De er alle genereret af
+report.information.description2    = p\u00e5 vegne af projektet.
+report.information.title           = Projektinformation
+report.project.description1        = Dette dokument giver en oversikt over diverse rapporter der er genereret af
+report.project.description2        = Hver rapport er kortfattet beskrevet under.
+report.project.title               = Genererede rapporter

Propchange: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id