Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9295a8d337680a738cf9b9aeba004b91f357fc30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
# Copyright (c) 2007, 2008 Wind River Systems, Inc. and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Markus Schorn - initial API and implementation
################################################################################
EditorOpener_fileDoesNotExist=File ''{0}'' no longer exists
IndexedFilesCache_jobName=Initialize C/C++ Index Label Provider
IndexUI_infoNotInSource=The element ''{0}'' does not belong to a source file.
IndexUI_infoNotInIndex=The file ''{0}'' is currently not part of the index.\u0020
IndexUI_infoSelectIndexAllFiles=For headers that are never included, or sources that are not part of the build, consider selecting the preference 'Index all files'.
SelectionListenerWithASTManager_jobName=Notifying selection listeners

Back to the top