From 4db1789e8ab4d63cacade2d612f8e39baaaba136 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 8 Sep 2021 19:13:28 +0300 Subject: [PATCH] [SSE mobile] For Bug 52416 --- apps/spreadsheeteditor/mobile/locale/en.json | 3 ++- apps/spreadsheeteditor/mobile/locale/ru.json | 3 ++- .../mobile/src/view/settings/ApplicationSettings.jsx | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index 29db9ae794..2c13e5d38b 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -649,7 +649,8 @@ "txtSemicolon": "Semicolon", "txtSpace": "Space", "txtTab": "Tab", - "warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?" + "warnDownloadAs": "If you continue saving in this format all features except the text will be lost.
Are you sure you want to continue?", + "textExample": "Example" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json index 4b0bb25f93..0da5d20f14 100644 --- a/apps/spreadsheeteditor/mobile/locale/ru.json +++ b/apps/spreadsheeteditor/mobile/locale/ru.json @@ -649,7 +649,8 @@ "txtSemicolon": "Точка с запятой", "txtSpace": "Пробел", "txtTab": "Табуляция", - "warnDownloadAs": "Если вы продолжите сохранение в этот формат, весь функционал, кроме текста, будет потерян.
Вы действительно хотите продолжить?" + "warnDownloadAs": "Если вы продолжите сохранение в этот формат, весь функционал, кроме текста, будет потерян.
Вы действительно хотите продолжить?", + "textExample": "Пример" } } } \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx index d2738b5773..56a34f4c18 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx @@ -55,7 +55,7 @@ const PageApplicationSettings = props => { {_t.textRegionalSettings} -