Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aea0bb6f466b7c97810d51737b90182146e18b35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
# Copyright (c) 2003, 2005 QNX Software Systems 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:
#     QNX Software Systems - initial API and implementation
###############################################################################

DefaultSourceLocator.1=Unable to create memento for C/C++ source locator.
DefaultSourceLocator.2=Unable to restore prompting source locator - invalid format.
DefaultSourceLocator.3=Unable to restore prompting source locator - invalid format.
DefaultSourceLocator.4=Unable to restore prompting source locator - project {0} not found.
DefaultSourceLocator.5=Unable to restore prompting source locator - invalid format.
DefaultSourceLocator.6=Exception occurred initializing source locator.
DefaultSourceLocator.7=Selection needed
DefaultSourceLocator.8=Debugger has found multiple files with the same name.\nPlease select one associated with the selected stack frame.
DefaultSourceLocator.9=Project ''{0}'' does not exist.

Back to the top