Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 31f53db9ac3d6bb9d12c85be13af147bf5c66cb3 (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
###############################################################################
# Copyright (c) 2013, 2014 Ericsson
#
# 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:
#     Bernd Hufmann - Initial API and implementation
###############################################################################

Bundle-Vendor = Eclipse Trace Compass
Bundle-Name = Trace Compass RCP UI Plug-in

menu.main.file = File
menu.main.window = Window
menu.main.help = Help
product.name = Trace Compass
activity.description = Trace Compass RCP
activity.name = Trace Compass RCP
activity.description.javaPerspective = (Unwanted) Java Perspective
activity.name.javaPerspective = Unwanted Java Perspective
activity.description.teamPerspective = (Unwanted) Team Perspective
activity.name.teamPerspective = Unwanted Team Perspective
activity.description.debugPerspective = (Unwanted) Debug Perspective
activity.name.debugPerspective = Unwanted Debug Perspective
activity.description.pluginDevPerspective = (Unwanted) PluginDev Perspective
activity.name.pluginDevPerspective = Unwanted PluginDev Perspective
activity.description.resourcePerspective = (Unwanted) Resource Perspective
activity.name.resourcePerspective = Unwanted Resource Perspective
activity.description.search = (Unwanted) Search Perspective
activity.name.search = Unwanted Search Perspective
command.OpenFile.label = Open Trace...
command.import = Import...
menu.mnemonic = F
menu.label = Open
menu.mnemonic.0 = H

Back to the top