Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6f43645ce1dcf7b5cfb448fc5de700eeac1f19f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
######################################################################
# Copyright (c) 2003 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
######################################################################

ContentAssistProposal.label=Content Assist@Ctrl+Space
ContentAssistProposal.tooltip=Content Assist
ContentAssistProposal.image=
ContentAssistProposal.description=Content Assist

EnclosingTargetSearchingHandler.Error_parsing=Error when parsing document: Neither a local name nor qualified of an element specified
PlantyCompletionProcessor.Serious_Error=Serious error in PlantyCompletionProcessor.CompletionSet: Object was removed which should not actually exist.
PlantyCompletionProcessor.No_Text_Completions_2=No Text Completions
PlantyCompletionProcessor.Could_not_do_completion_3=Could not do completion
PlantyCompletionProcessor.Required___4=Required: 
PlantyCompletionProcessor.Error=Error in PlantyCompletionProcessor.getPropertyProposals
PlantySaxDefaultHandler.Invalid_cursor_position=The cursor position of {0}, {1} (startingRow, startingColumn) is not valid
PlantySaxDefaultHandler.Error_parsing=Error when parsing document: Neither a local name nor qualified of an element specified

AntAnnotationHover.multipleMarkersAtThisLine=Multiple markers at this line

Back to the top