[MPLUGIN-166] Add Swedish translation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@938647 13f79535-47bb-0310-9956-ffa450edef68master
parent
b8a9bbe373
commit
ba67980170
|
|
@ -232,11 +232,12 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>l10n-maven-plugin</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
<version>1.0-alpha-2</version>
|
||||
<configuration>
|
||||
<locales>
|
||||
<locale>de</locale>
|
||||
<locale>fr</locale>
|
||||
<locale>sv</locale>
|
||||
</locales>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue