Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 82c43ce7610ff215d50c7055e31f3a8ca71594f6 (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
##########################################################################
# Copyright (c) 2007, 2010 Wind River 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:
#     Wind River Systems - initial API and implementation
##########################################################################

Disassembly_action_ShowAddresses_label=Show Addresses
Disassembly_action_ShowFunctionOffsets_label=Show Function Offsets
Disassembly_action_ShowSource_label=Show Source
Disassembly_action_ShowSymbols_label=Show Symbols
Disassembly_action_GotoPC_label=Go to Program Counter
Disassembly_action_GotoPC_tooltip=Go to Current Program Counter
Disassembly_action_GotoAddress_label=Go to Address...
Disassembly_action_Copy_label=&Copy
Disassembly_action_SelectAll_label=Select &All
Disassembly_action_BreakpointProperties_label=Breakpoint Properties...
Disassembly_action_DisableBreakpoint_label=Disable Breakpoint
Disassembly_action_EnableBreakpoint_label=Enable Breakpoint
Disassembly_action_RefreshView_label=Re&fresh View
Disassembly_action_OpenPreferences_label=&Preferences...

Disassembly_GotoAddressDialog_title=Go to Address
Disassembly_GotoAddressDialog_label=Address expression:
Disassembly_GotoAddressDialog_error_invalid_address=Invalid address

Disassembly_GotoLocation_initial_text=Enter location here
Disassembly_GotoLocation_warning=Specified location is invalid

Disassembly_Error_Dialog_title=Error
Disassembly_Error_Dialog_ok_button=OK

Disassembly_message_notConnected=No debug context

Disassembly_log_error_locateFile=Unable to locate file:\ 
Disassembly_log_error_accessLineInfo=Error accessing line information for:\ 
Disassembly_log_error_noFileInfo=Debug information not found for:\ 
Disassembly_log_error_fileTooLarge=Source file is too large to retrieve line information:\ 
Disassembly_log_error_readFile=Cannot read source file:\ 
Disassembly_log_error_createVersion=Cannot create version

DisassemblyPreferencePage_addressRadix=Address display format
DisassemblyPreferencePage_showAddressRadix=Force radix prefixes
DisassemblyPreferencePage_showSource=Show source
DisassemblyPreferencePage_showSymbols=Show symbols
DisassemblyPreferencePage_error_not_a_number=Not a valid number format
DisassemblyPreferencePage_error_negative_number=Address cannot be negative
DisassemblyPreferencePage_radix_octal=Octal
DisassemblyPreferencePage_radix_decimal=Decimal
DisassemblyPreferencePage_radix_hexadecimal=Hexadecimal
DisassemblyPreferencePage_showFunctionOffsets=Show function offsets
DisassemblyPreferencePage_showAddress=Show instruction address

DisassemblyIPAnnotation_primary=Debug Current Instruction Pointer
DisassemblyIPAnnotation_secondary=Debug Call Stack

SourceReadingJob_name=Reading source file
SourceColorerJob_name=Coloring source file
EditionFinderJob_name=Finding best match for source file
EditionFinderJob_task_get_timestamp=Retrieving module timestamp
EditionFinderJob_task_search_history=Searching local history

DisassemblyBackendDsf_error_UnableToRetrieveData=Unable to retrieve disassembly data from backend.

Back to the top