1 #############################################################
 
   3 # (c) Copyright IBM Corp. 2000, 2001.
 
   6 #############################################################
 
  10 ContentAssistProposal.label=Content Assist@Ctrl+SPACE
 
  11 ContentAssistProposal.tooltip=Content Assist
 
  12 ContentAssistProposal.image=
 
  13 ContentAssistProposal.description=Content Assist
 
  15 ContentAssistTip.label=Content Tip@Ctrl+SHIFT+SPACE
 
  16 ContentAssistTip.tooltip=Content Tip
 
  17 ContentAssistTip.image=
 
  18 ContentAssistTip.description=Content Tip
 
  20 Comment.label=Comment@Ctrl+/
 
  21 Comment.tooltip=Comment selected lines
 
  23 Uncomment.label=Uncomment@Ctrl+\
 
  24 Uncomment.tooltip=Uncomment selected lines
 
  26 TogglePresentation.label=Change Presentation
 
  27 TogglePresentation.tooltip=Enable/Disable Segmented Source Viewer
 
  28 TogglePresentation.image=togglepresentation.gif
 
  29 TogglePresentation.description=Enable/Disable Segmented Source Viewer
 
  31 OutlinePage.segment.title_pattern=position {0}
 
  33 AutoIndent.error.bad_location_1=JavaAutoIndentStrategy.getAutoIndentString: BadLocationException
 
  34 AutoIndent.error.bad_location_2=JavaAutoIndentStrategy.calcShiftBackReplace: BadLocationException
 
  36 CompletionProcessor.ContextInfo.display.pattern=proposal {0} at position {1}
 
  37 CompletionProcessor.ContextInfo.value.pattern=proposal {0} valid from {1} to {2}
 
  38 CompletionProcessor.Proposal.ContextInfo.pattern={0} valid 5 characters around insertion point
 
  39 CompletionProcessor.Proposal.hoverinfo.pattern=Java keyword: {0}
 
  41 ParserAction.label=Parse the PHP file
 
  42 ParserAction.tooltip=Parse the current PHP file
 
  43 ParserAction.image=java.gif
 
  44 ParserAction.description=Parse the current PHP file
 
  47 GotoMatchingBracket.label=Go to Matching &Bracket
 
  48 GotoMatchingBracket.tooltip=Go to Matching Bracket
 
  49 GotoMatchingBracket.description=Go to Matching Bracket
 
  50 GotoMatchingBracket.error.invalidSelection=No bracket selected
 
  51 GotoMatchingBracket.error.noMatchingBracket=No matching bracket found
 
  52 GotoMatchingBracket.error.bracketOutsideSelectedElement=Matching bracket is outside of selected element