|
1 # |
|
2 # Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 # |
|
17 # plugin.properties |
|
18 # java.io.Properties file (ISO 8859-1 with "\" escapes) |
|
19 # Plugin properties for Trace Builder View |
|
20 # This file should be translated. |
|
21 traceBuilderMenu=Trace Builder |
|
22 traceBuilderActionSet=Trace Builder |
|
23 traceBuilderViewCategory=Trace Builder |
|
24 traceView=Trace Builder |
|
25 commandCategoryName=Trace Builder |
|
26 commandCategoryDescription=Trace Builder commands |
|
27 addTraceCommand=Add Trace |
|
28 addTraceDescription=Add a new trace to a trace group |
|
29 addParameterCommand=Add Parameter |
|
30 addParameterDescription=Adds a new parameter to selected trace |
|
31 convertTraceCommand=Convert to Trace |
|
32 convertTraceDescription=Creates a new trace which has the same name as the location |
|
33 focusViewCommand=Activate View |
|
34 focusViewDescription=Sets the keyboard focus to Trace View |
|
35 |
|
36 editPropertiesCommand=Edit Properties |
|
37 editPropertiesDescription=Edits the properties of groups, traces and parameters |
|
38 addConstantCommand=Add Enum / Constant to Enum |
|
39 addConstantDescription=Adds a value-to-string mapping to the enum |
|
40 deleteCommand=Delete |
|
41 deleteDescription=Removes the selected entry from the model |
|
42 instrumenterCommand=Instrument Code |
|
43 instrumenterDescription=Starts the code instrumenter |
|
44 deleteTracesCommand=Delete Traces |
|
45 deleteTracesDescription=Delete multiple traces from groups or instrumentations |
|
46 parseEnumCommand=Parse Enum |
|
47 parseEnumDescription=Parses an enum from the source |