mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 311591 - externalize strings for debug activities
This commit is contained in:
parent
45bb4086d0
commit
001dc097d9
8 changed files with 40 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2000, 2009 QNX Software Systems and others.
|
||||
# Copyright (c) 2000, 2010 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
|
||||
|
@ -21,3 +21,8 @@ TargetOptionsPage.label=GDB/MI Options
|
|||
|
||||
VerboseMode.label=Verbose Mode
|
||||
VerboseMode.tooltip=Verbose Mode For gdb Console
|
||||
|
||||
category.description = C/C++ debugging with the CDI (legacy) GDB debugger
|
||||
category.name = CDT CDI-GDB - GDB Debugging (Legacy)
|
||||
activity.description = C/C++ debugging with the CDI (legacy) GDB debugger
|
||||
activity.name = CDT CDI-GDB - GDB Debugging (Legacy)
|
|
@ -88,8 +88,8 @@
|
|||
point="org.eclipse.ui.activities">
|
||||
|
||||
<category
|
||||
name="CDT CDI-GDB - GDB Debugging (Legacy)"
|
||||
description="C/C++ debugging with the CDI (legacy) GDB debugger"
|
||||
name="%category.name"
|
||||
description="%category.description"
|
||||
id="org.eclipse.cdt.debug.cdigdbCategory">
|
||||
</category>
|
||||
|
||||
|
@ -99,8 +99,8 @@
|
|||
</categoryActivityBinding>
|
||||
|
||||
<activity
|
||||
name="CDT CDI-GDB - GDB Debugging (Legacy)"
|
||||
description="C/C++ debugging with the CDI (legacy) GDB debugger"
|
||||
name="%activity.name"
|
||||
description="%activity.description"
|
||||
id="org.eclipse.cdt.debug.cdigdbActivity">
|
||||
</activity>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2000, 2009 QNX Software Systems and others.
|
||||
# Copyright (c) 2000, 2010 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
|
||||
|
@ -246,3 +246,8 @@ sourceNotFoundEditor.name = C/C++ Source Not Found Editor
|
|||
displayMode.name = displayMode
|
||||
CastingCategory.description = Set of commands for displaying variables and expressions as other types or arrays.
|
||||
CastingCategory.name = Cast to Type or Array
|
||||
|
||||
category.description = Commands for C/C++ debugging
|
||||
category.name = CDT Debug - C/C++ Development Tools
|
||||
activity.description = Commands for C/C++ debugging
|
||||
activity.name = CDT Debug - C/C++ Development Tools
|
|
@ -2388,8 +2388,8 @@
|
|||
point="org.eclipse.ui.activities">
|
||||
|
||||
<category
|
||||
name="CDT Debug - C/C++ Development Tools"
|
||||
description="Commands for C/C++ debugging"
|
||||
name="%category.name"
|
||||
description="%category.description"
|
||||
id="org.eclipse.cdt.debug.ui.cdtCategory">
|
||||
</category>
|
||||
|
||||
|
@ -2399,8 +2399,8 @@
|
|||
</categoryActivityBinding>
|
||||
|
||||
<activity
|
||||
name="CDT Debug - C/C++ Development Tools"
|
||||
description="Commands for C/C++ debugging"
|
||||
name="%activity.name"
|
||||
description="%activity.description"
|
||||
id="org.eclipse.cdt.debug.ui.cdtActivity">
|
||||
</activity>
|
||||
|
||||
|
|
|
@ -46,3 +46,8 @@ command.nextTraceRecord.name=Next Trace Record
|
|||
command.prevTraceRecord.name=Previous Trace Record
|
||||
command.nextTraceRecord.description=Select Next Trace Record
|
||||
command.prevTraceRecord.description=Select Previous Trace Record
|
||||
|
||||
category.description = C/C++ debugging with the DSF GDB debugger
|
||||
category.name = CDT DSF-GDB - GDB Debugging
|
||||
activity.description = C/C++ debugging with the DSF GDB debugger
|
||||
activity.name = CDT DSF-GDB - GDB Debugging)
|
|
@ -542,8 +542,8 @@
|
|||
point="org.eclipse.ui.activities">
|
||||
|
||||
<category
|
||||
name="CDT DSF-GDB - GDB Debugging"
|
||||
description="C/C++ debugging with the DSF GDB debugger"
|
||||
name="%category.name"
|
||||
description="%category.description"
|
||||
id="org.eclipse.cdt.debug.dsfgdbCategory">
|
||||
</category>
|
||||
|
||||
|
@ -553,8 +553,8 @@
|
|||
</categoryActivityBinding>
|
||||
|
||||
<activity
|
||||
name="CDT DSF-GDB - GDB Debugging)"
|
||||
description="C/C++ debugging with the DSF GDB debugger"
|
||||
name="%activity.name"
|
||||
description="%activity.description"
|
||||
id="org.eclipse.cdt.debug.dsfgdbActivity">
|
||||
</activity>
|
||||
|
||||
|
|
|
@ -59,3 +59,9 @@ StaleData.background.label=Stale data background color
|
|||
StaleData.background.description=This color is used to indicate that a given element of data in a view is stale. User should refresh the view to see current data. The background color is used only when the view is in no-columns mode.
|
||||
|
||||
debugUpdateModes.label = Debug Update Modes
|
||||
|
||||
activity.name = Debug Update Modes
|
||||
category.description = Debug Services Framework
|
||||
category.name = CDT-DSF Debug Services Framework
|
||||
activity.description = Debug Services Framework
|
||||
activity.name.0 = CDT-DSF Debug Services Framework
|
|
@ -675,7 +675,7 @@
|
|||
point="org.eclipse.ui.activities">
|
||||
<activity
|
||||
id="org.eclipse.cdt.dsf.ui.activity.updateModes"
|
||||
name="Debug Update Modes">
|
||||
name="%activity.name">
|
||||
<enabledWhen>
|
||||
<reference definitionId="org.eclipse.cdt.dsf.debug.ui.testIsUpdateModesActionSetActive"/>
|
||||
</enabledWhen>
|
||||
|
@ -690,8 +690,8 @@
|
|||
point="org.eclipse.ui.activities">
|
||||
|
||||
<category
|
||||
name="CDT-DSF Debug Services Framework"
|
||||
description="Debug Services Framework"
|
||||
name="%category.name"
|
||||
description="%category.description"
|
||||
id="org.eclipse.cdt.dsf.ui.dsfCategory">
|
||||
</category>
|
||||
|
||||
|
@ -701,8 +701,8 @@
|
|||
</categoryActivityBinding>
|
||||
|
||||
<activity
|
||||
name="CDT-DSF Debug Services Framework"
|
||||
description="Debug Services Framework"
|
||||
name="%activity.name.0"
|
||||
description="%activity.description"
|
||||
id="org.eclipse.cdt.dsf.ui.dsfActivity">
|
||||
</activity>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue