Changes:
[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 Format.label=F&ormat
21 Format.tooltip=Format the Selected Text
22 Format.description=Format the selected text
23
24 Comment.label=Comment@Ctrl+/
25 Comment.tooltip=Comment selected lines
26
27 Uncomment.label=Uncomment@Ctrl+\
28 Uncomment.tooltip=Uncomment selected lines
29
30 TogglePresentation.label=Change Presentation
31 TogglePresentation.tooltip=Enable/Disable Segmented Source Viewer
32 TogglePresentation.image=togglepresentation.gif
33 TogglePresentation.description=Enable/Disable Segmented Source Viewer
34
35 OutlinePage.segment.title_pattern=position {0}
36
37 AutoIndent.error.bad_location_1=JavaAutoIndentStrategy.getAutoIndentString: BadLocationException
38 AutoIndent.error.bad_location_2=JavaAutoIndentStrategy.calcShiftBackReplace: BadLocationException
39
40 CompletionProcessor.ContextInfo.display.pattern=proposal {0} at position {1}
41 CompletionProcessor.ContextInfo.value.pattern=proposal {0} valid from {1} to {2}
42 CompletionProcessor.Proposal.ContextInfo.pattern={0} valid 5 characters around insertion point
43 CompletionProcessor.Proposal.hoverinfo.pattern=Java keyword: {0}
44
45 ParserAction.label=Parse the PHP file
46 ParserAction.tooltip=Parse the current PHP file
47 ParserAction.image=java.gif
48 ParserAction.description=Parse the current PHP file
49
50 GotoMatchingBracket.label=Go to Matching &Bracket
51 GotoMatchingBracket.tooltip=Go to Matching Bracket
52 GotoMatchingBracket.description=Go to Matching Bracket
53 GotoMatchingBracket.error.invalidSelection=No bracket selected
54 GotoMatchingBracket.error.noMatchingBracket=No matching bracket found
55 GotoMatchingBracket.error.bracketOutsideSelectedElement=Matching bracket is outside of selected element
56
57 AddTask.label=&Task...
58 AddTask.tooltip=Add Task
59 AddTask.image=
60 AddTask.description=Add Task
61 AddTask.dialog.title=Add Task
62 AddTask.dialog.message=Enter Task description
63 AddTask.error.dialog.title=Add Task
64 AddTask.error.dialog.message=Problems adding new task
65
66 ShowJavaDoc.label=Show &Tooltip Description
67 ShowJavaDoc.tooltip=Shows Tooltip Description for Element at Cursor
68 ShowJavaDoc.description=Shows the tooltip description for the element at the cursor
69
70 EditorUtility.concatModifierStrings= {0} + {1}
71
72
73 PHPUnitEditor.error.saving.message1=File has been deleted.
74 PHPUnitEditor.error.saving.message2=Could not save file.
75 PHPUnitEditor.error.saving.message3=Could not save file. 
76 PHPUnitEditor.error.saving.title1=Cannot Save
77 PHPUnitEditor.error.saving.title2=Save Problems
78 PHPUnitEditor.error.saving.title3=Save Problems
79 PHPUnitEditor.warning.save.delete=The original file ''{0}'' has been deleted.
80
81 PHPUnitEditor.warning.save.nonWorkbenchEncoding.title= Save Resource In Non-Workbench Encoding
82 PHPUnitEditor.warning.save.nonWorkbenchEncoding.message1= {0} will be saved in \" {1} \" encoding which is not the current workbench encoding. This can result in conflicts with other tools. Continue anyway?
83 PHPUnitEditor.warning.save.nonWorkbenchEncoding.message2= The resource will be saved in \" {0} \" encoding which is not the current platform encoding. This can result in conflicts with other tools. Continue anyway?