Import views plugins
[deliverable/tracecompass.git] / tmf / org.lttng.scope.tmf2.views.ui / src / org / lttng / scope / tmf2 / views / ui / timeline / widgets / timegraph / toolbar / debugopts / messages.properties
1 ###############################################################################
2 # Copyright (c) 2017 EfficiOS Inc.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 ###############################################################################
9
10 debugOptionsDialogTitle = Bikeshedding
11 debugOptionsDialogName = Advanced View Configuration
12
13 resetDefaultsButtonLabel = Reset Defaults
14
15 tabNameGeneral = General
16 controlPaintingEnabled = Painting enabled
17 controlEntryPadding = Entry Padding
18 controlRenderRangePadding = Render time range padding
19 controlUIUpdateDelay = UI Update Delay (ms)
20 controlHScrollEnabled = HScrolling listener enabled
21
22 tabNameLoadingOverlay = Loading Overlay
23 controlLoadingOverlayEnabled = Loading overlay enabled
24 controlLoadingOverlayColor = Overlay color
25 controlLoadingOverlayFullOpacity = Full Opacity
26 controlLoadingOverlayTransparentOpacity = Transparent Opacity
27 controlLoadingOverlayFadeIn = Fade-in duration (ms)
28 controlLoadingOverlayFadeOut = Fade-out duration (ms)
29
30 tabNameZoom = Zoom
31 controlZoomAnimationDuration = Zoom animation duration (ms)
32 controlZoomStep = Zoom step
33 controlZoomPivotOnSelection = Zoom pivot on selection
34 controlZoomPivotOnMousePosition = Zoom pivot on mouse position
35
36 tabNameIntervals = Intervals
37 controlIntervalOpacity = State interval opacity
38
39 tabNameTooltips = Tooltips
40 controlTooltipFontColor = Font color
This page took 0.032111 seconds and 5 git commands to generate.