Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8aefd210f70a3565b15c94478297a591b614da60 (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
24
25
26
27
28
29
30
###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
#     Sergey Prigogin (Google)
###############################################################################

CCorrectionProcessor_error_quickassist_message=An error occurred while computing quick assists. Check log for details.
CCorrectionProcessor_error_quickfix_message=An error occurred while computing quick fixes. Check log for details.
CCorrectionProcessor_error_status=Exception while processing quick fixes or quick assists

MarkerResolutionProposal_additionaldesc=Problem description: {0}
NoCorrectionProposal_description=No suggestions available

# ------ CCorrectionProcessor

ChangeCorrectionProposal_error_title=Quick Fix
ChangeCorrectionProposal_error_message=An exception occurred while applying the quick fix.
ChangeCorrectionProposal_name_with_shortcut={0} ({1} direct access)

TUCorrectionProposal_error_title=Quick Fix
TUCorrectionProposal_error_message=An exception occurred while applying the quick fix.

LinkedNamesAssistProposal_proposalinfo=Link all references for a local rename (does not change references in other files)
LinkedNamesAssistProposal_description=Rename in file

Back to the top