Skip to main content
summaryrefslogtreecommitdiffstats
blob: ee3bf9762216bd947dbf15d4ac6c14eaacc5954d (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
###############################################################################
# Copyright (c) 2005, 2015 QNX Software Systems 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:
#     QNX Software Systems - initial API and implementation
#     Ken Ryall (Nokia) - Added support for CSourceNotFoundElement (167305)
#     Ken Ryall (Nokia) - Option to open disassembly view when no source (81353)
#     Sergey Prigogin (Google)
###############################################################################
AddContainerAction_0=&Add...
AddSourceContainerDialog_0=Add Source
AddSourceContainerDialog_1=Select the type of source to add to the source lookup path
DownAction_0=&Down
EditContainerAction_0=&Edit...
MappingSourceContainerBrowser_0=New Mapping
MappingSourceContainerDialog_0=Add/Modify path mapping
MappingSourceContainerDialog_1=Compilation path
MappingSourceContainerDialog_2=Local file system path
MappingSourceContainerDialog_3=Add
MappingSourceContainerDialog_4=Up
MappingSourceContainerDialog_5=Down
AbsolutePathSourceContainerBrowser_0=Absolute Path
PathMappingDialog_0=Specify the mapping paths
PathMappingDialog_1=Compilation path:
PathMappingDialog_2=Local file system path:
PathMappingDialog_3=&Browse...
PathMappingDialog_4=Path Mapping
PathMappingDialog_5=The compilation path must not be empty
PathMappingDialog_6=Invalid compilation path.
PathMappingDialog_7=The local file systems path must not be empty
PathMappingDialog_8=The specified local file system path doesn't exist
PathMappingDialog_9=The local file system path must be a directory
PathMappingDialog_10=The local file system path must be absolute
PathMappingDialog_11=Modify the path mappings
PathMappingDialog_12=Name:
PathMappingDialog_13=&Add...
PathMappingDialog_14=&Edit...
PathMappingDialog_15=Re&move
PathMappingDialog_16=Path Mappings
PathMappingDialog_MappingWithBackendEnabled=Resolve path mappings using debugger backend.
PathMappingDialog_MappingWithBackendEnabledTooltip=Allow the mapping to be performed with the debugger backend where supported. This allows any direct interaction with the backend (for example via the console) to have a consistent view of file names.
RemoveAction_0=Re&move
SourceContainerWorkbenchAdapter_0=Path Mapping: 
UpAction_0=U&p
CSourceNotFoundEditor_0=Can''t find a source file at \"{0}\" \nLocate the file or edit the source lookup path to include its location.
CSourceNotFoundEditor_1=Locate File...
CSourceNotFoundEditor_2=Missing Source File
CSourceNotFoundEditor_3=No source available for \"{0}\" \n
CSourceNotFoundEditor_4=View Disassembly...
CSourceNotFoundEditor_5=Edit Source Lookup Path...
CSourceNotFoundEditor_6=Configure when this editor is shown
CSourceNotFoundEditor_7=Preferences...
CSourceNotFoundEditor_8=Break at address \"{0}\" with no debug information available, or outside of program code.
CompilationDirectorySourceContainerDialog_0=Directory Selection
CompilationDirectorySourceContainerDialog_1=Choose directory to add:
CompilationDirectorySourceContainerDialog_2=Compilation directory
CompilationDirectorySourceContainerDialog_3=Specify directory and whether subdirectories are also used for compilation
CompilationDirectorySourceContainerDialog_4=&Directory:
CompilationDirectorySourceContainerDialog_5=&Browse...
CompilationDirectorySourceContainerDialog_6=&Subdirectories are also used for compilation
CompilationDirectorySourceContainerDialog_7=Add Compilation Directory
CompilationDirectorySourceContainerDialog_8=Edit Compilation Directory
TargetProjectSourceContainerDialog_title=Referenced Projects
TargetProjectSourceContainerDialog_description=Specify whether referenced projects should be included
TargetProjectSourceContainerDialog_referencedLabel=Add projects &referenced by the target project
projectSelection_chooseLabel = Choose &project(s) to add:

Back to the top