externalizing strings and messages from java code

enabling internationalization support


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1533 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2003-03-17 23:20:24 +00:00
parent c44d4b2034
commit 7e566e0e01

View File

@ -0,0 +1,19 @@
# PMD Eclipse Plugin message tables
# Dialog messages
property.pmd.enable = Enable PMD
preference.pmd.title = PMD General Preferences
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.cpd.title = CPD Configuration Options
preference.cpd.tilesize = Minimum Tile Size
# Monitor messages
monitor.begintask = PMD Processing...
# Error messages
message.error.title = PMD Error
message.error.core_exception = Core Exception :
message.error.pmd_exception = PMD Exception :