From 345ba88cfbe2b14a0645a2ddfb5d09f98013094b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 6 Feb 2017 17:15:19 +0300 Subject: [PATCH] [SSE] Add translation for Bug 19709. --- apps/spreadsheeteditor/main/locale/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 52b663215..ee60dbe08 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1414,6 +1414,8 @@ "SSE.Views.Statusbar.tipZoomOut": "Zoom Out", "SSE.Views.Statusbar.txAccessRights": "Change access rights", "SSE.Views.Statusbar.zoomText": "Zoom {0}%", + "SSE.Views.Statusbar.filteredRecordsText": "{0} of {1} records filtered", + "SSE.Views.Statusbar.filteredText": "Filter mode", "SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.
Select a uniform data range different from the existing one and try again.", "SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operation could not be completed for the selected cell range.
Select a range so that the first table row was on the same row
and the resulting table overlapped the current one.", "SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range.
Select a range which does not include other tables.",