pmd/pmd-eclipse/messages.properties
Philippe Herlin 0255993dd4 Adding PMD violations view
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2072 51baf565-9d33-0410-a72c-fc3788e3496d
2003-07-07 19:25:36 +00:00

119 lines
5.1 KiB
Properties

# PMD Eclipse Plugin message tables
# Property page
property.button.enable = Enable PMD
property.label.select_rule = Select rules for this project :
# General preferences page
preference.pmd.title = PMD General Preferences
# PMD Rule set preference page
preference.ruleset.title = PMD RuleSet Configuration Options
preference.ruleset.list = Active Rule Sets
preference.ruleset.add = Add Rule Set to List
preference.ruleset.remove = Remove Rule Set from List
preference.ruleset.label.ruletable = Rules
preference.ruleset.label.rulepropstable = Rule properties
preference.ruleset.column.name = Name
preference.ruleset.column.priority = Priority
preference.ruleset.column.description = Description
preference.ruleset.column.property = Property
preference.ruleset.column.value = Value
preference.ruleset.button.addrule = Add rule...
preference.ruleset.button.removerule = Remove rule
preference.ruleset.button.editrule = Edit rule...
preference.ruleset.button.importruleset = Import rule set...
preference.ruleset.button.exportruleset = Export rule set...
preference.ruleset.button.clearall = Clear all
preference.ruleset.button.addproperty = Add property...
preference.ruleset.dialog.title = PMD Plugin
preference.ruleset.dialog.ruleset_description = Enter a description for this rule set
preference.ruleset.dialog.property_name = Enter a name for the new property (properties cannot be deleted !)
preference.rulesetselection.label.enter_ruleset = Enter a rule set or select a default one :
preference.rulesetselection.tooltip.ruleset = The specified rule set must a valid file or a resource in the plugin classpath
preference.rulesetselection.button.browse = Browse...
preference.ruleedit.label.name = Rule name :
preference.ruleedit.label.implementation_class = Rule implementation class :
preference.ruleedit.label.message = Message :
preference.ruleedit.label.description = Description :
preference.ruleedit.label.example = Example :
preference.ruleedit.button.xpath_rule = XPath rule
# CPD preference page
preference.cpd.title = CPD Configuration Options
preference.cpd.tilesize = Minimum Tile Size
# View labels
view.column.message = Mesage
view.column.rule = Rule
view.column.class = Class
view.column.package = Package
view.column.project = Project
view.column.location = Line
view.tooltip.project = View current selected project violations only
view.tooltip.file = View current selected file violations only
view.tooltip.errorhigh_filter = View priority level 1 violations (error high)
view.tooltip.error_filter = View priority level 2 violations (error)
view.tooltip.warninghigh_filter = View priority level 3 violations (warning high)
view.tooltip.warning_filter = View priority level 4 violations (warning)
view.tooltip.information_filter = View priority level 5 violations (information)
view.tooltip.show_rule = Show rule data from the selected violation
view.tooltip.remove_violation = Remove the selected violation
view.action.project = Selected project
view.action.file = Selected file
view.action.errorhigh = Error high priority
view.action.error = Error priority
view.action.warninghigh = Warning high priority
view.action.warning = Warning priority
view.action.information = Information priority
view.action.show_rule = Show rule
view.action.remove_violation = Remove violation
view.menu.resource_filter = Filter resources
view.menu.priority_filter = Filter priorities
# Monitor messages
monitor.begintask = PMD Processing...
monitor.checking_file = PMD : Checking file
monitor.updating_projects = PMD : Updating project
# Error messages
message.error.title = PMD Error
message.error.core_exception = Core Exception :
message.error.pmd_exception = PMD Exception :
message.error.ruleset_not_found = Rule set not found !
message.error.importing_ruleset = Error when importing the rule set.
message.error.exporting_ruleset = IO Error when exporting the rule set.
message.error.reading_preference = Error reading rule set from preferences
message.error.writing_preference = Error storing rule set in preferences
message.error.storing_property = Error when writing project properties
message.error.find_marker = Error when searching for PMD markers
# Question messages
message.question.title = PMD Question
message.question.rules_changed = Rules settings have changed. Do you want to do a full rebuild ?
# Confirmation message
message.confirm.title = PMD Confirmation
message.confirm.ruleset_exists = File already exists. Overwrite ?
message.confirm.clear_ruleset = All rules are to be deleted. Are you sure ?
# Information message
message.information.title = PMD Information
message.information.ruleset_exported = Rule set successfully exported
# Warning message
message.warning.title = PMD Warning
message.warning.name_mandatory = A rule must have a name
message.warning.message_mandatory = Violation message is mandatory
message.warning.class_invalid = Invalid implementation class. The class must be in the plugin classpath and an implementation of interface Rule. See the related "how to use custom ruleset" in the online documentation.
# Priority labels
priority.error_high = Error high
priority.error = Error
priority.warning_high = Warning high
priority.warning = Warning
priority.information = Information