From c44d4b2034d9e95b2e2df610cd9e0a7171a64c18 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Mon, 17 Mar 2003 23:19:54 +0000 Subject: [PATCH] externalizing strings from plugin.xml enabling internationalization support git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1532 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/plugin.properties | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pmd-eclipse/plugin.properties diff --git a/pmd-eclipse/plugin.properties b/pmd-eclipse/plugin.properties new file mode 100644 index 0000000000..1f4b2a3b06 --- /dev/null +++ b/pmd-eclipse/plugin.properties @@ -0,0 +1,21 @@ +# PMD Eclipse Plugin externalized strings + +plugin.name = PMD Eclipse Plugin +plugin.provider = PMD Team + +preferences.pmd = PMD +preferences.rulesets = Rule Sets Selection +preferences.cpd = CPD Preferences +properties.pmd = PMD + +marker.pmd = PMD Marker +marker.task = PMD Task Marker + +builder.name = PMD Builder +nature.name = PMD Nature + +action.checkcpd = Find Suspect Cut And Paste +action.checkpmd = Check Code With PMD +action.clearpmd = Clear PMD Violations +action.clearall = Clear All PMD Violations +action.ast = Generate Abstract Syntax Tree