diff --git a/instat/frmMain.Designer.vb b/instat/frmMain.Designer.vb
index f9a8ea41ba4..4b31232f903 100644
--- a/instat/frmMain.Designer.vb
+++ b/instat/frmMain.Designer.vb
@@ -61,13 +61,13 @@ Partial Class frmMain
Me.mnuDescribeSpecificSummary = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificMultipleResponse = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator26 = New System.Windows.Forms.ToolStripSeparator()
- Me.mnuDescribeSpecificScatterPlot = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuDescribeSpecificPointPlot = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificLinePlot = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuDescribeSpecificHistogram = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuDescribeSpecificBoxplot = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuDescribeSpecificHistogramDensityFrequencyPlot = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuDescribeSpecificBoxplotJitterViolinPlot = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificDotPlot = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificRugPlot = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuDescribeSpecificBarChart = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuDescribeSpecificBarPieChart = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificCummulativeDistribution = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificParallelCoordinatePlot = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDescribeSpecificMosaic = New System.Windows.Forms.ToolStripMenuItem()
@@ -182,7 +182,7 @@ Partial Class frmMain
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.mnuClimatic = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuClimaticFile = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuClimaticFileOpensst = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuClimaticFileImportSST = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuClimaticFileImportfromIRIDataLibrary = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuClimaticFileImportfromClimateDataStore = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuClimaticFileImportandTidyNetCDF = New System.Windows.Forms.ToolStripMenuItem()
@@ -190,7 +190,7 @@ Partial Class frmMain
Me.ToolStripSeparator20 = New System.Windows.Forms.ToolStripSeparator()
Me.mnuClimateFileImportfromClimSoft = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuClimateFileImportfromClimSoftWizard = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuClimaticFileImportFromCliData = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuClimaticFileImportfromCliData = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator15 = New System.Windows.Forms.ToolStripSeparator()
Me.mnuClimaticFileExportToCPT = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuExportToWWRToolStrip = New System.Windows.Forms.ToolStripMenuItem()
@@ -363,6 +363,7 @@ Partial Class frmMain
Me.mnuEditCopy = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuEditCopySpecial = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuEditPaste = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuEditPasteNewDataFrame = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuEditSelectAll = New System.Windows.Forms.ToolStripMenuItem()
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.stsStrip = New System.Windows.Forms.StatusStrip()
@@ -397,14 +398,13 @@ Partial Class frmMain
Me.mnuBar = New System.Windows.Forms.MenuStrip()
Me.mnuFile = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuFileNewDataFrame = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuFileOpenFromFile = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuFileOpenFromLibrary = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuFileImportFromFile = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuFileImportFromLibrary = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator35 = New System.Windows.Forms.ToolStripSeparator()
- Me.mnuFileOpenFromODK = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuFileOpenFromCSPRO = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuFileImportFromODK = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuFileImportFromCSPRO = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuFileImportFromDatabases = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuFileImportandTidyNetCDFFile = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator27 = New System.Windows.Forms.ToolStripSeparator()
Me.mnuFileConvert = New System.Windows.Forms.ToolStripMenuItem()
Me.tlSeparatorFile = New System.Windows.Forms.ToolStripSeparator()
Me.mnuFileExport = New System.Windows.Forms.ToolStripMenuItem()
@@ -658,7 +658,6 @@ Partial Class frmMain
Me.mnuDataFrameMetadata = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuScriptFile = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuLogFile = New System.Windows.Forms.ToolStripMenuItem()
- Me.mnuEditPasteNewDataFrame = New System.Windows.Forms.ToolStripMenuItem()
Me.stsStrip.SuspendLayout()
Me.Tool_strip.SuspendLayout()
Me.mnuBar.SuspendLayout()
@@ -784,7 +783,7 @@ Partial Class frmMain
'
'mnuDescribeSpecific
'
- Me.mnuDescribeSpecific.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeSpecificFrequency, Me.mnuDescribeSpecificSummary, Me.mnuDescribeSpecificMultipleResponse, Me.ToolStripSeparator26, Me.mnuDescribeSpecificScatterPlot, Me.mnuDescribeSpecificLinePlot, Me.mnuDescribeSpecificHistogram, Me.mnuDescribeSpecificBoxplot, Me.mnuDescribeSpecificDotPlot, Me.mnuDescribeSpecificRugPlot, Me.mnuDescribeSpecificBarChart, Me.mnuDescribeSpecificCummulativeDistribution, Me.mnuDescribeSpecificParallelCoordinatePlot, Me.mnuDescribeSpecificMosaic})
+ Me.mnuDescribeSpecific.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuDescribeSpecificFrequency, Me.mnuDescribeSpecificSummary, Me.mnuDescribeSpecificMultipleResponse, Me.ToolStripSeparator26, Me.mnuDescribeSpecificPointPlot, Me.mnuDescribeSpecificLinePlot, Me.mnuDescribeSpecificHistogramDensityFrequencyPlot, Me.mnuDescribeSpecificBoxplotJitterViolinPlot, Me.mnuDescribeSpecificDotPlot, Me.mnuDescribeSpecificRugPlot, Me.mnuDescribeSpecificBarPieChart, Me.mnuDescribeSpecificCummulativeDistribution, Me.mnuDescribeSpecificParallelCoordinatePlot, Me.mnuDescribeSpecificMosaic})
Me.mnuDescribeSpecific.Name = "mnuDescribeSpecific"
resources.ApplyResources(Me.mnuDescribeSpecific, "mnuDescribeSpecific")
Me.mnuDescribeSpecific.Tag = "Table_Dialogs"
@@ -812,11 +811,11 @@ Partial Class frmMain
Me.ToolStripSeparator26.Name = "ToolStripSeparator26"
resources.ApplyResources(Me.ToolStripSeparator26, "ToolStripSeparator26")
'
- 'mnuDescribeSpecificScatterPlot
+ 'mnuDescribeSpecificPointPlot
'
- Me.mnuDescribeSpecificScatterPlot.Name = "mnuDescribeSpecificScatterPlot"
- resources.ApplyResources(Me.mnuDescribeSpecificScatterPlot, "mnuDescribeSpecificScatterPlot")
- Me.mnuDescribeSpecificScatterPlot.Tag = "Scatter_Plot..."
+ Me.mnuDescribeSpecificPointPlot.Name = "mnuDescribeSpecificPointPlot"
+ resources.ApplyResources(Me.mnuDescribeSpecificPointPlot, "mnuDescribeSpecificPointPlot")
+ Me.mnuDescribeSpecificPointPlot.Tag = "Point_Plot..."
'
'mnuDescribeSpecificLinePlot
'
@@ -824,17 +823,17 @@ Partial Class frmMain
resources.ApplyResources(Me.mnuDescribeSpecificLinePlot, "mnuDescribeSpecificLinePlot")
Me.mnuDescribeSpecificLinePlot.Tag = "Line_Plot..."
'
- 'mnuDescribeSpecificHistogram
+ 'mnuDescribeSpecificHistogramDensityFrequencyPlot
'
- Me.mnuDescribeSpecificHistogram.Name = "mnuDescribeSpecificHistogram"
- resources.ApplyResources(Me.mnuDescribeSpecificHistogram, "mnuDescribeSpecificHistogram")
- Me.mnuDescribeSpecificHistogram.Tag = "Histogram..."
+ Me.mnuDescribeSpecificHistogramDensityFrequencyPlot.Name = "mnuDescribeSpecificHistogramDensityFrequencyPlot"
+ resources.ApplyResources(Me.mnuDescribeSpecificHistogramDensityFrequencyPlot, "mnuDescribeSpecificHistogramDensityFrequencyPlot")
+ Me.mnuDescribeSpecificHistogramDensityFrequencyPlot.Tag = "Histogram..."
'
- 'mnuDescribeSpecificBoxplot
+ 'mnuDescribeSpecificBoxplotJitterViolinPlot
'
- Me.mnuDescribeSpecificBoxplot.Name = "mnuDescribeSpecificBoxplot"
- resources.ApplyResources(Me.mnuDescribeSpecificBoxplot, "mnuDescribeSpecificBoxplot")
- Me.mnuDescribeSpecificBoxplot.Tag = "Boxplot..."
+ Me.mnuDescribeSpecificBoxplotJitterViolinPlot.Name = "mnuDescribeSpecificBoxplotJitterViolinPlot"
+ resources.ApplyResources(Me.mnuDescribeSpecificBoxplotJitterViolinPlot, "mnuDescribeSpecificBoxplotJitterViolinPlot")
+ Me.mnuDescribeSpecificBoxplotJitterViolinPlot.Tag = "Boxplot..."
'
'mnuDescribeSpecificDotPlot
'
@@ -847,11 +846,11 @@ Partial Class frmMain
Me.mnuDescribeSpecificRugPlot.Name = "mnuDescribeSpecificRugPlot"
resources.ApplyResources(Me.mnuDescribeSpecificRugPlot, "mnuDescribeSpecificRugPlot")
'
- 'mnuDescribeSpecificBarChart
+ 'mnuDescribeSpecificBarPieChart
'
- Me.mnuDescribeSpecificBarChart.Name = "mnuDescribeSpecificBarChart"
- resources.ApplyResources(Me.mnuDescribeSpecificBarChart, "mnuDescribeSpecificBarChart")
- Me.mnuDescribeSpecificBarChart.Tag = "Bar_Chart"
+ Me.mnuDescribeSpecificBarPieChart.Name = "mnuDescribeSpecificBarPieChart"
+ resources.ApplyResources(Me.mnuDescribeSpecificBarPieChart, "mnuDescribeSpecificBarPieChart")
+ Me.mnuDescribeSpecificBarPieChart.Tag = "Bar_Chart"
'
'mnuDescribeSpecificCummulativeDistribution
'
@@ -1475,14 +1474,14 @@ Partial Class frmMain
'
'mnuClimaticFile
'
- Me.mnuClimaticFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticFileOpensst, Me.mnuClimaticFileImportfromIRIDataLibrary, Me.mnuClimaticFileImportfromClimateDataStore, Me.mnuClimaticFileImportandTidyNetCDF, Me.mnuClimaticFileImportandTidyShapefile, Me.ToolStripSeparator20, Me.mnuClimateFileImportfromClimSoft, Me.mnuClimateFileImportfromClimSoftWizard, Me.mnuClimaticFileImportFromCliData, Me.ToolStripSeparator15, Me.mnuClimaticFileExportToCPT, Me.mnuExportToWWRToolStrip})
+ Me.mnuClimaticFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuClimaticFileImportSST, Me.mnuClimaticFileImportfromIRIDataLibrary, Me.mnuClimaticFileImportfromClimateDataStore, Me.mnuClimaticFileImportandTidyNetCDF, Me.mnuClimaticFileImportandTidyShapefile, Me.ToolStripSeparator20, Me.mnuClimateFileImportfromClimSoft, Me.mnuClimateFileImportfromClimSoftWizard, Me.mnuClimaticFileImportfromCliData, Me.ToolStripSeparator15, Me.mnuClimaticFileExportToCPT, Me.mnuExportToWWRToolStrip})
Me.mnuClimaticFile.Name = "mnuClimaticFile"
resources.ApplyResources(Me.mnuClimaticFile, "mnuClimaticFile")
'
- 'mnuClimaticFileOpensst
+ 'mnuClimaticFileImportSST
'
- Me.mnuClimaticFileOpensst.Name = "mnuClimaticFileOpensst"
- resources.ApplyResources(Me.mnuClimaticFileOpensst, "mnuClimaticFileOpensst")
+ Me.mnuClimaticFileImportSST.Name = "mnuClimaticFileImportSST"
+ resources.ApplyResources(Me.mnuClimaticFileImportSST, "mnuClimaticFileImportSST")
'
'mnuClimaticFileImportfromIRIDataLibrary
'
@@ -1519,10 +1518,10 @@ Partial Class frmMain
Me.mnuClimateFileImportfromClimSoftWizard.Name = "mnuClimateFileImportfromClimSoftWizard"
resources.ApplyResources(Me.mnuClimateFileImportfromClimSoftWizard, "mnuClimateFileImportfromClimSoftWizard")
'
- 'mnuClimaticFileImportFromCliData
+ 'mnuClimaticFileImportfromCliData
'
- resources.ApplyResources(Me.mnuClimaticFileImportFromCliData, "mnuClimaticFileImportFromCliData")
- Me.mnuClimaticFileImportFromCliData.Name = "mnuClimaticFileImportFromCliData"
+ resources.ApplyResources(Me.mnuClimaticFileImportfromCliData, "mnuClimaticFileImportfromCliData")
+ Me.mnuClimaticFileImportfromCliData.Name = "mnuClimaticFileImportfromCliData"
'
'ToolStripSeparator15
'
@@ -2464,6 +2463,12 @@ Partial Class frmMain
Me.mnuEditPaste.Name = "mnuEditPaste"
Me.mnuEditPaste.Tag = "Paste"
'
+ 'mnuEditPasteNewDataFrame
+ '
+ Me.mnuEditPasteNewDataFrame.Name = "mnuEditPasteNewDataFrame"
+ resources.ApplyResources(Me.mnuEditPasteNewDataFrame, "mnuEditPasteNewDataFrame")
+ Me.mnuEditPasteNewDataFrame.Tag = "Paste"
+ '
'mnuEditSelectAll
'
Me.mnuEditSelectAll.Name = "mnuEditSelectAll"
@@ -2679,7 +2684,7 @@ Partial Class frmMain
'
'mnuFile
'
- Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileNewDataFrame, Me.mnuFileOpenFromFile, Me.mnuFileOpenFromLibrary, Me.ToolStripSeparator35, Me.mnuFileOpenFromODK, Me.mnuFileOpenFromCSPRO, Me.mnuFileImportFromDatabases, Me.mnuFileImportandTidyNetCDFFile, Me.ToolStripSeparator27, Me.mnuFileConvert, Me.tlSeparatorFile, Me.mnuFileSave, Me.mnuFileSaveAs, Me.mnuFileExport, Me.mnuFilePrint, Me.mnuFilePrintPreview, Me.tlSeparatorFile3, Me.mnuFileCloseData, Me.ToolStripSeparator8, Me.mnuFIleExit})
+ Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileNewDataFrame, Me.mnuFileImportFromFile, Me.mnuFileImportFromLibrary, Me.ToolStripSeparator35, Me.mnuFileImportFromODK, Me.mnuFileImportFromCSPRO, Me.mnuFileImportFromDatabases, Me.mnuFileImportandTidyNetCDFFile, Me.mnuFileConvert, Me.tlSeparatorFile, Me.mnuFileSave, Me.mnuFileSaveAs, Me.mnuFileExport, Me.mnuFilePrint, Me.mnuFilePrintPreview, Me.tlSeparatorFile3, Me.mnuFileCloseData, Me.ToolStripSeparator8, Me.mnuFIleExit})
Me.mnuFile.Name = "mnuFile"
resources.ApplyResources(Me.mnuFile, "mnuFile")
Me.mnuFile.Tag = "File"
@@ -2690,32 +2695,32 @@ Partial Class frmMain
resources.ApplyResources(Me.mnuFileNewDataFrame, "mnuFileNewDataFrame")
Me.mnuFileNewDataFrame.Tag = "New_Data_Frame"
'
- 'mnuFileOpenFromFile
+ 'mnuFileImportFromFile
'
- Me.mnuFileOpenFromFile.Name = "mnuFileOpenFromFile"
- resources.ApplyResources(Me.mnuFileOpenFromFile, "mnuFileOpenFromFile")
- Me.mnuFileOpenFromFile.Tag = "Open_From_File"
+ Me.mnuFileImportFromFile.Name = "mnuFileImportFromFile"
+ resources.ApplyResources(Me.mnuFileImportFromFile, "mnuFileImportFromFile")
+ Me.mnuFileImportFromFile.Tag = "Import_From_File"
'
- 'mnuFileOpenFromLibrary
+ 'mnuFileImportFromLibrary
'
- Me.mnuFileOpenFromLibrary.Name = "mnuFileOpenFromLibrary"
- resources.ApplyResources(Me.mnuFileOpenFromLibrary, "mnuFileOpenFromLibrary")
- Me.mnuFileOpenFromLibrary.Tag = "Open_From_Library"
+ Me.mnuFileImportFromLibrary.Name = "mnuFileImportFromLibrary"
+ resources.ApplyResources(Me.mnuFileImportFromLibrary, "mnuFileImportFromLibrary")
+ Me.mnuFileImportFromLibrary.Tag = "Open_From_Library"
'
'ToolStripSeparator35
'
Me.ToolStripSeparator35.Name = "ToolStripSeparator35"
resources.ApplyResources(Me.ToolStripSeparator35, "ToolStripSeparator35")
'
- 'mnuFileOpenFromODK
+ 'mnuFileImportFromODK
'
- Me.mnuFileOpenFromODK.Name = "mnuFileOpenFromODK"
- resources.ApplyResources(Me.mnuFileOpenFromODK, "mnuFileOpenFromODK")
+ Me.mnuFileImportFromODK.Name = "mnuFileImportFromODK"
+ resources.ApplyResources(Me.mnuFileImportFromODK, "mnuFileImportFromODK")
'
- 'mnuFileOpenFromCSPRO
+ 'mnuFileImportFromCSPRO
'
- resources.ApplyResources(Me.mnuFileOpenFromCSPRO, "mnuFileOpenFromCSPRO")
- Me.mnuFileOpenFromCSPRO.Name = "mnuFileOpenFromCSPRO"
+ resources.ApplyResources(Me.mnuFileImportFromCSPRO, "mnuFileImportFromCSPRO")
+ Me.mnuFileImportFromCSPRO.Name = "mnuFileImportFromCSPRO"
'
'mnuFileImportFromDatabases
'
@@ -2727,11 +2732,6 @@ Partial Class frmMain
Me.mnuFileImportandTidyNetCDFFile.Name = "mnuFileImportandTidyNetCDFFile"
resources.ApplyResources(Me.mnuFileImportandTidyNetCDFFile, "mnuFileImportandTidyNetCDFFile")
'
- 'ToolStripSeparator27
- '
- Me.ToolStripSeparator27.Name = "ToolStripSeparator27"
- resources.ApplyResources(Me.ToolStripSeparator27, "ToolStripSeparator27")
- '
'mnuFileConvert
'
resources.ApplyResources(Me.mnuFileConvert, "mnuFileConvert")
@@ -4167,12 +4167,6 @@ Partial Class frmMain
Me.mnuLogFile.Name = "mnuLogFile"
resources.ApplyResources(Me.mnuLogFile, "mnuLogFile")
'
- 'mnuEditPasteNewDataFrame
- '
- Me.mnuEditPasteNewDataFrame.Name = "mnuEditPasteNewDataFrame"
- resources.ApplyResources(Me.mnuEditPasteNewDataFrame, "mnuEditPasteNewDataFrame")
- Me.mnuEditPasteNewDataFrame.Tag = "Paste"
- '
'frmMain
'
resources.ApplyResources(Me, "$this")
@@ -4267,8 +4261,8 @@ Partial Class frmMain
Private WithEvents mnuBar As MenuStrip
Friend WithEvents mnuFile As ToolStripMenuItem
Friend WithEvents mnuFileNewDataFrame As ToolStripMenuItem
- Friend WithEvents mnuFileOpenFromFile As ToolStripMenuItem
- Friend WithEvents mnuFileOpenFromLibrary As ToolStripMenuItem
+ Friend WithEvents mnuFileImportFromFile As ToolStripMenuItem
+ Friend WithEvents mnuFileImportFromLibrary As ToolStripMenuItem
Friend WithEvents tlSeparatorFile As ToolStripSeparator
Friend WithEvents mnuPrepare As ToolStripMenuItem
Friend WithEvents mnuPrepareDataFrame As ToolStripMenuItem
@@ -4457,9 +4451,9 @@ Partial Class frmMain
Friend WithEvents mnuClimaticClimateMethodsAdditionalWaterBalance As ToolStripMenuItem
Friend WithEvents mnuClimateMethodsCreateClimateObject As ToolStripMenuItem
Friend WithEvents mnuClimaticFile As ToolStripMenuItem
- Friend WithEvents mnuClimaticFileOpensst As ToolStripMenuItem
+ Friend WithEvents mnuClimaticFileImportSST As ToolStripMenuItem
Friend WithEvents mnuPrepareColumnGenerateEnter As ToolStripMenuItem
- Friend WithEvents mnuFileOpenFromODK As ToolStripMenuItem
+ Friend WithEvents mnuFileImportFromODK As ToolStripMenuItem
Friend WithEvents ToolStripSeparator25 As ToolStripSeparator
Friend WithEvents mnuPrepareColumnDate As ToolStripMenuItem
Friend WithEvents mnuPrepareColumnDateGenerateDate As ToolStripMenuItem
@@ -4476,19 +4470,18 @@ Partial Class frmMain
Friend WithEvents mnuClimaticDescribe As ToolStripMenuItem
Friend WithEvents mnuClimaticPrepareSummary As ToolStripMenuItem
Friend WithEvents ToolStripSeparator26 As ToolStripSeparator
- Friend WithEvents mnuDescribeSpecificScatterPlot As ToolStripMenuItem
+ Friend WithEvents mnuDescribeSpecificPointPlot As ToolStripMenuItem
Friend WithEvents mnuDescribeSpecificLinePlot As ToolStripMenuItem
- Friend WithEvents mnuDescribeSpecificHistogram As ToolStripMenuItem
- Friend WithEvents mnuDescribeSpecificBoxplot As ToolStripMenuItem
+ Friend WithEvents mnuDescribeSpecificHistogramDensityFrequencyPlot As ToolStripMenuItem
+ Friend WithEvents mnuDescribeSpecificBoxplotJitterViolinPlot As ToolStripMenuItem
Friend WithEvents mnuDescribeSpecificDotPlot As ToolStripMenuItem
Friend WithEvents mnuDescribeSpecificRugPlot As ToolStripMenuItem
- Friend WithEvents mnuDescribeSpecificBarChart As ToolStripMenuItem
+ Friend WithEvents mnuDescribeSpecificBarPieChart As ToolStripMenuItem
Friend WithEvents mnuPrepareColumnDateMakeDate As ToolStripMenuItem
Friend WithEvents mnuPrepareColumnDateMakeTime As ToolStripMenuItem
Friend WithEvents mnuPrepareColumnDateUseTime As ToolStripMenuItem
Friend WithEvents mnuPrepareCheckDataExportOpenRefine As ToolStripMenuItem
Friend WithEvents mnuPrepareCheckDataImportOpenRefine As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator27 As ToolStripSeparator
Friend WithEvents ToolStripSeparator8 As ToolStripSeparator
Friend WithEvents mnuHelpHelpIntroduction As ToolStripMenuItem
Friend WithEvents mnuHelpHistFAQ As ToolStripMenuItem
@@ -4505,7 +4498,7 @@ Partial Class frmMain
Friend WithEvents mnuhelpGuidesMore As ToolStripMenuItem
Friend WithEvents mnuClimaticFileExportToCPT As ToolStripMenuItem
Friend WithEvents mnuClimateFileImportfromClimSoft As ToolStripMenuItem
- Friend WithEvents mnuClimaticFileImportFromCliData As ToolStripMenuItem
+ Friend WithEvents mnuClimaticFileImportfromCliData As ToolStripMenuItem
Friend WithEvents mnuCimaticPrepareTransform As ToolStripMenuItem
Friend WithEvents mnuClimaticCheckData As ToolStripMenuItem
Friend WithEvents mnuClimaticDescribeRainfall As ToolStripMenuItem
@@ -4564,7 +4557,7 @@ Partial Class frmMain
Friend WithEvents ToolStripSeparator34 As ToolStripSeparator
Friend WithEvents ToolStripMenuItem1 As ToolStripMenuItem
Friend WithEvents mnuDescribeTwoVariablesFrequencies As ToolStripMenuItem
- Friend WithEvents mnuFileOpenFromCSPRO As ToolStripMenuItem
+ Friend WithEvents mnuFileImportFromCSPRO As ToolStripMenuItem
Friend WithEvents mnuFileImportFromDatabases As ToolStripMenuItem
Friend WithEvents mnuClimaticFileImportandTidyNetCDF As ToolStripMenuItem
Friend WithEvents mnuProcurementPrepareRecodeNumericIntoQuantiles As ToolStripMenuItem
diff --git a/instat/frmMain.resx b/instat/frmMain.resx
index 576d424cc7a..3eed0305026 100644
--- a/instat/frmMain.resx
+++ b/instat/frmMain.resx
@@ -118,18 +118,6 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 64, 20
-
-
- Describe
-
-
- 172, 22
-
-
- One Variable
-
146, 22
@@ -157,11 +145,11 @@
Rating Data...
-
- 172, 22
+
+ 180, 22
-
- Two Variables
+
+ One Variable
146, 22
@@ -184,11 +172,11 @@
Frequencies...
-
- 172, 22
+
+ 180, 22
-
- Three Variables
+
+ Two Variables
@@ -218,20 +206,20 @@
Frequencies...
-
- 172, 22
+
+ 180, 22
-
- Specific
+
+ Three Variables
- 209, 22
+ 267, 22
Frequency Tables...
- 209, 22
+ 267, 22
Summary Tables...
@@ -240,82 +228,88 @@
False
- 209, 22
+ 267, 22
Multiple Response...
+
+ False
+
- 206, 6
+ 264, 6
-
- 209, 22
+
+ 267, 22
-
- Scatter Plot...
+
+ Point Plot...
- 209, 22
+ 267, 22
Line Plot...
-
- 209, 22
+
+ 267, 22
-
- Histogram...
+
+ Histogram/Density/Frequency Plot...
-
- 209, 22
+
+ 267, 22
-
- Boxplot...
+
+ Boxplot/Jitter/Violin Plot...
False
- 209, 22
+ 267, 22
Dot Plot...
+
+ False
+
- 209, 22
+ 267, 22
Rug Plot...
-
- 209, 22
+
+ 267, 22
-
- Bar Chart...
+
+ Bar/Pie Chart...
- 209, 22
+ 267, 22
Cumulative Distribution...
- 209, 22
+ 267, 22
Parallel Coordinate Plot...
- 209, 22
+ 267, 22
Mosaic Plot...
-
- 172, 22
+
+ 180, 22
-
- General
+
+ Specific
188, 22
@@ -332,6 +326,9 @@
Tabulation...
+
+ False
+
188, 22
@@ -347,14 +344,14 @@
Use Summaries...
-
- 169, 6
+
+ 180, 22
-
- 172, 22
+
+ General
-
- Multivariate
+
+ 177, 6
203, 22
@@ -374,17 +371,23 @@
Canonical Correlations...
+
+ 180, 22
+
+
+ Multivariate
+
- 169, 6
+ 177, 6
- 172, 22
+ 180, 22
Use Graph...
- 172, 22
+ 180, 22
Combine Graphs...
@@ -393,28 +396,25 @@
False
- 172, 22
+ 180, 22
Themes...
+
+ False
+
- 172, 22
+ 180, 22
View Graph...
-
- 53, 20
-
-
- Model
-
-
- 201, 22
+
+ 64, 20
-
- Probability Distributions
+
+ Describe
242, 22
@@ -437,14 +437,14 @@
Random Samples (Use Model)...
-
- 198, 6
-
-
+
201, 22
-
- Fit Model
+
+ Probability Distributions
+
+
+ 198, 6
223, 22
@@ -494,11 +494,11 @@
Fit Model Keyboard...
-
+
201, 22
-
- Compare Models
+
+ Fit Model
149, 22
@@ -506,11 +506,11 @@
One Variable...
-
+
201, 22
-
- Use Model
+
+ Compare Models
192, 22
@@ -554,14 +554,11 @@
Use Model Keyboard...
-
- False
-
-
+
201, 22
-
- Other (One Variable)
+
+ Use Model
166, 22
@@ -596,14 +593,14 @@
Goodness of Fit...
-
+
False
-
+
201, 22
-
- Other (Two Variables)
+
+ Other (One Variable)
False
@@ -650,14 +647,14 @@
Non Parameteric One Way ANOVA...
-
+
False
-
+
201, 22
-
- Other (Three Variable)
+
+ Other (Two Variables)
False
@@ -680,14 +677,14 @@
Chi-square Test...
-
+
False
-
+
201, 22
-
- Other (General)
+
+ Other (Three Variable)
False
@@ -716,6 +713,21 @@
Log Linear...
+
+ False
+
+
+ 201, 22
+
+
+ Other (General)
+
+
+ 53, 20
+
+
+ Model
+
False
@@ -740,15 +752,6 @@
False
-
- 212, 22
-
-
- Evaporation
-
-
- False
-
False
@@ -767,13 +770,13 @@
Penman...
-
+
212, 22
-
- Crop
+
+ Evaporation
-
+
False
@@ -794,6 +797,15 @@
Water Satisfaction Index...
+
+ 212, 22
+
+
+ Crop
+
+
+ False
+
False
@@ -806,12 +818,6 @@
False
-
- 44, 20
-
-
- View
-
211, 22
@@ -890,11 +896,11 @@
Swap Data and Metadata
-
+
44, 20
-
- Help
+
+ View
230, 22
@@ -956,12 +962,6 @@
227, 6
-
- 230, 22
-
-
- Guides
-
166, 22
@@ -983,6 +983,12 @@
More...
+
+ 230, 22
+
+
+ Guides
+
False
@@ -1004,6 +1010,12 @@
Acknowledgements
+
+ 44, 20
+
+
+ Help
+
538, 56
@@ -1013,23 +1025,11 @@
638, 56
-
- 63, 20
-
-
- Climatic
-
-
- 212, 22
-
-
- File
-
-
+
282, 22
-
- Open SST...
+
+ Import SST...
282, 22
@@ -1070,14 +1070,14 @@
Import from Climsoft Wizard...
-
+
False
-
+
282, 22
-
- Import From CLIDATA...
+
+ Import from CLIDATA...
279, 6
@@ -1094,14 +1094,14 @@
Export to World Weather Records...
-
- 209, 6
-
-
+
212, 22
-
- Tidy and Examine
+
+ File
+
+
+ 209, 6
215, 22
@@ -1196,11 +1196,11 @@
One Variable Frequencies...
-
+
212, 22
-
- Dates
+
+ Tidy and Examine
162, 22
@@ -1244,17 +1244,17 @@
Use Time...
-
+
212, 22
-
- Define Climatic Data...
+
+ Dates
-
+
212, 22
-
- Check Data
+
+ Define Climatic Data...
210, 22
@@ -1310,11 +1310,11 @@
Check Station Locations...
-
+
212, 22
-
- Prepare
+
+ Check Data
189, 22
@@ -1475,14 +1475,14 @@
False
-
- 209, 6
-
-
+
212, 22
-
- Describe
+
+ Prepare
+
+
+ 209, 6
False
@@ -1502,18 +1502,18 @@
Temperature...
-
- 199, 22
-
-
- Wind Speed/Direction...
-
139, 22
Wind Rose...
+
+ 199, 22
+
+
+ Wind Speed/Direction...
+
False
@@ -1538,11 +1538,11 @@
196, 6
-
+
212, 22
-
- NCMP
+
+ Describe
166, 22
@@ -1580,11 +1580,11 @@
Summary...
-
+
212, 22
-
- PICSA
+
+ NCMP
246, 22
@@ -1613,11 +1613,11 @@
Crops...
-
+
212, 22
-
- CM SAF
+
+ PICSA
231, 22
@@ -1631,11 +1631,11 @@
Export to CM SAF R Toolbox...
-
+
212, 22
-
- Compare
+
+ CM SAF
198, 22
@@ -1694,11 +1694,11 @@
Taylor Diagram...
-
+
212, 22
-
- Mapping
+
+ Compare
210, 22
@@ -1712,11 +1712,11 @@
Check Station Locations...
-
+
212, 22
-
- Model
+
+ Mapping
180, 22
@@ -1739,14 +1739,14 @@
Markov Modelling...
-
- 209, 6
-
-
+
212, 22
-
- Seasonal Forecast Support
+
+ Model
+
+
+ 209, 6
246, 22
@@ -1787,20 +1787,11 @@
Cumulative/Exceedance Graph...
-
+
212, 22
-
- Climate Methods
-
-
- False
-
-
- 199, 22
-
-
- Data Manipulation
+
+ Seasonal Forecast Support
False
@@ -1937,11 +1928,11 @@
Output for CDT...
-
+
199, 22
-
- Graphics
+
+ Data Manipulation
False
@@ -2060,6 +2051,12 @@
Three Summaries...
+
+ 199, 22
+
+
+ Graphics
+
False
@@ -2069,12 +2066,6 @@
Model...
-
- 199, 22
-
-
- Additional
-
False
@@ -2120,6 +2111,12 @@
Water Balance...
+
+ 199, 22
+
+
+ Additional
+
False
@@ -2129,6 +2126,21 @@
Create Climate Object...
+
+ 212, 22
+
+
+ Climate Methods
+
+
+ False
+
+
+ 63, 20
+
+
+ Climatic
+
Ctrl+S
@@ -2139,12 +2151,6 @@
Save...
-
- 232, 22
-
-
- Save As
-
164, 22
@@ -2169,6 +2175,12 @@
Save Script As...
+
+ 232, 22
+
+
+ Save As
+
False
@@ -2181,6 +2193,9 @@
Print...
+
+ False
+
False
@@ -2190,6 +2205,9 @@
Print Preview...
+
+ False
+
229, 6
@@ -2301,6 +2319,12 @@
946, 56
+
+ 119, 17
+
+
+ No worksheet loaded
+
0, 460
@@ -2325,42 +2349,9 @@
1
-
- 119, 17
-
-
- No worksheet loaded
-
17, 95
-
- 0, 24
-
-
- No
-
-
- 834, 37
-
-
- 7
-
-
- Tool
-
-
- Tool_strip
-
-
- System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 2
-
Magenta
@@ -2370,6 +2361,9 @@
&Open
+
+ Import
+
Magenta
@@ -2377,7 +2371,7 @@
34, 34
- Open From Library
+ Import From Library
Magenta
@@ -2424,6 +2418,18 @@
Edit Last Dialog
+
+ 57, 6
+
+
+ False
+
+
+ 57, 6
+
+
+ False
+
Magenta
@@ -2433,17 +2439,17 @@
Last 10 Dialogs
-
- 57, 6
+
+ 128, 22
-
- False
+
+ R Viewer...
-
- 57, 6
+
+ 128, 22
-
- False
+
+ Plotly...
@@ -2483,18 +2489,6 @@
View Last Graph
-
- 128, 22
-
-
- R Viewer...
-
-
- 128, 22
-
-
- Plotly...
-
6, 37
@@ -2516,6 +2510,18 @@
Output Window
+
+ 202, 22
+
+
+ Column Metadata...
+
+
+ 202, 22
+
+
+ Data Frame Metadata...
+
iVBORw0KGgoAAAANSUhEUgAAAG8AAABvCAYAAADixZ5gAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@@ -2572,17 +2578,17 @@
Column Metadata
-
- 202, 22
+
+ 166, 22
-
- Column Metadata...
+
+ Log Window...
-
- 202, 22
+
+ 166, 22
-
- Data Frame Metadata...
+
+ Script Window...
@@ -2712,18 +2718,6 @@
Log Window
-
- 166, 22
-
-
- Log Window...
-
-
- 166, 22
-
-
- Script Window...
-
Magenta
@@ -2745,71 +2739,38 @@
He&lp
-
- 122, 95
-
-
- On
-
-
- 37, 20
-
-
- File
-
-
- 59, 20
-
-
- Prepare
-
-
- 74, 20
-
-
- Structured
-
-
- 88, 20
-
-
- Procurement
-
-
- 122, 20
-
-
- Options by Context
-
-
- 46, 20
-
-
- Tools
+
+ 0, 24
-
- 0, 0
+
+ No
-
- 834, 24
+
+ 834, 37
-
- 6
+
+ 7
-
- Menu_strip
+
+ Tool
-
- mnuBar
+
+ Tool_strip
-
- System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- 3
+
+ 2
+
+
+ 122, 95
+
+
+ On
Ctrl+N
@@ -2820,38 +2781,41 @@
New Data Frame...
-
+
Ctrl+O
-
+
232, 22
-
- Open From File...
+
+ Import From File...
-
+
232, 22
-
- Open From Library...
+
+ Import From Library...
229, 6
-
+
232, 22
-
- Open From ODK...
+
+ Import From ODK...
-
+
False
-
+
232, 22
-
- Open From CSPRO...
+
+ Import From CSPRO...
+
+
+ False
False
@@ -2862,15 +2826,15 @@
Import From Databases...
+
+ False
+
232, 22
Import and Tidy NetCDF File...
-
- 229, 6
-
False
@@ -2880,15 +2844,12 @@
Convert...
+
+ False
+
229, 6
-
- 232, 22
-
-
- Export
-
204, 22
@@ -2913,6 +2874,12 @@
Export Graph As Image...
+
+ 232, 22
+
+
+ Export
+
232, 22
@@ -2922,11 +2889,11 @@
229, 6
-
- 172, 22
+
+ 37, 20
-
- Data Frame
+
+ File
200, 22
@@ -3036,11 +3003,11 @@
Colour by Property...
-
- 172, 22
+
+ 180, 22
-
- Check Data
+
+ Data Frame
245, 22
@@ -3135,21 +3102,21 @@
Anonymise ID Column...
+
+ 180, 22
+
+
+ Check Data
+
- 169, 6
+ 177, 6
- 172, 22
+ 180, 22
Calculator...
-
- 172, 22
-
-
- Column: Calculate
-
179, 22
@@ -3204,11 +3171,11 @@
Permute Columns...
-
- 172, 22
+
+ 180, 22
-
- Column: Factor
+
+ Column: Calculate
179, 22
@@ -3297,11 +3264,11 @@
Factor Data Frame...
-
- 172, 22
+
+ 180, 22
-
- Column: Text
+
+ Column: Factor
152, 22
@@ -3342,11 +3309,11 @@
Distance...
-
- 172, 22
+
+ 180, 22
-
- Column: Date
+
+ Column: Text
162, 22
@@ -3390,11 +3357,11 @@
Use Time...
-
- 172, 22
+
+ 180, 22
-
- Column: Define
+
+ Column: Date
176, 22
@@ -3411,14 +3378,14 @@
Circular...
-
- 169, 6
+
+ 180, 22
-
- 172, 22
+
+ Column: Define
-
- Data Reshape
+
+ 177, 6
193, 22
@@ -3480,14 +3447,14 @@
Transpose...
-
- 169, 6
+
+ 180, 22
-
- 172, 22
+
+ Data Reshape
-
- Keys and Links
+
+ 177, 6
207, 22
@@ -3519,11 +3486,11 @@
Add Comment...
-
- 172, 22
+
+ 180, 22
-
- Data Object
+
+ Keys and Links
False
@@ -3603,11 +3570,11 @@
Delete Metadata...
-
- 172, 22
+
+ 180, 22
-
- R Objects
+
+ Data Object
126, 22
@@ -3633,11 +3600,17 @@
Delete...
-
- 186, 22
+
+ 180, 22
-
- Circular
+
+ R Objects
+
+
+ 59, 20
+
+
+ Prepare
192, 22
@@ -3699,11 +3672,11 @@
Circlize...
-
+
186, 22
-
- Low_Flow
+
+ Circular
117, 22
@@ -3711,11 +3684,11 @@
Define...
-
+
186, 22
-
- Survival
+
+ Low_Flow
117, 22
@@ -3723,11 +3696,11 @@
Define...
-
+
186, 22
-
- Time Series
+
+ Survival
119, 22
@@ -3738,12 +3711,6 @@
116, 6
-
- 119, 22
-
-
- Describe
-
149, 22
@@ -3756,14 +3723,14 @@
General...
-
- 116, 6
-
-
+
119, 22
-
- Model
+
+ Describe
+
+
+ 116, 6
149, 22
@@ -3777,9 +3744,21 @@
General...
+
+ 119, 22
+
+
+ Model
+
116, 6
+
+ 186, 22
+
+
+ Time Series
+
183, 6
@@ -3801,6 +3780,12 @@
Options by Context...
+
+ 74, 20
+
+
+ Structured
+
216, 22
@@ -3813,12 +3798,6 @@
Define Procurement Data...
-
- 216, 22
-
-
- Prepare
-
358, 22
@@ -3873,11 +3852,11 @@
Merge Additional Data...
-
+
216, 22
-
- Describe
+
+ Prepare
211, 22
@@ -3894,12 +3873,6 @@
208, 6
-
- 211, 22
-
-
- Categorical
-
319, 22
@@ -3939,11 +3912,11 @@
Display Top N...
-
+
211, 22
-
- Numeric
+
+ Categorical
258, 22
@@ -3966,11 +3939,17 @@
Correlations (Red Flags or others)...
-
+
+ 211, 22
+
+
+ Numeric
+
+
216, 22
-
- Mapping
+
+ Describe
189, 22
@@ -3978,11 +3957,11 @@
Map Country Values...
-
+
216, 22
-
- Model
+
+ Mapping
292, 22
@@ -3996,6 +3975,12 @@
Fit Model...
+
+ 216, 22
+
+
+ Model
+
213, 6
@@ -4005,12 +3990,6 @@
Define Red Flag Variables...
-
- 216, 22
-
-
- Corruption Risk Index
-
278, 22
@@ -4023,11 +4002,17 @@
Summarise CRI by Country (or other)...
-
- 250, 22
+
+ 216, 22
-
- Check Data
+
+ Corruption Risk Index
+
+
+ 88, 20
+
+
+ Procurement
215, 22
@@ -4062,17 +4047,17 @@
One Variable Frequencies...
-
+
250, 22
-
- Define Options by Context Data...
+
+ Check Data
-
+
250, 22
-
- Prepare
+
+ Define Options by Context Data...
282, 22
@@ -4101,11 +4086,11 @@
Unstack...
-
+
250, 22
-
- Describe
+
+ Prepare
224, 22
@@ -4128,11 +4113,11 @@
Boxplot...
-
+
250, 22
-
- Model
+
+ Describe
176, 22
@@ -4146,6 +4131,18 @@
General Fit Model...
+
+ 250, 22
+
+
+ Model
+
+
+ 122, 20
+
+
+ Options by Context
+
False
@@ -4212,6 +4209,36 @@
Options...
+
+ 46, 20
+
+
+ Tools
+
+
+ 0, 0
+
+
+ 834, 24
+
+
+ 6
+
+
+ Menu_strip
+
+
+ mnuBar
+
+
+ System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 3
+
126, 22
@@ -6582,10 +6609,10 @@
System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuDescribeSpecificScatterPlot
+
+ mnuDescribeSpecificPointPlot
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -6594,16 +6621,16 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuDescribeSpecificHistogram
+
+ mnuDescribeSpecificHistogramDensityFrequencyPlot
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuDescribeSpecificBoxplot
+
+ mnuDescribeSpecificBoxplotJitterViolinPlot
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -6618,10 +6645,10 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuDescribeSpecificBarChart
+
+ mnuDescribeSpecificBarPieChart
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -7308,10 +7335,10 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuClimaticFileOpensst
+
+ mnuClimaticFileImportSST
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -7356,10 +7383,10 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuClimaticFileImportFromCliData
+
+ mnuClimaticFileImportfromCliData
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -8394,6 +8421,12 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ mnuEditPasteNewDataFrame
+
+
+ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
mnuEditSelectAll
@@ -8580,16 +8613,16 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuFileOpenFromFile
+
+ mnuFileImportFromFile
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuFileOpenFromLibrary
+
+ mnuFileImportFromLibrary
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -8598,16 +8631,16 @@
System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuFileOpenFromODK
+
+ mnuFileImportFromODK
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuFileOpenFromCSPRO
+
+ mnuFileImportFromCSPRO
-
+
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -8622,12 +8655,6 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- ToolStripSeparator27
-
-
- System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
mnuFileConvert
@@ -10080,12 +10107,6 @@
System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- mnuEditPasteNewDataFrame
-
-
- System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
frmMain
diff --git a/instat/frmMain.vb b/instat/frmMain.vb
index 7ee7bc7162f..59d710595aa 100644
--- a/instat/frmMain.vb
+++ b/instat/frmMain.vb
@@ -438,11 +438,11 @@ Public Class frmMain
Me.Close()
End Sub
- Private Sub mnuFileOpenFromFile_Click(sender As Object, e As EventArgs) Handles mnuFileOpenFromFile.Click
+ Private Sub mnuFileOpenFromFile_Click(sender As Object, e As EventArgs) Handles mnuFileImportFromFile.Click
dlgImportDataset.ShowDialog()
End Sub
- Private Sub mnuFileOpenFromLibrary_Click(sender As Object, e As EventArgs) Handles mnuFileOpenFromLibrary.Click
+ Private Sub mnuFileOpenFromLibrary_Click(sender As Object, e As EventArgs) Handles mnuFileImportFromLibrary.Click
dlgFromLibrary.ShowDialog()
End Sub
@@ -1056,11 +1056,11 @@ Public Class frmMain
dlgDescribeTwoVarGraph.ShowDialog()
End Sub
- Private Sub mnuClimaticFileOpensst_Click(sender As Object, e As EventArgs) Handles mnuClimaticFileOpensst.Click
+ Private Sub mnuClimaticFileOpensst_Click(sender As Object, e As EventArgs) Handles mnuClimaticFileImportSST.Click
dlgOpenSST.ShowDialog()
End Sub
- Private Sub mnuFileOpenFromODK_Click(sender As Object, e As EventArgs) Handles mnuFileOpenFromODK.Click
+ Private Sub mnuFileOpenFromODK_Click(sender As Object, e As EventArgs) Handles mnuFileImportFromODK.Click
dlgImportFromODK.ShowDialog()
End Sub
@@ -1112,7 +1112,7 @@ Public Class frmMain
End Sub
- Private Sub mnuDescribeSpecificScatterPlot_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificScatterPlot.Click
+ Private Sub mnuDescribeSpecificScatterPlot_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificPointPlot.Click
dlgScatterPlot.ShowDialog()
End Sub
@@ -1120,11 +1120,11 @@ Public Class frmMain
dlgLinePlot.ShowDialog()
End Sub
- Private Sub mnuDescribeSpecificHistogram_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificHistogram.Click
+ Private Sub mnuDescribeSpecificHistogram_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificHistogramDensityFrequencyPlot.Click
dlgHistogram.ShowDialog()
End Sub
- Private Sub mnuDescribeSpecificBoxplot_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificBoxplot.Click
+ Private Sub mnuDescribeSpecificBoxplot_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificBoxplotJitterViolinPlot.Click
dlgBoxplot.ShowDialog()
End Sub
@@ -1136,7 +1136,7 @@ Public Class frmMain
dlgRugPlot.ShowDialog()
End Sub
- Private Sub mnuDescribeSpecificBarChart_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificBarChart.Click
+ Private Sub mnuDescribeSpecificBarChart_Click(sender As Object, e As EventArgs) Handles mnuDescribeSpecificBarPieChart.Click
dlgBarAndPieChart.ShowDialog()
End Sub
@@ -1261,7 +1261,7 @@ Public Class frmMain
dlgClimsoftWizard.ShowDialog()
End Sub
- Private Sub mnuClimaticFileImportFromCliData_Click(sender As Object, e As EventArgs) Handles mnuClimaticFileImportFromCliData.Click
+ Private Sub mnuClimaticFileImportFromCliData_Click(sender As Object, e As EventArgs) Handles mnuClimaticFileImportfromCliData.Click
dlgCliData.ShowDialog()
End Sub
@@ -1358,7 +1358,7 @@ Public Class frmMain
dlgTwoWayFrequencies.ShowDialog()
End Sub
- Private Sub mnuFileOpenFromCSPRO_Click(sender As Object, e As EventArgs) Handles mnuFileOpenFromCSPRO.Click
+ Private Sub mnuFileOpenFromCSPRO_Click(sender As Object, e As EventArgs) Handles mnuFileImportFromCSPRO.Click
dlgImportFromCSPRO.ShowDialog()
End Sub
diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db
index f9cc46ce7c3..8eff66c6dea 100644
Binary files a/instat/translations/rInstatTranslations.db and b/instat/translations/rInstatTranslations.db differ
diff --git a/instat/translations/sw/sw_r_instat_menus.json b/instat/translations/sw/sw_r_instat_menus.json
new file mode 100644
index 00000000000..818a954e09a
--- /dev/null
+++ b/instat/translations/sw/sw_r_instat_menus.json
@@ -0,0 +1,431 @@
+{
+ " Column Metadata...": " Metadata ya safu wima ...",
+ " Data Frame Metadata...": " Metadata ya Sura ya Takwimu ...",
+ " Log Window...": " Ingia Dirisha ...",
+ " Script Window...": " Dirisha la Hati ...",
+ "&Copy": "& Nakili",
+ "&Open": "& Fungua",
+ "&Paste": "& Bandika",
+ "&Save": "& Hifadhi",
+ "ANOVA General...": "ANOVA Mkuu ...",
+ "About R": "Kuhusu R",
+ "About R-Instat": "Kuhusu R-Instat",
+ "Acknowledgements": "Shukrani",
+ "Add Comment...": "Ongeza Maoni ...",
+ "Add Key...": "Ongeza Ufunguo ...",
+ "Add Link...": "Ongeza Kiungo ...",
+ "Additional": "Ziada",
+ "Annual Rainfall...": "Mvua ya mvua ...",
+ "Anonymise ID Column...": "Safu ya kitambulisho cha kutokujulikana ...",
+ "Append Data Frames...": "Tuma Kiunzi cha Takwimu ...",
+ "Append...": "Kiambatisho ...",
+ "Augment...": "Kuongeza ...",
+ "Bar Chart...": "Chati ya Baa ...",
+ "Boxplot...": "Sanduku la sanduku ...",
+ "CM SAF": "CM SAF",
+ "Calculate Corruption Risk Index (CRI)...": "Hesabu Kiashiria cha Hatari ya Rushwa (CRI) ...",
+ "Calculate DIfference Between Options...": "Hesabu Ujenzi Kati ya Chaguzi ...",
+ "Calculation...": "Hesabu ...",
+ "Calculator...": "Kikokotoo ...",
+ "Canonical Correlations...": "Uhusiano wa Kikanoni ...",
+ "Case Study Guide": "Mwongozo wa Uchunguzi",
+ "Categorical": "Kikundi",
+ "Change Format Day Month...": "Badilisha Mfumo wa Siku ya Umbizo ...",
+ "Check Data": "Angalia Takwimu",
+ "Check Station Locations...": "Angalia Maeneo ya Kituo ...",
+ "Check for Updates...": "Angalia vilivyojiri vipya...",
+ "Chi-square Test...": "Mtihani wa mraba mraba ...",
+ "Circlize...": "Zungusha ...",
+ "Circular": "Mviringo",
+ "Circular Plots...": "Viwanja vya Mviringo ...",
+ "Circular...": "Mviringo ...",
+ "Clear Output Window...": "Futa Dirisha la Pato ...",
+ "Cliboxplot...": "Cliboxplot ...",
+ "Climate Methods": "Mbinu za Hali ya Hewa",
+ "Climatic": "Hali ya hewa",
+ "Climatic Menu": "Menyu ya hali ya hewa",
+ "Climatic Summaries...": "Muhtasari wa hali ya hewa ...",
+ "Climatic...": "Hali ya hewa ...",
+ "Climdex...": "Climdex ...",
+ "Cliplot...": "Cliplot ...",
+ "Close Data Book": "Funga Kitabu cha Takwimu",
+ "Colour by Property...": "Rangi kwa Mali ...",
+ "Column Metadata": "Metadata ya safu wima",
+ "Column Structure...": "Muundo wa safu wima ...",
+ "Column Summaries...": "Muhtasari wa safu wima ...",
+ "Column: Calculate": "Safuwima: Hesabu",
+ "Column: Date": "Safuwima: Tarehe",
+ "Column: Define": "Safuwima: Fafanua",
+ "Column: Factor": "Safuwima: Sababu",
+ "Column: Text": "Safuwima: Nakala",
+ "Combine Factors...": "Unganisha Mambo ...",
+ "Combine Graphs...": "Unganisha Grafu ...",
+ "Combine...": "Unganisha ...",
+ "Compare": "Linganisha",
+ "Compare Columns...": "Linganisha Nguzo ...",
+ "Compare Models": "Linganisha mifano",
+ "Compare Models...": "Linganisha Mifano ...",
+ "Compare Multiple Options...": "Linganisha Chaguzi Nyingi ...",
+ "Compare Two Options...": "Linganisha Chaguzi Mbili ...",
+ "Conditional Quantiles...": "Vipimo vya Masharti ...",
+ "Contrasts...": "Tofauti ...",
+ "Conversions...": "Mabadiliko ...",
+ "Convert Columns...": "Badilisha safu wima ...",
+ "Convert To Factor...": "Badilisha kuwa Kiini ...",
+ "Convert...": "Badilisha ...",
+ "Copy": "Nakili",
+ "Copy Data Frame...": "Nakili Fremu ya Takwimu ...",
+ "Copy Special": "Nakili Maalum",
+ "Correlations (Red Flags or others)...": "Uhusiano (Bendera Nyekundu au wengine) ..",
+ "Correlations...": "Uhusiano ...",
+ "Corruption Risk Index": "Kielelezo cha Hatari ya Rushwa",
+ "Count Records...": "Hesabu Rekodi ...",
+ "Count in Factor...": "Hesabu kwa Sababu ...",
+ "Create Climate Object...": "Unda Kitu cha Hali ya Hewa ...",
+ "Crop": "Mazao",
+ "Crop Coefficients...": "Coefficients ya Mazao ...",
+ "Crops...": "Mazao ...",
+ "Cummulative Exceedance...": "Kuzidi kuongezeka ...",
+ "Cumulative Distribution...": "Usambazaji wa Jumla ...",
+ "Cumulative/Exceedance Graph...": "Jumla / Grafu ya Kuzidi ...",
+ "Cut": "Kata",
+ "Daily Data Entry...": "Uingizaji wa Takwimu za Kila Siku ...",
+ "Data Frame": "Sura ya Takwimu",
+ "Data Frame Metadata": "Metadata ya Sura ya Takwimu",
+ "Data Frame Metadata...": "Metadata ya Sura ya Takwimu ...",
+ "Data Manipulation": "Udhibiti wa Takwimu",
+ "Data Object": "Kitu cha Takwimu",
+ "Data Reshape": "Kurekebisha Takwimu",
+ "Data View": "Mtazamo wa Takwimu",
+ "Data View (Spreadsheet)": "Mwonekano wa Takwimu (Lahajedwali)",
+ "Datasets": "Hifadhidata",
+ "Dates": "Tarehe",
+ "Day Month...": "Mwezi wa Siku ...",
+ "Define Climatic Data...": "Fafanua Takwimu za Hali ya Hewa ...",
+ "Define Contract Value Categories...": "Fafanua Jamii za Thamani ya Mkataba ...",
+ "Define Corruption Risk Output Variables...": "Fafanua Viashiria vya Pato la Hatari ya Rushwa ..",
+ "Define Options by Context Data...": "Fafanua Chaguzi kwa Takwimu za Muktadha ...",
+ "Define Procurement Data...": "Fafanua Takwimu za Ununuzi ...",
+ "Define Red Flag Variables...": "Fafanua Vigeuzi vya Bendera Nyekundu ...",
+ "Define...": "Fafanua ...",
+ "Delete Columns/Rows...": "Futa Safu wima / Safu mlalo ...",
+ "Delete Data Frames...": "Futa fremu za data ...",
+ "Delete Metadata...": "Futa Metadata ...",
+ "Delete...": "Futa ...",
+ "Density Plot...": "Njama ya Uzito ...",
+ "Describe": "Eleza",
+ "Display DOY of Year...": "Onyesha DOY ya Mwaka ...",
+ "Display Daily...": "Onyesha Kila Siku ...",
+ "Display Rain Running Total...": "Onyesha Mbio za Mvua Jumla ...",
+ "Display Spell Length...": "Onyesha Urefu wa Taha ...",
+ "Display Top N...": "Onyesha Juu N ...",
+ "Distance...": "Umbali ...",
+ "Dot Plot...": "Dot Njama ...",
+ "Dummy Variables...": "Vigezo vya Dummy ...",
+ "Duplicate Column...": "Nakala ya Nakala ...",
+ "Duplicates...": "Nakala rudufu ...",
+ "Edit": "Hariri",
+ "End of Rain...": "Mwisho wa Mvua ...",
+ "End of Rains...": "Mwisho wa Mvua ...",
+ "Enter...": "Ingiza ...",
+ "Evaporation": "Uvukizi",
+ "Evapotranspiration...": "Evapotranspiration ...",
+ "Exact Results...": "Matokeo Halisi ...",
+ "Examine...": "Chunguza ...",
+ "Exit": "Utgång",
+ "Export": "Hamisha",
+ "Export CPT to Tabular...": "Hamisha CPT kwa Tabular ...",
+ "Export Dataset...": "Hamisha Hifadhidata ...",
+ "Export Graph As Image...": "Hamisha Grafu kama Picha ...",
+ "Export R Objects...": "Hamisha Vitu vya R ...",
+ "Export R Workspace...": "Hamisha nafasi ya kazi R ...",
+ "Export To OpenRefine...": "Hamisha Ili Kufafanua ...",
+ "Export for PICSA...": "Hamisha kwa PICSA ...",
+ "Export to CM SAF R Toolbox...": "Hamisha kwa sanduku la zana la CM SAF R ..",
+ "Export to CPT...": "Hamisha kwa CPT ...",
+ "Export to World Weather Records...": "Hamisha kwa Rekodi za Hali ya Hewa Duniani ...",
+ "Extreme Events...": "Matukio mabaya ...",
+ "Extremes...": "Uliokithiri ...",
+ "Factor Data Frame...": "Kiunzi cha Takwimu ...",
+ "File": "Faili",
+ "Fill Date Gaps...": "Jaza Mapengo ya Tarehe ...",
+ "Fill Missing Values...": "Jaza Thamani Zilizokosekana ...",
+ "Filter by Country (or other)...": "Chuja kwa Nchi (au nyingine) ...",
+ "Filter...": "Chuja ...",
+ "Find": "Pata",
+ "Find Next": "Pata Ifuatayo",
+ "Find/Replace...": "Tafuta / Badilisha ...",
+ "Fit Model": "Mfano wa Kufaa",
+ "Fit Model Keyboard...": "Kibodi ya Model ya Fit ...",
+ "Fit Model...": "Mfano wa Kufaa ...",
+ "Four Variables...": "Vigeuzi vinne ...",
+ "Freeze Columns...": "Gandisha Safu wima ...",
+ "Frequencies...": "Masafa ...",
+ "Frequency Tables...": "Meza za masafa ...",
+ "General": "Mkuu",
+ "General Fit Model...": "Mfano Mkuu wa Fit ...",
+ "General Summaries...": "Muhtasari Mkuu ...",
+ "General...": "Mkuu ...",
+ "Generate Dates...": "Zalisha Tarehe ...",
+ "Getting Started": "Kuanza",
+ "Glance...": "Mtazamo ...",
+ "Glossary": "Kamusi",
+ "Goodness of Fit...": "Wema wa Fit ...",
+ "Graph...": "Grafu ...",
+ "Graphics": "Picha",
+ "Graphics...": "Picha ...",
+ "Guides": "Miongozo",
+ "He&lp": "Yeye & lp",
+ "Heat Sum...": "Joto Jumla ...",
+ "Help": "Msaada",
+ "Hide/Show Columns...": "Ficha / Onyesha nguzo ...",
+ "Hide/Show Data Frames...": "Ficha / Onyesha fremu za data ...",
+ "Histogram...": "Historia ...",
+ "History and FAQ": "Historia na Maswali Yanayoulizwa Sana",
+ "Homogenization...": "Uboreshaji ...",
+ "Hypothesis Tests Keyboard...": "Kibodi ya Mtihani wa Hypothesis ...",
+ "Import From CLIDATA...": "Ingiza Kutoka CLIDATA ...",
+ "Import From Databases...": "Ingiza Kutoka kwa Hifadhidata ...",
+ "Import From OpenRefine...": "Leta Kutoka kwa OpenRefine ...",
+ "Import and Tidy NetCDF File...": "Ingiza na Usafi Faili ya NetCDF ...",
+ "Import and Tidy NetCDF...": "Ingiza na Usafi NetCDF ...",
+ "Import and Tidy Shapefile...": "Ingiza na Safisha Sura ya Faili ...",
+ "Import daily Data...": "Ingiza Takwimu za kila siku ...",
+ "Import from CDS (Climate Data Store)...": "Ingiza kutoka kwa CDS (Duka la Takwimu za Hali ya Hewa) ...",
+ "Import from Climsoft Wizard...": "Ingiza kutoka kwa Mchawi wa Climsoft ...",
+ "Import from Climsoft...": "Ingiza kutoka Climsoft ...",
+ "Import from IRI Data Library...": "Ingiza kutoka kwa Maktaba ya Takwimu ya IRI ...",
+ "Indices...": "Fahirisi ...",
+ "Insert Columns/Rows...": "Ingiza safu wima / safu mlalo ...",
+ "Install R Package...": "Sakinisha Kifurushi R ...",
+ "Instructional videos": "Video za kufundishia",
+ "Introduction": "Utangulizi",
+ "Inventory...": "Hesabu ...",
+ "Jitter...": "Jitter ...",
+ "Keys and Links": "Funguo na Viungo",
+ "Length of Season...": "Urefu wa Msimu ...",
+ "Levels/Labels...": "Viwango / Lebo ...",
+ "Licence...": "Leseni ...",
+ "Line Plot...": "Njia ya Mstari ...",
+ "Load Options...": "Chaguzi za Kupakia ...",
+ "Log Linear...": "Ingia Linear ...",
+ "Log Window": "Ingia Dirisha",
+ "Low_Flow": "Low_Flow",
+ "Make Date...": "Tengeneza Tarehe ...",
+ "Make Factor...": "Jenga mambo ...",
+ "Make Time...": "Tengeneza Muda ...",
+ "Map Country Values...": "Ramani Thamani za Nchi ...",
+ "Map...": "Ramani ...",
+ "Mapping": "Ramani",
+ "Markov Modelling...": "Utengenezaji wa Markov ...",
+ "Match...": "Mechi...",
+ "Menus and Dialogs": "Menyu na Mazungumzo",
+ "Merge Additional Data...": "Unganisha Takwimu za Ziada ...",
+ "Merge...": "Unganisha ...",
+ "Meta Data": "Takwimu za Meta",
+ "Metadata...": "Metadata ...",
+ "Missing Data Table...": "Jedwali la Takwimu halipo ...",
+ "Missing Data...": "Imekosa Takwimu ...",
+ "Missing Values...": "Kukosa Thamani ...",
+ "Model": "Mfano",
+ "Model...": "Mfano ...",
+ "Monthly Summaries...": "Muhtasari wa kila mwezi ...",
+ "More...": "Zaidi ...",
+ "Mosaic Plot...": "Njama ya Musa ...",
+ "Multiple Response...": "Jibu Nyingi ...",
+ "Multivariate": "Multivariate",
+ "Multple Lines...": "Mistari mingi ...",
+ "NCMP": "NCMP",
+ "New Data Frame...": "Sura Mpya ya Takwimu ...",
+ "New Worksheet...": "Karatasi Mpya ya Kazi ...",
+ "No data loaded": "Hakuna data iliyopakiwa",
+ "Non Parameteric One Way ANOVA...": "Njia isiyo ya njia moja ya ANOVA ...",
+ "Non Parametric Two Samples...": "Sampuli mbili zisizo za kigezo ...",
+ "Non Parametric Two Way ANOVA...": "Njia isiyo ya njia mbili ANOVA ...",
+ "Non Parametric...": "Yasiyo ya kigezo ...",
+ "Non-numeric Cases...": "Kesi zisizo za nambari ...",
+ "Numeric": "Nambari",
+ "One Variable": "Moja Mbadala",
+ "One Variable Frequencies...": "Masafa Moja yanayobadilika ..",
+ "One Variable Graph...": "Grafu Moja inayobadilika ...",
+ "One Variable Summarise...": "Muhtasari Moja Mbadala ...",
+ "One Variable...": "Moja Mbadala ...",
+ "One Way ANOVA...": "Njia Moja ANOVA ...",
+ "Open From CSPRO...": "Fungua Kutoka CSPRO ...",
+ "Open From File...": "Fungua Kutoka Faili ...",
+ "Open From Library...": "Fungua Kutoka Maktaba ...",
+ "Open From ODK...": "Fungua Kutoka ODK ...",
+ "Open SST...": "Fungua SST ...",
+ "Open from file...": "Fungua kutoka faili ...",
+ "Open from library...": "Fungua kutoka maktaba ...",
+ "Options by Context": "Chaguzi kwa Muktadha",
+ "Options by Context Menu": "Chaguzi kwa Menyu ya Muktadha",
+ "Options by Context...": "Chaguzi kwa Muktadha ...",
+ "Options...": "Chaguzi ...",
+ "Other (General)": "Nyingine (Jumla)",
+ "Other (One Variable)": "Nyingine (Moja Mbadala)",
+ "Other (Three Variable)": "Nyingine (Tatu Mbadala)",
+ "Other (Two Variables)": "Nyingine (Vigezo Mbili)",
+ "Other Rose Plots": "Viwanja vingine vya Rose",
+ "Output Window": "Dirisha la Pato",
+ "Output for CDT...": "Pato la CDT ...",
+ "Output for CPT...": "Pato la CPT ...",
+ "PICSA": "PICSA",
+ "Parallel Coordinate Plot...": "Mradi Sambamba wa Kuratibu ...",
+ "Paste": "Bandika",
+ "Penman...": "Penman ...",
+ "Permute Columns...": "Ruhusu nguzo ...",
+ "Plot Region...": "Mkoa wa Njama ...",
+ "Plotly...": "Kwa mpango ...",
+ "Polynomials...": "Wanaume wengi ...",
+ "Prepare": "Andaa",
+ "Prepare to Share (sdc package)...": "Jitayarishe kushiriki (kifurushi cha sdc) ...",
+ "Principal Components...": "Sehemu kuu ...",
+ "Print Preview...": "Hakiki ya Kuchapisha ...",
+ "Print...": "Chapisha ...",
+ "Probability Distributions": "Usambazaji wa Uwezekano",
+ "Process...": "Mchakato ...",
+ "Procurement": "Ununuzi",
+ "Procurement Menu": "Menyu ya Manunuzi",
+ "Procurement...": "Ununuzi ...",
+ "Protect Column...": "Linda safu wima ...",
+ "QC Rainfall...": "Mvua ya QC ...",
+ "QC Temperatures...": "Joto la QC ...",
+ "R Objects": "Vitu vya R",
+ "R Packages and Commands...": "Vifurushi na Amri ...",
+ "R Viewer...": "Mtazamaji ...",
+ "R packages in R-Instat": "Vifurushi R katika R-Instat",
+ "R-Instat": "R-Instat",
+ "R-Instat website": "Tovuti ya R-Instat",
+ "Rain Count...": "Hesabu ya Mvua ...",
+ "Rainfall Graph...": "Grafu ya mvua ...",
+ "Rainfall...": "Mvua ...",
+ "Rains Statistics...": "Takwimu za Mvua ...",
+ "Random Samples (Use Model)...": "Sampuli Isiyobadilika (Tumia Mfano) ...",
+ "Random Samples...": "Sampuli zisizobadilika ...",
+ "Random Subset...": "Sehemu Isiyo na Mpangilio ...",
+ "Rank...": "Cheo ...",
+ "Rating Data...": "Takwimu za Ukadiriaji ...",
+ "Recent": "Hivi majuzi",
+ "Recode Factor...": "Rejea Sababu ...",
+ "Recode Numeric into Quantiles...": "Panga tena Nambari kwenye Vipimo ...",
+ "Recode Numeric...": "Soma tena Nambari ...",
+ "Reference Level...": "Kiwango cha Marejeleo ...",
+ "Region Average...": "Wastani wa Mkoa ...",
+ "Regression...": "Ukandamizaji ...",
+ "Regular Sequence...": "Mlolongo wa Kawaida ...",
+ "Rename Column...": "Badilisha jina la Safu wima ...",
+ "Rename Data Frame...": "Badilisha jina la Fremu ya Takwimu ...",
+ "Rename Metadata...": "Badili jina Metadata ...",
+ "Rename...": "Badilisha jina ...",
+ "Reorder Columns...": "Panga tena Safu wima ...",
+ "Reorder Data Frames...": "Panga upya Muafaka wa Takwimu ...",
+ "Reorder Levels...": "Panga Viwango ...",
+ "Reorder Metadata...": "Panga tena Metadata ...",
+ "Reorder...": "Panga upya ...",
+ "Replace": "Badilisha",
+ "Replace Values...": "Badilisha Thamani ...",
+ "Reset to Default Layout": "Rudisha kwa Mpangilio Chaguo-msingi",
+ "Restart R": "Anzisha upya R",
+ "Row Numbers/Names...": "Nambari za Safu / Majina ...",
+ "Row Summaries...": "Muhtasari wa Mistari ...",
+ "Rug Plot...": "Mpango wa Raga ...",
+ "Run All": "Endesha Zote",
+ "Run R Code...": "Endesha Nambari R ...",
+ "SPI/SPEI...": "SPI / SPEI ...",
+ "Save As": "Okoa Kama",
+ "Save Current Options...": "Hifadhi Chaguzi za Sasa ...",
+ "Save Data As...": "Hifadhi Data Kama ...",
+ "Save Log As...": "Hifadhi Ingia Kama ...",
+ "Save Output As...": "Hifadhi Pato Kama ...",
+ "Save Script As...": "Hifadhi Hati Kama ...",
+ "Save...": "Hifadhi ...",
+ "Scatter Plot...": "Kiwanja cha kutawanya ...",
+ "Scatterplot...": "Sehemu ya kutawanya ...",
+ "Script Window": "Dirisha la Hati",
+ "Script Window...": "Dirisha la Hati ...",
+ "Seasonal Forecast Support": "Msaada wa Utabiri wa Msimu",
+ "Seasonal Plot...": "Mpango wa msimu ...",
+ "Seasonal Summary Rain...": "Muhtasari wa Msimu Mvua ...",
+ "Seasonal Summary...": "Muhtasari wa Msimu ...",
+ "Select All ": "Chagua Zote ",
+ "Set Factor Reference Level...": "Weka Kiwango cha Marejeleo ya Kiwango ...",
+ "Setup for Data Entry...": "Sanidi kwa Uingizaji Data ...",
+ "Shift Daily Data...": "Shift Data ya Kila Siku ...",
+ "Show Model...": "Onyesha Mfano ...",
+ "Simple Regression...": "Ukandamizaji rahisi ...",
+ "Simple With Groups...": "Rahisi na Vikundi ...",
+ "Site...": "Tovuti ...",
+ "Sort...": "Panga ...",
+ "Specific": "Maalum",
+ "Spells...": "Inaelezea ...",
+ "Split...": "Kugawanyika ...",
+ "Stack Daily data...": "Stack data ya kila siku ...",
+ "Stack...": "Kikundi ...",
+ "Start": "Anza",
+ "Start of Rain...": "Kuanza kwa Mvua ...",
+ "Start of the Rains...": "Kuanza kwa Mvua ...",
+ "Structured": "Iliyoundwa",
+ "Structured Menu": "Menyu Iliyoundwa",
+ "Subset...": "Sehemu ndogo ...",
+ "Summaries...": "Muhtasari ...",
+ "Summarise CRI by Country (or other)...": "Fupisha CRI kwa Nchi (au nyingine) ...",
+ "Summarise Red Flags by Country (or other)...": "Fupisha Bendera Nyekundu kwa Nchi (au nyingine) ...",
+ "Summarise Red Flags by Country and Year (or other)...": "Fupisha Bendera Nyekundu kwa Nchi na Mwaka (au nyingine) ...",
+ "Summarise...": "Fupisha ...",
+ "Summary Data...": "Takwimu za Muhtasari ...",
+ "Summary Tables...": "Majedwali ya muhtasari ...",
+ "Summary...": "Muhtasari ...",
+ "Sunshine/Radiation...": "Mwanga wa jua / Mionzi ...",
+ "Survival": "Kuokoka",
+ "Swap Data and Metadata": "Badilisha Data na Metadata",
+ "Tabulation...": "Kuhesabu ...",
+ "Taylor Diagram...": "Mchoro wa Taylor ...",
+ "Temperature...": "Joto ...",
+ "Themes...": "Mada ...",
+ "Three Summaries...": "Mihtasari mitatu ...",
+ "Three Variables": "Vigezo vitatu",
+ "Three Variables...": "Vigezo vitatu ...",
+ "Tidy Daily Data...": "Takwimu safi kila siku ...",
+ "Tidy and Examine": "Nadhifu na Chunguza",
+ "Tidy...": "Nadhifu ...",
+ "Time Series": "Mfululizo wa Saa",
+ "Time Series Plot...": "Mpango wa Mfululizo wa Saa ...",
+ "Timeseries...": "Vyakula vya nyakati ...",
+ "Tools": "Zana",
+ "Transform...": "Badilisha ...",
+ "Transpose...": "Kubadilisha ...",
+ "Treemap...": "...",
+ "Trend Graphs...": "Grafu za Mwenendo ...",
+ "Two Samples...": "Sampuli mbili ...",
+ "Two Variable Frequencies by Sector (or other)...": "Masafa mawili yanayobadilika na Sekta (au nyingine) ..",
+ "Two Variables": "Vigezo viwili",
+ "Two Variables...": "Vigezo viwili ...",
+ "Unstack Daily Data...": "Fungua Takwimu za Kila Siku ...",
+ "Unstack...": "Fungua ...",
+ "Unused Levels...": "Ngazi zisizotumiwa ...",
+ "Use Award Date (or other)...": "Tumia Tarehe ya Tuzo (au nyingine) ...",
+ "Use Date...": "Tumia Tarehe ...",
+ "Use Graph...": "Tumia Grafu ...",
+ "Use Model": "Tumia Mfano",
+ "Use Model Keyboard...": "Tumia Kibodi ya Mfano ...",
+ "Use Summaries...": "Tumia Muhtasari ...",
+ "Use Time...": "Tumia Muda ...",
+ "Variables": "Vigezo",
+ "Variogram...": "Mchanganyiko ...",
+ "View": "Angalia",
+ "View Data...": "Angalia Takwimu ...",
+ "View Graph...": "Tazama Grafu ...",
+ "View Labels...": "Angalia Lebo ...",
+ "View and Remove Keys...": "Tazama na uondoe Funguo ...",
+ "View and Remove Links...": "Tazama na uondoe Viungo ...",
+ "View...": "Angalia ...",
+ "Visualise Data...": "Taswira ya Takwimu ...",
+ "Water Balance...": "Usawa wa Maji ...",
+ "Water Satisfaction Index...": "Kielelezo cha Kuridhika kwa Maji ...",
+ "Wind Rose...": "Upepo Rose ...",
+ "Wind Speed/Direction...": "Kasi ya Upepo / Mwelekeo ...",
+ "Wind/Pollution Rose...": "Upepo / Uchafuzi umeongezeka ...",
+ "Windows": "Madirisha",
+ "Windrose...": "Windrose ..."
+}
\ No newline at end of file
diff --git a/instat/translations/sw/sw_r_instat_not_menus.json b/instat/translations/sw/sw_r_instat_not_menus.json
new file mode 100644
index 00000000000..2dcdccb535e
--- /dev/null
+++ b/instat/translations/sw/sw_r_instat_not_menus.json
@@ -0,0 +1,3596 @@
+{
+ " (lat) ": " (lat) ",
+ " (lon) ": " (lon) ",
+ " 5. Total Precipitation:": " 5. Total Precipitation:",
+ " All combined with &&": " All combined with &&",
+ " Keys:": " Keys:",
+ " Options": " Options",
+ " Show R Commands in Output Window": " Show R Commands in Output Window",
+ " Two-Variables": " Two-Variables",
+ " Word Count": " Hesabu ya Neno",
+ " binom": " binom",
+ " box": " box",
+ " comment(s) entered": " comment(s) entered",
+ " fisher": " fisher",
+ " kruskal": " kruskal",
+ " row(s) entered": " row(s) entered",
+ " | Showing ": " | Showing ",
+ "!is.na": "ni.na",
+ "$ end": "$ end",
+ "% Bias": "% Bias",
+ "% rank": "Cheo%",
+ "%in%": "%in%",
+ ". any": ". any",
+ ".nc files found to import": ".nc files found to import",
+ "10m u-component of wind": "10m u-component of wind",
+ "10m v-component of wind": "10m v-component of wind",
+ "1st Factor:": "1st Factor:",
+ "2 Digit": "2 Digit",
+ "2-digit years": "2-digit years",
+ "2. Mean Station Pressure:": "2. Mean Station Pressure:",
+ "2m dewpoint temperature": "2m dewpoint temperature",
+ "2m temperature": "2m temperature",
+ "2nd Factor (Optional):": "2nd Factor (Optional):",
+ "2pi": "2pi",
+ "3. Mean Sea Level Pressure:": "3. Mean Sea Level Pressure:",
+ "4 Digit": "4 Digit",
+ "4. Mean Daily Air Temperature:": "4. Mean Daily Air Temperature:",
+ "4C88C488": "4C88C488",
+ "6. Mean Daily Max Air Temperature:": "6. Mean Daily Max Air Temperature:",
+ "7. Mean Daily Min Air Temperature:": "7. Mean Daily Min Air Temperature:",
+ "8. Mean Daily Relative Humidity:": "8. Mean Daily Relative Humidity:",
+ "? 0 or 1": "? 0 or 1",
+ "AIC": "AIC",
+ "AMOC": "AMOC",
+ "ANOVA": "ANOVA",
+ "ANOVA tables": "ANOVA tables",
+ "API Key:": "API Key:",
+ "ARC2 Daily Precipitation": "ARC2 Daily Precipitation",
+ "ARC2 Monthly Precipitation": "ARC2 Monthly Precipitation",
+ "AT": "AT",
+ "Abbr.:": "Abbr.:",
+ "Abbreviation": "Abbreviation",
+ "Absolute deviation": "Absolute deviation",
+ "Accent": "Accent",
+ "Acceptable Range (Element1)": "Acceptable Range (Element1)",
+ "Acceptable Range (Element2)": "Acceptable Range (Element2)",
+ "Add": "Ongeza",
+ "Add Calculation": "Add Calculation",
+ "Add Colour Scale": "Add Colour Scale",
+ "Add Comment": "Ongeza Maoni",
+ "Add Component": "Add Component",
+ "Add Condition": "Add Condition",
+ "Add Current Contrasts": "Add Current Contrasts",
+ "Add Date Column": "Add Date Column",
+ "Add Distribution": "Ongeza Usambazaji",
+ "Add Factor Level": "Add Factor Level",
+ "Add Fill Scale": "Add Fill Scale",
+ "Add Flag Variables": "Add Flag Variables",
+ "Add Key": "Add Key",
+ "Add Label": "Add Label",
+ "Add Labels": "Add Labels",
+ "Add Line of Best Fit": "Add Line of Best Fit",
+ "Add Link": "Ongeza Kiungo",
+ "Add Manipulation": "Add Manipulation",
+ "Add Margins": "Add Margins",
+ "Add Mean Line": "Add Mean Line",
+ "Add Median Line": "Add Median Line",
+ "Add New Distribution": "Add New Distribution",
+ "Add Pair": "Ongeza Jozi",
+ "Add Peaks": "Add Peaks",
+ "Add Points": "Add Points",
+ "Add Rug Plot": "Add Rug Plot",
+ "Add Sub Calculation": "Add Sub Calculation",
+ "Add Tercile Lines": "Add Tercile Lines",
+ "Add To Title:": "Add To Title:",
+ "Add Valleys": "Add Valleys",
+ "Add flag field data": "Add flag field data",
+ "Add legend": "Add legend",
+ "Add to Data Frame:": "Add to Data Frame:",
+ "Added Distribution": "Usambazaji ulioongezwa",
+ "Additional Data Frame:": "Additional Data Frame:",
+ "Additional Features": "Additional Features",
+ "Additional Variables:": "Vigezo vya ziada:",
+ "Advance Options": "Advance Options",
+ "After": "After",
+ "Agresti-Coull": "Agresti-Coull",
+ "Agricolae": "Agricolae",
+ "Algorithm :": "Algorithm :",
+ "Alignment:": "Alignment:",
+ "All": "All",
+ "All Bids (Trimmed):": "All Bids (Trimmed):",
+ "All Bids:": "All Bids:",
+ "All Class": "All Class",
+ "All Columns": "Nguzo zote",
+ "All Combined with &&": "All Combined with &&",
+ "All Contents": "Yote Yaliyomo",
+ "All Duplicate Cases": "All Duplicate Cases",
+ "All Options": "All Options",
+ "All but (unordered) Factor": "All but (unordered) Factor",
+ "All combined with |": "All combined with |",
+ "All files of this type": "All files of this type",
+ "All values if columns are equal": "All values if columns are equal",
+ "Allow t for Trace": "Allow t for Trace",
+ "Alpha:": "Alpha:",
+ "Alternate (Horizontal first)": "Alternate (Horizontal first)",
+ "Alternate (Vertical first)": "Alternate (Vertical first)",
+ "Always Use Levels": "Always Use Levels",
+ "Always Use Values": "Always Use Values",
+ "Amount": "Amount",
+ "Amount:": "Amount:",
+ "An R Command is Running": "An R Command is Running",
+ "An order": "An order",
+ "Analysis": "Analysis",
+ "Ang_dev": "Ang_dev",
+ "Ang_var": "Ang_var",
+ "Angle": "Angle",
+ "Annual": "Kila mwaka",
+ "Annual Rain total": "Annual Rain total",
+ "Annual+Within": "Annual+Within",
+ "Annual/Monthly": "Annual/Monthly",
+ "Annual:": "Annual:",
+ "Anomalies": "Anomalies",
+ "Anonymise ID Column": "Anonymise ID Column",
+ "Anova": "Anova",
+ "Anova Options": "Anova Options",
+ "Anti Join": "Anti Join",
+ "Anticlockwise Direction": "Anticlockwise Direction",
+ "Any Class": "Any Class",
+ "Append": "Append",
+ "Append Data Frames": "Append Data Frames",
+ "Apply": "Apply",
+ "Apply As Filter": "Apply As Filter",
+ "Apply As Subset": "Apply As Subset",
+ "Apply Options": "Apply Options",
+ "Apply on All Layers": "Apply on All Layers",
+ "April": "April",
+ "Area": "Area",
+ "Arrow": "Arrow",
+ "As Percentage": "As Percentage",
+ "As Percentages": "As Percentages",
+ "As Proportion of Factors (Optional):": "As Proportion of Factors (Optional):",
+ "Ascending": "Ascending",
+ "Ascending Frequencies": "Masafa yanayopanda",
+ "Assume condition not satisfied at start of each period": "Assume condition not satisfied at start of each period",
+ "Assumed median value": "Assumed median value",
+ "Asymptotic": "Asymptotic",
+ "At End": "At End",
+ "At Start": "At Start",
+ "At Y =": "At Y =",
+ "Augment": "Augment",
+ "August": "August",
+ "Auto": "Auto",
+ "Auto ": "Kiotomatiki ",
+ "Auto Save Recovery Options": "Auto Save Recovery Options",
+ "Auto save a backup of data": "Auto save a backup of data",
+ "Auto saving data...": "Auto saving data...",
+ "Auto-Generate": "Auto-Generate",
+ "Automatic": "Automatic",
+ "AvantGarde": "AvantGarde",
+ "Average": "Wastani",
+ "Award Date:": "Tarehe ya Tuzo:",
+ "Award Year:": "Award Year:",
+ "Axes": "Axes",
+ "Axis Lines": "Axis Lines",
+ "Axis Title": "Axis Title",
+ "BFGS": "BFGS",
+ "BIB": "BIB",
+ "BIC": "BIC",
+ "Back": "Back",
+ "Background": "Usuli",
+ "Background of facet labels": "Background of facet labels",
+ "Background of legend": "Background of legend",
+ "Background of legend area": "Background of legend area",
+ "Background of the entire plot": "Background of the entire plot",
+ "Background underneath legend keys": "Background underneath legend keys",
+ "Backup Data File Detected": "Backup Data File Detected",
+ "Backup Debugging Log File Detected": "Backup Debugging Log File Detected",
+ "Backup Internal Log File Detected": "Backup Internal Log File Detected",
+ "Backup Log File Detected": "Backup Log File Detected",
+ "Backup Manager": "Backup Manager",
+ "Backup versions :": "Backup versions :",
+ "Bandwidth: ": "Bandwidth: ",
+ "Bar": "Bar",
+ "Bar Chart": "Chati ya Baa",
+ "Bar Chart Options": "Chaguzi za Chati ya Baa",
+ "Bar Colour:": "Rangi ya Baa:",
+ "Bar Graph": "Grafu ya Baa",
+ "Bar and Pie Chart": "Bar and Pie Chart",
+ "Bar plot": "Bar plot",
+ "Barometer Height:": "Barometer Height:",
+ "Base Range": "Base Range",
+ "Basic": "Msingi",
+ "Bayesian": "Bayesian",
+ "Bca": "Bca",
+ "Before": "Before",
+ "Before or After Column": "Before or After Column",
+ "Bernouli": "Bernouli",
+ "Beta": "Beta",
+ "Bias": "Bias",
+ "Big Points": "Big Points",
+ "Bin Axis:": "Mhimili wa Bin:",
+ "BinSeg": "BinSeg",
+ "Binary": "Binary",
+ "Binomial": "Binomial",
+ "Biplot": "Biplot",
+ "Black": "Black",
+ "Blank": "Blank",
+ "Blocking Variables": "Blocking Variables",
+ "Blocking Variables:": "Blocking Variables:",
+ "Blue": "Blue",
+ "Blues": "Blues",
+ "Bold": "Bold",
+ "Bold italic": "Bold italic",
+ "Bonett": "Bonett",
+ "Bookman": "Bookman",
+ "Boot": "Boot",
+ "Bootci.Type:": "Bootci.Type:",
+ "Bootstrap Options": "Bootstrap Options",
+ "Border": "Mpaka",
+ "Both": "Wote wawili",
+ "Bottom": "Chini",
+ "Bottom:": "Bottom:",
+ "Box plot": "Box plot",
+ "Boxplot": "Sanduku la sanduku",
+ "Boxplot + Jitter": "Boxplot + Jitter",
+ "Boxplot Count Variable": "Boxplot Count Variable",
+ "Boxplot Method": "Boxplot Method",
+ "Boxplot Options": "Boxplot Options",
+ "BrBG": "BrBG",
+ "Break Points:": "Break Points:",
+ "Breaks": "Breaks",
+ "Broken Stick": "Broken Stick",
+ "Brown": "Brown",
+ "Browse": "Vinjari",
+ "Browse File": "Browse File",
+ "Browse Folder": "Browse Folder",
+ "BuGn": "BuGn",
+ "BuPu": "BuPu",
+ "Buishand": "Buishand",
+ "By": "By",
+ "By Column": "By Column",
+ "By Factor (Optional):": "By Factor (Optional):",
+ "By Factor(s)": "By Factor(s)",
+ "By Factors:": "By Factors:",
+ "By Filter": "By Filter",
+ "By Month": "By Month",
+ "By Variable (Optional):": "By Variable (Optional):",
+ "By Year": "By Year",
+ "By:": "By:",
+ "C.I band": "C.I band",
+ "C.I.Method:": "C.I.Method:",
+ "CCA Options": "CCA Options",
+ "CDF": "CDF",
+ "CDF Plot": "CDF Plot",
+ "CDF Plot with Confidence Intervals": "CDF Plot with Confidence Intervals",
+ "CPF": "CPF",
+ "CPT to Tabular Data": "CPT to Tabular Data",
+ "CROPS": "CROPS",
+ "CSS": "CSS",
+ "CUSUM": "CUSUM",
+ "Calculate Difference Categories": "Calculate Difference Categories",
+ "Calculate Option Differences": "Calculate Option Differences",
+ "Calculate Proportions": "Calculate Proportions",
+ "Calculate Proportions or Percentages": "Calculate Proportions or Percentages",
+ "Calculate Rainfall Value by:": "Calculate Rainfall Value by:",
+ "Calculate by Year": "Calculate by Year",
+ "Calculated Columns": "Safu wima zilizohesabiwa",
+ "Calculated columns": "Calculated columns",
+ "Calculation Name:": "Jina la Hesabu:",
+ "Calculations": "Mahesabu",
+ "Calculations:": "Mahesabu:",
+ "Calm Wind:": "Calm Wind:",
+ "Cancel": "Cancel",
+ "Cannot get package information.": "Cannot get package information.",
+ "Cannot get package information. Check your internet connection.": "Cannot get package information. Check your internet connection.",
+ "Cannot show text preview of file:": "Cannot show text preview of file:",
+ "Canonical Correlations": "Uwiano wa Kikanoni",
+ "Canonicalmono": "Canonicalmono",
+ "Capacity:": "Capacity:",
+ "Caption Size:": "Ukubwa wa Manukuu:",
+ "Caption below the plot (text appearance)": "Caption below the plot (text appearance)",
+ "Caret(^)": "Caret(^)",
+ "Carry": "Carry",
+ "Carry Columns": "Carry Columns",
+ "Carry Columns:": "Carry Columns:",
+ "Categorical": "Categorical",
+ "Categorical by Categorical:": "Kategoria na Kikundi:",
+ "Categorical by Numeric:": "Kikundi na Nambari:",
+ "Categorical:": "Categorical:",
+ "Category Column:": "Category Column:",
+ "Cauchit": "Cauchit",
+ "Cauchy": "Cauchy",
+ "Cell": "Kiini",
+ "Cell (%)": "Kiini (%)",
+ "Celsius": "Celsius",
+ "Center": "Center",
+ "CenterObs": "CenterObs",
+ "Centimetres": "Centimetres",
+ "Centre Mean on Last Day": "Centre Mean on Last Day",
+ "Centred": "Iliyowekwa katikati",
+ "CenturySch": "CenturySch",
+ "Change Limits": "Badilisha Mipaka",
+ "Change Point Options": "Change Point Options",
+ "Change type": "Change type",
+ "Change...": "Change...",
+ "Character": "Character",
+ "Character Column:": "Character Column:",
+ "Check": "Check",
+ "Check Duplicates": "Angalia Nakala",
+ "Check Unique": "Check Unique",
+ "Chi-Square Test": "Chi-Square Test",
+ "Chi_Square": "Chi_Square",
+ "Choice:": "Choice:",
+ "Choose Columns": "Chagua nguzo",
+ "Choose Columns:": "Choose Columns:",
+ "Choose Form:": "Choose Form:",
+ "Choose Function": "Choose Function",
+ "Choose Property": "Choose Property",
+ "Choose Region": "Choose Region",
+ "Choose Subset of Columns to Merge": "Choose Subset of Columns to Merge",
+ "Choose Summaries...": "Choose Summaries...",
+ "Choose one of the following to proceed": "Choose one of the following to proceed",
+ "Choose...": "Choose...",
+ "Cicero": "Cicero",
+ "Circle": "Circle",
+ "Circular": "Circular",
+ "Circular Plots": "Circular Plots",
+ "Circular:": "Circular:",
+ "Classic": "Classic",
+ "Clear": "Wazi",
+ "Clear Conditions": "Clear Conditions",
+ "Clear Script": "Clear Script",
+ "Clear contents": "Clear contents",
+ "CliData": "CliData",
+ "CliPlot": "CliPlot",
+ "Cliboxplot": "Cliboxplot",
+ "Click Ok to Confirm the Export.": "Click Ok to Confirm the Export.",
+ "Click Ok to confirm the save": "Click Ok to confirm the save",
+ "Climatic Boxplot": "Sanduku la hali ya hewa",
+ "Climatic Check Data Rainfall": "Angalia hali ya hewa Mvua ya Takwimu",
+ "Climatic Check Data Temperature": "Hali ya hewa Angalia Joto la Takwimu",
+ "Climatic Data Entry": "Climatic Data Entry",
+ "Climatic Maps": "Climatic Maps",
+ "Climatic Summary": "Muhtasari wa hali ya hewa",
+ "Climatic_Type": "Climatic_Type",
+ "Climdex Indices": "Fahirisi za Climdex",
+ "Climsoft": "Climsoft",
+ "Clopper-Pearson": "Clopper-Pearson",
+ "Close": "Close",
+ "Close R-Instat now": "Close R-Instat now",
+ "Closed On": "Closed On",
+ "Cloud Cover:": "Jalada la Wingu:",
+ "Code Missing Values as:": "Code Missing Values as:",
+ "Coeff": "Coeff",
+ "Coeff:": "Coeff:",
+ "Coefficient Of Variation": "Coefficient Of Variation",
+ "Coefficient of determination": "Coefficient of determination",
+ "Coefficient of persistence": "Coefficient of persistence",
+ "Coefficients": "Coefficients",
+ "Coin": "Coin",
+ "Cold Spell Duration Index [15:CSDI]": "Cold Spell Duration Index [15:CSDI]",
+ "Colon :": "Colon :",
+ "Colon(:)": "Colon(:)",
+ "Color (Optional):": "Color (Optional):",
+ "Color:": "Color:",
+ "Colour": "Colour",
+ "Colour Bar Max:": "Colour Bar Max:",
+ "Colour Bar Min:": "Colour Bar Min:",
+ "Colour By (Optional):": "Colour By (Optional):",
+ "Colour By:": "Rangi Na:",
+ "Colour Columns by Structure": "Colour Columns by Structure",
+ "Colour Lines by Difference": "Colour Lines by Difference",
+ "Colour Palette:": "Colour Palette:",
+ "Colour Scale": "Colour Scale",
+ "Colour by Property": "Colour by Property",
+ "Colour rainbow": "Colour rainbow",
+ "Colour:": "Rangi:",
+ "Colours": "Colours",
+ "Colours for Summaries": "Colours for Summaries",
+ "Column": "Safu wima",
+ "Column (%)": "Safu wima (%)",
+ "Column :": "Column :",
+ "Column Chart Options": "Column Chart Options",
+ "Column Factor:": "Sababu ya safu wima:",
+ "Column Factors:": "Mambo ya safu",
+ "Column Label:": "Column Label:",
+ "Column Name": "Column Name",
+ "Column Name Event Day": "Column Name Event Day",
+ "Column Name Extreme Event": "Column Name Extreme Event",
+ "Column Name:": "Column Name:",
+ "Column Selection": "Column Selection",
+ "Column Statistics": "Column Statistics",
+ "Column Structure": "Column Structure",
+ "Column Variable(s) (Factor):": "Column Variable(s) (Factor):",
+ "Column Width:": "Column Width:",
+ "Column to Duplicate:": "Safu wima ya Kudanganya:",
+ "Column to Split:": "Safu wima ya Kugawanyika:",
+ "Column to Transform:": "Column to Transform:",
+ "Column to Unstack:": "Column to Unstack:",
+ "Column(s):": "Column(s):",
+ "Column:": "Safu wima:",
+ "Column: ": "Column: ",
+ "Columns": "Nguzo",
+ "Columns to Combine:": "Columns to Combine:",
+ "Columns to Convert:": "Columns to Convert:",
+ "Columns to Delete:": "Safu wima za Kufuta:",
+ "Columns to Include": "Nguzo za Kujumuisha",
+ "Columns to Rank:": "Safu wima kwa Kiwango:",
+ "Columns to Reorder:": "Columns to Reorder:",
+ "Columns to Sort by:": "Columns to Sort by:",
+ "Columns to Stack:": "Safu wima kwa Stack:",
+ "Columns to Transpose:": "Columns to Transpose:",
+ "Columns to Unstack:": "Columns to Unstack:",
+ "Columns to be formatted ": "Columns to be formatted ",
+ "Columns:": "Columns:",
+ "Combine": "Combine",
+ "Combine Factors": "Combine Factors",
+ "Combine Graphs": "Combine Graphs",
+ "Combine Text Columns": "Combine Text Columns",
+ "Combined Graph": "Combined Graph",
+ "Comma ": "Comma ",
+ "Comma separated file (*.csv)": "Comma separated file (*.csv)",
+ "Comma(": "Comma(",
+ "Command": "Command",
+ "Command Examples": "Command Examples",
+ "Command Format:": "Command Format:",
+ "Command Ok.": "Command Ok.",
+ "Command produced an error or no output to display.": "Command produced an error or no output to display.",
+ "Command produced an error.": "Command produced an error.",
+ "Command:": "Command:",
+ "Commands": "Commands",
+ "Comment Format:": "Comment Format:",
+ "Comment:": "Maoni:",
+ "Comments": "Comments",
+ "Common": "Common",
+ "Common Options": "Common Options",
+ "Common Regions:": "Common Regions:",
+ "Compare Columns": "Compare Columns",
+ "Compare Satellite Data": "Compare Satellite Data",
+ "Compare Two Options": "Compare Two Options",
+ "Comparison": "Comparison",
+ "Comparison Summaries": "Comparison Summaries",
+ "Comparisons to Display:": "Comparisons to Display:",
+ "Complete records only": "Complete records only",
+ "Complete rows only": "Complete rows only",
+ "Component": "Sehemu",
+ "Component:": "Component:",
+ "Condition": "Condition",
+ "Condition Factors (Optional):": "Condition Factors (Optional):",
+ "Condition for Selection": "Condition for Selection",
+ "Condition for selection": "Condition for selection",
+ "Condition:": "Condition:",
+ "Conditional": "Conditional",
+ "Conditional Eval Options": "Conditional Eval Options",
+ "Conditional Quantile Options": "Conditional Quantile Options",
+ "Conditional Quantile Plot": "Conditional Quantile Plot",
+ "Conditions for Start of Rains": "Conditions for Start of Rains",
+ "Conf=0.95": "Conf=0.95",
+ "Confidence Interval:": "Confidence Interval:",
+ "Confidence Level:": "Confidence Level:",
+ "Confidence Limits": "Confidence Limits",
+ "Confidence interval": "Confidence interval",
+ "Conjugent Gradent (CG)": "Conjugent Gradent (CG)",
+ "Connect": "Connect",
+ "Connect To ClimSoft Database": "Connect To ClimSoft Database",
+ "Connect to Climsoft Database": "Connect to Climsoft Database",
+ "Connected": "Connected",
+ "Connecting Lines": "Connecting Lines",
+ "Consecutive": "Consecutive",
+ "Constant": "Constant",
+ "Construct": "Construct",
+ "Construct Examples": "Construct Examples",
+ "Contexts": "Contexts",
+ "Contexts to carry:": "Contexts to carry:",
+ "Contingency": "Contingency",
+ "Continuity correction": "Continuity correction",
+ "Continuous": "Continuous",
+ "Contract Sector:": "Sekta ya Mkataba:",
+ "Contract Title:": "Kichwa cha Mkataba:",
+ "Contract Value Categories:": "Contract Value Categories:",
+ "Contract Value Share Threshold:": "Contract Value Share Threshold:",
+ "Contract Value:": "Thamani ya Mkataba:",
+ "Contrast": "Contrast",
+ "Contrasts": "Contrasts",
+ "Control Options": "Control Options",
+ "Control Variables:": "Control Variables:",
+ "Conversions": "Conversions",
+ "Convert": "Convert",
+ "Convert Case": "Convert Case",
+ "Convert Columns": "Convert Columns",
+ "Convert Strings to Factor Columns": "Convert Strings to Factor Columns",
+ "Convert To": "Convert To",
+ "Convert to Character": "Convert to Character",
+ "Convert to Circular": "Convert to Circular",
+ "Convert to Factor": "Convert to Factor",
+ "Convert to Logical": "Convert to Logical",
+ "Convert to Numeric": "Convert to Numeric",
+ "Convert to Ordered Factor": "Convert to Ordered Factor",
+ "Convert to Variate": "Convert to Variate",
+ "Convert to:": "Convert to:",
+ "Cook's Distance": "Cook's Distance",
+ "Cook's Distance v Leverage": "Cook's Distance v Leverage",
+ "Coordinates": "Coordinates",
+ "Copy Data Frame": "Copy Data Frame",
+ "Copy Image": "Copy Image",
+ "Copy RichText": "Copy RichText",
+ "Copy Row Names into Column": "Copy Row Names into Column",
+ "Copy from Below": "Copy from Below",
+ "Copy...": "Copy...",
+ "Cor": "Cor",
+ "Corrected Hue Where Colour Map Begins:": "Corrected Hue Where Colour Map Begins:",
+ "Corrected Hue Where Colour Map Ends:": "Corrected Hue Where Colour Map Ends:",
+ "Correlation": "Correlation",
+ "Correlation Display and Graphics": "Correlation Display and Graphics",
+ "Correlation Matrix": "Correlation Matrix",
+ "Correlation Plot": "Correlation Plot",
+ "Correlations": "Correlations",
+ "Corruption Output:": "Corruption Output:",
+ "Corruption Outputs:": "Corruption Outputs:",
+ "Cosine Distance between q-Gram Profiles": "Cosine Distance between q-Gram Profiles",
+ "Could not read time dimension dates from file.": "Could not read time dimension dates from file.",
+ "Count": "Hesabu",
+ "Count Records Data Frame:": "Count Records Data Frame:",
+ "Count in Factor": "Count in Factor",
+ "Counting Process": "Counting Process",
+ "Countries:": "Nchi:",
+ "Country Capitals": "Country Capitals",
+ "Country Coloured Map": "Ramani ya Rangi ya Nchi",
+ "Country ISO2:": "Country ISO2:",
+ "Country ISO3:": "Country ISO3:",
+ "Country Level": "Kiwango cha Nchi",
+ "Country Level Columns": "Country Level Columns",
+ "Country Names:": "Country Names:",
+ "Country:": "Nchi:",
+ "Counts": "Counts",
+ "Counts on Y Axis": "Counts on Y Axis",
+ "Counts totals": "Counts totals",
+ "Courier": "Courier",
+ "Couriersans": "Couriersans",
+ "Covariance": "Covariance",
+ "Create Labels": "Create Labels",
+ "Create Survival Object": "Create Survival Object",
+ "Create an account": "Create an account",
+ "Create subset of non-numeric cases": "Create subset of non-numeric cases",
+ "Crop Definitions": "Crop Definitions",
+ "Crop Length Day(s):": "Crop Length Day(s):",
+ "Cumulative": "Cumulative",
+ "Cumulative exceedance": "Cumulative exceedance",
+ "Cumulative graph": "Cumulative graph",
+ "Cumulative/Exceedance Graph": "Cumulative/Exceedance Graph",
+ "Current Name:": "Current Name:",
+ "Current Value:": "Current Value:",
+ "Custom": "Custom",
+ "Custom Range": "Custom Range",
+ "Customised": "Customised",
+ "Cutoff for 2000 years:": "Cutoff for 2000 years:",
+ "DF": "DF",
+ "DF1": "DF1",
+ "DF2": "DF2",
+ "Daily": "Daily",
+ "Daily Data Entry": "Daily Data Entry",
+ "Daily Precipitation 0.05 degree": "Daily Precipitation 0.05 degree",
+ "Daily Precipitation 0.25 degree": "Daily Precipitation 0.25 degree",
+ "Dark2": "Dark2",
+ "Dashed": "Dashed",
+ "Data": "Data",
+ "Data (Optional):": "Data (Optional):",
+ "Data Column and Factor Column": "Data Column and Factor Column",
+ "Data Column:": "Data Column:",
+ "Data Columns": "Data Columns",
+ "Data Frame Label:": "Data Frame Label:",
+ "Data Frame Preview:": "Data Frame Preview:",
+ "Data Frame(s):": "Data Frame(s):",
+ "Data Frame:": "Data Frame:",
+ "Data Frames to Reorder:": "Data Frames to Reorder:",
+ "Data Frames:": "Data Frames:",
+ "Data From Row:": "Data From Row:",
+ "Data Options": "Data Options",
+ "Data Period": "Data Period",
+ "Data Period Label": "Data Period Label",
+ "Data Period label": "Data Period label",
+ "Data column": "Data column",
+ "Data frame Metadata": "Data frame Metadata",
+ "Data list not implemented": "Data list not implemented",
+ "Data:": "Takwimu:",
+ "Database Name:": "Database Name:",
+ "Dataframe Name:": "Dataframe Name:",
+ "Dataset Name:": "Dataset Name:",
+ "Date": "Tarehe",
+ "Date Order": "Date Order",
+ "Date Plot": "Date Plot",
+ "Date Range": "Date Range",
+ "Date Scales": "Date Scales",
+ "Date and Time": "Tarehe na Wakati",
+ "Date labels": "Date labels",
+ "Date:": "Tarehe:",
+ "Dates/Times": "Dates/Times",
+ "Day": "Day",
+ "Day Columns (31/62)": "Day Columns (31/62)",
+ "Day Columns (31/62):": "Day Columns (31/62):",
+ "Day Length": "Day Length",
+ "Day Month": "Day Month",
+ "Day Month (1 Jan)": "Day Month (1 Jan)",
+ "Day Month Full (1 January)": "Day Month Full (1 January)",
+ "Day Number (1-366)": "Day Number (1-366)",
+ "Day Of Month:": "Day Of Month:",
+ "Day Range": "Masafa ya Siku",
+ "Day in Month": "Day in Month",
+ "Day in Year:": "Day in Year:",
+ "Day of Month:": "Day of Month:",
+ "Day of Year": "Siku ya Mwaka",
+ "Day of Year:": "Siku ya Mwaka:",
+ "Day-Month(Full Name)-Year(4-digit)": "Day-Month(Full Name)-Year(4-digit)",
+ "Day-Month(abbr)-Year(4-digit)": "Day-Month(abbr)-Year(4-digit)",
+ "Day-Month-Year(4-digit)": "Day-Month-Year(4-digit)",
+ "Day/Month(Full Name)/Year(4-digit)": "Day/Month(Full Name)/Year(4-digit)",
+ "Day/Month(abbr)/Year(4-digit)": "Day/Month(abbr)/Year(4-digit)",
+ "Day/Month/Year(4-digit)": "Day/Month/Year(4-digit)",
+ "Day:": "Siku:",
+ "Days": "Days",
+ "Days for Quantiles:": "Days for Quantiles:",
+ "Days in Month": "Days in Month",
+ "December": "December",
+ "Deciles && Quintiles": "Deciles && Quintiles",
+ "Decimal": "Decimal",
+ "Decimal Places for Percentages:": "Decimal Places for Percentages:",
+ "Decimal:": "Decimal:",
+ "Declustering": "Declustering",
+ "Default": "Default",
+ "Default Format": "Default Format",
+ "Default Value:": "Default Value:",
+ "Define As Factor": "Define As Factor",
+ "Define CRI": "Define CRI",
+ "Define Climatic Data": "Fafanua Takwimu za hali ya hewa",
+ "Define Corruption Outputs": "Define Corruption Outputs",
+ "Define New Filter": "Define New Filter",
+ "Define New Property": "Define New Property",
+ "Define Options By Context Data": "Define Options By Context Data",
+ "Define Procurement Data": "Fafanua Takwimu za Ununuzi",
+ "Define Red Flags": "Fafanua Bendera Nyekundu",
+ "Define Survival Data": "Define Survival Data",
+ "Define a Contrast:": "Define a Contrast:",
+ "Degree:": "Shahada:",
+ "Degrees of freedom:": "Degrees of freedom:",
+ "Degrees:": "Degrees:",
+ "Dekad": "Dekad",
+ "Dekad Precipitation 0.05 degree": "Dekad Precipitation 0.05 degree",
+ "Del": "Del",
+ "Delete": "Futa",
+ "Delete Column": "Delete Column",
+ "Delete Column(s)": "Delete Column(s)",
+ "Delete Columns": "Delete Columns",
+ "Delete Data Frames": "Delete Data Frames",
+ "Delete From:": "Futa Kutoka:",
+ "Delete Key": "Futa Ufunguo",
+ "Delete Link": "Delete Link",
+ "Delete Metadata": "Futa Metadata",
+ "Delete Objects": "Futa Vitu",
+ "Delete Row(s)": "Delete Row(s)",
+ "Delete Rows/Columns": "Futa Safu / Safu wima",
+ "Delete Selected": "Delete Selected",
+ "Delete Theme": "Delete Theme",
+ "Density": "Uzito wiani",
+ "Density Options": "Density Options",
+ "Density Plot": "Density Plot",
+ "Density plot": "Density plot",
+ "Descending": "Descending",
+ "Descending Frequencies": "Kushuka kwa Masafa",
+ "Describe Display Options": "Describe Display Options",
+ "Describe Survival": "Describe Survival",
+ "Describe Two Variables": "Eleza Vigeuzi Mbili",
+ "Deselect All Levels": "Deselect All Levels",
+ "Details": "Details",
+ "Details Options": "Details Options",
+ "Detect": "Gundua",
+ "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.": "Did you know: Importing data from many other statistics packages is easy. Go to 'File > Open From File...' and choose your file.",
+ "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.": "Did you know: R-Instat started as a crowd funding campaign in 2015 by partners working across Africa.",
+ "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.": "Did you know: R-Instat stores metadata on columns and data frames which you can edit. Go to View > Column Metadata... or Data Frame Metadata... to view and edit metadata.",
+ "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?": "Did you know: R-Instat was developed in Africa by African Maths Initiative (AMI)?",
+ "Did you know: You can easily view a whole data frame in a separate window.": "Did you know: You can easily view a whole data frame in a separate window.",
+ "Dida": "Dida",
+ "Difference": "Difference",
+ "Difference Column:": "Difference Column:",
+ "Differences": "Differences",
+ "Dimensions to Plot:": "Dimensions to Plot:",
+ "Direction (N/S E/W):": "Direction (N/S E/W):",
+ "Disconnect": "Disconnect",
+ "Discrete": "Discrete",
+ "Dispaly Daily Options": "Dispaly Daily Options",
+ "Display": "Onyesha",
+ "Display Chi-Square Breakpoints": "Display Chi-Square Breakpoints",
+ "Display Daily Data": "Onyesha Takwimu za Kila Siku",
+ "Display Format:": "Fomati ya Kuonyesha:",
+ "Display From:": "Onyesha Kutoka:",
+ "Display Graph Results": "Display Graph Results",
+ "Display HTML in Output Window": "Onyesha HTML katika Dirisha la Pato",
+ "Display In Output": "Display In Output",
+ "Display Margins": "Display Margins",
+ "Display Model": "Display Model",
+ "Display NA as:": "Onyesha NA kama:",
+ "Display Objects...": "Display Objects...",
+ "Display Options": "Chaguzi za Kuonyesha",
+ "Display Options...": "Display Options...",
+ "Display Outer Margins": "Display Outer Margins",
+ "Display Rain Days": "Display Rain Days",
+ "Display Summary": "Display Summary",
+ "Display Top N": "Display Top N",
+ "Display Values As": "Display Values As",
+ "Display as Decimal": "Display as Decimal",
+ "Display as decimal": "Display as decimal",
+ "Display details of warnings and errors": "Display details of warnings and errors",
+ "Display dialog's selected data frame in grid": "Display dialog's selected data frame in grid",
+ "Display in Interactive Viewer": "Display in Interactive Viewer",
+ "Display in Output Window": "Onyesha katika Dirisha la Pato",
+ "Display in R Viewer": "Display in R Viewer",
+ "Display in R-Viewer": "Display in R-Viewer",
+ "Display in Separate Window": "Onyesha katika Dirisha Tofauti",
+ "Display in Separate Windows": "Display in Separate Windows",
+ "Display summary": "Display summary",
+ "Display:": "Display:",
+ "DisplayChi": "DisplayChi",
+ "Distance based on Soundex Encoding": "Distance based on Soundex Encoding",
+ "Distribution Options": "Distribution Options",
+ "Distribution Parameters:": "Distribution Parameters:",
+ "Distribution:": "Distribution:",
+ "Diverging": "Diverging",
+ "DoY average": "DoY average",
+ "Dodge": "Dodge",
+ "Dodge2": "Dodge2",
+ "Domain": "Domain",
+ "Don' t import data after downloading": "Don' t import data after downloading",
+ "Don't import data after downloading": "Don't import data after downloading",
+ "Dot ": "Dot ",
+ "Dot Plot": "Njama ya Nukta",
+ "Dot Plot Options...": "Chaguzi za Dot Njama ...",
+ "Dot plot": "Dot plot",
+ "Dot-dash": "Dot-dash",
+ "Dotplot": "Dotplot",
+ "Dotted": "Dotted",
+ "Double Decker": "Double Decker",
+ "Doy:": "Doy:",
+ "Drop Missing Combinations": "Drop Missing Combinations",
+ "Drop Unused Levels": "Drop Unused Levels",
+ "Drop empty factor levels": "Drop empty factor levels",
+ "Dry Month": "Dry Month",
+ "Dry Period": "Dry Period",
+ "Dry Spell": "Dry Spell",
+ "Dummy Variables": "Dummy Variables",
+ "Duplicate": "Nakala",
+ "Duplicate Column": "Duplicate Column",
+ "Duplicates": "Duplicates",
+ "Duplicates Only": "Duplicates Only",
+ "E": "E",
+ "ERA5 hourly data (single levels)": "ERA5 hourly data (single levels)",
+ "Edit Condition": "Edit Condition",
+ "Edit Filter": "Edit Filter",
+ "Editor Window": "Editor Window",
+ "Eigenvalue": "Eigenvalue",
+ "Eigenvalues": "Eigenvalues",
+ "Eigenvectors": "Eigenvectors",
+ "Element": "Element",
+ "Element Abbreviation": "Element Abbreviation",
+ "Element IDs": "Element IDs",
+ "Element Line": "Element Line",
+ "Element Name:": "Element Name:",
+ "Element Names": "Element Names",
+ "Element Order": "Element Order",
+ "Element Text ": "Element Text ",
+ "Element Types": "Element Types",
+ "Element(s):": "Vipengele:",
+ "Element1 (Tmax):": "Element1 (Tmax):",
+ "Element2 (Tmin):": "Element2 (Tmin):",
+ "Element:": "Kipengele:",
+ "ElementRect": "ElementRect",
+ "Elements": "Vipengele",
+ "Elements to Edit:": "Elements to Edit:",
+ "Elements-Stations": "Elements-Stations",
+ "Elements:": "Vipengele:",
+ "Empty": "Empty",
+ "Encoding:": "Encoding:",
+ "End": "End",
+ "End :": "End :",
+ "End Date:": "Tarehe ya mwisho:",
+ "End Day": "End Day",
+ "End Value:": "End Value:",
+ "End Year for Climatological Period:": "End Year for Climatological Period:",
+ "End Year for Region Average:": "End Year for Region Average:",
+ "End Year for Station Trend:": "End Year for Station Trend:",
+ "End Year for Variogram Period:": "End Year for Variogram Period:",
+ "End date:": "End date:",
+ "End of Rains": "End of Rains",
+ "End of Rains/Season": "End of Rains/Season",
+ "End of Season": "End of Season",
+ "End(L):": "End(L):",
+ "End:": "End:",
+ "English": "English",
+ "Ensure complete years": "Ensure complete years",
+ "Enter": "Enter",
+ "Enter Data": "Enter Data",
+ "Enter Result Into:": "Enter Result Into:",
+ "Enter value(s)": "Enter value(s)",
+ "Entire Range": "Entire Range",
+ "Entry Time:": "Entry Time:",
+ "Equal To": "Equal To",
+ "Equitable Threat Score": "Equitable Threat Score",
+ "Establish Connection..": "Anzisha Uunganisho ..",
+ "Estimate": "Estimate",
+ "Estimate:": "Estimate:",
+ "Estimated:": "Estimated:",
+ "Estimates": "Estimates",
+ "Estimates:": "Estimates:",
+ "Estimation methods": "Estimation methods",
+ "Evaluation": "Evaluation",
+ "Evaporation:": "Evaporation:",
+ "Evapotraspiration": "Evapotraspiration",
+ "Event Occurs When Value is:": "Event Occurs When Value is:",
+ "Event:": "Event:",
+ "Every": "Every",
+ "Exact": "Exact",
+ "Examine": "Examine",
+ "Examples": "Examples",
+ "Exceedance": "Exceedance",
+ "Exclude": "Exclude",
+ "Exclude Missing": "Exclude Missing",
+ "Exclude/Separate:": "Tenga / Tenga:",
+ "Exit Preview and Print": "Toka hakikisho na Chapisha",
+ "Exit Time:": "Exit Time:",
+ "Expand": "Expand",
+ "Explanatory Model for Location or Scale": "Explanatory Model for Location or Scale",
+ "Explanatory Model:": "Explanatory Model:",
+ "Explanatory Variable:": "Explanatory Variable:",
+ "Explanatory Variables:": "Explanatory Variables:",
+ "Exponential": "Exponential",
+ "Export Datasets": "Export Datasets",
+ "Export File(s):": "Export File(s):",
+ "Export File:": "Export File:",
+ "Export Graph As Image": "Export Graph As Image",
+ "Export R Objects": "Export R Objects",
+ "Export R Workspace": "Export R Workspace",
+ "Export To World Weather Record": "Export To World Weather Record",
+ "Export for PICSA": "Export for PICSA",
+ "Export to CMSAF R ToolBox": "Export to CMSAF R ToolBox",
+ "Export to CPT": "Export to CPT",
+ "Export to OpenRefine": "Export to OpenRefine",
+ "Expression": "Kujieleza",
+ "Exremal Dependency Index": "Exremal Dependency Index",
+ "Extend Fill": "Extend Fill",
+ "Extra Rows": "Extra Rows",
+ "Extract": "Dondoo",
+ "Extreme": "Extreme",
+ "Extreme Dependency Score": "Extreme Dependency Score",
+ "Extreme Events": "Extreme Events",
+ "Extreme Maximum": "Extreme Maximum",
+ "Extreme Minimum": "Extreme Minimum",
+ "Extreme_Value": "Extreme_Value",
+ "Extremes ": "Extremes ",
+ "Extremes Display Options": "Extremes Display Options",
+ "Extremes Method": "Extremes Method",
+ "F": "F",
+ "F1": "F1",
+ "FALSE": "UONGO",
+ "FIt Model": "FIt Model",
+ "Face": "Face",
+ "Facet": "Facet",
+ "Facet (Optional):": "Facet (Optional):",
+ "Facet By (Optional):": "Facet By (Optional):",
+ "Facet By (Station):": "Facet By (Station):",
+ "Facet By:": "Facet By:",
+ "Facet Column(s):": "Facet Column(s):",
+ "Facet Label Background ": "Facet Label Background ",
+ "Facet Labels": "Facet Labels",
+ "Facet by Column Factor": "Facet by Column Factor",
+ "Facet labels": "Facet labels",
+ "Facet labels along horizontal direction": "Facet labels along horizontal direction",
+ "Facet labels along vertical direction": "Facet labels along vertical direction",
+ "Facet2 (Optional):": "Facet2 (Optional):",
+ "Facet:": "Facet:",
+ "Facets": "Facets",
+ "Facets:": "Facets:",
+ "Factor": "Factor",
+ "Factor (Optional):": "Sababu (Hiari):",
+ "Factor Data Frame": "Factor Data Frame",
+ "Factor Into:": "Kiwango Kuwa:",
+ "Factor Level": "Factor Level",
+ "Factor Options": "Factor Options",
+ "Factor Selected:": "Sababu Iliyochaguliwa:",
+ "Factor Values for Selection": "Factor Values for Selection",
+ "Factor Variable:": "Factor Variable:",
+ "Factor to Unstack by:": "Factor to Unstack by:",
+ "Factor:": "Sababu:",
+ "Factors": "Factors",
+ "Factors Selected:": "Factors Selected:",
+ "Factors as Percentage:": "Factors as Percentage:",
+ "Factors:": "Sababu:",
+ "Factory Reset": "Factory Reset",
+ "Fahrenheit": "Fahrenheit",
+ "False Alarm Ratio": "False Alarm Ratio",
+ "Family": "Family",
+ "February": "February",
+ "Feet per second (ftps)": "Feet per second (ftps)",
+ "File:": "File:",
+ "Files with the same names will be overwritten.": "Files with the same names will be overwritten.",
+ "Fill": "Fill",
+ "Fill (Optional):": "Fill (Optional):",
+ "Fill Color": "Fill Color",
+ "Fill Colour (Optional):": "Fill Colour (Optional):",
+ "Fill Colour:": "Fill Colour:",
+ "Fill Scale": "Fill Scale",
+ "Fill date gaps": "Fill date gaps",
+ "Fill:": "Fill:",
+ "Filter": "Filter",
+ "Filter By:": "Filter By:",
+ "Filter From Factors": "Filter From Factors",
+ "Filter:": "Filter:",
+ "Filters": "Filters",
+ "Filters From Factor": "Filters From Factor",
+ "Find Forms": "Find Forms",
+ "Find Non-Numeric Values": "Find Non-Numeric Values",
+ "Find all": "Find all",
+ "Find next": "Find next",
+ "Find what": "Find what",
+ "Find whole word only": "Find whole word only",
+ "Finish": "Finish",
+ "First": "Kwanza",
+ "First Column:": "First Column:",
+ "First Context:": "First Context:",
+ "First Data Frame": "First Data Frame",
+ "First Data Frame:": "First Data Frame:",
+ "First Explanatory Variable": "First Explanatory Variable",
+ "First Explanatory Variable:": "First Explanatory Variable:",
+ "First Factor:": "First Factor:",
+ "First Line is Column Headers:": "First Line is Column Headers:",
+ "First Row is Column Headers": "First Row is Column Headers",
+ "First Variable(s):": "Mabadiliko ya kwanza:",
+ "First Variable:": "Lahaja ya Kwanza:",
+ "First Variables:": "First Variables:",
+ "First Word:": "First Word:",
+ "Fiscal Year:": "Mwaka wa fedha:",
+ "Fit": "Fit",
+ "Fit Model and Bootstrap Options": "Fit Model and Bootstrap Options",
+ "Fit Multiple": "Fit Multiple",
+ "Fit Single": "Fit Single",
+ "Fit a Gamma Distribution": "Fit a Gamma Distribution",
+ "Fit an Extreme Distribution": "Fit an Extreme Distribution",
+ "Fitted Model": "Fitted Model",
+ "Fitted Model:": "Fitted Model:",
+ "Fitted Values": "Fitted Values",
+ "Fitting Method": "Fitting Method",
+ "Fitting Options": "Fitting Options",
+ "Fixed": "Zisizohamishika",
+ "Fixed Day": "Fixed Day",
+ "Fixed Number of Columns": "Fixed Number of Columns",
+ "Fixed Number of Components": "Fixed Number of Components",
+ "Fixed Number of Rows": "Fixed Number of Rows",
+ "Fixed width": "Fixed width",
+ "Flat Frequency Table": "Flat Frequency Table",
+ "Flip Coordinates": "Flip Coordinates",
+ "Flip coordinates": "Flip coordinates",
+ "Fliter Preview:": "Fliter Preview:",
+ "Font Size:": "Font Size:",
+ "For All Dialogs": "For All Dialogs",
+ "For This Dialog Only": "For This Dialog Only",
+ "Force positive": "Force positive",
+ "Foreign Winner:": "Foreign Winner:",
+ "Format Current or Selected Columns": "Format Current or Selected Columns",
+ "Format Data": "Format Data",
+ "Format Description": "Format Description",
+ "Format Field": "Format Field",
+ "Format Font:": "Format Font:",
+ "Format:": "Format:",
+ "Four Variable Modelling": "Four Variable Modelling",
+ "Fourth Context:": "Fourth Context:",
+ "Fraction Trimmed:": "Fraction Trimmed:",
+ "Fractions": "Fractions",
+ "Free": "Free",
+ "Free Scale Axis for Facets": "Free Scale Axis for Facets",
+ "Free Scale Y Axis": "Free Scale Y Axis",
+ "Free Scales X": "Free Scales X",
+ "Free Scales Y": "Free Scales Y",
+ "Free Space": "Free Space",
+ "Free_x": "Free_x",
+ "Free_y": "Free_y",
+ "Freeze Columns": "Freeze Columns",
+ "Freeze Columns:": "Freeze Columns:",
+ "French": "French",
+ "Frequencies Options": "Frequencies Options",
+ "Frequency": "Frequency",
+ "Frequency Polygon": "Frequency Polygon",
+ "Frequency Polygon Options": "Frequency Polygon Options",
+ "Frequency Table & Graph Options": "Frequency Table & Graph Options",
+ "Frequency Tables": "Frequency Tables",
+ "Frequency polygon": "Frequency polygon",
+ "Frequency tables": "Frequency tables",
+ "From": "From",
+ "From Library": "From Library",
+ "From Package:": "From Package:",
+ "From:": "Kutoka:",
+ "Frost Days [1:FD]": "Frost Days [1:FD]",
+ "Full Damerau-Levenshtein Distance": "Full Damerau-Levenshtein Distance",
+ "Full Join": "Full Join",
+ "Full Name": "Full Name",
+ "Function Name:": "Function Name:",
+ "Function...": "Function...",
+ "Function:": "Function:",
+ "GEV": "GEV",
+ "GP": "GP",
+ "Gamma": "Gamma",
+ "Gamma_With_Shape_and_Mean": "Gamma_With_Shape_and_Mean",
+ "Gamma_With_Shape_and_Rate": "Gamma_With_Shape_and_Rate",
+ "Gamma_With_Shape_and_Scale": "Gamma_With_Shape_and_Scale",
+ "Gamma_With_Zeros": "Gamma_With_Zeros",
+ "Gaussian": "Gaussian",
+ "General ANOVA": "General ANOVA",
+ "General ANOVA Options...": "General ANOVA Options...",
+ "General Case": "General Case",
+ "General Summaries": "Muhtasari Mkuu",
+ "Generalized Linear Models": "Generalized Linear Models",
+ "Generate Random Sample": "Tengeneza Sampuli Isiyo ya R nasibu",
+ "Geom": "Geom",
+ "Geom Aesthetics:": "Geom Aesthetics:",
+ "Geom:": "Geom:",
+ "Geometric": "Geometric",
+ "Geometry": "Geometry",
+ "Geometry:": "Geometry:",
+ "Gerrity Score": "Gerrity Score",
+ "Glance": "Glance",
+ "Globalminmax": "Globalminmax",
+ "GnBu": "GnBu",
+ "Goodness of Fit (MGE)": "Goodness of Fit (MGE)",
+ "Graph": "Grafu",
+ "Graph Caption": "Graph Caption",
+ "Graph Caption:": "Manukuu ya Grafu:",
+ "Graph Columns:": "Graph Columns:",
+ "Graph Display": "Graph Display",
+ "Graph Frequencies": "Masafa ya Grafu",
+ "Graph Options": "Chaguzi za Grafu",
+ "Graph Sub Title": "Graph Sub Title",
+ "Graph Sub Title:": "Kichwa cha Grafu:",
+ "Graph Subtitle:": "Graph Subtitle:",
+ "Graph Title": "Graph Title",
+ "Graph Title:": "Kichwa cha Grafu:",
+ "Graph and Display Options": "Graph and Display Options",
+ "Graph by Year": "Graph by Year",
+ "Graph to Use:": "Graph to Use:",
+ "Graph to View:": "Graph to View:",
+ "Graph:": "Graph:",
+ "Graphs": "Graphs",
+ "Graphs GUI": "Graphs GUI",
+ "Graphs To Combine:": "Graphs To Combine:",
+ "Greater Than": "Greater Than",
+ "Greater than": "Greater than",
+ "Green": "Green",
+ "Greens": "Greens",
+ "Grey": "Grey",
+ "Greys": "Greys",
+ "Grid lines": "Grid lines",
+ "Grid square": "Grid square",
+ "Grop Height": "Grop Height",
+ "Grop Width": "Grop Width",
+ "Group (Optional):": "Group (Optional):",
+ "Group Data": "Group Data",
+ "Group to Connect": "Group to Connect",
+ "Group:": "Group:",
+ "GroupBox1": "GroupBox1",
+ "Grouping Factor (Optional):": "Grouping Factor (Optional):",
+ "Grouping Factor:": "Grouping Factor:",
+ "Growing Season Length [5:GSL]": "Growing Season Length [5:GSL]",
+ "Guess": "Guess",
+ "Gumbel": "Gumbel",
+ "H Line Options": "H Line Options",
+ "HTML (Browser)": "HTML (Kivinjari)",
+ "HTML Table": "HTML Table",
+ "Hamming Distance": "Hamming Distance",
+ "Hannan-Quinn": "Hannan-Quinn",
+ "Hargreaves Samani": "Hargreaves Samani",
+ "Harmonics:": "Harmonics:",
+ "Hash #": "Hash #",
+ "Have you tried: Boxplots by a factor.": "Have you tried: Boxplots by a factor.",
+ "Have you tried: Describing all your variables at once.": "Have you tried: Describing all your variables at once.",
+ "Have you tried: Using the library datasets.": "Have you tried: Using the library datasets.",
+ "Heidke Skill Score": "Heidke Skill Score",
+ "Helmert": "Helmert",
+ "Help ": "Help ",
+ "Help...": "Help...",
+ "Helvetica - Narrow": "Helvetica - Narrow",
+ "Helveticaserif": "Helveticaserif",
+ "Hidden Column(s):": "Hidden Column(s):",
+ "Hidden Data Frame(s):": "Hidden Data Frame(s):",
+ "Hide": "Hide",
+ "Hide (future) commands": "Hide (future) commands",
+ "Hide Details <<": "Hide Details <<",
+ "Hide/Unhide Column(s)": "Hide/Unhide Column(s)",
+ "Hide/Unhide Data Frame(s)": "Hide/Unhide Data Frame(s)",
+ "High Ascending": "High Ascending",
+ "High Descending": "High Descending",
+ "Highlight Alternate Rows": "Highlight Alternate Rows",
+ "Hist Plot": "Hist Plot",
+ "Histogram": "Histogram",
+ "Histogram (Rose Plot)": "Histogram (Rose Plot)",
+ "Histogram Bins:": "Histogram Bins:",
+ "Histogram Method": "Histogram Method",
+ "Histogram Options": "Histogram Options",
+ "Histogram Plot": "Histogram Plot",
+ "Hit Rate": "Hit Rate",
+ "Hjust": "Hjust",
+ "Homogenization (Change Point)": "Homogenization (Change Point)",
+ "Horizontal": "Horizontal",
+ "Horizontal Label Position:": "Nafasi ya Lebo Mlalo:",
+ "Horizontal Plot": "Horizontal Plot",
+ "Horizontal Plot (coord-flip)": "Horizontal Plot (coord-flip)",
+ "Horizontal major grid lines ": "Horizontal major grid lines ",
+ "Horizontal minor grid lines": "Horizontal minor grid lines",
+ "Horizontally": "Horizontally",
+ "Host:": "Host:",
+ "Hour": "Hour",
+ "How to Display": "How to Display",
+ "Humidity Max:": "Humidity Max:",
+ "Humidity Min:": "Humidity Min:",
+ "HydroGOF": "HydroGOF",
+ "Hypergeometric": "Hypergeometric",
+ "Hyphen -": "Hyphen -",
+ "Hypothesis Tests": "Hypothesis Tests",
+ "I()": "I()",
+ "ID Column Name:": "ID Column Name:",
+ "ID Column:": "ID Column:",
+ "ID/Station:": "Kitambulisho / Kituo:",
+ "ID:": "ID:",
+ "IDs": "IDs",
+ "IQR": "IQR",
+ "Icing Days [3:ID]": "Icing Days [3:ID]",
+ "Identifier (Optional):": "Identifier (Optional):",
+ "Identifier:": "Identifier:",
+ "Identity": "Kitambulisho",
+ "Ignore Global Aesthetics": "Ignore Global Aesthetics",
+ "Ignore Labels": "Ignore Labels",
+ "Ignore Missing Values": "Ignore Missing Values",
+ "Ignore values on invalid dates": "Ignore values on invalid dates",
+ "Import": "Import",
+ "Import CSV Options": "Import CSV Options",
+ "Import Dataset": "Import Dataset",
+ "Import Excel Options": "Import Excel Options",
+ "Import From CSPRO": "Import From CSPRO",
+ "Import From Climsoft": "Import From Climsoft",
+ "Import From Climsoft Wizard": "Import From Climsoft Wizard",
+ "Import From Databases": "Ingiza kutoka kwa hifadhidata",
+ "Import From IRI (Internet connection needed)": "Import From IRI (Internet connection needed)",
+ "Import Options": "Import Options",
+ "Import RDS Options": "Import RDS Options",
+ "Import Text Options": "Import Text Options",
+ "Import and Tidy NetCDF File": "Import and Tidy NetCDF File",
+ "Import and Tidy Shapefiles": "Import and Tidy Shapefiles",
+ "Import calculations": "Import calculations",
+ "Import changes log": "Import changes log",
+ "Import csv Options": "Import csv Options",
+ "Import filters": "Import filters",
+ "Import from CDS (Climate Data Store)": "Import from CDS (Climate Data Store)",
+ "Import from ODK": "Import from ODK",
+ "Import from OpenRefine": "Import from OpenRefine",
+ "Import into climate object": "Import into climate object",
+ "Import metadata": "Import metadata",
+ "Import objects": "Import objects",
+ "Importing the following sheets:": "Importing the following sheets:",
+ "Imputed:": "Imputed:",
+ "In Steps Of:": "In Steps Of:",
+ "In Steps of:": "Katika Hatua za:",
+ "In steps of:": "In steps of:",
+ "Inches": "Inches",
+ "Include": "Include",
+ "Include Arguments": "Include Arguments",
+ "Include Boxplot": "Include Boxplot",
+ "Include Comments by Default": "Include Comments by Default",
+ "Include Contexts": "Include Contexts",
+ "Include Default Parameter Values in R Commands": "Include Default Parameter Values in R Commands",
+ "Include Elements Information": "Include Elements Information",
+ "Include Facets": "Include Facets",
+ "Include First Date of Occurrence": "Include First Date of Occurrence",
+ "Include Graph": "Jumuisha Grafu",
+ "Include Graphs": "Include Graphs",
+ "Include Horizontal Line": "Include Horizontal Line",
+ "Include ID Column": "Include ID Column",
+ "Include Last Date of Occurrence": "Include Last Date of Occurrence",
+ "Include Level Numbers": "Include Level Numbers",
+ "Include Lines of Best Fit": "Include Lines of Best Fit",
+ "Include Major Grid Lines": "Include Major Grid Lines",
+ "Include Mean Line": "Include Mean Line",
+ "Include Mean Lines": "Include Mean Lines",
+ "Include Metadata": "Include Metadata",
+ "Include Minor Grid Lines": "Include Minor Grid Lines",
+ "Include Missing Values": "Include Missing Values",
+ "Include Models": "Include Models",
+ "Include N Occurances": "Include N Occurances",
+ "Include Observation Data": "Include Observation Data",
+ "Include Observation Flags": "Include Observation Flags",
+ "Include P-Values": "Include P-Values",
+ "Include Percentages": "Include Percentages",
+ "Include Points": "Include Points",
+ "Include Regular Expressions": "Include Regular Expressions",
+ "Include Smooth Line": "Include Smooth Line",
+ "Include Variable Name in Labels": "Include Variable Name in Labels",
+ "Include in Original Data": "Jumuisha katika Takwimu halisi",
+ "Include requested points in data (if specified)": "Include requested points in data (if specified)",
+ "Include value after label": "Include value after label",
+ "Including": "Including",
+ "Index": "Index",
+ "Index Components:": "Index Components:",
+ "Index Number of Duplicates": "Index Number of Duplicates",
+ "Index of agreement": "Index of agreement",
+ "Indicators:": "Indicators:",
+ "Indices": "Indices",
+ "Indices Data Frame:": "Indices Data Frame:",
+ "Indices Help": "Indices Help",
+ "Individual": "Mtu binafsi",
+ "Individual Plots": "Individual Plots",
+ "Individual Summaries": "Individual Summaries",
+ "Individuals": "Individuals",
+ "Individuals Plot": "Individuals Plot",
+ "Inner Join": "Inner Join",
+ "Insert": "Insert",
+ "Insert ": "Insert ",
+ "Insert 1 Column After": "Insert 1 Column After",
+ "Insert 1 Column Before": "Insert 1 Column Before",
+ "Insert Column(s) After": "Insert Column(s) After",
+ "Insert Column(s) Before": "Insert Column(s) Before",
+ "Insert Columns": "Insert Columns",
+ "Insert Columns/Rows": "Insert Columns/Rows",
+ "Insert Row(s) After": "Insert Row(s) After",
+ "Insert Row(s) Before": "Insert Row(s) Before",
+ "Insert Rows": "Insert Rows",
+ "Insert Values": "Insert Values",
+ "Insert at Position:": "Insert at Position:",
+ "Inspect Values": "Inspect Values",
+ "Install Missing Packages (Online)": "Install Missing Packages (Online)",
+ "Integer": "Integer",
+ "Interactions:": "Maingiliano:",
+ "Interested Variable": "Interested Variable",
+ "Interested variable": "Interested variable",
+ "Interpolate": "Interpolate",
+ "Interpolate Missing Days": "Interpolate Missing Days",
+ "Interpolate Missing Entries": "Interpolate Missing Entries",
+ "Interval": "Interval",
+ "Interval Size:": "Interval Size:",
+ "Interval2": "Interval2",
+ "Interval:": "Interval:",
+ "Into": "Into",
+ "Into Binary Columns": "Kwenye Nguzo za Binary",
+ "Into Text Components": "Kwenye Sehemu za Nakala",
+ "Inventory": "Inventory",
+ "Inventory Plot": "Inventory Plot",
+ "Inventory Plot Options": "Inventory Plot Options",
+ "Inverse": "Inverse",
+ "Inverse_Gaussian": "Inverse_Gaussian",
+ "Inward": "Inward",
+ "Is Currency": "Is Currency",
+ "Is_Element": "Is_Element",
+ "Italic": "Italic",
+ "J:": "J:",
+ "Jaccard Distance between q-Gram Profiles": "Jaccard Distance between q-Gram Profiles",
+ "January": "January",
+ "Jaro or Jaro-Winker Distance": "Jaro or Jaro-Winker Distance",
+ "Jitter": "Jitter",
+ "Jitter Options": "Jitter Options",
+ "Jitter Plot": "Njama ya Jitter",
+ "Jitter dodge": "Jitter dodge",
+ "Jitter:": "Jitter:",
+ "Join Options": "Join Options",
+ "Join Type:": "Join Type:",
+ "Join by:": "Join by:",
+ "Joining By:": "Joining By:",
+ "Joining Columns": "Kujiunga na nguzo",
+ "July": "July",
+ "Jump (Element1)": "Jump (Element1)",
+ "June": "June",
+ "Justify Legend Box": "Justify Legend Box",
+ "KGE": "KGE",
+ "Kappa": "Kappa",
+ "Keep Attributes": "Keep Attributes",
+ "Keep Raw Time": "Keep Raw Time",
+ "Keep as Missing": "Endelea Kukosa",
+ "Keep existing data frames": "Keep existing data frames",
+ "Keep existing position": "Keep existing position",
+ "Kelvin": "Kelvin",
+ "Kendall": "Kendall",
+ "Kernel": "Kernel",
+ "Kernel :": "Kernel :",
+ "Key Check:": "Key Check:",
+ "Key Columns": "Nguzo muhimu",
+ "Key Columns:": "Key Columns:",
+ "Key Name:": "Key Name:",
+ "Keys:": "Funguo:",
+ "Kilometres per hour (kmph)": "Kilometres per hour (kmph)",
+ "Kiswahili": "Kiswahili",
+ "Kling-Gupta efficiency": "Kling-Gupta efficiency",
+ "Knots": "Knots",
+ "Kobo": "Kobo",
+ "Kurtosis": "Kurtosis",
+ "L-moments": "L-moments",
+ "LSD": "LSD",
+ "Label": "Label",
+ "Label Cities": "Label Cities",
+ "Label Text (Lower):": "Maandishi ya Lebo (Chini):",
+ "Label Text (Upper):": "Maandishi ya Lebo (Juu):",
+ "Label Text:": "Maandishi ya Lebo:",
+ "Label Transparency:": "Uwazi wa Lebo:",
+ "Label Type:": "Aina ya Lebo:",
+ "Label Variable (Optional):": "Label Variable (Optional):",
+ "Label of axes": "Label of axes",
+ "Label:": "Label:",
+ "Labelled Convert": "Labelled Convert",
+ "Labels": "Labels",
+ "Labels (": "Labels (",
+ "Labels (Optional):": "Labels (Optional):",
+ "Labels/Levels": "Labels/Levels",
+ "Labels:": "Labels:",
+ "Lang": "Lang",
+ "Language": "Language",
+ "Languages": "Languages",
+ "Large": "Large",
+ "Last": "Mwisho",
+ "Last Word:": "Last Word:",
+ "Latin-1": "Latin-1",
+ "Latitude": "Latitude",
+ "Latitude Offset:": "Latitude Offset:",
+ "Latitude:": "Latitudo:",
+ "Latitute:": "Latitute:",
+ "Layer Dimensions (Aesthetics)": "Layer Dimensions (Aesthetics)",
+ "Layer Options": "Layer Options",
+ "Layer Parameters (Geom Parameters)": "Layer Parameters (Geom Parameters)",
+ "Layers": "Layers",
+ "Layers:": "Layers:",
+ "Layout": "Layout",
+ "Layout Of Data": "Layout Of Data",
+ "Layout incomplete: layout must contain all graphs.": "Layout incomplete: layout must contain all graphs.",
+ "Layout of data": "Layout of data",
+ "Layout:": "Layout:",
+ "Leap Year": "Leap Year",
+ "Leave as Missing": "Leave as Missing",
+ "Left": "Left",
+ "Left Join": "Left Join",
+ "Left:": "Left:",
+ "Legend": "Legend",
+ "Legend (More Options)": "Legend (More Options)",
+ "Legend Adjustments": "Legend Adjustments",
+ "Legend Background and Key": "Legend Background and Key",
+ "Legend Box Spacing": "Legend Box Spacing",
+ "Legend Direction": "Legend Direction",
+ "Legend Justification": "Legend Justification",
+ "Legend Key Measurement": "Legend Key Measurement",
+ "Legend Layout": "Legend Layout",
+ "Legend Position": "Legend Position",
+ "Legend Position:": "Legend Position:",
+ "Legend Spacing": "Legend Spacing",
+ "Legend Title": "Legend Title",
+ "Legend Title and Text": "Legend Title and Text",
+ "Legend item labels": "Legend item labels",
+ "Legend label": "Legend label",
+ "Legend position": "Legend position",
+ "Length": "Length",
+ "Length of Season": "Length of Season",
+ "Length:": "Length:",
+ "Less Than": "Less Than",
+ "Less than": "Less than",
+ "Level": "Level",
+ "Level Omitted": "Level Omitted",
+ "Levels/Labels (Optional)": "Viwango / Lebo (Hiari)",
+ "Levenshtein Distance": "Levenshtein Distance",
+ "Leverage": "Leverage",
+ "Lexical Order": "Lexical Order",
+ "Light-Blue": "Light-Blue",
+ "Likelihood": "Likelihood",
+ "Likert Graph": "Likert Graph",
+ "Likert Options": "Likert Options",
+ "Limits": "Limits",
+ "Limits:": "Limits:",
+ "Line": "Line",
+ "Line ": "Line ",
+ "Line Colour:": "Line Colour:",
+ "Line End": "Line End",
+ "Line Format": "Fomati ya Mstari",
+ "Line Graph": "Grafu ya Mstari",
+ "Line Height": "Line Height",
+ "Line Options": "Line Options",
+ "Line Plot": "Line Plot",
+ "Line Type": "Line Type",
+ "Line Type:": "Aina ya Mstari:",
+ "Line along x axis": "Line along x axis",
+ "Line along y axis": "Line along y axis",
+ "Line plot": "Line plot",
+ "Line width": "Line width",
+ "Linear": "Linear",
+ "Lines": "Mistari",
+ "Lines To Skip:": "Lines To Skip:",
+ "Lines along axes": "Lines along axes",
+ "Lines to Preview:": "Lines to Preview:",
+ "Link Function": "Kazi ya Kiungo",
+ "Link Name:": "Jina la Kiungo:",
+ "Links:": "Links:",
+ "Load Backup Data": "Load Backup Data",
+ "Load Script from File...": "Load Script from File...",
+ "Load from Instat collection": "Load from Instat collection",
+ "Load from R": "Load from R",
+ "Local Capitals": "Local Capitals",
+ "Locate": "Tafuta",
+ "Locating Points in Shape File": "Locating Points in Shape File",
+ "Location": "Mahali",
+ "Location Data Frame Name:": "Location Data Frame Name:",
+ "Location Range": "Location Range",
+ "Location Selection": "Location Selection",
+ "Lock": "Lock",
+ "Lock and unlock": "Lock and unlock",
+ "Log": "Ingia",
+ "Log Base 10": "Log Base 10",
+ "Logical": "Logical",
+ "Logical Column": "Logical Column",
+ "Logical and Symbols": "Mantiki na Alama",
+ "Logical columns": "Logical columns",
+ "Login to CDS": "Login to CDS",
+ "Logit": "Rekodi",
+ "Lognormal": "Lognormal",
+ "Lollipop": "Lollipop",
+ "Long": "Long",
+ "Long-dash": "Long-dash",
+ "Longest Common Substring Distance": "Longest Common Substring Distance",
+ "Longitude:": "Urefu:",
+ "Looking for free statistics textbooks?": "Looking for free statistics textbooks?",
+ "Looking for interesting case studies for teaching?": "Looking for interesting case studies for teaching?",
+ "Looking for training materials?": "Looking for training materials?",
+ "Low Ascending": "Low Ascending",
+ "Low Descending": "Low Descending",
+ "Lower Limit": "Lower Limit",
+ "Lower Limit :": "Lower Limit :",
+ "MAE": "MAE",
+ "MASS": "MASS",
+ "MBIC": "MBIC",
+ "ME": "ME",
+ "Main": "Kuu",
+ "Main Blocking Variable:": "Main Blocking Variable:",
+ "Main Context:": "Main Context:",
+ "Main Data Frame:": "Main Data Frame:",
+ "Main ID:": "Main ID:",
+ "Main Measurement:": "Main Measurement:",
+ "Main Option:": "Main Option:",
+ "Major Grid Lines": "Mistari ya Gridi Kuu",
+ "Major Tick Marks": "Major Tick Marks",
+ "Major grid lines ": "Major grid lines ",
+ "Make": "Make",
+ "Make Date": "Make Date",
+ "Manipulations": "Udanganyifu",
+ "Manipulations:": "Udanganyifu:",
+ "Manual": "Manual",
+ "Map Options": "Chaguzi za Ramani",
+ "Map Options ": "Map Options ",
+ "Map Outline": "Map Outline",
+ "March": "March",
+ "Margins": "Margins",
+ "Margins to Dispaly": "Margins to Dispaly",
+ "Markov Chains": "Minyororo ya Markov",
+ "Markov Type:": "Aina ya Markov:",
+ "Match Case": "Match Case",
+ "Matched With": "Iliyolingana na",
+ "Matching Column (Optional)": "Safuwima inayolingana (Si lazima)",
+ "Matching Column:": "Safuwima inayolingana:",
+ "Matching column": "Matching column",
+ "Maths": "Hesabu",
+ "Max": "Max",
+ "Max Missing Data": "Max Missing Data",
+ "Max Break Point:": "Max Break Point:",
+ "Max Duration Missing Data": "Max Duration Missing Data",
+ "Max Latitude:": "Max Latitude:",
+ "Max Longitude:": "Max Longitude:",
+ "Max Missing Days": "Max Missing Days",
+ "Max:": "Upeo:",
+ "Maximum": "Upeo",
+ "Maximum Distance from 0": "Maximum Distance from 0",
+ "Maximum Dry Days:": "Maximum Dry Days:",
+ "Maximum Factor Levels Shown:": "Viwango vya Juu vya Vipimo Vimeonyeshwa:",
+ "Maximum Gap:": "Maximum Gap:",
+ "Maximum Latitude": "Maximum Latitude",
+ "Maximum Length of Dry Spell [23:CDD]": "Maximum Length of Dry Spell [23:CDD]",
+ "Maximum Length of Wet Spell [24:CWD]": "Maximum Length of Wet Spell [24:CWD]",
+ "Maximum Likelihood (MLE)": "Maximum Likelihood (MLE)",
+ "Maximum Logitude": "Maximum Logitude",
+ "Maximum Missing Days": "Maximum Missing Days",
+ "Maximum Number of Columns to Display:": "Maximum Number of Columns to Display:",
+ "Maximum Number of Components": "Maximum Number of Components",
+ "Maximum Number of Rows to Display:": "Maximum Number of Rows to Display:",
+ "Maximum Rain:": "Maximum Rain:",
+ "Maximum Rows To Import": "Maximum Rows To Import",
+ "Maximum Size:": "Maximum Size:",
+ "Maximum Temperature:": "Joto la juu:",
+ "Maximum Temperatures": "Maximum Temperatures",
+ "Maximum Values": "Maximum Values",
+ "Maximum likelihood": "Maximum likelihood",
+ "Maximum mean bias:": "Maximum mean bias:",
+ "Maximum number of consecutive missing allowed": "Maximum number of consecutive missing allowed",
+ "Maximum number of missing allowed": "Maximum number of missing allowed",
+ "Maximum percentage of missing allowed": "Maximum percentage of missing allowed",
+ "Maximum stdev bias:": "Maximum stdev bias:",
+ "Maximum:": "Maximum:",
+ "May": "May",
+ "Mean": "Mean",
+ "Mean Diurnal Temperature Range [16:DTR]": "Mean Diurnal Temperature Range [16:DTR]",
+ "Mean absolute error": "Mean absolute error",
+ "Mean and Variance": "Mean and Variance",
+ "Mean error": "Mean error",
+ "Mean residual life": "Mean residual life",
+ "Mean sea level pressure": "Mean sea level pressure",
+ "Mean squared error": "Mean squared error",
+ "Mean wave direction": "Mean wave direction",
+ "Mean wave period": "Mean wave period",
+ "Mean(t-interval)": "Mean(t-interval)",
+ "Meanlog": "Meanlog",
+ "Means": "Means",
+ "Measure:": "Measure:",
+ "Measurement Y axis:": "Measurement Y axis:",
+ "Measurement:": "Measurement:",
+ "Measurements": "Measurements",
+ "Median": "Median",
+ "Median Absolute Deviation (MAD)": "Median Absolute Deviation (MAD)",
+ "MedianCI Method:": "MedianCI Method:",
+ "MedianHL": "MedianHL",
+ "Medium": "Medium",
+ "Merge": "Merge",
+ "Merge Additional Data": "Merge Additional Data",
+ "Metadata": "Metadata",
+ "Metadata Columns:": "Nguzo za Metadata:",
+ "Metadata Property:": "Metadata Property:",
+ "Metadata to Delete": "Metadata ya Kufuta",
+ "Method": "Method",
+ "Method of moments": "Method of moments",
+ "Method:": "Njia:",
+ "Methods": "Methods",
+ "Metres per second (mps)": "Metres per second (mps)",
+ "Miles per hour (mph)": "Miles per hour (mph)",
+ "Millimetres": "Millimetres",
+ "Million Data Points": "Million Data Points",
+ "Min": "Min",
+ "Min Break Point:": "Min Break Point:",
+ "Min Latitude:": "Min Latitude:",
+ "Min Longitude:": "Min Longitude:",
+ "Min/Max": "Min/Max",
+ "Min10": "Min10",
+ "Min:": "Dak:",
+ "MinSegLen:": "MinSegLen:",
+ "Minimum": "Kiwango cha chini",
+ "Minimum Base Data Present:": "Minimum Base Data Present:",
+ "Minimum Latitude": "Minimum Latitude",
+ "Minimum Longitude": "Minimum Longitude",
+ "Minimum Number of Points:": "Minimum Number of Points:",
+ "Minimum Size:": "Minimum Size:",
+ "Minimum Temperature": "Kiwango cha chini cha Joto",
+ "Minimum Temperature:": "Kiwango cha chini cha Joto:",
+ "Minimum Temperatures": "Minimum Temperatures",
+ "Minimum Values": "Minimum Values",
+ "Minimum and Maximum": "Minimum and Maximum",
+ "Minimum number of non missing required": "Minimum number of non missing required",
+ "Minimum:": "Minimum:",
+ "Minor Grid Lines": "Mistari Ndogo ya Gridi",
+ "Minor Tick Marks": "Minor Tick Marks",
+ "Minute": "Minute",
+ "Minutes": "Minutes",
+ "Minutes:": "Minutes:",
+ "Missing": "Missing",
+ "Missing Colour:": "Missing Colour:",
+ "Missing Data": "Missing Data",
+ "Missing Data Options": "Missing Data Options",
+ "Missing Data Table": "Missing Data Table",
+ "Missing Method": "Missing Method",
+ "Missing Options": "Missing Options",
+ "Missing Value": "Missing Value",
+ "Missing Value String:": "Missing Value String:",
+ "Missing Values": "Maadili Yanayokosekana",
+ "Missing values shown as NA": "Missing values shown as NA",
+ "Missing:": "Kukosa:",
+ "Mode": "Mode",
+ "Model": "Model",
+ "Model Formula:": "Model Formula:",
+ "Model Operator:": "Model Operator:",
+ "Model Options": "Chaguzi za Mfano",
+ "Model Options...": "Model Options...",
+ "Model Preview:": "Model Preview:",
+ "Model:": "Model:",
+ "Modelling": "Modelling",
+ "Models": "Models",
+ "Models:": "Models:",
+ "Modified Nash-Sutcliffe efficiency": "Modified Nash-Sutcliffe efficiency",
+ "Modified index of agreement": "Modified index of agreement",
+ "Modifier": "Modifier",
+ "Modify": "Modify",
+ "Modify Event": "Modify Event",
+ "Modulo": "Modulo",
+ "Moments (MME)": "Moments (MME)",
+ "Monte-Carlo:": "Monte-Carlo:",
+ "Month": "Month",
+ "Month Abbreviations": "Month Abbreviations",
+ "Month As Factor": "Month As Factor",
+ "Month Columns (12)": "Month Columns (12)",
+ "Month Columns (12):": "Month Columns (12):",
+ "Month(Full Name)-Day-Year(4-digit)": "Month(Full Name)-Day-Year(4-digit)",
+ "Month(Full Name)/Day/Year(4-digit)": "Month(Full Name)/Day/Year(4-digit)",
+ "Month(abbr)-Day-Year(4-digit)": "Month(abbr)-Day-Year(4-digit)",
+ "Month(abbr)/Day/Year(4-digit)": "Month(abbr)/Day/Year(4-digit)",
+ "Month-Day-Year(4-digit)": "Month-Day-Year(4-digit)",
+ "Month/Day/Year(4-digit)": "Month/Day/Year(4-digit)",
+ "Month:": "Mwezi:",
+ "Monthly": "Kila mwezi",
+ "Monthly Precipitation 0.05 degree": "Monthly Precipitation 0.05 degree",
+ "Monthly rainfall less than:": "Monthly rainfall less than:",
+ "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]": "Monthly/Yearly Maximum 1-day Precipitation [17:Rx1day]",
+ "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]": "Monthly/Yearly Maximum Consecutive 5-day Precipitation [18:Rx5day]",
+ "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]": "Monthly/Yearly Maximum of Daily Maximum Temperature [6:TXx]",
+ "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]": "Monthly/Yearly Maximum of Daily Minimum Temperature [7:TNx]",
+ "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]": "Monthly/Yearly Minimum of Daily Maximum Temperature [8:TXn]",
+ "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]": "Monthly/Yearly Minimum of Daily Minimum Temperature [9:TNn]",
+ "Monthly:": "Monthly:",
+ "Months": "Months",
+ "More": "More",
+ "More ...": "More ...",
+ "More Options": "Chaguzi zaidi",
+ "Mosaic Plot": "Mosaic Plot",
+ "Mosaic Plot Options": "Mosaic Plot Options",
+ "Moving": "Moving",
+ "Moving Average": "Moving Average",
+ "Moving average": "Moving average",
+ "Multi-Plot": "Multi-Plot",
+ "Multiple": "Nyingi",
+ "Multiple Columns": "Multiple Columns",
+ "Multiple Data Columns": "Multiple Data Columns",
+ "Multiple Spells": "Multiple Spells",
+ "Multiple Variables": "Multiple Variables",
+ "Multiple columns": "Multiple columns",
+ "Multistate": "Multistate",
+ "N": "N",
+ "N Missing": "N Missing",
+ "N Non Missing": "N Non Missing",
+ "N Total": "N Total",
+ "NA": "NA",
+ "NASA": "NASA",
+ "NCMP Count Records": "NCMP Count Records",
+ "NCMP Indices": "NCMP Indices",
+ "NCMP Metadata": "NCMP Metadata",
+ "NCMP Region Average": "NCMP Region Average",
+ "NCMP Summary File": "NCMP Summary File",
+ "NCMP Trend Graphs": "NCMP Trend Graphs",
+ "NCMP Variogram": "NCMP Variogram",
+ "NOAA": "NOAA",
+ "NSE": "NSE",
+ "NULL": "NULL",
+ "Name New Columns": "Name New Columns",
+ "Name:": "Jina:",
+ "Nash-Sutcliffe efficiency": "Nash-Sutcliffe efficiency",
+ "Native": "Native",
+ "Natural Log": "Natural Log",
+ "Negative_Binomial": "Negative_Binomial",
+ "Neighbour:": "Neighbour:",
+ "Neighbouring": "Neighbouring",
+ "Nelder-Mead": "Nelder-Mead",
+ "NetCDF Options": "Chaguzi za NetCDF",
+ "Neutral Level:": "Neutral Level:",
+ "New": "New",
+ "New Column Name": "New Column Name",
+ "New Column Name:": "Jina Mpya la Safu wima:",
+ "New Data Frame": "New Data Frame",
+ "New Data Frame Name:": "New Data Frame Name:",
+ "New Data Frame:": "New Data Frame:",
+ "New Distribution": "Usambazaji Mpya",
+ "New Filter Name:": "New Filter Name:",
+ "New Label": "New Label",
+ "New Metadata Name": "New Metadata Name",
+ "New Name:": "New Name:",
+ "New Theme Name": "New Theme Name",
+ "New Value:": "New Value:",
+ "New column will be at the: ": "New column will be at the: ",
+ "New column will be at:": "New column will be at:",
+ "New column will be: ": "New column will be: ",
+ "NewCenturySchoolbook": "NewCenturySchoolbook",
+ "Next": "Next",
+ "NimbusMonURWHelvetica": "NimbusMonURWHelvetica",
+ "NimbusRom": "NimbusRom",
+ "NimbusSanCond": "NimbusSanCond",
+ "No": "No",
+ "No ": "No ",
+ "No Backup Data File Detected": "No Backup Data File Detected",
+ "No Backup Debugging Log File Detected": "No Backup Debugging Log File Detected",
+ "No Backup Log File Detected": "No Backup Log File Detected",
+ "No Capitals": "No Capitals",
+ "No Connection": "No Connection",
+ "No Data Loaded": "No Data Loaded",
+ "No Decimal": "No Decimal",
+ "No Facets": "No Facets",
+ "No Files found": "No Files found",
+ "No Plot": "No Plot",
+ "No Space ()": "No Space ()",
+ "No Title": "Hakuna Kichwa",
+ "No data loaded": "No data loaded",
+ "No of Bins: ": "No of Bins: ",
+ "No of Clusters:": "No of Clusters:",
+ "No package with this name.": "No package with this name.",
+ "No preview available.": "No preview available.",
+ "No sheet selected.": "No sheet selected.",
+ "No. Bids Received:": "Zabuni Zilizopokelewa:",
+ "No. Considered Bids:": "Zabuni Inayozingatiwa:",
+ "No. of Directions:": "No. of Directions:",
+ "No. of Speeds:": "No. of Speeds:",
+ "No_Distribution": "No_Distribution",
+ "Non-Parametric One Way ANOVA": "Non-Parametric One Way ANOVA",
+ "Non-Parametric Two Way ANOVA": "Non-Parametric Two Way ANOVA",
+ "Non_Parametric One Sample Tests": "Non_Parametric One Sample Tests",
+ "None": "None",
+ "Norm": "Norm",
+ "Normal": "Normal",
+ "Normal Convert": "Normal Convert",
+ "Normalise": "Normalise",
+ "Normalised Parent Coordinates": "Normalised Parent Coordinates",
+ "Normalized root mean squared error": "Normalized root mean squared error",
+ "Northern Hemisphere": "Northern Hemisphere",
+ "Not Implemented": "Not Implemented",
+ "Not implemented": "Not implemented",
+ "Notch": "Notch",
+ "November": "November",
+ "Nudge": "Nudge",
+ "Null Hypothesis:": "Null Hypothesis:",
+ "Number": "Number",
+ "Number Of Colours:": "Number Of Colours:",
+ "Number of Categories": "Number of Categories",
+ "Number of Column(s):": "Number of Column(s):",
+ "Number of Columns": "Number of Columns",
+ "Number of Columns to Insert:": "Number of Columns to Insert:",
+ "Number of Columns:": "Idadi ya nguzo:",
+ "Number of Components:": "Number of Components:",
+ "Number of Digits to Display:": "Number of Digits to Display:",
+ "Number of Iterations:": "Number of Iterations:",
+ "Number of Missing": "Number of Missing",
+ "Number of Pieces to Return:": "Idadi ya Vipande vya Kurudisha:",
+ "Number of Preview Rows:": "Number of Preview Rows:",
+ "Number of Quantiles:": "Number of Quantiles:",
+ "Number of Rainy Days": "Number of Rainy Days",
+ "Number of Rows to Insert:": "Number of Rows to Insert:",
+ "Number of Rows:": "Idadi ya Safu:",
+ "Number of Samples:": "Idadi ya Sampuli:",
+ "Number of Thresholds:": "Number of Thresholds:",
+ "Number of non-numeric: ": "Number of non-numeric: ",
+ "Numeric": "Numeric",
+ "Numeric by Categorical:": "Hesabu kwa Jamii:",
+ "Numeric by Numeric:": "Nambari na Nambari:",
+ "Numeric:": "Numeric:",
+ "Numerical summaries": "Numerical summaries",
+ "Object to View:": "Kitu cha Kutazama:",
+ "Objects": "Objects",
+ "Objects to Delete:": "Vitu vya Kufuta:",
+ "Objects to Reorder:": "Objects to Reorder:",
+ "Observations:": "Observations:",
+ "Observed:": "Observed:",
+ "Occurence": "Occurence",
+ "Occurrence": "Occurrence",
+ "October": "October",
+ "Ok": "Ok",
+ "Ok: Layout contains all graphs": "Ok: Layout contains all graphs",
+ "Old": "Old",
+ "Omit Below": "Omit Below",
+ "Omit End": "Omit End",
+ "Omit Missing Values": "Omit Missing Values",
+ "Omit Months": "Omit Miezi",
+ "Omit Start": "Omit Start",
+ "Omit Value(s)": "Omit Value(s)",
+ "Omit Zero": "Omit Zero",
+ "Ona": "Ona",
+ "One Data Frame": "One Data Frame",
+ "One Sample": "One Sample",
+ "One Variable Compare Models": "One Variable Compare Models",
+ "One Variable Fit Model": "One Variable Fit Model",
+ "One Variable Graph": "One Variable Graph",
+ "One Variable Graph Options": "One Variable Graph Options",
+ "One Variable Summarise": "Muhtasari mmoja unaobadilika",
+ "One Variable Use Model": "One Variable Use Model",
+ "One Way ANOVA": "One Way ANOVA",
+ "One Way Frequencies": "Njia Moja Masafa",
+ "One Way Frequencies Options": "Njia Moja ya Chaguzi za Masafa",
+ "One-Sided (y1y2)": "One-Sided (y1>y2)",
+ "Only Include Data Variables": "Only Include Data Variables",
+ "Only My Countries": "Only My Countries",
+ "Open": "Open",
+ "Open Browser": "Open Browser",
+ "Open Dataset from Library": "Open Dataset from Library",
+ "Open Log File": "Open Log File",
+ "Open SST": "Open SST",
+ "Open Script as File": "Open Script as File",
+ "Operator:": "Operator:",
+ "Optimal String Alignment": "Optimal String Alignment",
+ "Optimisation": "Optimisation",
+ "Option 1:": "Option 1:",
+ "Option 2:": "Option 2:",
+ "Option:": "Option:",
+ "Options": "Chaguzi",
+ "Options by Context Boxplot": "Options by Context Boxplot",
+ "Options:": "Chaguzi:",
+ "Or": "Or",
+ "Or Column": "Or Column",
+ "OrRd": "OrRd",
+ "Orange": "Orange",
+ "Oranges": "Oranges",
+ "Ord.": "Ord.",
+ "Order": "Agizo",
+ "Order By:": "Order By:",
+ "Order by another variable": "Order by another variable",
+ "Order:": "Agizo:",
+ "Ordered Factor": "Ordered Factor",
+ "Ordered Factor:": "Ordered Factor:",
+ "Ordinary": "Ordinary",
+ "Organise": "Organise",
+ "Origin": "Origin",
+ "Origin:": "Origin:",
+ "Original Level": "Original Level",
+ "Orthogonal": "Orthogonal",
+ "Other Axis (Optional):": "Mhimili Mwingine (Hiari):",
+ "Other Blocking Variables:": "Other Blocking Variables:",
+ "Other Contexts:": "Other Contexts:",
+ "Other IDs:": "Other IDs:",
+ "Other Measurements:": "Other Measurements:",
+ "Other Observed Variables:": "Other Observed Variables:",
+ "Other Options:": "Other Options:",
+ "Other Predicted Variables:": "Other Predicted Variables:",
+ "Out of Days:": "Out of Days:",
+ "Outlier": "Outlier",
+ "Outline": "Outline",
+ "Outlying": "Outlying",
+ "Output": "Output",
+ "Output ": "Pato ",
+ "Output Format:": "Output Format:",
+ "Output Grid Square Data": "Output Grid Square Data",
+ "Output Options": "Output Options",
+ "Output for CPT": "Output for CPT",
+ "Outward": "Outward",
+ "Over": "Over",
+ "Over Day(s):": "Over Day(s):",
+ "Over Days:": "Over Days:",
+ "Overall Interval Length:": "Overall Interval Length:",
+ "Overwrite Title": "Overwrite Title",
+ "Overwrite existing if duplicates found": "Overwrite existing if duplicates found",
+ "P10": "P10",
+ "P20": "P20",
+ "P25": "P25",
+ "P30": "P30",
+ "P33": "P33",
+ "P40": "P40",
+ "P60": "P60",
+ "P67": "P67",
+ "P70": "P70",
+ "P75": "P75",
+ "P80": "P80",
+ "P90": "P90",
+ "PBIAS": "PBIAS",
+ "PBIB": "PBIB",
+ "PCA Options": "PCA Options",
+ "PELT": "PELT",
+ "PICSA Crops": "PICSA Crops",
+ "PICSA Options": "PICSA Options",
+ "PICSA Rainfall Graph": "Grafu ya Mvua ya PICSA",
+ "PICSA Rainfall Graphs": "PICSA Rainfall Graphs",
+ "PICSA Temperature": "PICSA Temperature",
+ "PP": "PP",
+ "PP-Plot": "PP-Plot",
+ "PPP Adjusted Contract Value:": "PPP Adjusted Contract Value:",
+ "PRGn": "PRGn",
+ "Package Name:": "Package Name:",
+ "Package exists and not currently installed.": "Package exists and not currently installed.",
+ "Package is installed and up to date.": "Package is installed and up to date.",
+ "Package is installed. Newer version available: ": "Package is installed. Newer version available: ",
+ "Package is installed. No version information available.": "Package is installed. No version information available.",
+ "Packages Documenation": "Packages Documenation",
+ "Pad": "Pad",
+ "Pad Date": "Pad Date",
+ "Pad:": "Pad:",
+ "Page by:": "Ukurasa na:",
+ "Pairwise": "Pairwise",
+ "Pairwise Plot": "Pairwise Plot",
+ "Palatino": "Palatino",
+ "Palette:": "Palette:",
+ "Panel": "Jopo",
+ "Panel (More Options)": "Panel (More Options)",
+ "Panel Background": "Panel Background",
+ "Panel Border": "Panel Border",
+ "Panel Border and Background ": "Panel Border and Background ",
+ "Panel Grid": "Panel Grid",
+ "Panel Spacing": "Panel Spacing",
+ "Panel and Background ": "Panel and Background ",
+ "Panel background": "Panel background",
+ "Panel border": "Panel border",
+ "Panel.ontop": "Panel.ontop",
+ "Parallel Coordinate Plot": "Uwanja wa Kuratibu Sambamba",
+ "Parallel Plots": "Viwanja Sambamba",
+ "Parameter:": "Parameter:",
+ "Parametric": "Parametric",
+ "Parcoord Options": "Chaguzi za Parcoord",
+ "Pars": "Pars",
+ "Partial": "Partial",
+ "Partitioning:": "Partitioning:",
+ "Paste Data to New Column(s)": "Paste Data to New Column(s)",
+ "Paste Data to New Data Frame": "Paste Data to New Data Frame",
+ "Pastel1": "Pastel1",
+ "Pastel2": "Pastel2",
+ "Path:": "Path:",
+ "Pattern:": "Mfano:",
+ "Peaks": "Peaks",
+ "Pearson": "Pearson",
+ "Pearson Correlation": "Pearson Correlation",
+ "Pen.Value:": "Pen.Value:",
+ "Penalty:": "Penalty:",
+ "PenmanMonteith": "PenmanMonteith",
+ "Pentad": "Pentad",
+ "Perc": "Perc",
+ "Percent": "Percent",
+ "Percent Correct": "Percent Correct",
+ "Percent bias": "Percent bias",
+ "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]": "Percentage of Days When Tmax is Above 90th Percentile [13:TX90p]",
+ "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]": "Percentage of Days When Tmax is Below 10th Percentile [11:TX10p]",
+ "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]": "Percentage of Days When Tmin is Above 90th Percentile [12:TN90p]",
+ "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]": "Percentage of Days When Tmin is Below 10th Percentile [10:TN10p]",
+ "Percentage of factor": "Percentage of factor",
+ "Percentages": "Percentages",
+ "Percentages of overall total": "Percentages of overall total",
+ "Percentile": "Percentile",
+ "Percentile Rose": "Percentile Rose",
+ "Percentile:": "Percentile:",
+ "Percents": "Percents",
+ "Period .": "Period .",
+ "Period(.)": "Period(.)",
+ "Period:": "Period:",
+ "Permute Column": "Ruhusu safu wima",
+ "Pettitt": "Pettitt",
+ "PiYG": "PiYG",
+ "Picas": "Picas",
+ "Pie Chart": "Jedwali la mdwara",
+ "Pie Chart Options": "Chaguzi za Chati ya Keki",
+ "Pierce Skill Score": "Pierce Skill Score",
+ "Pink": "Pink",
+ "Plain": "Plain",
+ "Planting Day(s):": "Planting Day(s):",
+ "Plot": "Njama",
+ "Plot Anomaly": "Plot Anomaly",
+ "Plot Background ": "Plot Background ",
+ "Plot Capitals:": "Plot Capitals:",
+ "Plot Cities": "Plot Cities",
+ "Plot Coast Lines": "Plot Coast Lines",
+ "Plot Countries": "Plot Countries",
+ "Plot Graph": "Plot Graph",
+ "Plot Height:": "Plot Height:",
+ "Plot High Resolution": "Plot High Resolution",
+ "Plot Likelihood": "Plot Likelihood",
+ "Plot Log-Likelihood": "Plot Log-Likelihood",
+ "Plot Margin": "Plot Margin",
+ "Plot Options": "Chaguzi za Njama",
+ "Plot Options...": "Chaguzi za Njama ...",
+ "Plot Own Locations": "Plot Own Locations",
+ "Plot Region": "Mkoa wa Njama",
+ "Plot Rivers": "Plot Rivers",
+ "Plot Title": "Plot Title",
+ "Plot Title and Caption": "Plot Title and Caption",
+ "Plot Type": "Plot Type",
+ "Plot Width:": "Plot Width:",
+ "Plot character": "Plot character",
+ "Plot subtitle (text appearance)": "Plot subtitle (text appearance)",
+ "Plot title (text appearance)": "Plot title (text appearance)",
+ "Plot type": "Plot type",
+ "Plot window": "Plot window",
+ "Plots": "Plots",
+ "Plus4": "Plus4",
+ "Plus:": "Plus:",
+ "Point": "Point",
+ "Point Jitter:": "Point Jitter:",
+ "Point Options": "Point Options",
+ "Point Plot": "Point Plot",
+ "Point Transparency:": "Point Transparency:",
+ "Point plot": "Point plot",
+ "Points": "Pointi",
+ "Poisson": "Poisson",
+ "Polar Annulus": "Polar Annulus",
+ "Polar Cluster": "Polar Cluster",
+ "Polar Coordinate:": "Polar Coordinate:",
+ "Polar Coordinates": "Polar Coordinates",
+ "Polar Cordinates": "Polar Cordinates",
+ "Polar Plot": "Polar Plot",
+ "Polar frequency": "Polar frequency",
+ "Pollutant:": "Pollutant:",
+ "Polygon Options": "Chaguzi za poligoni",
+ "Polynomial:": "Polynomial:",
+ "Polynomials": "Polynomials",
+ "Population Pyramids": "Population Pyramids",
+ "Population_Failures": "Population_Failures",
+ "Population_Successes": "Population_Successes",
+ "Port:": "Port:",
+ "Position": "Position",
+ "Position - Estimates:": "Position - Estimates:",
+ "Position - Reference:": "Position - Reference:",
+ "Position:": "Position:",
+ "Postion:": "Postion:",
+ "Precipitation": "Precipitation",
+ "Precipitation >= 10mm Per Day [20:R10mm]": "Precipitation >= 10mm Per Day [20:R10mm]",
+ "Precipitation >= 20mm Per Day [21:R20mm]": "Precipitation >= 20mm Per Day [21:R20mm]",
+ "Precipitation >= a Specified Amount Per Day [22:Rnnmm]": "Precipitation >= a Specified Amount Per Day [22:Rnnmm]",
+ "Precipitation Quantiles:": "Precipitation Quantiles:",
+ "Precipitation:": "Precipitation:",
+ "Predict": "Predict",
+ "Predict...": "Predict...",
+ "Prediction": "Prediction",
+ "Predictions:": "Predictions:",
+ "Prefix For Inserted Column(s):": "Prefix For Inserted Column(s):",
+ "Prefix for Data Frames:": "Prefix for Data Frames:",
+ "Prefix for New Column:": "Prefix for New Column:",
+ "Prefix for New Columns:": "Prefix for New Columns:",
+ "Preview Current Sheet": "Chungulia Karatasi ya Sasa",
+ "Preview Log": "Chungulia Ingia",
+ "Preview Output": "Hakiki Pato",
+ "Preview not yet implemented for this file type.": "Preview not yet implemented for this file type.",
+ "Preview:": "Preview:",
+ "Primary": "Primary",
+ "Primary data": "Primary data",
+ "Principal Component Analysis": "Principal Component Analysis",
+ "Print": "Chapisha",
+ "Print Current Sheet": "Chapisha Karatasi ya Sasa",
+ "Print Log": "Chapisha Ingia",
+ "Print Output": "Chapisha Pato",
+ "Print Proportions Table(s)": "Print Proportions Table(s)",
+ "Print Results to Output Window": "Print Results to Output Window",
+ "Print and Preview Options": "Magazeti na hakikisho Chaguzi",
+ "Print declustered summary": "Print declustered summary",
+ "Print to Output Window": "Print to Output Window",
+ "Prob-prob Plot": "Prob-prob Plot",
+ "Probabilities": "Probabilities",
+ "Probability": "Uwezekano",
+ "Probability plot": "Probability plot",
+ "Probit": "Ubora",
+ "Procedure Type:": "Aina ya Utaratibu:",
+ "Procurement Category:": "Jamii ya Ununuzi:",
+ "Procurement Type 2:": "Procurement Type 2:",
+ "Procurement Type 3:": "Procurement Type 3:",
+ "Procurement Type Categories:": "Procurement Type Categories:",
+ "Procuring Authority ID:": "Procuring Authority ID:",
+ "Procuring Authority:": "Mamlaka ya Ununuzi:",
+ "Produce Bootstrap": "Produce Bootstrap",
+ "Project ID:": "Project ID:",
+ "Project Name:": "Project Name:",
+ "Prop. and Percentages...": "Prop. and Percentages...",
+ "Property": "Property",
+ "Property:": "Property:",
+ "Proportion": "Proportion",
+ "Proportions": "Proportions",
+ "Proportions or Percentages": "Proportions or Percentages",
+ "Proportions/Percentiles/Count": "Proportions/Percentiles/Count",
+ "Provincial": "Provincial",
+ "PuBu": "PuBu",
+ "PuBuGn": "PuBuGn",
+ "PuOr": "PuOr",
+ "PuRd": "PuRd",
+ "Purple": "Purple",
+ "Purples": "Purples",
+ "Q-Q": "Q-Q",
+ "Q. Method:": "Q. Method:",
+ "Q1": "Q1",
+ "Q3": "Q3",
+ "Q:": "Q:",
+ "QQ": "QQ",
+ "QQ-Plot": "QQ-Plot",
+ "QQ2 Plot": "QQ2 Plot",
+ "Qn": "Qn",
+ "Qualitative": "Qualitative",
+ "Qualitative Supplementary Variables": "Qualitative Supplementary Variables",
+ "Quality Control Level for Rain:": "Quality Control Level for Rain:",
+ "Quality Control Level for Temperature:": "Quality Control Level for Temperature:",
+ "Quantile": "Quantile",
+ "Quantile Algorithm:": "Quantile Algorithm:",
+ "Quantile:": "Quantile:",
+ "Quantiles": "Quantiles",
+ "Quantitative Supplementary Variables": "Quantitative Supplementary Variables",
+ "Quarter": "Quarter",
+ "Quartiles && Terciles": "Quartiles && Terciles",
+ "Quartiles (QME)": "Quartiles (QME)",
+ "Quasi": "Quasi",
+ "Quasibinomial": "Quasibinomial",
+ "Quasipoisson": "Quasipoisson",
+ "R Options": "R Options",
+ "R Package Issues": "R Package Issues",
+ "R Package:": "R Package:",
+ "R Packages": "R Packages",
+ "R package:": "R package:",
+ "REGW": "REGW",
+ "RFE2 10-day Precipitation": "RFE2 10-day Precipitation",
+ "RFE2 Daily Precipitation": "RFE2 Daily Precipitation",
+ "RMSE": "RMSE",
+ "R^2": "R^2",
+ "Radiation:": "Mionzi:",
+ "RadioButton1": "RadioButton1",
+ "Rain": "Rain",
+ "Rain Column:": "Rain Column:",
+ "Rain:": "Mvua:",
+ "Rainfall": "Mvua",
+ "Random": "Bila mpangilio",
+ "Random Examples": "Random Examples",
+ "Random String (Salt):": "Random String (Salt):",
+ "Random Subsets": "Usambazaji wa nasibu",
+ "Range": "Mbalimbali",
+ "Range:": "Range:",
+ "Rank": "Cheo",
+ "Rate": "Rate",
+ "Rates": "Rates",
+ "Rating Data": "Rating Data",
+ "Ratio of root mean square error": "Ratio of root mean square error",
+ "Ratio of standard deviations": "Ratio of standard deviations",
+ "RdBu": "RdBu",
+ "RdGy": "RdGy",
+ "RdPu": "RdPu",
+ "RdYlBu": "RdYlBu",
+ "RdYlGn": "RdYlGn",
+ "Recode Factor": "Recode Factor",
+ "Recode Numeric": "Recode Numeric",
+ "Recode Numeric Into Quantiles": "Recode Numeric Into Quantiles",
+ "Rectangular": "Rectangular",
+ "Red": "Red",
+ "Red Flags:": "Bendera Nyekundu:",
+ "Redo": "Redo",
+ "Reds": "Reds",
+ "Reference Level": "Reference Level",
+ "Reference Values:": "Reference Values:",
+ "Refresh Preview": "Refresh Preview",
+ "Regex": "Regex",
+ "Regex Keyboard": "Regex Keyboard",
+ "Region Average Data Frame:": "Region Average Data Frame:",
+ "Region:": "Mkoa:",
+ "Regular Sequence": "Regular Sequence",
+ "Relationships": "Relationships",
+ "Relative Nash-Sutcliffe efficiency": "Relative Nash-Sutcliffe efficiency",
+ "Relative index of agreement": "Relative index of agreement",
+ "Remember Credentials": "Remember Credentials",
+ "Remove All Pairs": "Ondoa Jozi Zote",
+ "Remove Colour": "Remove Colour",
+ "Remove Condition": "Remove Condition",
+ "Remove Current Filter": "Remove Current Filter",
+ "Remove Legend": "Remove Legend",
+ "Remove Missing Values": "Remove Missing Values",
+ "Remove Selected Pair": "Ondoa Jozi Iliyochaguliwa",
+ "Remove Unused Labels": "Remove Unused Labels",
+ "Remove Unused Levels": "Remove Unused Levels",
+ "Remove rows with any missing values": "Remove rows with any missing values",
+ "Rename Column": "Rename Column",
+ "Rename Data Frame": "Rename Data Frame",
+ "Rename Metadata": "Rename Metadata",
+ "Rename Objects": "Rename Objects",
+ "ReoGridControl1": "ReoGridControl1",
+ "Reoder Metadata": "Metadata ya Kurekebisha",
+ "Reorder Column(s)...": "Reorder Column(s)...",
+ "Reorder Columns": "Reorder Columns",
+ "Reorder Data Frames": "Reorder Data Frames",
+ "Reorder Levels": "Panga Ngazi",
+ "Reorder Objects": "Reorder Objects",
+ "Repeat Values:": "Repeat Values:",
+ "Replace All": "Badilisha zote",
+ "Replace By:": "Badilisha na:",
+ "Replace Missing Values": "Replace Missing Values",
+ "Replace NA with:": "Replace NA with:",
+ "Replace Values": "Replace Values",
+ "Replace if Already Exists": "Replace if Already Exists",
+ "Replicates": "Replicates",
+ "Require start day before planting day": "Require start day before planting day",
+ "Required Format": "Required Format",
+ "Required Time Format": "Required Time Format",
+ "Reserve Free Space": "Reserve Free Space",
+ "Reset": "Reset",
+ "Reset ": "Reset ",
+ "Reset Row Names to Positive Integers": "Reset Row Names to Positive Integers",
+ "Residuals": "Residuals",
+ "Residuals v Fitted Values": "Residuals v Fitted Values",
+ "Residuals v Leverage": "Residuals v Leverage",
+ "Resolution:": "Resolution:",
+ "Response": "Response",
+ "Response Variable Type:": "Response Variable Type:",
+ "Response Variable:": "Response Variable:",
+ "Restore Hierarchy": "Restore Hierarchy",
+ "Restrict Entry:": "Restrict Entry:",
+ "Restrict data values": "Restrict data values",
+ "Result Name": "Result Name",
+ "Result Name:": "Jina la Matokeo:",
+ "Result into:": "Result into:",
+ "Return": "Return",
+ "Reverse Order Of Colours": "Reverse Order Of Colours",
+ "Rho": "Rho",
+ "Right": "Right",
+ "Right Join": "Right Join",
+ "Right:": "Right:",
+ "Rl Plot": "Rl Plot",
+ "Robust": "Robust",
+ "Rolling Contract Number Issuer:": "Rolling Contract Number Issuer:",
+ "Rolling Contract Number Winner:": "Rolling Contract Number Winner:",
+ "Rolling Contract Share Winner:": "Rolling Contract Share Winner:",
+ "Rolling Contract Sum Issuer:": "Rolling Contract Sum Issuer:",
+ "Rolling Contract Sum Winner:": "Rolling Contract Sum Winner:",
+ "Root mean squared error": "Root mean squared error",
+ "Rotation": "Rotation",
+ "Row": "Mstari",
+ "Row (%)": "Safu mlalo (%)",
+ "Row Names Or Numbers": "Row Names Or Numbers",
+ "Row Statistic": "Row Statistic",
+ "Row Summaries": "Row Summaries",
+ "Row Variable (Factor):": "Mstari wa Kutofautiana (Sababu):",
+ "Row Variable(s):": "Row Variable(s):",
+ "Row:": "Mstari:",
+ "Rows": "Safu",
+ "Rows to Count Over:": "Rows to Count Over:",
+ "Rows to Skip:": "Rows to Skip:",
+ "Rows to Summarise:": "Rows to Summarise:",
+ "Rows to Take Max Over:": "Rows to Take Max Over:",
+ "Rows:": "Rows:",
+ "Rug": "Rug",
+ "Rug Color:": "Rangi ya zulia:",
+ "Rug Plot": "Rug Plot",
+ "Rug Plot Options": "Rug Plot Options",
+ "Rugs": "Rugs",
+ "Run All Text": "Run All Text",
+ "Run Backup Log": "Run Backup Log",
+ "Run Current Line": "Run Current Line",
+ "Run Length": "Run Length",
+ "Run Selected Text": "Run Selected Text",
+ "SANN": "SANN",
+ "SDlog": "SDlog",
+ "SF Options": "SF Options",
+ "SIC": "SIC",
+ "SNHT": "SNHT",
+ "SNK": "SNK",
+ "SPEI": "SPEI",
+ "SPI": "SPI",
+ "SPI/SPEI": "SPI/SPEI",
+ "SS 2009:": "SS 2009:",
+ "SS 2011:": "SS 2011:",
+ "SS 2013": "SS 2013",
+ "SS 2015:": "SS 2015:",
+ "SST Data Frame Name:": "SST Data Frame Name:",
+ "Same": "Same",
+ "Same (Element1)": "Same (Element1)",
+ "Same Scale (coord-equal)": "Same Scale (coord-equal)",
+ "Sample": "Sample",
+ "Sample Size:": "Ukubwa wa Mfano:",
+ "Sample_Size": "Sample_Size",
+ "Sampling Fraction:": "Sampling Fraction:",
+ "Satelite": "Sateliti",
+ "Satelite Anomalies": "Satelite Anomalies",
+ "Satelite Element:": "Satelite Element:",
+ "Save": "Save",
+ "Save Backup Data...": "Save Backup Data...",
+ "Save Backup Internal Log...": "Save Backup Internal Log...",
+ "Save Backup Log...": "Save Backup Log...",
+ "Save Bootstrap": "Save Bootstrap",
+ "Save Calculation Only": "Okoa Hesabu tu",
+ "Save Calculation and Result": "Okoa Hesabu na Matokeo",
+ "Save Column Position": "Save Column Position",
+ "Save Data As": "Hifadhi Data Kama",
+ "Save Data To:": "Hifadhi Data Kwa:",
+ "Save Date:": "Save Date:",
+ "Save Details": "Save Details",
+ "Save Downloaded File To:": "Save Downloaded File To:",
+ "Save Downloaded File to:": "Save Downloaded File to:",
+ "Save Dummy:": "Save Dummy:",
+ "Save Estimate": "Save Estimate",
+ "Save File As:": "Save File As:",
+ "Save Fit": "Save Fit",
+ "Save Graph": "Save Graph",
+ "Save Graph Result:": "Save Graph Result:",
+ "Save Graph:": "Save Graph:",
+ "Save Index into:": "Save Index into:",
+ "Save Indices": "Save Indices",
+ "Save Log File...": "Save Log File...",
+ "Save Map": "Save Map",
+ "Save Model": "Hifadhi Mfano",
+ "Save Model:": "Save Model:",
+ "Save Nothing": "Okoa chochote",
+ "Save Output": "Save Output",
+ "Save Plot": "Save Plot",
+ "Save Result": "Save Result",
+ "Save Result ": "Save Result ",
+ "Save Result:": "Save Result:",
+ "Save Script...": "Save Script...",
+ "Save Table": "Save Table",
+ "Save Test": "Save Test",
+ "Save Test Object:": "Save Test Object:",
+ "Save Treemap": "Save Treemap",
+ "Save as single file": "Save as single file",
+ "Save estimates in": "Save estimates in",
+ "Save file(s) to:": "Save file(s) to:",
+ "Save test object": "Save test object",
+ "Save values": "Save values",
+ "Saving Options": "Saving Options",
+ "Saving at:": "Saving at:",
+ "Scale": "Scale",
+ "Scale Data": "Scale Data",
+ "Scale Numeric Variables": "Scale Numeric Variables",
+ "Scale by:": "Scale by:",
+ "Scale-Location": "Scale-Location",
+ "Scale:": "Kiwango:",
+ "Scaled Fractions": "Scaled Fractions",
+ "Scaled Points": "Scaled Points",
+ "Scales": "Scales",
+ "Scatter Matrix": "Scatter Matrix",
+ "Scatter Plot": "Scatter Plot",
+ "Scatter Plot Options": "Scatter Plot Options",
+ "Scatter and line plot": "Scatter and line plot",
+ "Scatter plot": "Scatter plot",
+ "Score": "Score",
+ "Scree Plot": "Scree Plot",
+ "Sd": "Sd",
+ "Sd_Pop:": "Sd_Pop:",
+ "Sea surface temperature": "Sea surface temperature",
+ "Search in ": "Search in ",
+ "Search to end only": "Search to end only",
+ "Season Dates": "Season Dates",
+ "Seasonal Comparisons": "Seasonal Comparisons",
+ "Seasonal Summary": "Seasonal Summary",
+ "Seasonality (Harmonics)": "Msimu (Harmoniki)",
+ "Seasonality:": "Seasonality:",
+ "Second": "Second",
+ "Second Column:": "Second Column:",
+ "Second Context:": "Second Context:",
+ "Second Data Frame": "Second Data Frame",
+ "Second Data Frame:": "Second Data Frame:",
+ "Second Explanatory Variable": "Second Explanatory Variable",
+ "Second Explanatory Variable:": "Second Explanatory Variable:",
+ "Second Factor": "Second Factor",
+ "Second Factor (Optional):": "Second Factor (Optional):",
+ "Second Factor:": "Sababu ya pili:",
+ "Second Variable": "Second Variable",
+ "Second Variable:": "Mbadala ya pili:",
+ "Seconds:": "Seconds:",
+ "Secrecy Score:": "Secrecy Score:",
+ "Seed": "Seed",
+ "SegNeigh": "SegNeigh",
+ "Select": "Select",
+ "Select All": "Select All",
+ "Select All Levels": "Select All Levels",
+ "Select And Stuck": "Select And Stuck",
+ "Select Contrast Name:": "Select Contrast Name:",
+ "Select Date Range": "Select Date Range",
+ "Select Day of Year Range": "Select Day of Year Range",
+ "Select Elements Observation Data to Import": "Select Elements Observation Data to Import",
+ "Select File Type:": "Select File Type:",
+ "Select Levels:": "Select Levels:",
+ "Select Month": "Select Month",
+ "Select Month(s) to Omit:": "Select Month(s) to Omit:",
+ "Select Sheets:": "Select Sheets:",
+ "Select Station:": "Select Station:",
+ "Select Stations to Import": "Select Stations to Import",
+ "Select Theme": "Select Theme",
+ "Select all": "Select all",
+ "Select by condition": "Select by condition",
+ "Select by factor values": "Select by factor values",
+ "Selected Column": "Selected Column",
+ "Selected Column(s):": "Selected Column(s):",
+ "Selected Column:": "Selected Column:",
+ "Selected Columns:": "Selected Columns:",
+ "Selected Data Frame": "Selected Data Frame",
+ "Selected Data Frames:": "Selected Data Frames:",
+ "Selected Elements:": "Selected Elements:",
+ "Selected Factor:": "Selected Factor:",
+ "Selected Filter Preview": "Selected Filter Preview",
+ "Selected Filter Preview:": "Selected Filter Preview:",
+ "Selected Graph:": "Selected Graph:",
+ "Selected Graphs:": "Selected Graphs:",
+ "Selected Key:": "Ufunguo uliochaguliwa:",
+ "Selected Link:": "Selected Link:",
+ "Selected Metadata": "Selected Metadata",
+ "Selected Model:": "Selected Model:",
+ "Selected Object(s):": "Selected Object(s):",
+ "Selected Object:": "Selected Object:",
+ "Selected Objects:": "Selected Objects:",
+ "Selected Set:": "Selected Set:",
+ "Selected Stations:": "Selected Stations:",
+ "Selected Variable:": "Chaguo Zilizochaguliwa:",
+ "Selected Variables": "Vigezo vilivyochaguliwa",
+ "Selected Variables:": "Selected Variables:",
+ "Selected column": "Selected column",
+ "Selection": "Selection",
+ "Semi Join": "Semi Join",
+ "Semi-Colon(;)": "Semi-Colon(;)",
+ "Semicolon ;": "Semicolon ;",
+ "Send Debugging Log to R-Instat Team": "Send Debugging Log to R-Instat Team",
+ "Separate Tables": "Separate Tables",
+ "Separator": "Separator",
+ "Separator:": "Separator:",
+ "September": "September",
+ "Sequence": "Sequence",
+ "Sequence Definition": "Sequence Definition",
+ "Sequence Preview:": "Sequence Preview:",
+ "Sequence extended to match": "Sequence extended to match",
+ "Sequence matches the length of the data frame.": "Sequence matches the length of the data frame.",
+ "Sequence of Values": "Sequence of Values",
+ "Sequence truncated to match": "Sequence truncated to match",
+ "Sequential": "Sequential",
+ "Serif": "Serif",
+ "Set Colour Breaks": "Set Colour Breaks",
+ "Set New Name:": "Set New Name:",
+ "Set Row Names from Column": "Set Row Names from Column",
+ "Set Seed": "Set Seed",
+ "Set Seed:": "Set Seed:",
+ "Set1": "Set1",
+ "Set2": "Set2",
+ "Set3": "Set3",
+ "Sets:": "Seti:",
+ "Settings": "Settings",
+ "Shape": "Shape",
+ "Shape (Optional):": "Shape (Optional):",
+ "Shape File": "Shape File",
+ "Shape1": "Shape1",
+ "Shape2": "Shape2",
+ "Sheet Metadata": "Karatasi Metadata",
+ "Shift Daily Data": "Shift Daily Data",
+ "Shift:": "Shift:",
+ "Shifted": "Shifted",
+ "Short": "Short",
+ "Show": "Show",
+ "Show Arguments": "Show Arguments",
+ "Show Calculator": "Show Calculator",
+ "Show Climatic Menu": "Show Climatic Menu",
+ "Show Column Types": "Show Column Types",
+ "Show Count": "Show Count",
+ "Show Details >>": "Show Details >>",
+ "Show Frequencies": "Show Frequencies",
+ "Show Hidden Columns in Selector": "Show Hidden Columns in Selector",
+ "Show ID": "Show ID",
+ "Show Missing": "Show Missing",
+ "Show Missing Values": "Show Missing Values",
+ "Show Model": "Show Model",
+ "Show Model Summary": "Show Model Summary",
+ "Show Non Missing": "Show Non Missing",
+ "Show Numeric Values": "Show Numeric Values",
+ "Show Options By Context Menu": "Show Options By Context Menu",
+ "Show Parameters": "Show Parameters",
+ "Show Percentage": "Show Percentage",
+ "Show Percentages": "Show Percentages",
+ "Show Procurement Menu": "Show Procurement Menu",
+ "Show Row Names": "Show Row Names",
+ "Show Strings": "Show Strings",
+ "Show Structured Menu": "Show Structured Menu",
+ "Show Summary": "Show Summary",
+ "Show Variable Labels": "Show Variable Labels",
+ "Show calculator": "Show calculator",
+ "Show commands": "Show commands",
+ "Show grid lines": "Onyesha mistari ya gridi",
+ "Show stars on summary tables for coefficients": "Show stars on summary tables for coefficients",
+ "Show waiting dialog when command takes longer than": "Show waiting dialog when command takes longer than",
+ "Showing ": "Showing ",
+ "Shrink: ": "Shrink: ",
+ "Sign Test": "Sign Test",
+ "Signature Date:": "Tarehe ya Saini:",
+ "Signature Period (25 Quartiles):": "Signature Period (25 Quartiles):",
+ "Signature Period (5 Quartiles):": "Signature Period (5 Quartiles):",
+ "Signature Period Categories:": "Signature Period Categories:",
+ "Signature Period Corrected:": "Signature Period Corrected:",
+ "Signature Period:": "Signature Period:",
+ "Significance Level": "Significance Level",
+ "Significance Level:": "Significance Level:",
+ "Significance Stars": "Significance Stars",
+ "Significance Test": "Significance Test",
+ "Significant Figures:": "Takwimu muhimu:",
+ "Significant Height of combined wind waves And swell": "Significant Height of combined wind waves And swell",
+ "Simple": "Rahisi",
+ "Simple Convert": "Simple Convert",
+ "Simple Options": "Simple Options",
+ "Simple Precipitation Intensity Index [19:SDII]": "Simple Precipitation Intensity Index [19:SDII]",
+ "Single": "Single",
+ "Single Bidder:": "Single Bidder:",
+ "Single Column": "Single Column",
+ "Single Graphs": "Single Graphs",
+ "Single Point": "Pointi Moja",
+ "Single Value:": "Single Value:",
+ "Single Variable": "Single Variable",
+ "Single column": "Single column",
+ "Site": "Site",
+ "Size": "Size",
+ "Size Of Cities:": "Size Of Cities:",
+ "Size Of City Labels:": "Size Of City Labels:",
+ "Size X-Axis": "Size X-Axis",
+ "Size Y-Axis": "Size Y-Axis",
+ "Size:": "Ukubwa:",
+ "Skewness": "Skewness",
+ "Skewness (3rd Moment)": "Skewness (3rd Moment)",
+ "Skewness Weight:": "Uzito wa ujanja:",
+ "Slope": "Slope",
+ "Small State:": "Small State:",
+ "Smooth": "Smooth",
+ "Smoothing Curves": "Smoothing Curves",
+ "Sn": "Sn",
+ "Solar": "Solar",
+ "Solid": "Solid",
+ "Sort": "Panga",
+ "Sort Data after filling gaps": "Sort Data after filling gaps",
+ "Sort Variables": "Sort Variables",
+ "Sort by Column": "Sort by Column",
+ "Sort by Name": "Sort by Name",
+ "Sort by Row Names": "Sort by Row Names",
+ "Sort by:": "Sort by:",
+ "Sort values": "Sort values",
+ "Source:": "Source:",
+ "Space ( )": "Space ( )",
+ "Space between Strips and Axes": "Space between Strips and Axes",
+ "Span:": "Span:",
+ "Spanish": "Spanish",
+ "Spearman": "Spearman",
+ "Specific": "Specific",
+ "Specifiy": "Maalum",
+ "Specify": "Taja",
+ "Specify Breaks": "Specify Breaks",
+ "Specify Decimals (from Numeric)": "Specify Decimals (from Numeric)",
+ "Specify Format": "Specify Format",
+ "Specify Layout": "Specify Layout",
+ "Specify Link": "Taja Kiunga",
+ "Specify Lower Limit": "Specify Lower Limit",
+ "Specify Order": "Specify Order",
+ "Specify Rows": "Specify Rows",
+ "Specify Title": "Specify Title",
+ "Specify Upper Limit": "Specify Upper Limit",
+ "Spectral": "Spectral",
+ "Speed Cuts:": "Speed Cuts:",
+ "Spell": "Spell",
+ "Spell Can Span Years": "Spell Can Span Years",
+ "Spell Length": "Spell Length",
+ "Spells": "Spells",
+ "Spline": "Spline",
+ "Spline d.f.": "Spline d.f.",
+ "Split Geometry": "Split Geometry",
+ "Split Text Column": "Gawanya safu wima",
+ "Split by:": "Kugawanywa na:",
+ "Sqrt": "Sqrt",
+ "Square Normalised Parent Coordinates": "Square Normalised Parent Coordinates",
+ "Square Root": "Square Root",
+ "Stack": "Stack",
+ "Stack (melt) Columns": "Rafu (kuyeyuka) Nguzo",
+ "Stack Bar Graph": "Stack Bar Graph",
+ "Stack Daily Data": "Stack Daily Data",
+ "Stack Data Into:": "Weka Takwimu Katika:",
+ "Stack Multiple Column Sets": "Stack Multiple Column Sets",
+ "Stack in reverse": "Stack in reverse",
+ "Stacked Graph": "Stacked Graph",
+ "Standard Deviation": "Standard Deviation",
+ "Standard Error of the Mean": "Standard Error of the Mean",
+ "Standard_deviation": "Standard_deviation",
+ "Standardise Country Names": "Standardise Country Names",
+ "Start Date:": "Tarehe ya Kuanza:",
+ "Start Day": "Start Day",
+ "Start Month:": "Anza Mwezi:",
+ "Start New Session": "Start New Session",
+ "Start Value:": "Start Value:",
+ "Start Year for Climatological Period:": "Start Year for Climatological Period:",
+ "Start Year for Region Average:": "Start Year for Region Average:",
+ "Start Year for Station Trend:": "Start Year for Station Trend:",
+ "Start Year for Variogram Period:": "Start Year for Variogram Period:",
+ "Start and End": "Start and End",
+ "Start date:": "Start date:",
+ "Start of Rains": "Start of Rains",
+ "Start(L):": "Start(L):",
+ "Start:": "Start:",
+ "Starting Angle:": "Starting Angle:",
+ "Starting Month:": "Starting Month:",
+ "Starting from:": "Starting from:",
+ "Station": "Kituo",
+ "Station (Optional):": "Station (Optional):",
+ "Station Anomalies": "Station Anomalies",
+ "Station Element:": "Station Element:",
+ "Station Height:": "Station Height:",
+ "Station IDs": "Station IDs",
+ "Station Identifier:": "Station Identifier:",
+ "Station Metadata": "Station Metadata",
+ "Station Name": "Station Name",
+ "Station Name:": "Station Name:",
+ "Station Names": "Station Names",
+ "Station Qualifiers": "Station Qualifiers",
+ "Station name": "Station name",
+ "Station-Element": "Station-Element",
+ "Station:": "Kituo:",
+ "StationFile": "StationFile",
+ "Stations": "Stations",
+ "Stations-Elements": "Stations-Elements",
+ "Stations:": "Vituo:",
+ "Statistic:": "Statistic:",
+ "Statistics:": "Statistics:",
+ "Stats": "Stats",
+ "Stats1": "Stats1",
+ "Stats2": "Stats2",
+ "Std": "Std",
+ "Std Residuals": "Std Residuals",
+ "Stem and Leaf": "Stem and Leaf",
+ "Store Results": "Store Results",
+ "Store Results in Data Frame": "Store Results in Data Frame",
+ "String": "Kamba",
+ "String Distance": "Umbali wa Kamba",
+ "String Handling": "Utunzaji wa Kamba",
+ "String Height": "String Height",
+ "String Width": "String Width",
+ "Strings (Character Columns)": "Kamba (Safu wima za Tabia)",
+ "StructTS": "StructTS",
+ "Structure": "Muundo",
+ "Stud": "Stud",
+ "Students_t": "Students_t",
+ "Sub Calculations": "Sub Mahesabu",
+ "Sub Title Size:": "Ukubwa wa Kichwa:",
+ "Sub-Calculations:": "Hesabu ndogo:",
+ "Subset": "Sehemu ndogo",
+ "Substring": "Substring",
+ "Subtitle Size:": "Subtitle Size:",
+ "Success:": "Success:",
+ "Successive Values": "Successive Values",
+ "Sum": "Sum",
+ "Sum of squared residuals": "Sum of squared residuals",
+ "Sum to Zero": "Sum to Zero",
+ "Summaries": "Muhtasari",
+ "Summaries:": "Summaries:",
+ "Summarise By:": "Summarise By:",
+ "Summary": "Muhtasari",
+ "Summary Annotations": "Summary Annotations",
+ "Summary Columns:": "Nguzo za Muhtasari:",
+ "Summary Model": "Summary Model",
+ "Summary Options": "Summary Options",
+ "Summary Statistics": "Takwimu za Muhtasari",
+ "Summary Tables": "Majedwali ya Muhtasari",
+ "Summary data": "Summary data",
+ "Summary:": "Summary:",
+ "Summer Days [2:SU]": "Summer Days [2:SU]",
+ "Sunshine": "Sunshine",
+ "Sunshine Hours:": "Masaa ya jua:",
+ "Supplementary Individuals": "Supplementary Individuals",
+ "Surface pressure": "Surface pressure",
+ "Survival Object Name:": "Survival Object Name:",
+ "Symbol:": "Symbol:",
+ "Symbols": "Symbols",
+ "Symmetric Extremal Dependence Index": "Symmetric Extremal Dependence Index",
+ "Symmetric Extreme Dependency Score": "Symmetric Extreme Dependency Score",
+ "Symmetry": "Symmetry",
+ "System.Data.DataRowView": "System.Data.DataRowView",
+ "TAMSAT v3.0": "TAMSAT v3.0",
+ "TAMSAT v3.1": "TAMSAT v3.1",
+ "TRMM 3B42 3-Hourly Precipitation": "TRMM 3B42 3-Hourly Precipitation",
+ "TRMM 3B42 Daily Precipitation": "TRMM 3B42 Daily Precipitation",
+ "TRUE": "KWELI",
+ "Table": "Jedwali",
+ "Table Frequencies": "Masafa ya Meza",
+ "Table Title:": "Kichwa cha Jedwali:",
+ "Tables": "Meza",
+ "Tailored Menus": "Tailored Menus",
+ "Tax Haven 2:": "Tax Haven 2:",
+ "Tax Haven 3:": "Tax Haven 3:",
+ "Tax Haven 3bi:": "Tax Haven 3bi:",
+ "Tax Haven:": "Tax Haven:",
+ "Taylor Diagram": "Taylor Diagram",
+ "Taylor Diagram Options": "Taylor Diagram Options",
+ "Temperature": "Temperature",
+ "Temperature Quantiles:": "Temperature Quantiles:",
+ "Test": "Test",
+ "Test:": "Test:",
+ "Text": "Text",
+ "Text (Output Window)": "Maandishi (Dirisha la Pato)",
+ "Text File Preview:": "Text File Preview:",
+ "Text colour:": "Text colour:",
+ "The backup versions come from periodic system backups.": "The backup versions come from periodic system backups.",
+ "The following R packages could not be installed:": "The following R packages could not be installed:",
+ "Theme Options": "Theme Options",
+ "Theme to Edit:": "Theme to Edit:",
+ "Theme:": "Theme:",
+ "Themes": "Themes",
+ "Thickness:": "Thickness:",
+ "Third Context:": "Third Context:",
+ "Third Explanatory Variable:": "Third Explanatory Variable:",
+ "Threat Score": "Threat Score",
+ "Three Summaries": "Three Summaries",
+ "Three Variable Frequencies": "Three Variable Frequencies",
+ "Three Variable Modelling": "Three Variable Modelling",
+ "Threshold": "Threshold",
+ "Threshold ": "Threshold ",
+ "Threshold range ": "Threshold range ",
+ "Threshold:": "Kizingiti:",
+ "Tick Mark Labels ": "Tick Mark Labels ",
+ "Tick marks along axes": "Tick marks along axes",
+ "Tick marks label along axes": "Tick marks label along axes",
+ "TickMarkers": "TickMarkers",
+ "Tidy": "Tidy",
+ "Tidy Daily Data": "Tidy Daily Data",
+ "Ties": "Mahusiano",
+ "Tile": "Tile",
+ "Tile colour:": "Tile colour:",
+ "Time (X axis):": "Time (X axis):",
+ "Time Period": "Time Period",
+ "Time Point:": "Saa ya Wakati:",
+ "Time Scale (Months):": "Time Scale (Months):",
+ "Time Selection": "Time Selection",
+ "Time Series Comparisons": "Time Series Comparisons",
+ "Time Step": "Time Step",
+ "Time(s)": "Time(s)",
+ "Times Roman": "Times Roman",
+ "Title": "Title",
+ "Title Size:": "Ukubwa wa Kichwa:",
+ "Title of legend": "Title of legend",
+ "Title:": "Title:",
+ "Titles": "Titles",
+ "Titles ": "Vyeo ",
+ "Tmax/Tmin": "Tmax/Tmin",
+ "Tmax:": "Tmax:",
+ "Tmin:": "Tmin:",
+ "To": "To",
+ "To Script": "To Script",
+ "To be implemented": "To be implemented",
+ "To circular:": "To circular:",
+ "To:": "Kwa:",
+ "Tolerance": "Tolerance",
+ "Top": "Juu",
+ "Top levels displayed:": "Top levels displayed:",
+ "Top:": "Top:",
+ "Total Column Name": "Total Column Name",
+ "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]": "Total Daily Precipitation Exceeding 95th Percentile Threshold [25:R95pTOT]",
+ "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]": "Total Daily Precipitation Exceeding 99th Percentile Threshold [26:R99pTOT]",
+ "Total Daily Precipitation [27:PRCPTOT]": "Total Daily Precipitation [27:PRCPTOT]",
+ "Total Days": "Total Days",
+ "Total Rainfall": "Total Rainfall",
+ "Total precipitation": "Total precipitation",
+ "Totals Column/Row Background Highlighted": "Totals Column/Row Background Highlighted",
+ "Trace Plot": "Trace Plot",
+ "Trace Values": "Trace Values",
+ "Transform": "Kubadilisha",
+ "Transform Text Column": "Transform Text Column",
+ "Transform:": "Transform:",
+ "Transformation": "Transformation",
+ "Transparency:": "Uwazi:",
+ "Transpose": "Transpose",
+ "Transpose Columns": "Transpose Columns",
+ "Treat Row Names as Numeric": "Treat Row Names as Numeric",
+ "Treat Summary Columns as a Further Factor": "Treat Summary Columns as a Further Factor",
+ "Treatment structure": "Treatment structure",
+ "Treatment/Control": "Treatment/Control",
+ "Treatment:": "Treatment:",
+ "Treemap": "Treemap",
+ "Trend": "Trend",
+ "Triangular": "Triangular",
+ "Trim": "Trim",
+ "Trim Trailing White Space": "Trim Trailing White Space",
+ "Trimmed Mean": "Trimmed Mean",
+ "Tropical Nights [4:TR]": "Tropical Nights [4:TR]",
+ "True Values(Optional):": "True Values(Optional):",
+ "Try": "Jaribu",
+ "Two Columns": "Two Columns",
+ "Two Columns in Same Data Frame": "Two Columns in Same Data Frame",
+ "Two Columns in Separate Data Frames": "Two Columns in Separate Data Frames",
+ "Two Data Frames Long": "Two Data Frames Long",
+ "Two Data Frames Wide": "Two Data Frames Wide",
+ "Two Sample Non parametric Tests": "Two Sample Non parametric Tests",
+ "Two Variable Fit Model": "Two Variable Fit Model",
+ "Two Variable Graph": "Grafu Mbili Zinazobadilika",
+ "Two Variable Use Model": "Two Variable Use Model",
+ "Two Way Frequencies": "Njia Mbili za Njia",
+ "Two sided": "Two sided",
+ "Two-Dash": "Two-Dash",
+ "Two-Sided": "Two-Sided",
+ "Type": "Andika",
+ "Type of Graph": "Aina ya Grafu",
+ "Type of Layer (Geom):": "Type of Layer (Geom):",
+ "Type of Palette": "Type of Palette",
+ "Type of Test": "Type of Test",
+ "Type of test": "Type of test",
+ "Type:": "Aina:",
+ "Types": "Types",
+ "Typical": "Typical",
+ "UCSB CHIRPS": "UCSB CHIRPS",
+ "UID:": "UID:",
+ "UN Code:": "UN Code:",
+ "URWBookman": "URWBookman",
+ "URWGothic": "URWGothic",
+ "URWPalladioURWTimes": "URWPalladioURWTimes",
+ "UTF-8": "UTF-8",
+ "UnTransform": "UnTransform",
+ "Underscore _": "Underscore _",
+ "Undo": "Undo",
+ "Unhide...": "Unhide...",
+ "Uniform": "Uniform",
+ "Uniminmax": "Uniminmax",
+ "Units": "Units",
+ "Units:": "Units:",
+ "Unlock": "Unlock",
+ "Unselect all": "Unselect all",
+ "Unstack Columns": "Unstack Columns",
+ "Unstack Data": "Unstack Data",
+ "Unstack elements": "Unstack elements",
+ "Upper Limit": "Upper Limit",
+ "Upper Limit :": "Upper Limit :",
+ "Use Date": "Use Date",
+ "Use Factor Sheet": "Tumia Karatasi ya Sababu",
+ "Use Graph": "Use Graph",
+ "Use Great Circle (WGS84 ellipsoid) distance for nearest points": "Use Great Circle (WGS84 ellipsoid) distance for nearest points",
+ "Use Model ": "Use Model ",
+ "Use Summaries": "Tumia Muhtasari",
+ "Use unique values for comparison": "Use unique values for comparison",
+ "User Define": "User Define",
+ "User Defined": "User Defined",
+ "Username:": "Username:",
+ "VE": "VE",
+ "Value": "Value",
+ "Value From Above": "Value From Above",
+ "Value From Below": "Value From Below",
+ "Value(Vector):": "Value(Vector):",
+ "Value:": "Value:",
+ "Values": "Values",
+ "Values in both columns (intersection)": "Values in both columns (intersection)",
+ "Values in either column (union)": "Values in either column (union)",
+ "Values in first column not in second": "Values in first column not in second",
+ "Values in second column not in first": "Values in second column not in first",
+ "Var": "Var",
+ "VarCI Method:": "VarCI Method:",
+ "Variable": "Variable",
+ "Variable Day": "Variable Day",
+ "Variable Options": "Chaguzi Mbadala",
+ "Variable Sets": "Variable Sets",
+ "Variable Transformations": "Variable Transformations",
+ "Variable Width": "Variable Width",
+ "Variable to Check:": "Variable to Check:",
+ "Variable(s) to Summarise:": "Zinazobadilika kwa muhtasari:",
+ "Variable(s) to View:": "Zinazobadilika kutazama:",
+ "Variable:": "Variable:",
+ "Variables": "Variables",
+ "Variables Plot": "Variables Plot",
+ "Variables and Summaries": "Variables and Summaries",
+ "Variables to Check:": "Variables to Check:",
+ "Variables to Include:": "Variables to Include:",
+ "Variables to View:": "Variables to View:",
+ "Variables:": "Variables:",
+ "Variance": "Variance",
+ "Variate:": "Variate:",
+ "Variogram Data Frame:": "Variogram Data Frame:",
+ "Verification": "Verification",
+ "Verification Summaries": "Verification Summaries",
+ "Vertcal-Line(|)": "Vertcal-Line(|)",
+ "Vertical": "Vertical",
+ "Vertical Label Position:": "Nafasi ya Lebo ya wima:",
+ "Vertical X Tick Markers": "Vertical X Tick Markers",
+ "Vertical major grid lines ": "Vertical major grid lines ",
+ "Vertical minor grid lines": "Vertical minor grid lines",
+ "Vertically": "Vertically",
+ "View Data": "Angalia Takwimu",
+ "View Data Frame": "View Data Frame",
+ "View Graph": "View Graph",
+ "View Key": "Angalia Ufunguo",
+ "View Labels/Levels": "Angalia Maandiko / Ngazi",
+ "View Link": "View Link",
+ "View Object": "Angalia kitu",
+ "View and Remove Keys": "Angalia na Ondoa Funguo",
+ "View and Remove Links": "View and Remove Links",
+ "Vignettes": "Vignettes",
+ "Violet": "Violet",
+ "Violin": "Violin",
+ "Violin + Boxplot": "Violin + Boxplot",
+ "Violin + Jitter": "Violin + Jitter",
+ "Violin Options": "Violin Options",
+ "Violin Plot": "Viwanja vya Uhalifu",
+ "Violin Plot Options": "Violin Plot Options",
+ "Visualise Data": "Visualise Data",
+ "Vjust": "Vjust",
+ "Volumetric efficiency": "Volumetric efficiency",
+ "WB PPP:": "WB PPP:",
+ "WIGOS Station Identifier:": "WIGOS Station Identifier:",
+ "WMO Number": "WMO Number",
+ "WMO Number:": "WMO Number:",
+ "Wakefield": "Wakefield",
+ "Wald": "Wald",
+ "Warm Spell Duration Index [14:WSDI]": "Warm Spell Duration Index [14:WSDI]",
+ "Water Amount(s):": "Water Amount(s):",
+ "Water Balance": "Water Balance",
+ "Water Balance <=": "Water Balance <=",
+ "Week": "Week",
+ "Week Day": "Week Day",
+ "Weeks": "Weeks",
+ "Weibull": "Weibull",
+ "Weight By (Optional):": "Weight By (Optional):",
+ "Weight By:": "Weight By:",
+ "Weights": "Weights",
+ "Weights (Optional):": "Weights (Optional):",
+ "Weights:": "Weights:",
+ "West East": "West East",
+ "While you're waiting...": "While you're waiting...",
+ "Whisk Line Type": "Whisk Line Type",
+ "Whisker Colour": "Whisker Colour",
+ "Whisklty": "Whisklty",
+ "White": "White",
+ "White Space:": "White Space:",
+ "Whitespace": "Whitespace",
+ "Width": "Width",
+ "Width:": "Width:",
+ "Wilcoxon": "Wilcoxon",
+ "Wilson": "Wilson",
+ "Wind": "Wind",
+ "Wind Direction:": "Mwelekeo wa Upepo:",
+ "Wind Rose": "Wind Rose",
+ "Wind Speed": "Wind Speed",
+ "Wind Speed:": "Kasi ya Upepo:",
+ "Wind/Pollution Rose": "Wind/Pollution Rose",
+ "WindSpeed:": "WindSpeed:",
+ "Windrose Options": "Windrose Options",
+ "Winner Country ISO2:": "Winner Country ISO2:",
+ "Winner Country ISO3:": "Winner Country ISO3:",
+ "Winner Country:": "Nchi Mshindi:",
+ "Winner ID:": "Winner ID:",
+ "Winner Name:": "Jina la Mshindi:",
+ "With Replacement": "With Replacement",
+ "With Standard Error": "With Standard Error",
+ "With X Variable": "With X Variable",
+ "With column": "With column",
+ "Within Year": "Ndani ya Mwaka",
+ "Within Year:": "Ndani ya Mwaka:",
+ "Words": "Words",
+ "Working Directory": "Working Directory",
+ "Working Directory:": "Working Directory:",
+ "X Label": "X Label",
+ "X Variable": "X Variable",
+ "X Variable:": "X Variable:",
+ "X Variables": "X Variables",
+ "X Variables:": "Vigezo X:",
+ "X and Y-Axis Labels": "X and Y-Axis Labels",
+ "X and Y-Axis Tick Markers": "X and Y-Axis Tick Markers",
+ "X axis Label Size": "X axis Label Size",
+ "X axis Tick Labels Angle": "X axis Tick Labels Angle",
+ "X axis Tick Mark Label Size": "X axis Tick Mark Label Size",
+ "X axis label ": "X axis label ",
+ "X axis label on top axis": "X axis label on top axis",
+ "X axis labels angle:": "X axis labels angle:",
+ "X axis tick labels": "X axis tick labels",
+ "X axis tick labels on top axis": "X axis tick labels on top axis",
+ "X axis tick marks": "X axis tick marks",
+ "X axis:": "X axis:",
+ "X label": "X label",
+ "X-Axis": "X-Mhimili",
+ "X-Axis Labels": "X-Axis Labels",
+ "X-Axis Line": "X-Axis Line",
+ "X-Axis Tick Markers": "X-Axis Tick Markers",
+ "X-Axis Title": "Kichwa cha X-Axis",
+ "X-Lab Title": "X-Lab Title",
+ "X-axis": "X-axis",
+ "X-axis Options:": "X-axis Options:",
+ "XY-Axes": "XY-Axes",
+ "Xlim": "Xlim",
+ "Y Label": "Y Label",
+ "Y Value": "Y Value",
+ "Y Value:": "Y Value:",
+ "Y Variable": "Y Variable",
+ "Y Variable:": "Y Kubadilika:",
+ "Y Variables": "Y Variables",
+ "Y Variables:": "Y Vigezo:",
+ "Y Variate:": "Y Variate:",
+ "Y axis Label Size": "Y axis Label Size",
+ "Y axis Tick Mark Label Size": "Y axis Tick Mark Label Size",
+ "Y axis labels": "Y axis labels",
+ "Y axis labels on right axis": "Y axis labels on right axis",
+ "Y axis tick labels": "Y axis tick labels",
+ "Y axis tick labels on right axis": "Y axis tick labels on right axis",
+ "Y axis tick marks": "Y axis tick marks",
+ "Y label": "Y label",
+ "Y variable": "Y variable",
+ "Y-Axis": "Mhimili Y",
+ "Y-Axis Labels": "Y-Axis Labels",
+ "Y-Axis Line": "Y-Axis Line",
+ "Y-Axis Tick Markers": "Y-Axis Tick Markers",
+ "Y-Axis Title": "Kichwa cha Y-Axis",
+ "Y-Lab Title": "Y-Lab Title",
+ "Y-axis": "Y-axis",
+ "Y-axis Options:": "Y-axis Options:",
+ "Y-axis Upper:": "Juu-mhimili Juu:",
+ "Year": "Year",
+ "Year - DOY Plot": "Year - DOY Plot",
+ "Year - Month - Day": "Year - Month - Day",
+ "Year As Factor": "Year As Factor",
+ "Year Columns": "Year Columns",
+ "Year Columns:": "Year Columns:",
+ "Year Month Day": "Year Month Day",
+ "Year and Day of Year": "Year and Day of Year",
+ "Year(4 digit)MonthDay(YEARMODA)": "Year(4 digit)MonthDay(YEARMODA)",
+ "Year(4-digit)-Month(Full Name)-Day": "Year(4-digit)-Month(Full Name)-Day",
+ "Year(4-digit)-Month(abbr)-Day": "Year(4-digit)-Month(abbr)-Day",
+ "Year(4-digit)-Month-Day": "Year(4-digit)-Month-Day",
+ "Year(4-digit)/Month(Full Name)/Day": "Year(4-digit)/Month(Full Name)/Day",
+ "Year(4-digit)/Month(abbr)/Day": "Year(4-digit)/Month(abbr)/Day",
+ "Year(4-digit)/Month/Day": "Year(4-digit)/Month/Day",
+ "Year(4-digit)Doy(Julian)": "Year(4-digit)Doy(Julian)",
+ "Year:": "Mwaka:",
+ "Years": "Years",
+ "Yellow": "Yellow",
+ "Yellow-Green": "Yellow-Green",
+ "Yes": "Yes",
+ "YlGn": "YlGn",
+ "YlGnBu": "YlGnBu",
+ "YlOrBr": "YlOrBr",
+ "YlOrRd": "YlOrRd",
+ "Ylim": "Ylim",
+ "Zero Values": "Zero Values",
+ "Zplot Plot": "Zplot Plot",
+ "[ ] or": "[ ] or",
+ "[^ ] not": "[^ ] not",
+ "^ begin": "^ begin",
+ "________": "________",
+ "__________": "__________",
+ "aapc": "aapc",
+ "abs": "abs",
+ "acos": "acos",
+ "add_na": "add_na",
+ "age": "umri",
+ "all": "yote",
+ "am": "mimi",
+ "and": "and",
+ "ang.dev": "ang.dev",
+ "ang.var": "ang.var",
+ "animal (f)": "animal (f)",
+ "annual": "annual",
+ "anon": "anon",
+ "anova": "anova",
+ "ansari": "ansari",
+ "answer (f)": "answer (f)",
+ "any": "yoyote",
+ "anyDup": "anyDup",
+ "aov": "aov",
+ "ar": "ar",
+ "arima": "arima",
+ "asin": "asin",
+ "asis": "asis",
+ "asn": "asn",
+ "aspect.ratio": "aspect.ratio",
+ "asymptotic ": "asymptotic ",
+ "atan": "atan",
+ "atan2": "atan2",
+ "atanh": "atanh",
+ "award_date": "award_date",
+ "axis.line": "axis.line",
+ "axis.line.x": "axis.line.x",
+ "axis.line.y": "axis.line.y",
+ "axis.text": "axis.text",
+ "axis.text.x": "axis.text.x",
+ "axis.text.x.top": "axis.text.x.top",
+ "axis.text.y": "axis.text.y",
+ "axis.text.y.right": "axis.text.y.right",
+ "axis.ticks": "axis.ticks",
+ "axis.ticks.length": "axis.ticks.length",
+ "axis.ticks.x": "axis.ticks.x",
+ "axis.ticks.y": "axis.ticks.y",
+ "axis.title": "axis.title",
+ "axis.title.x": "axis.title.x",
+ "axis.title.x.top": "axis.title.x.top",
+ "axis.title.y": "axis.title.y",
+ "axis.title.y.right": "axis.title.y.right",
+ "bartels": "bartels",
+ "bartlett": "bartlett",
+ "beta": "beta",
+ "between": "kati",
+ "binary": "binary",
+ "binom.test": "binom.test",
+ "boot": "boot",
+ "boundary": "boundary",
+ "boxcox": "boxcox",
+ "br": "br",
+ "br2": "br2",
+ "broken": "broken",
+ "browser (f)": "browser (f)",
+ "bu": "bu",
+ "butt": "butt",
+ "bw": "bw",
+ "by": "by",
+ "c( )": "c( )",
+ "caption": "caption",
+ "car (f)": "car (f)",
+ "cat": "cat",
+ "cb_safe": "cb_safe",
+ "ceiling": "dari",
+ "children": "watoto",
+ "chisq": "chisq",
+ "choose": "chagua",
+ "ci": "ci",
+ "circular": "circular",
+ "cividis": "cividis",
+ "classic": "classic",
+ "cloglog": "kuziba",
+ "cloud": "cloud",
+ "cm": "cm",
+ "cmh": "cmh",
+ "coefficient": "coefficient",
+ "coin (f)": "coin (f)",
+ "collapse": "collapse",
+ "collate": "collate",
+ "color (f)": "color (f)",
+ "combine": "unganisha",
+ "confint": "confint",
+ "conover": "conover",
+ "cont": "cont",
+ "contract_sector": "contract_sector",
+ "contract_title": "contract_title",
+ "cor": "cor",
+ "cos": "cos",
+ "count": "hesabu",
+ "country": "country",
+ "cov": "cov",
+ "cp": "cp",
+ "crc32": "crc32",
+ "cross": "cross",
+ "cs": "cs",
+ "csmk": "csmk",
+ "csv": "csv",
+ "cumdist": "cumdist",
+ "cummax": "cummax",
+ "cummean": "cummean",
+ "cummin": "kumeza",
+ "cumsum": "cumsum",
+ "cv": "cv",
+ "d": "d",
+ "d_in_m": "d_in_m",
+ "d_rank": "d_rank",
+ "daily": "daily",
+ "data": "data",
+ "data.frame(data=matrix(data=NA": "data.frame(data=matrix(data=NA",
+ "date": "tarehe",
+ "date_stamp": "tarehe_stempu",
+ "datetime": "datetime",
+ "davies": "davies",
+ "day": "siku",
+ "day of the month (01-31)": "day of the month (01-31)",
+ "day of the month (1-31)": "day of the month (1-31)",
+ "day of the week": "day of the week",
+ "days": "siku",
+ "death (L)": "death (L)",
+ "default": "default",
+ "deg": "deg",
+ "degrees": "degrees",
+ "detect": "gundua",
+ "dice": "kete",
+ "died (L)": "died (L)",
+ "diff": "tofauti",
+ "digamma": "digamma",
+ "distill": "distill",
+ "distinct": "tofauti",
+ "dlgSeasonalSummaryRain": "dlgSeasonalSummaryRain",
+ "dlgSetupForDataEntry": "dlgSetupForDataEntry",
+ "dmy": "dmy",
+ "dna (f)": "dna (f)",
+ "dob (D)": "dob (D)",
+ "drop": "drop",
+ "dummy": "dummy",
+ "duncan": "duncan",
+ "duplicated": "iliyorudiwa",
+ "durbin": "durbin",
+ "durbinWatsonTest": "durbinWatsonTest",
+ "education (f)": "education (f)",
+ "ela": "ela",
+ "employment (f)": "employment (f)",
+ "encode ": "encode ",
+ "end": "end",
+ "erlevd": "erlevd",
+ "exact": "exact",
+ "exp": "exp",
+ "expand": "expand",
+ "extRemes": "extRemes",
+ "extract": "dondoo",
+ "extract2": "extract2",
+ "eye (f)": "eye (f)",
+ "fact": "ukweli",
+ "factor": "factor",
+ "factor ": "factor ",
+ "fevd": "fevd",
+ "findpars": "findpars",
+ "first": "first",
+ "fiscal_year": "fiscal_year",
+ "fisyat": "fisyat",
+ "fixed": "fixed",
+ "fligner": "fligner",
+ "floor": "sakafu",
+ "frLabels:": "frLabels:",
+ "friedman": "friedman",
+ "gamma": "gamma",
+ "gender (f)": "gender (f)",
+ "glm": "glm",
+ "glm.nb": "glm.nb",
+ "glmer": "glmer",
+ "glmmPQL": "glmmPQL",
+ "gpa": "gpa",
+ "grade": "daraja",
+ "grade_level (f)": "grade_level (f)",
+ "grey": "grey",
+ "group (f)": "group (f)",
+ "grpTickLength": "grpTickLength",
+ "hair (f)": "hair (f)",
+ "height": "urefu",
+ "hour": "saa",
+ "hours": "hours",
+ "hydroGOF ": "hydroGOF ",
+ "identity": "identity",
+ "ifelse": "ifelse",
+ "inches": "inches",
+ "income": "mapato",
+ "indices selected out of": "indices selected out of",
+ "inferno": "inferno",
+ "infreq": "infreq",
+ "inorder": "inorder",
+ "inseq": "inseq",
+ "intercept": "intercept",
+ "iq": "iq",
+ "is false": "ni uwongo",
+ "is true": "ni kweli",
+ "is.fixedfevd": "is.fixedfevd",
+ "is.na": "ni.na",
+ "j:": "j:",
+ "kge": "kge",
+ "klotz": "klotz",
+ "koziol": "koziol",
+ "kruskal": "kruskal",
+ "ks": "ks",
+ "kurtosis": "kurtosis",
+ "l()": "l()",
+ "label": "label",
+ "labelled ": "labelled ",
+ "lag": "bakia",
+ "language (f)": "language (f)",
+ "lanzante": "lanzante",
+ "last": "last",
+ "lbeta": "lbeta",
+ "lbl": "lbl",
+ "lchoose": "chagua",
+ "lda": "lda",
+ "lead": "kuongoza",
+ "leap": "kuruka",
+ "legend bty": "legend bty",
+ "legend.background": "legend.background",
+ "legend.box.background": "legend.box.background",
+ "legend.box.margin": "legend.box.margin",
+ "legend.box.spacing": "legend.box.spacing",
+ "legend.key": "legend.key",
+ "legend.key.height": "legend.key.height",
+ "legend.key.size": "legend.key.size",
+ "legend.key.width": "legend.key.width",
+ "legend.margin": "legend.margin",
+ "legend.spacing": "legend.spacing",
+ "legend.spacing.x": "legend.spacing.x",
+ "legend.spacing.y": "legend.spacing.y",
+ "legend.text": "legend.text",
+ "legend.text.align": "legend.text.align",
+ "legend.title": "legend.title",
+ "legend.title.align": "legend.title.align",
+ "length": "urefu",
+ "letters": "letters",
+ "levd": "levd",
+ "level": "kiwango",
+ "lfact": "lfact",
+ "lgamma": "lgamma",
+ "light": "light",
+ "likert (o.f)": "likert (o.f)",
+ "line": "line",
+ "linedraw": "linedraw",
+ "linkert7 (o.f)": "linkert7 (o.f)",
+ "lm": "lm",
+ "lme4": "lme4",
+ "lmer": "lmer",
+ "locate": "tafuta",
+ "locate2": "locate2",
+ "loess": "loess",
+ "log": "logi",
+ "log10": "logi10",
+ "log1p": "log1p",
+ "log2": "log2",
+ "logical": "logical",
+ "logistic": "logistic",
+ "logit": "logit",
+ "loglin": "loglin",
+ "loglm": "loglm",
+ "lorem_ipsum (c)": "lorem_ipsum (c)",
+ "lower": "chini",
+ "lowess": "lowess",
+ "lqs": "lqs",
+ "lr.Test": "lr.Test",
+ "lump": "lump",
+ "m": "m",
+ "mNSE": "mNSE",
+ "m_rank": "m_sifa",
+ "mad": "wazimu",
+ "mae": "mae",
+ "magma": "magma",
+ "mantelhaen": "mantelhaen",
+ "mariadb_climsoft_db_v4": "mariadb_climsoft_db_v4",
+ "mariadb_climsoft_test_db_v4": "mariadb_climsoft_test_db_v4",
+ "marital (f)": "marital (f)",
+ "match": "mechi",
+ "math": "hesabu",
+ "mauchly": "mauchly",
+ "max": "upeo",
+ "mc": "mc",
+ "mca": "mca",
+ "mcnemar": "mcnemar",
+ "md": "md",
+ "md5": "md5",
+ "mdy": "mdy",
+ "me": "me",
+ "mean": "maana",
+ "median": "wastani",
+ "medianHL": "medianHL",
+ "method_type": "method_type",
+ "military (f)": "military (f)",
+ "min": "dakika",
+ "minimal": "minimal",
+ "minute (00-59)": "minute (00-59)",
+ "miss": "kukosa",
+ "mk": "mk",
+ "mm": "mm",
+ "mm(Large or negative Value)": "mm (Thamani kubwa au hasi)",
+ "mmk ": "mmk ",
+ "mode": "mode",
+ "mode1": "mode1",
+ "month": "mwezi",
+ "month (f)": "month (f)",
+ "monthly": "monthly",
+ "monthly average": "monthly average",
+ "months ": "months ",
+ "mood": "mood",
+ "moving": "moving",
+ "movmax": "mkuzi",
+ "movmean": "kusonga",
+ "movmed": "iliyohamishwa",
+ "movmin": "movmin",
+ "movsum": "movsum",
+ "mse": "mse",
+ "murmur32": "murmur32",
+ "n": "n",
+ "n:": "n:",
+ "n_distinct": "n_distinct",
+ "naapprox": "naapprox",
+ "naest": "naest",
+ "nafill": "nafill",
+ "name (c)": "name (c)",
+ "nasplin": "nasplin",
+ "ncvTest": "ncvTest",
+ "near": "karibu",
+ "neighbouring average": "neighbouring average",
+ "nlmer": "nlmer",
+ "nls": "nls",
+ "no_bids_considered": "no_bids_considered",
+ "no_bids_received": "no_bids_received",
+ "non miss": "bila kukosa",
+ "nonadditivity ": "nonadditivity ",
+ "normal": "kawaida",
+ "nrmse": "nrmse",
+ "nth": "nth",
+ "ntile": "ntile",
+ "oneway": "oneway",
+ "or Named Region:": "or Named Region:",
+ "or matching values 1 to n": "or matching values 1 to n",
+ "order": "utaratibu",
+ "original_contract_value": "original_contract_value",
+ "other": "other",
+ "outlierTest": "outlierTest",
+ "pad": "pedi",
+ "pairwise.Prop": "pairwise.Prop",
+ "pairwise.t": "pairwise.t",
+ "pairwise.wilcox": "pairwise.wilcox",
+ "panel.background": "panel.background",
+ "panel.border": "panel.border",
+ "panel.grid": "panel.grid",
+ "panel.grid.major": "panel.grid.major",
+ "panel.grid.major.x": "panel.grid.major.x",
+ "panel.grid.major.y": "panel.grid.major.y",
+ "panel.grid.minor": "panel.grid.minor",
+ "panel.grid.minor.x": "panel.grid.minor.x",
+ "panel.grid.minor.y": "panel.grid.minor.y",
+ "panel.spacing": "panel.spacing",
+ "panel.spacing.x": "panel.spacing.x",
+ "panel.spacing.y": "panel.spacing.y",
+ "pbeta": "pbeta",
+ "pbias": "pbias",
+ "pbiasfdc": "pbiasfdc",
+ "pbinom": "pbinom",
+ "pbirth": "pbirth",
+ "pchisq": "pchisq",
+ "pcor ": "pcor ",
+ "percentages": "percentages",
+ "pet (f)": "pet (f)",
+ "pettitt ": "pettitt ",
+ "pf": "pf",
+ "pgamma": "pgamma",
+ "pi": "pi",
+ "plasma": "plasma",
+ "plot ": "plot ",
+ "plot.background": "plot.background",
+ "plot.caption": "plot.caption",
+ "plot.fevd": "plot.fevd",
+ "plot.margin": "plot.margin",
+ "plot.subtitle": "plot.subtitle",
+ "plot.title": "plot.title",
+ "pm": "pm",
+ "pmax": "pmax",
+ "pmin": "jioni",
+ "pmk ": "pmk ",
+ "pnbin": "pnbin",
+ "pnorm": "pnorm",
+ "points": "points",
+ "poisson": "poisson",
+ "political (f)": "political (f)",
+ "polr": "polr",
+ "power.anova": "power.anova",
+ "power.prop": "power.prop",
+ "power.t": "power.t",
+ "ppois": "ppois",
+ "ppr": "ppr",
+ "precip": "precip",
+ "predict": "predict",
+ "prediction": "prediction",
+ "primary (f)": "primary (f)",
+ "princomp": "princomp",
+ "print": "print",
+ "print.fevd": "print.fevd",
+ "probability": "probability",
+ "probit": "probit",
+ "procurement_category": "procurement_category",
+ "procuring_authority": "procuring_authority",
+ "prop": "prop",
+ "prop.test": "prop.test",
+ "prop.trend": "prop.trend",
+ "propn": "propn",
+ "proportion": "proportion",
+ "pscore": "pscore",
+ "pt": "pt",
+ "q-Gram Distance": "q-Gram Distance",
+ "q1": "q1",
+ "q3": "q3",
+ "qbeta": "qbeta",
+ "qbinom": "qbinom",
+ "qbirth": "qbirth",
+ "qchisq": "qchisq",
+ "qda": "qda",
+ "qf": "qf",
+ "qgamma": "qgamma",
+ "qnbin": "qnbin",
+ "qnorm": "qnorm",
+ "qpois": "qpois",
+ "qq": "qq",
+ "qt": "qt",
+ "quade": "quade",
+ "quadrant": "quadrant",
+ "qual": "qual",
+ "quantile": "quantile",
+ "quarter": "robo",
+ "rNSE": "rNSE",
+ "rPearson": "rPearson",
+ "rSD": "rSD",
+ "r_rank": "r_rank",
+ "race (f)": "race (f)",
+ "rad": "rad",
+ "radians": "radians",
+ "rain days": "siku za mvua",
+ "range": "masafa",
+ "rd": "rd",
+ "reciprocal": "reciprocal",
+ "recode": "recode",
+ "rect": "rect",
+ "regex": "regex",
+ "region": "region",
+ "relevel": "relevel",
+ "religion (f)": "religion (f)",
+ "remove": "remove",
+ "remove2": "remove2",
+ "reorder": "reorder",
+ "rep": "rep",
+ "replace": "badilisha",
+ "replace2": "replace2",
+ "residuals": "residuals",
+ "reverse": "reverse",
+ "rho": "rho",
+ "rlm": "rlm",
+ "rmse": "rmse",
+ "round": "pande zote",
+ "row(s)": "row(s)",
+ "rrod ": "rrod ",
+ "rsd": "rsd",
+ "rsr": "rsr",
+ "sat": "ameketi",
+ "savage": "savage",
+ "scheffe": "scheffe",
+ "sd": "sd",
+ "seasonal average": "seasonal average",
+ "sec": "sec",
+ "second (00-59)": "second (00-59)",
+ "seconds": "seconds",
+ "segmented": "segmented",
+ "selected variable": "selected variable",
+ "sens ": "sens ",
+ "sentence (c)": "sentence (c)",
+ "seq": "seq",
+ "sex (f)": "sex (f)",
+ "sex_inclusive (f)": "sex_inclusive (f)",
+ "sha1": "sha1",
+ "sha256": "sha256",
+ "sha512": "sha512",
+ "shapiro": "shapiro",
+ "shift": "shift",
+ "short": "short",
+ "shuffle": "shuffle",
+ "siginf": "siginf",
+ "sign": "ishara",
+ "signature_date": "signature_date",
+ "sin": "dhambi",
+ "skew": "skew",
+ "slope": "slope",
+ "smk ": "smk ",
+ "smokes (L)": "smokes (L)",
+ "snh ": "snh ",
+ "sort": "aina",
+ "spearman": "spearman",
+ "specify1": "specify1",
+ "specify2": "specify2",
+ "specify3": "specify3",
+ "speed": "kasi",
+ "spline": "spline",
+ "split": "kugawanyika",
+ "sqrt": "sqrt",
+ "square": "square",
+ "squish ": "squish ",
+ "ssens ": "ssens ",
+ "ssq": "ssq",
+ "starts": "starts",
+ "state (f)": "state (f)",
+ "stats": "stats",
+ "string (c)": "string (c)",
+ "strip.background": "strip.background",
+ "strip.placement": "strip.placement",
+ "strip.switch.pad.grid": "strip.switch.pad.grid",
+ "strip.switch.pad.wrap": "strip.switch.pad.wrap",
+ "strip.text": "strip.text",
+ "strip.text.x": "strip.text.x",
+ "strip.text.y": "strip.text.y",
+ "sub.title": "sub.title",
+ "sum": "Jumla",
+ "summary": "summary",
+ "summary.fevd": "summary.fevd",
+ "sunh": "sunh",
+ "sunshine hours": "sunshine hours",
+ "swap Parameters": "swap Parameters",
+ "t": "t",
+ "taha": "taha",
+ "tall": "tall",
+ "tan": "tan",
+ "text": "text",
+ "time": "time",
+ "title": "kichwa",
+ "tmax": "tmax",
+ "tmin": "tmin",
+ "to": "kwa",
+ "tr": "tr",
+ "trigamma": "trigamma",
+ "trim": "punguza",
+ "trunc": "trunc",
+ "unknown": "unknown",
+ "upper": "juu",
+ "upper (c)": "upper (c)",
+ "v3.0 Daily Rainfall": "v3.0 Daily Rainfall",
+ "v3.0 Dekadal Rainfall": "v3.0 Dekadal Rainfall",
+ "v3.0 Monthly Rainfall": "v3.0 Monthly Rainfall",
+ "v3.0 Monthly Rainfall (Calculated)": "v3.0 Monthly Rainfall (Calculated)",
+ "v3.1 Daily Rainfall": "v3.1 Daily Rainfall",
+ "v3.1 Daily Rainfall Complete (Filled)": "v3.1 Daily Rainfall Complete (Filled)",
+ "v3.1 Dekadal Rainfall": "v3.1 Dekadal Rainfall",
+ "v3.1 Dekadal Rainfall Complete (Filled)": "v3.1 Dekadal Rainfall Complete (Filled)",
+ "v3.1 Monthly Rainfall": "v3.1 Monthly Rainfall",
+ "v3.1 Monthly Rainfall Complete (Filled)": "v3.1 Monthly Rainfall Complete (Filled)",
+ "valid (L)": "valid (L)",
+ "var": "var",
+ "variable": "variable",
+ "vcov": "vcov",
+ "viridis": "viridis",
+ "von_mises": "von_mises",
+ "vonmises": "vonmises",
+ "waerden": "waerden",
+ "wakefield::r_data_theme(n = 100": "wakefield::r_data_theme(n = 100",
+ "waller ": "waller ",
+ "wd": "wd",
+ "wday": "wday",
+ "when": "lini",
+ "which": "ambayo",
+ "wilcox": "wilcox",
+ "wilcoxsign": "wilcoxsign",
+ "winner_country": "winner_country",
+ "winner_name": "winner_name",
+ "wrappednormal": "wrappednormal",
+ "ws": "ws",
+ "xxhash32": "xxhash32",
+ "xxhash64": "xxhash64",
+ "yday": "yday",
+ "year": "mwaka",
+ "ymd": "ymd"
+}
\ No newline at end of file
diff --git a/instat/ucrDataView.Designer.vb b/instat/ucrDataView.Designer.vb
index 353c598277e..6279b0c3452 100644
--- a/instat/ucrDataView.Designer.vb
+++ b/instat/ucrDataView.Designer.vb
@@ -66,6 +66,7 @@ Partial Class ucrDataView
Me.mnuRenameColumn = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuDuplColumn = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuReorderColumn = New System.Windows.Forms.ToolStripMenuItem()
+ Me.mnuCellPasteRange = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.mnuConvertToFact = New System.Windows.Forms.ToolStripMenuItem()
Me.mnuConvertToOrderedFactor = New System.Windows.Forms.ToolStripMenuItem()
@@ -113,10 +114,9 @@ Partial Class ucrDataView
Me.linkHelpRInstatWebsite = New System.Windows.Forms.LinkLabel()
Me.panelSectionStart = New System.Windows.Forms.Panel()
Me.lblStart = New System.Windows.Forms.Label()
- Me.linkStartNewDataFrame = New System.Windows.Forms.LinkLabel()
- Me.linkStartOpenFile = New System.Windows.Forms.LinkLabel()
- Me.linkStartOpenLibrary = New System.Windows.Forms.LinkLabel()
- Me.mnuCellPasteRange = New System.Windows.Forms.ToolStripMenuItem()
+ Me.linkStartNewdataframe = New System.Windows.Forms.LinkLabel()
+ Me.linkStartImportFile = New System.Windows.Forms.LinkLabel()
+ Me.linkStartImportLibrary = New System.Windows.Forms.LinkLabel()
Me.columnContextMenuStrip.SuspendLayout()
Me.cellContextMenuStrip.SuspendLayout()
Me.rowContextMenuStrip.SuspendLayout()
@@ -277,7 +277,7 @@ Partial Class ucrDataView
Me.cellContextMenuStrip.ImageScalingSize = New System.Drawing.Size(20, 20)
Me.cellContextMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripSeparator3, Me.mnuRenameColumn, Me.mnuDuplColumn, Me.mnuReorderColumn, Me.mnuCellPasteRange, Me.ToolStripSeparator5, Me.mnuConvertToFact, Me.mnuConvertToOrderedFactor, Me.mnuConvertToCharacter, Me.mnuConvertToLogic, Me.mnuConvertToNumeric, Me.ToolStripSeparator6, Me.mnuLebelsLevel, Me.ToolStripSeparator7, Me.mnuSorts, Me.mnuComment, Me.mnuFilters, Me.mnuRemoveCurrentFilters})
Me.cellContextMenuStrip.Name = "cellContextMenuStrip"
- Me.cellContextMenuStrip.Size = New System.Drawing.Size(213, 358)
+ Me.cellContextMenuStrip.Size = New System.Drawing.Size(213, 336)
'
'ToolStripSeparator3
'
@@ -302,6 +302,12 @@ Partial Class ucrDataView
Me.mnuReorderColumn.Size = New System.Drawing.Size(212, 22)
Me.mnuReorderColumn.Text = "Reorder Column(s)..."
'
+ 'mnuCellPasteRange
+ '
+ Me.mnuCellPasteRange.Name = "mnuCellPasteRange"
+ Me.mnuCellPasteRange.Size = New System.Drawing.Size(212, 22)
+ Me.mnuCellPasteRange.Text = "Paste"
+ '
'ToolStripSeparator5
'
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
@@ -662,9 +668,9 @@ Partial Class ucrDataView
'panelSectionStart
'
Me.panelSectionStart.Controls.Add(Me.lblStart)
- Me.panelSectionStart.Controls.Add(Me.linkStartNewDataFrame)
- Me.panelSectionStart.Controls.Add(Me.linkStartOpenFile)
- Me.panelSectionStart.Controls.Add(Me.linkStartOpenLibrary)
+ Me.panelSectionStart.Controls.Add(Me.linkStartNewdataframe)
+ Me.panelSectionStart.Controls.Add(Me.linkStartImportFile)
+ Me.panelSectionStart.Controls.Add(Me.linkStartImportLibrary)
Me.panelSectionStart.Location = New System.Drawing.Point(28, 20)
Me.panelSectionStart.Name = "panelSectionStart"
Me.panelSectionStart.Size = New System.Drawing.Size(374, 96)
@@ -681,50 +687,44 @@ Partial Class ucrDataView
Me.lblStart.TabIndex = 0
Me.lblStart.Text = "Start"
'
- 'linkStartNewDataFrame
- '
- Me.linkStartNewDataFrame.ActiveLinkColor = System.Drawing.Color.Blue
- Me.linkStartNewDataFrame.AutoSize = True
- Me.linkStartNewDataFrame.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.linkStartNewDataFrame.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
- Me.linkStartNewDataFrame.Location = New System.Drawing.Point(7, 37)
- Me.linkStartNewDataFrame.Name = "linkStartNewDataFrame"
- Me.linkStartNewDataFrame.Size = New System.Drawing.Size(96, 13)
- Me.linkStartNewDataFrame.TabIndex = 3
- Me.linkStartNewDataFrame.TabStop = True
- Me.linkStartNewDataFrame.Text = "New Data Frame..."
- '
- 'linkStartOpenFile
- '
- Me.linkStartOpenFile.ActiveLinkColor = System.Drawing.Color.Blue
- Me.linkStartOpenFile.AutoSize = True
- Me.linkStartOpenFile.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.linkStartOpenFile.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
- Me.linkStartOpenFile.Location = New System.Drawing.Point(7, 56)
- Me.linkStartOpenFile.Name = "linkStartOpenFile"
- Me.linkStartOpenFile.Size = New System.Drawing.Size(81, 13)
- Me.linkStartOpenFile.TabIndex = 4
- Me.linkStartOpenFile.TabStop = True
- Me.linkStartOpenFile.Text = "Open from file..."
- '
- 'linkStartOpenLibrary
- '
- Me.linkStartOpenLibrary.ActiveLinkColor = System.Drawing.Color.Blue
- Me.linkStartOpenLibrary.AutoSize = True
- Me.linkStartOpenLibrary.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.linkStartOpenLibrary.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
- Me.linkStartOpenLibrary.Location = New System.Drawing.Point(7, 75)
- Me.linkStartOpenLibrary.Name = "linkStartOpenLibrary"
- Me.linkStartOpenLibrary.Size = New System.Drawing.Size(95, 13)
- Me.linkStartOpenLibrary.TabIndex = 5
- Me.linkStartOpenLibrary.TabStop = True
- Me.linkStartOpenLibrary.Text = "Open from library..."
- '
- 'mnuCellPasteRange
- '
- Me.mnuCellPasteRange.Name = "mnuCellPasteRange"
- Me.mnuCellPasteRange.Size = New System.Drawing.Size(212, 22)
- Me.mnuCellPasteRange.Text = "Paste"
+ 'linkStartNewdataframe
+ '
+ Me.linkStartNewdataframe.ActiveLinkColor = System.Drawing.Color.Blue
+ Me.linkStartNewdataframe.AutoSize = True
+ Me.linkStartNewdataframe.ImeMode = System.Windows.Forms.ImeMode.NoControl
+ Me.linkStartNewdataframe.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
+ Me.linkStartNewdataframe.Location = New System.Drawing.Point(7, 37)
+ Me.linkStartNewdataframe.Name = "linkStartNewdataframe"
+ Me.linkStartNewdataframe.Size = New System.Drawing.Size(91, 13)
+ Me.linkStartNewdataframe.TabIndex = 3
+ Me.linkStartNewdataframe.TabStop = True
+ Me.linkStartNewdataframe.Text = "New data frame..."
+ '
+ 'linkStartImportFile
+ '
+ Me.linkStartImportFile.ActiveLinkColor = System.Drawing.Color.Blue
+ Me.linkStartImportFile.AutoSize = True
+ Me.linkStartImportFile.ImeMode = System.Windows.Forms.ImeMode.NoControl
+ Me.linkStartImportFile.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
+ Me.linkStartImportFile.Location = New System.Drawing.Point(7, 56)
+ Me.linkStartImportFile.Name = "linkStartImportFile"
+ Me.linkStartImportFile.Size = New System.Drawing.Size(84, 13)
+ Me.linkStartImportFile.TabIndex = 4
+ Me.linkStartImportFile.TabStop = True
+ Me.linkStartImportFile.Text = "Import from file..."
+ '
+ 'linkStartImportLibrary
+ '
+ Me.linkStartImportLibrary.ActiveLinkColor = System.Drawing.Color.Blue
+ Me.linkStartImportLibrary.AutoSize = True
+ Me.linkStartImportLibrary.ImeMode = System.Windows.Forms.ImeMode.NoControl
+ Me.linkStartImportLibrary.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline
+ Me.linkStartImportLibrary.Location = New System.Drawing.Point(7, 75)
+ Me.linkStartImportLibrary.Name = "linkStartImportLibrary"
+ Me.linkStartImportLibrary.Size = New System.Drawing.Size(98, 13)
+ Me.linkStartImportLibrary.TabIndex = 5
+ Me.linkStartImportLibrary.TabStop = True
+ Me.linkStartImportLibrary.Text = "Import from library..."
'
'ucrDataView
'
@@ -810,9 +810,9 @@ Partial Class ucrDataView
Private WithEvents mnuFilters As ToolStripMenuItem
Private WithEvents mnuRemoveCurrentFilters As ToolStripMenuItem
Friend WithEvents panelSectionsAll As Panel
- Friend WithEvents linkStartOpenLibrary As LinkLabel
- Friend WithEvents linkStartOpenFile As LinkLabel
- Friend WithEvents linkStartNewDataFrame As LinkLabel
+ Friend WithEvents linkStartImportLibrary As LinkLabel
+ Friend WithEvents linkStartImportFile As LinkLabel
+ Friend WithEvents linkStartNewdataframe As LinkLabel
Friend WithEvents lblHelp As Label
Friend WithEvents lblRecent As Label
Friend WithEvents lblStart As Label
diff --git a/instat/ucrDataView.vb b/instat/ucrDataView.vb
index 6232d3e386e..358aa07782a 100644
--- a/instat/ucrDataView.vb
+++ b/instat/ucrDataView.vb
@@ -878,15 +878,15 @@ Public Class ucrDataView
frmMain.bDataSaved = False
End Sub
- Private Sub linkNewDataFrame_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkStartNewDataFrame.LinkClicked
+ Private Sub linkNewDataFrame_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkStartNewdataframe.LinkClicked
dlgNewDataFrame.ShowDialog()
End Sub
- Private Sub linkOpenFile_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkStartOpenFile.LinkClicked
+ Private Sub linkOpenFile_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkStartImportFile.LinkClicked
dlgImportDataset.ShowDialog()
End Sub
- Private Sub linkOpenLibrary_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkStartOpenLibrary.LinkClicked
+ Private Sub linkOpenLibrary_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles linkStartImportLibrary.LinkClicked
dlgFromLibrary.ShowDialog()
End Sub