i18n.sonar-admin.properties Maven / Gradle / Ivy
#
# Licensed to Marvelution under one or more contributor license
# agreements. See the NOTICE file distributed with this work
# for additional information regarding copyright ownership.
# Marvelution 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.
#
# Common
common.words.on=ON
common.words.off=OFF
common.words.details=Details
common.words.default=default
common.words.latest=Latest
common.words.last=Last
# Project Admin
admin.project.sonar.section=Sonar
admin.project.sonar.associations=Sonar Associations
admin.project.sonar.layout=Sonar Layout
# Admin Section
sonar.section=Sonar
sonar.layout.admin=Panel Layout
sonar.servers.admin=Servers
sonar.server.admin.add=Add Server
sonar.associations.admin=Associations
sonar.association.admin.add=Add Association
sonar.association.project.add=Add Sonar Association
# Servers
sonar.server.delete.warning=Servers can only be deleted if they are unused.
sonar.server.delete.warning.description=In order to delete a server listed below, all the linked associations must \
first be reconfigured to use a different server, or be deleted.
sonar.servers.header.title=Sonar Servers
sonar.servers.title=Sonar Servers
sonar.servers.description=Below you can administer all the configured Sonar Servers.
sonar.servers.add.link=Add a Sonar Server
sonar.servers.not.configured=No Sonar Servers are configured
sonar.servers.host=Host
sonar.servers.anonymous=Anonymous Server
sonar.servers.include.in.streams=Includable in Activity Streams
sonar.servers.clear.cache=Clear Cache
sonar.servers.delete.header.title=Delete Server
sonar.servers.delete.title=Delete Server
sonar.servers.delete.description=
sonar.servers.delete.confirm=Are you sure to delete Server {0}?
sonar.servers.add.header.title=Add a Server
sonar.servers.add.title=Add a Server
sonar.servers.add.description=Enter your server details in the form below.
sonar.servers.add.label=Add
sonar.servers.update.header.title=Update a Server
sonar.servers.update.title=Update a Server
sonar.servers.update.description=Use this page to update the server configuration.
sonar.servers.update.label=Update
sonar.server.name.label=Server Name
sonar.server.name.hint=The name of the server within JIRA.
sonar.server.name.required=The server name is required
sonar.server.name.duplicate=There is already a server configured with name '{0}'. Please choose another name.
sonar.server.host.label=Host URL
sonar.server.host.hint=The url of your instance, e.g. http://myserver/sonar.
sonar.server.host.required=The server host url is required
sonar.server.host.api.failed=Failed to get the currect status of the Sonar server. Please verify that it is up and \
running.
sonar.server.host.invalid=The server host url is invalid, it must start with http:// or https://
sonar.server.username.hint=The username of an account on the Sonar server to authenticate with.
sonar.server.password.hint=The password for the given username of an account on the Sonar server.
sonar.server.include.in.streams=Includable in Activity Streams
sonar.server.include.in.streams.hint=Check this if you want this server to be includable in the Activity Streams \
gadget.
# Associations
sonar.associations.header.title=Sonar Associations
sonar.associations.title=Sonar Associations
sonar.associations.description=Below you can administer all the configured Sonar Associations.
sonar.associations.add.link=Add an Association
sonar.associations.not.configured=No Associations are Configured
sonar.associations.details=Association Details
sonar.associations.project=Project
sonar.associations.component=Component
sonar.associations.delete.header.title=Delete an Association
sonar.associations.delete.title=Delete an Association
sonar.associations.delete.description=
sonar.associations.delete.confirm=Are you sure to delete the Association between {0} and {1}?
sonar.associations.add.header.title=Add an Association
sonar.associations.add.title=Add an Association
sonar.associations.add.description=Enter your Association details in the form below.
sonar.associations.add.label=Add
sonar.associations.update.header.title=Update an Association
sonar.associations.update.title=Update an Association
sonar.associations.update.description=Use this page to update the association configuration.
sonar.associations.update.label=Update
sonar.association.select.server=- Select a Server -
sonar.association.server.label=Sonar Server
sonar.association.server.hint=
sonar.association.server.required=The Sonar Server is required
sonar.association.select.project=- Select a JIRA Project -
sonar.association.project.label=JIRA Project
sonar.association.project.hint=
sonar.association.project.required=The JIRA Project is required
sonar.association.select.component=- Select a JIRA Project Component -
sonar.association.component.label=JIRA Project Component
sonar.association.component.hint=
sonar.association.resource.label=Resource
sonar.association.resource.hint=The Sonar Resource key. Tip: Start typing the key and auto-complete will assist you.
sonar.association.resource.required=The Sonar Resource is required
sonar.association.no.resource.with.key=The provided resource key is unknown by the selected Sonar Server.
# Layout
sonar.tab.panel.layout.header.title=Sonar Tab Panel Layout
sonar.tab.panel.layout.title=Sonar Tab Panel Layout
sonar.tab.panel.layout.description=Here you can alter the layout of the Sonar tab panel
sonar.tab.panel.layout.note=Note
sonar.tab.panel.layout.note.description=Double clicking on the Gadget header will also remove it from the layout.
sonar.layout.copy.system.layout=Copy System Layout
sonar.layout.new.layout=Create a new Layout
sonar.layout.project.uses.system.layout=Create a new Layout to customize for this project
sonar.layout.project.uses.system.layout.description=This project uses the JIRA System wide Sonar Layout. Before you \
can customize the layout for this project, you will either have to copy the System Layout or create a new one.