# # Plugin properties # plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMDPlugin plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Jiger Patel, Tom Copeland, Alan Ezust, Dale Anson plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=3.4 plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=doc/jedit.html plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.5 plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.03.99.00 plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.2=plugin errorlist.ErrorListPlugin 1.9 plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.3=plugin CommonControlsPlugin 1.2 plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-4.2.6.jar jaxen-1.1.1.jar asm-3.2.jar plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.description=The PMD plugin is a Java source code analysis tool. # # Menu properties # # set activate on startup so that PMD can check automatically on save. If the # user unchecks the option to run on save, this setting will change to 'defer'. plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.activate=startup # default is to run on save pmd.runPMDOnSave=true plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.menu.label=$PMD plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.menu=pmd-check-current-buffer pmd-check-all-open-buffers pmd-check-directory pmd-clear-errorlist pmd-run-designer %pmd-cpd pmd-cpd=cpd-currentfile cpd-dir browser-pmd-cpd=cpd-currentfile cpd-dir cpd-dir-recursively #Dockables and Menu Labels pmd-check-current-buffer.label=Check current buffer pmd-check-all-open-buffers.label=Check all open buffers pmd-check-directory.label=Check all files in directory pmd-check-directory-recursively.label=Check all files in directory recursively pmd-clear-errorlist.label=Clear ErrorList pmd-run-designer.label=Run Rule Designer pmd-cpd.label=Detect Duplicate Code browser-pmd-cpd.label=Detect Duplicate Code cpd-currentfile.label=In Current File cpd-dir.label=In Directory cpd-dir-recursively.label=In Directory Recursively pmd-check-file.label=Check selected file(s) cpd-viewer.label=Copy/Paste Detector # # Option pane properties # plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.option-group=pmd.general pmd.rules pmd.cpd.general #plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.option-pane=pmd options.pmd.general.label=PMD Settings options.pmd.general.code=new net.sourceforge.pmd.jedit.PMDGeneralOptionPane() options.pmd.rules.label=PMD Rules options.pmd.rules.code=new net.sourceforge.pmd.jedit.PMDRulesOptionPane() options.pmd.printRule=false options.pmd.cpd.general.label=CPD Settings options.pmd.cpd.general.code=new net.sourceforge.pmd.jedit.CPDOptionPane() #Dockables properties. cpd-viewer.title=Copy/Paste Detector #FS Browser properties plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.browser-menu=pmd-check-file pmd-check-directory pmd-check-directory-recursively %browser-pmd-cpd #pmd properties pmd.renderer=None pmd.showprogress=true pmd.progressbar.foreground=#000000 pmd.progressbar.background=#FFC800 # various strings net.sf.pmd.CPD,_Select_File_Type=CPD, Select File Type net.sf.pmd.CPD_does_not_yet_support_this_file_type>_=CPD does not yet support this file type: net.sf.pmd.Cannot_run_CPD_on_Invalid_directory/files.=Cannot run CPD on Invalid directory/files. net.sf.pmd.Copy/Paste_Detector=Copy/Paste Detector net.sf.pmd.Copy/Paste_detection_can_not_be_performed_on_this_file\nbecause_the_mode_can_not_be_determined.=Copy/Paste detection can not be performed on this file\nbecause the mode can not be determined. net.sf.pmd.Description=Description net.sf.pmd.Error_Loading_Custom_Ruleset=Error Loading Custom Ruleset net.sf.pmd.Error_Loading_Rules=Error Loading Rules net.sf.pmd.Error_loading_rules._Check_any_custom_rulesets_for_errors.=Error loading rules. Check any custom rulesets for errors. net.sf.pmd.Error_while_processing_=Error while processing net.sf.pmd.Example=Example net.sf.pmd.Exclusions=Exclusions net.sf.pmd.Export_Output_as_=Export Output as: net.sf.pmd.Ignore_Literals_&_identifiers_when_detecting_Duplicate_Code=Ignore Literals & identifiers when detecting Duplicate Code net.sf.pmb.Inclustions=Inclusions net.sf.pmd.Invalid_Renderer=Invalid Renderer net.sf.pmd.Minimum_Tile_Size>=Minimum Tile Size: net.sf.pmd.Minimum_Tile_size_>=Minimum Tile size : net.sf.pmd.No_duplicates_found.=No duplicates found. net.sf.pmd.No_problems_found=No problems found net.sf.pmd.One_Directory_has_to_be_selected_in_which_to_detect_duplicate_code.=One Directory has to be selected in which to detect duplicate code. net.sf.pmd.One_file_must_be_selected=One file must be selected net.sf.pmd.PMD_Check_in_Progress=PMD Check in Progress net.sf.pmd.PMD_General_Options=PMD General Options net.sf.pmd.Please_see_http>//pmd.sf.net/_for_more_information=Please see http://pmd.sf.net/ for more information net.sf.pmd.Print_Rulename_in_ErrorList=Print Rulename in ErrorList net.sf.pmd.Recursive=Recursive net.sf.pmd.Rules=Rules net.sf.pmd.Run_PMD_on_Save=Run PMD on Save net.sf.pmd.Select_default_rules=Select default rules net.sf.pmd.Select_type_of_files_to_check>=Select type of files to check: net.sf.pmd.Selected_file_cannot_be_a_Directory.=Selected file cannot be a Directory. net.sf.pmd.Selected_file_must_be_a_Directory.=Selected file must be a Directory. net.sf.pmd.Selection_must_be_a_directory=Selection must be a directory net.sf.pmd.Selection_not_a_directory.=Selection not a directory. net.sf.pmd.Show_PMD_Progress_Bar=Show PMD Progress Bar net.sf.pmd.There_was_an_error_loading_one_or_more_custom_rulesets,_so_no_custom_rulesets_were_loaded=There was an error loading one or more custom rulesets, so no custom rulesets were loaded net.sf.pmd.Unable_to_find_rulesets,_halting_PMD=Unable to find rulesets, halting PMD