tmf: Use tabs in statistics view for each traces
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / internal / lttng / ui / views / latency / messages.properties
CommitLineData
fbd124dd
BH
1#*******************************************************************************\r
2# Copyright (c) 2011 Ericsson\r
3# \r
4# All rights reserved. This program and the accompanying materials are\r
5# made available under the terms of the Eclipse Public License v1.0 which\r
6# accompanies this distribution, and is available at\r
7# http://www.eclipse.org/legal/epl-v10.html\r
8# \r
9# Contributors:\r
10# Philippe Sawicki (INF4990.A2010@gmail.com) - Initial API and implementation\r
11# Bernd Hufmann - Updated and added properties \r
12# *******************************************************************************/\r
13\r
14LatencyView_ViewName=LatencyView\r
15LatencyView_Action_IncreaseBarWidth_Tooltip=Increase bar width/height\r
16LatencyView_Action_DecreaseBarWidth_Tooltip=Decrease bar width/height\r
17LatencyView_Action_AddEvents_Tooltip=Add matching events\r
18LatencyView_Action_DeleteEvents_Tooltip=Delete matching events\r
19LatencyView_Action_ListEvents_Tooltip=List matching events\r
20LatencyView_Dialogs_AddEvents_Title=Add event pairs\r
21LatencyView_Dialogs_AddEvents_Message=Select a pair of events to add it to the match list :\r
22LatencyView_Dialogs_AddEvents_Buttons_Add=Add\r
23LatencyView_Dialogs_AddEvents_Buttons_Close=Close\r
24LatencyView_Dialogs_AddEvents_Columns_Start=Start event types\r
25LatencyView_Dialogs_AddEvents_Columns_End=End event types\r
26LatencyView_Dialogs_AddEvents_Columns_List_Trigger=Trigger event type\r
27LatencyView_Dialogs_AddEvents_Columns_List_End=End event type\r
28LatencyView_Dialogs_AddEvents_Errors_NoSelection=You must select one item from both lists_\r
29LatencyView_Dialogs_AddEvents_Errors_StartNotSelected=You must select one item from the start event list_\r
30LatencyView_Dialogs_AddEvents_Errors_EndNotSelected=You must select one item from the end event list_\r
31LatencyView_Dialogs_AddEvents_Errors_SameSelected=The same event cannot be selected in both list at the same time_\r
32LatencyView_Dialogs_AddEvents_Errors_AlreadyMatched=The start and end events are already matched_\r
33LatencyView_Dialogs_AddEvents_Errors_StartAlreadyMatched=The start event is already matched_\r
34LatencyView_Dialogs_AddEvents_Errors_EndAlreadyMatched=The end event is already matched_\r
35LatencyView_Dialogs_AddEvents_Errors_StartAsEnd=The start event is already matched as an end event_\r
36LatencyView_Dialogs_AddEvents_Errors_EndAsStart=The end event is already matched as a start event_\r
37LatencyView_Dialogs_DeleteEvents_Title=Delete event pairs\r
38LatencyView_Dialogs_DeleteEvents_Message=Select a pair of matched events to remove it from the list :\r
39LatencyView_Dialogs_DeleteEvents_Buttons_Close=Close\r
40LatencyView_Dialogs_DeleteEvents_Buttons_Delete=Delete\r
41LatencyView_Dialogs_DeleteEvents_Confirm_Title=Confirm event deletion\r
42LatencyView_Dialogs_DeleteEvents_Confirm_Message=Are you sure you want to delete these event pairs?\r
43LatencyView_Dialogs_ListEvents_Title=Matched events list\r
44LatencyView_Dialogs_ListEvents_Message=List of matched events for latency computation :\r
45LatencyView_Dialogs_ListEvents_Buttons_Close=Close\r
46LatencyView_Dialogs_ListEvents_Buttons_Reset=Reset to default pairs\r
47LatencyView_Dialogs_ListEvents_Columns_Trigger=Trigger event type\r
48LatencyView_Dialogs_ListEvents_Columns_End=End event type\r
49LatencyView_Dialogs_ListEvents_Confirm_Title=Confirm pairs reset\r
50LatencyView_Dialogs_ListEvents_Confirm_Message=Are you sure you want to reset the event pairs to their default values?\r
51LatencyView_Graphs_Graph_Title=Latency vs Time\r
52LatencyView_Graphs_Graph_XAxisLabel=time (s)\r
53LatencyView_Graphs_Graph_YAxisLabel=latency (ms)\r
54LatencyView_Graphs_Histogram_Title=Latency Distribution\r
55LatencyView_Graphs_Histogram_XAxisLabel=latency (ms)\r
56LatencyView_Graphs_Histogram_YAxisLabel=# events\r
57LatencyView_msgSlogan=Latency View\r
58LatencyView_tmf_UI=org.eclipse.linuxtools.lttng.ui\r
59LatencyView_ClippingWarning=One or more bars are higher than the drawing area due to zooming
This page took 0.035927 seconds and 5 git commands to generate.