From de208a40b0c931bdfd9f8735c1bd77ca1ed29471 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 11 Jul 2022 13:02:57 +0300 Subject: [PATCH] Fix Bug 57983 --- apps/spreadsheeteditor/main/locale/en.json | 1 + apps/spreadsheeteditor/main/locale/ru.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index c517b6b98..ab8ccff27 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -3597,6 +3597,7 @@ "SSE.Views.Toolbar.txtTime": "Time", "SSE.Views.Toolbar.txtUnmerge": "Unmerge Cells", "SSE.Views.Toolbar.txtYen": "¥ Yen", + "SSE.Views.Toolbar.textShowVA": "Show Visible Area", "SSE.Views.Top10FilterDialog.textType": "Show", "SSE.Views.Top10FilterDialog.txtBottom": "Bottom", "SSE.Views.Top10FilterDialog.txtBy": "by", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 036d1bba4..e0c46290d 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -3393,6 +3393,7 @@ "SSE.Views.Toolbar.textFewPages": "страниц", "SSE.Views.Toolbar.textHeight": "Высота", "SSE.Views.Toolbar.textHideVA": "Скрыть видимую область", + "SSE.Views.Toolbar.textShowVA": "Показать видимую область", "SSE.Views.Toolbar.textHorizontal": "Горизонтальный текст", "SSE.Views.Toolbar.textInsDown": "Ячейки со сдвигом вниз", "SSE.Views.Toolbar.textInsideBorders": "Внутренние границы",