Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 085bbaec8c3c973b85d075ce7de3167853f7cca3 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
###############################################################################
# Copyright (c) 2013, 2014 Red Hat, 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:
#    Red Hat Inc. - initial API and implementation
#    Mentor Graphics - GDB Debug New Executable messages
#    Marc Khouzam (Ericsson) - Update for remote debugging support (bug 450080)
###############################################################################
ExecutablesView_ImportExecutables=Importing Executables
Debugger_Title=Eclipse C/C++ Stand-alone Debugger
GetCompilerOptions=Calculating Source Compiler Options
GetBuildOptions=Process Build Log For Compile Options
ProblemSavingWorkbench = Problems occurred while trying to save the state of the workbench.
ProblemsSavingWorkspace = Problems saving workspace
InternalError = An internal error has occurred
InitializingDebugger=Initializing Debugger
ImportExecutable=Importing Executable
SetLanguageProviders=Setting Up Language Settings Providers
RestorePreviousLaunch=Restoring Previous Debug Launch Configuration
RemoveOldExecutable=Removing Previous Executables
LaunchingConfig=Launching Debug Configuration
LaunchInterruptedError=Debug launch has been interrupted
LaunchMissingError=Previous launch configuration cannot be found
DebuggerInitializingProblem=Problem occurred in start-up

GdbDebugNewExecutableCommand_Arguments=Arguments:\u0020
GdbDebugExecutableCommand_Binary=Binary:\u0020
GdbDebugExecutableCommand_Binary_Optional=Binary (optional):\u0020
GdbDebugNewExecutableCommand_Binary_file_does_not_exist=Binary does not exist
GdbDebugNewExecutableCommand_Binary_must_be_specified=Binary must be specified
GdbDebugNewExecutableCommand_Binary_on_host=Binary on host:\u0020
GdbDebugNewExecutableCommand_Binary_on_target=Binary on target:\u0020
GdbDebugExecutableCommand_BuildLog=Build Log path (optional):
GdbDebugNewExecutableCommand_Binary_on_target_must_be_specified=Binary on target must be specified
GdbDebugExecutableCommand_Browse=Browse...
GdbDebugNewExecutableCommand_Debug_New_Executable=Debug New Executable
GdbDebugNewExecutableCommand_Host_binary_file_does_not_exist=Host binary file does not exist
GdbDebugNewExecutableCommand_Host_binary_must_be_specified=Host binary must be specified
GdbDebugNewExecutableCommand_Invalid_binary=Invalid binary
GdbDebugNewExecutableCommand_Invalid_host_binary=Invalid host binary
GdbDebugNewExecutableCommand_BuildLog_file_does_not_exist=Host build log file does not exist
GdbDebugNewExecutableCommand_Invalid_buildLog=Invalid build log
GdbDebugNewExecutableCommand_Select_binaries_on_host_and_target=Select binaries on the host and the target and specify the arguments
GdbDebugNewExecutableCommand_Select_Binary=Select Binary
GdbDebugNewExecutableCommand_Select_binary_and_specify_arguments=Select a binary and specify the arguments

GdbDebugRemoteExecutableCommand_Debug_Remote_Executable=Debug Remote Executable
GdbDebugRemoteExecutableCommand_Select_Remote_Options=Select Remote Options
GdbDebugRemoteExecutableCommand_Host_name_or_ip_address=Host name or IP address
GdbDebugRemoteExecutableCommand_Port_number=Port number
GdbDebugRemoteExecutableCommand_Attach=Attach
GdbDebugRemoteExecutableCommand_address_must_be_specified=Host name or IP address must be specified
GdbDebugRemoteExecutableCommand_port_must_be_specified=IP Port must be specified
GdbDebugRemoteExecutableCommand_port_must_be_a_number=Port must be a valid number

GdbDebugCoreFileCommand_CoreFile=Core File Path:
GdbDebugCoreFileCommand_Debug_Core_File=Debug Core File
GdbDebugCoreFileCommand_Select_binary_and_specify_corefile=Select a binary and specify the core file
GdbDebugCoreFileCommand_Core_file_must_be_specified=Core file must be specified
GdbDebugCoreFileCommand_Core_file_does_not_exist=Core file specified does not exist
GdbDebugCoreFileCommand_Invalid_core_file=Invalid core file

FileMenuName=&File
EditMenuName=&Edit
WindowMenuName=&Window
HelpMenuName=&Help

ResetPerspective_text=&Reset Perspective...
ResetPerspective_toolTip=Reset perspective

Workbench_cut=Cu&t
Workbench_cutToolTip=Cut
Workbench_copy=&Copy
Workbench_copyToolTip=Copy
Workbench_paste=&Paste
Workbench_pasteToolTip=Paste
Workbench_selectAll=Select &All
Workbench_selectAllToolTip=Select All
Workbench_findReplace=&Find/Replace...
Workbench_findReplaceToolTip=Find/Replace
Workbench_addBookmark=Add Bookmar&k...
Workbench_addBookmarkToolTip=Add Bookmark
Workbench_addTask=Add Ta&sk...
Workbench_addTaskToolTip=Add Task
Workbench_delete=&Delete
Workbench_deleteToolTip=Delete

ShowViewMenuName=Show &View

CoreFileMenuName=Debug &Core File...
CoreFile_toolTip=Debug an executable that has generated a core file
NewExecutable_toolTip=Load a new executable and debug it
NewExecutableMenuName=&Debug New Executable...
RemoteExecutable_toolTip=Connect to a remote target and debug it
RemoteExecutableMenuName=Debug &Remote Executable...
AttachedExecutable_toolTip=Attach to an existing executable on the system and debug
AttachedExecutableMenuName=Debug &Attached Executable...

Application_WorkspaceCreationError=Workspace Creation Error
Application_WorkspaceRootNotExistError=Workspace root {0} doesn't exist.\n\nPlease create the workspace root.
Application_WorkspaceRootPermissionError=No permission to create workspace in workspace root {0}\n\nPlease change permission of the workspace root.
Application_WorkspaceInUseError=Could not launch the application because the associated workspace is currently in use. \n\n{0}

Back to the top