Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5299c595cfe7571c3ca3cedab69a8f0ffe6b3066 (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
###############################################################################
# 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
#     Nokia - https://bugs.eclipse.org/bugs/show_bug.cgi?id=145606
###############################################################################

CBreakpointPropertyPage.0=Ignore count must be a nonnegative integer
CBreakpointPropertyPage.1=Not available
CBreakpointPropertyPage.2=Function name: 
CBreakpointPropertyPage.3=C/C++ function breakpoint
CBreakpointPropertyPage.4=Not available
CBreakpointPropertyPage.5=Address: 
CBreakpointPropertyPage.6=C/C++ address breakpoint
CBreakpointPropertyPage.7=File: 
CBreakpointPropertyPage.8=C/C++ line breakpoint
CBreakpointPropertyPage.9=Line number: 
CBreakpointPropertyPage.10=Project: 
CBreakpointPropertyPage.11=C/C++ read watchpoint
CBreakpointPropertyPage.12=C/C++ watchpoint
CBreakpointPropertyPage.13=C/C++ access watchpoint
CBreakpointPropertyPage.14=Expression to watch:
CBreakpointPropertyPage.15=&Condition:
CBreakpointPropertyPage.16=Invalid condition.
CBreakpointPropertyPage.17=&Ignore count: 
CBreakpointPropertyPage.18=Type:
CBreakpointPropertyPage.19=Enabled
CBreakpointPropertyPage.20=File: 
ThreadFilterEditor.0=&Restrict to Selected Targets and Threads:
SignalPropertyPage.0=Description: {0}.
SignalPropertyPage.1=Pass this signal to the program.
SignalPropertyPage.2=Suspend the program when this signal happens.
SignalPropertyPage.4=Operation failed.
SignalPropertyPage.5=Unable to change signal's properties.
ModulePropertyPage.0=Type:
ModulePropertyPage.1=executable
ModulePropertyPage.2=shared library
ModulePropertyPage.3=core file
ModulePropertyPage.3=Browse...
ModulePropertyPage.4=CPU:
ModulePropertyPage.5=not available
ModulePropertyPage.6=Base address:
ModulePropertyPage.7=not available
ModulePropertyPage.8=Size:
ModulePropertyPage.9=not available
ModulePropertyPage.10=Symbols:
ModulePropertyPage.11=loaded
ModulePropertyPage.12=not loaded
ModulePropertyPage.13=Symbols file:
ModulePropertyPage.14=not found
ModulePropertyPage.15=Error
ModulePropertyPage.15=Unable to load symbols.
ModulePropertyPage.16=Unable to load symbols.
ModulePropertyPage.16=not available

Back to the top