0ad70817d981ebad9c29b42b0bbc3588f8f3c5e2
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorMessages.properties
1 #############################################################
2 #
3 # (c) Copyright IBM Corp. 2000, 2001.
4 # All Rights Reserved.
5 #
6 #############################################################
7
8 ## Actions ##
9
10 ContentAssistProposal.label=Content Assist@Ctrl+SPACE
11 ContentAssistProposal.tooltip=Content Assist
12 ContentAssistProposal.image=
13 ContentAssistProposal.description=Content Assist
14
15 ContentAssistTip.label=Content Tip@Ctrl+SHIFT+SPACE
16 ContentAssistTip.tooltip=Content Tip
17 ContentAssistTip.image=
18 ContentAssistTip.description=Content Tip
19
20 TogglePresentation.label=Change Presentation
21 TogglePresentation.tooltip=Enable/Disable Segmented Source Viewer
22 TogglePresentation.image=togglepresentation.gif
23 TogglePresentation.description=Enable/Disable Segmented Source Viewer
24
25 OutlinePage.segment.title_pattern=position {0}
26
27 AutoIndent.error.bad_location_1=JavaAutoIndentStrategy.getAutoIndentString: BadLocationException
28 AutoIndent.error.bad_location_2=JavaAutoIndentStrategy.calcShiftBackReplace: BadLocationException
29
30 CompletionProcessor.ContextInfo.display.pattern=proposal {0} at position {1}
31 CompletionProcessor.ContextInfo.value.pattern=proposal {0} valid from {1} to {2}
32 CompletionProcessor.Proposal.ContextInfo.pattern={0} valid 5 characters around insertion point
33 CompletionProcessor.Proposal.hoverinfo.pattern=Java keyword: {0}