All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edmine.jredmine-maven-plugin.1.7.source-code.redmine-report.properties Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
###
# #%L
# JRedmine :: Maven plugin
# 
# $Id: redmine-report.properties 186 2011-05-20 12:32:08Z tchemit $
# $HeadURL: https://svn.nuiton.org/jredmine/tags/jredmine-1.7/jredmine-maven-plugin/src/main/resources/redmine-report.properties $
# %%
# Copyright (C) 2009 - 2010 CodeLutin
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as 
# published by the Free Software Foundation, either version 3 of the 
# License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Lesser Public License for more details.
# 
# You should have received a copy of the GNU General Lesser Public 
# License along with this program.  If not, see
# .
# #L%
###
# 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.name=Issues Report
report.header=Redmine Issues Report
report.description=Report on Issues from the Redmine Issue Tracking System.

report.name-assignee=Issues / Assignee
report.header-assignee=Redmine Issues Report organized by Assignee.
report.description-assignee=Report on Issues from the Redmine Issue Tracking System (organized by assignees).

report.name-reporter=Issues / Reporter
report.header-reporter=Redmine Issues Report organized by Reporter.
report.description-reporter=Report on Issues from the Redmine Issue Tracking System (organized by reporters).

report.name-tracker=Issues / Tracker
report.header-tracker=Redmine Issues Report organized by Tracker.
report.description-tracker=Report on Issues from the Redmine Issue Tracking System (organized by trackers).

report.name-status=Issues / Status
report.header-status=Redmine Issues Report organized by Status.
report.description-status=Report on Issues from the Redmine Issue Tracking System (organized by status).

report.name-category=Issues / Category
report.header-category=Redmine Issues Report organized by Category.
report.description-category=Report on Issues from the Redmine Issue Tracking System (organized by category).

report.name-priority=Issues / Priority
report.header-priority=Redmine Issues Report organized by Priority.
report.description-priority=Report on Issues from the Redmine Issue Tracking System (organized by priority).

report.name-version=Issues / Version
report.header-version=Redmine Issues Report organized by Version.
report.description-version=Report on Issues from the Redmine Issue Tracking System (organized by version).

report.empty=No issues to display in the report.
report.error=An error occured that made it impossible to generate this report. \
  Please check the console for information on what might be the cause of this.
report.date.format=yyy-MM-dd 'at' hh:mm
report.label.key=Key
report.label.summary=Summary
report.label.status=Status
report.label.resolution=Resolution
report.label.by=By
report.label.reporter=Reporter
report.label.type=Type
report.label.priority=Priority
report.label.version=Version
report.label.fixVersion=Fix Version
report.label.category=Component
report.message.only.for.current.version=The Redmine Report will contain issues only for the current version
report.label.created=Created on
report.label.updated=Updated on




© 2015 - 2024 Weber Informatics LLC | Privacy Policy