Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 44e1d56ab02515edc018d02bea2b6b089fd19557 (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
##################################################################################
# Copyright (c) 2011, 2012 Wind River Systems, Inc. and others. All rights reserved.
# 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/
#
# Contributors:
# Wind River Systems - initial API and implementation
##################################################################################

pluginName = Target Explorer, TCF Console UI Plug-in
providerName = Eclipse.org - Target Explorer

# ***** Preference and Property Pages *****

preference.page.name = Console

# ***** Command Contributions *****

command.remove.name=Close Console

# ***** Themes *****

ThemeCategory.name=Communication Monitor Console
Console.font.label=Communication Monitor Console Text Font
Console.font.description=The font for the Communication Monitor console.

Back to the top