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