From ba6798017099c5addffb2763baa67d415a60b569 Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Tue, 27 Apr 2010 21:00:33 +0000 Subject: [PATCH] [MPLUGIN-166] Add Swedish translation git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@938647 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/pom.xml | 3 +- .../resources/plugin-report_sv.properties | 48 +++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 maven-plugin-plugin/src/main/resources/plugin-report_sv.properties diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index 4a540ae..78c0118 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -232,11 +232,12 @@ org.codehaus.mojo l10n-maven-plugin - 1.0-alpha-1 + 1.0-alpha-2 de fr + sv diff --git a/maven-plugin-plugin/src/main/resources/plugin-report_sv.properties b/maven-plugin-plugin/src/main/resources/plugin-report_sv.properties new file mode 100644 index 0000000..cf04795 --- /dev/null +++ b/maven-plugin-plugin/src/main/resources/plugin-report_sv.properties @@ -0,0 +1,48 @@ +# +# 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.plugin.name=Plugindokumentation +report.plugin.description=Denna rapport tillhandahåller mål- och parameterdokumentation för en plugin. +report.plugin.title=Plugindokumentation + +report.plugin.goals.nogoal=Inga mål tillgängliga ännu. +report.plugin.goals.intro=Tillgängliga mål för denna plugin: +report.plugin.goals.column.goal=Mål +report.plugin.goals.column.isMavenReport=Rapport? +report.plugin.goals.column.description=Beskrivning +report.plugin.goal.nodescription=Ingen beskrivning. +report.plugin.goal.deprecated=Föråldrat. + +report.plugin.systemrequirements=Systemkrav +report.plugin.systemrequirements.intro=Följande minimikrav ställs för att köra denna Maven plugin: +report.plugin.systemrequirements.nominimum= Inga minimikrav. +report.plugin.systemrequirements.maven=Maven +report.plugin.systemrequirements.jdk=JDK +report.plugin.systemrequirements.memory=Minne +report.plugin.systemrequirements.diskspace=Diskutrymme + +report.plugin.usage=Användning +report.plugin.usage.intro=Du bör specificera versionen i ditt projekts pluginkonfiguration: +report.plugin.usage.pluginManagement=För att definiera pluginversion i din föräldra-POM +report.plugin.usage.plugins=För att använda plugin-målen i din POM eller föräldra-POM +report.plugin.usage.reporting=För att använda rapport-målen i din POM eller föräldra-POM +report.plugin.configuration.end=För mer information, läs {"Guide to Configuring Plug-ins", http://maven.apache.org/guides/mini/guide-configuring-plugins.html} (på engelska). + +report.plugin.isReport=Ja +report.plugin.isNotReport=Nej