Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/internal/localization.properties')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/internal/localization.properties142
1 files changed, 142 insertions, 0 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/internal/localization.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/internal/localization.properties
new file mode 100644
index 0000000000..aef74faf23
--- /dev/null
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphingapi.ui/src/org/eclipse/linuxtools/systemtap/ui/graphingapi/ui/internal/localization.properties
@@ -0,0 +1,142 @@
+#DataDisplay
+DataGrid.Row=Row
+DataGrid.FormatAs=Format as...
+DataGrid.AddFilter=Add filter...
+DataGrid.RemoveFilter=Remove filter...
+DataGrid.ManualyResize=Manualy Resize
+
+#Graphs
+AChart.Title=Title
+AChart.Legend=Legend
+
+AGraph.xAxis=x-axis
+AGraph.yAxis=y-axis
+AGraph.GridLines=Grid Lines
+AGraph.Normalize=Normalize
+AGraph.SeriesAxis=series axis
+
+#Preferences
+GraphingAPIPreferencePage.GraphDisplayPreferences=GraphingAPI Details
+
+GraphPreferencePage.GraphDisplayPreferences=Basic preferences for graph display.
+GraphPreferencePage.ShowGridLines=&Show grid lines:
+GraphPreferencePage.MaxDataItems=&Max data items:
+GraphPreferencePage.ViewableDataItems=&Viewable data items:
+GraphPreferencePage.XSeriesTicks=&X series ticks:
+GraphPreferencePage.YSeriesTicks=&Y series ticks:
+
+DataTablePreferencePage.GraphDisplayPreferences=Basic preferences for graph display.
+DataTablePreferencePage.JumpNewestEntry=&Jump to newest entry:
+DataTablePreferencePage.AutoResizeColumns=&Auto resize columns:
+DataTablePreferencePage.MaxDataItems=&Max data items:
+
+#Wigets
+GraphAxis.Kilo=K
+GraphAxis.Mega=M
+GraphAxis.Giga=G
+GraphAxis.Tera=T
+GraphAxis.Peta=P
+GraphAxis.Exa=E
+GraphAxis.Zetta=Z
+GraphAxis.Yotta=Y
+
+GraphLegend.Legend=Legend
+
+GraphComposite.ScaleValue=x
+
+#Wizards.DataSet
+DataSetFactory.RowDataSet=Row Data Set
+DataSetFactory.TableDataSet=Table Data Set
+DataSetFactory.RowDataSetDescription=Script outputs simple rows of values.\n\n
+DataSetFactory.DataSetExample=ie:\n
+DataSetFactory.DataSetHeader=Col1\tCol2\tCol3\n
+DataSetFactory.TableDataSetDescription=Script periodicaly outputs preformated tables of the values\n\n
+
+DataSetWizard.CreateDataSet=Create Data Set
+
+ParsingWizardPage.NumberOfColumns=Number of Columns:
+ParsingWizardPage.RegularExpression=Regular Expression:
+ParsingWizardPage.Title=Title:
+ParsingWizardPage.Delimiter=Delimiter:
+
+SelectDataSetWizardPage.SelectDataSetType=Select Data Set Type
+
+SelectTableParsingWizardPage.SelectTableDataSetParsing=Select Table Data Set Parsing
+SelectTableParsingWizardPage.TableDelimiter=Table Delimiter:
+
+SelectRowParsingWizardPage.SelectRowDataSetParsing=Select Row Data Set Parsing
+
+#Wizards.Filter
+AvailableFilterTypes.MatchFilter=Match Filter
+AvailableFilterTypes.RangeFilter=Range Filter
+AvailableFilterTypes.SortFilter=Sort Filter
+AvailableFilterTypes.UniqueFilter=Unique Filter
+AvailableFilterTypes.MatchFilterDescription=This filter removes everything from the data set where the selected column's value does not match the chosen value.
+AvailableFilterTypes.RangeFilterDescription=This filter will remove everying that is not included in the selected range of values.
+AvailableFilterTypes.SortFilterDescription=This filter will sort the entire data set based on the selected column. No data will be removed.
+AvailableFilterTypes.UniqueFilterDescription=This filter will remove all merge all entries in the data set that share a common value in the selected column. Data for the removed rows will be aggregated together based on the chosed aggregation method.
+
+AggregateFactory.AverageAggregate=Average Aggregate
+AggregateFactory.CountAggregate=Count Aggregate
+AggregateFactory.MaxAggregate=Max Aggregate
+AggregateFactory.MinAggregate=Min Aggregate
+AggregateFactory.SumAggregate=Sum Aggregate
+AggregateFactory.AverageDescription=This aggregate will return the average of all of the items consolidated.
+AggregateFactory.CountDescription=This aggregate will return the number of items consolidated.
+AggregateFactory.MaxDescription=This aggregate will return the maximum value of all the items consolidated.
+AggregateFactory.MinDescription=This aggregate will return the minimum value of all the items consolidated.
+AggregateFactory.SumDescription=This aggregate will return the sum of all of the items consolidated.
+
+MatchFilterWizardPage.CreateMatchFilter=Create Match Filter
+MatchFilterWizardPage.Column=Column:
+MatchFilterWizardPage.CompareTo=String to compare to:
+MatchFilterWizardPage.KeepMatching=Keep Matching
+MatchFilterWizardPage.RemoveMatching=Remove Matching
+
+RangeFilterWizardPage.CreateRangeFilter=Create Range Filter
+RangeFilterWizardPage.Column=Column:
+RangeFilterWizardPage.LowerBound=Lower bound:
+RangeFilterWizardPage.UpperBound=Upper bound:
+RangeFilterWizardPage.InsideBounds=Inside Bounds
+RangeFilterWizardPage.OutsideBounds=Outside Bounds
+RangeFilterWizardPage.Inclusive=Inclusive
+
+SelectFilterWizard.CreateFilter=Create Filter
+
+SelectFilterWizardPage.SelectFilter=Select Filter
+
+SortFilterWizardPage.CreateSortFilter=Create Sort Filter
+SortFilterWizardPage.Column=Column:
+SortFilterWizardPage.Ascending=Ascending
+SortFilterWizardPage.Descending=Descending
+
+UniqueFilterWizardPage.CreateUniqueFilter=Create Unique Filter
+UniqueFilterWizardPage.Column=Column:
+UniqueFilterWizardPage.Aggregate=Aggregate:
+
+
+#Wizards.Graph
+GraphFactory.BarGraph=Bar Graph
+GraphFactory.PieChart=Pie Chart
+GraphFactory.ScatterGraph=Scatter Graph
+GraphFactory.LineGraph=Line Graph
+GraphFactory.LineDescription=This is a simple line graph of a single set of data. Each (x,y) pair will be pltted a a single dot and connected with a solid line on the graph.
+GraphFactory.BarDescription=This is a histagram of data. One series represents the categories and the other represents the value assigned to that category.
+GraphFactory.PieDescription=This is a pie chart
+GraphFactory.ScatterDescription=This is a simple plot of one series of data vs another set. Each (x,y) pair will be plotted as a single dot on the graph.
+
+SelectGraphWizard.CreateGraph=Create Graph
+
+SelectGraphWizardPage.SelectGraph=Select Graph
+
+SelectSeriesWizardPage.Title=Title:
+SelectSeriesWizardPage.XSeries=X Series:
+SelectSeriesWizardPage.RowID=Row ID
+SelectSeriesWizardPage.YSeries=Y Series
+SelectSeriesWizardPage.SelectSeries=Select Series
+SelectSeriesWizardPage.TitleNotSet=Title not set
+SelectSeriesWizardPage.KeyFilter=Key filter:
+SelectSeriesWizardPage.KeyNotSet=Key not set
+SelectSeriesWizardPage.NA=NA
+SelectSeriesWizardPage.UseHistoricalData=Use historical data?
+SelectSeriesWizardPage.SeriesNotSelected=Series not selected, or share the same selection \ No newline at end of file

Back to the top