diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index 011cbd53a..942393999 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -829,6 +829,7 @@
"SSE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"SSE.Controllers.Toolbar.warnLongOperation": "The operation you are about to perform might take rather much time to complete.
Are you sure you want to continue?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Only the data from the upper-left cell will remain in the merged cell.
Are you sure you want to continue?",
+ "SSE.Controllers.Toolbar.textPivot": "Pivot Table",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Custom Filter",
"SSE.Views.AutoFilterDialog.cancelButtonText": "Cancel",
"SSE.Views.AutoFilterDialog.okButtonText": "OK",
@@ -1446,6 +1447,57 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabPosition": "Tab Position",
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Right",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings",
+ "SSE.Views.PivotSettings.textFields": "Select Fields",
+ "SSE.Views.PivotSettings.textOK": "OK",
+ "SSE.Views.PivotSettings.textCancel": "Cancel",
+ "SSE.Views.PivotSettings.textValues": "Values",
+ "SSE.Views.PivotSettings.textRows": "Rows",
+ "SSE.Views.PivotSettings.textColumns": "Columns",
+ "SSE.Views.PivotSettings.textFilters": "Filters",
+ "SSE.Views.PivotSettings.notcriticalErrorTitle": "Warning",
+ "SSE.Views.PivotSettings.textAdvanced": "Show advanced settings",
+ "SSE.Views.PivotSettings.txtMoveUp": "Move Up",
+ "SSE.Views.PivotSettings.txtMoveDown": "Move Down",
+ "SSE.Views.PivotSettings.txtMoveBegin": "Move to Beginning",
+ "SSE.Views.PivotSettings.txtMoveEnd": "Move to End",
+ "SSE.Views.PivotSettings.txtMoveFilter": "Move to Filters",
+ "SSE.Views.PivotSettings.txtMoveRow": "Move to Rows",
+ "SSE.Views.PivotSettings.txtMoveColumn": "Move to Columns",
+ "SSE.Views.PivotSettings.txtMoveValues": "Move to Values",
+ "SSE.Views.PivotSettings.txtRemove": "Remove Field",
+ "SSE.Views.PivotSettings.txtFieldSettings": "Field Settings",
+ "SSE.Views.PivotSettings.txtAddFilter": "Add to Filters",
+ "SSE.Views.PivotSettings.txtAddRow": "Add to Rows",
+ "SSE.Views.PivotSettings.txtAddColumn": "Add to Columns",
+ "SSE.Views.PivotSettings.txtAddValues": "Add to Values",
+ "SSE.Views.PivotTable.txtCreate": "Insert Table",
+ "SSE.Views.PivotTable.tipCreatePivot": "Insert Pivot Table",
+ "SSE.Views.PivotTable.textRowHeader": "Row Headers",
+ "SSE.Views.PivotTable.textColHeader": "Column Headers",
+ "SSE.Views.PivotTable.textRowBanded": "Banded Rows",
+ "SSE.Views.PivotTable.textColBanded": "Banded Columns",
+ "SSE.Views.PivotTable.capBlankRows": "Blank Rows",
+ "SSE.Views.PivotTable.mniInsertBlankLine": "Insert Blank Line after Each Item",
+ "SSE.Views.PivotTable.mniRemoveBlankLine": "Remove Blank Line after Each Item",
+ "SSE.Views.PivotTable.capGrandTotals": "Grand Totals",
+ "SSE.Views.PivotTable.mniOffTotals": "Off for Rows and Columns",
+ "SSE.Views.PivotTable.mniOnTotals": "On for Rows and Columns",
+ "SSE.Views.PivotTable.mniOnRowsTotals": "On for Rows Only",
+ "SSE.Views.PivotTable.mniOnColumnsTotals": "On for Columns Only",
+ "SSE.Views.PivotTable.capLayout": "Report Layout",
+ "SSE.Views.PivotTable.capSubtotals": "Subtotals",
+ "SSE.Views.PivotTable.mniLayoutCompact": "Show in Compact Form",
+ "SSE.Views.PivotTable.mniLayoutOutline": "Show in Outline Form",
+ "SSE.Views.PivotTable.mniLayoutTabular": "Show in Tabular Form",
+ "SSE.Views.PivotTable.mniLayoutRepeat": "Repeat All Item Labels",
+ "SSE.Views.PivotTable.mniLayoutNoRepeat": "Don't Repeat All Item Labels",
+ "SSE.Views.PivotTable.mniNoSubtotals": "Don't Show Subtotals",
+ "SSE.Views.PivotTable.mniBottomSubtotals": "Show all Subtotals at Bottom of Group",
+ "SSE.Views.PivotTable.mniTopSubtotals": "Show all Subtotals at Top of Group",
+ "SSE.Views.PivotTable.txtRefresh": "Refresh",
+ "SSE.Views.PivotTable.tipRefresh": "Update the information from data source",
+ "SSE.Views.PivotTable.tipGrandTotals": "Show or hide grand totals",
+ "SSE.Views.PivotTable.tipSubtotals": "Show or hide subtotals",
"SSE.Views.PrintSettings.btnPrint": "Save & Print",
"SSE.Views.PrintSettings.cancelButtonText": "Cancel",
"SSE.Views.PrintSettings.strBottom": "Bottom",
@@ -1477,6 +1529,7 @@
"SSE.Views.RightMenu.txtChartSettings": "Chart settings",
"SSE.Views.RightMenu.txtImageSettings": "Image settings",
"SSE.Views.RightMenu.txtParagraphSettings": "Text settings",
+ "SSE.Views.RightMenu.txtPivotSettings": "Pivot Table Settings",
"SSE.Views.RightMenu.txtSettings": "Common Settings",
"SSE.Views.RightMenu.txtShapeSettings": "Shape settings",
"SSE.Views.RightMenu.txtSignatureSettings": "Signature Settings",