From 98ff253ae9d5167c3b3b5f03637fc127cce0e25e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 4 Apr 2016 11:50:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D1=8B?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/documenteditor/main/locale/en.json | 4 ++-- apps/documenteditor/main/locale/ru.json | 7 ++++++- apps/presentationeditor/main/locale/en.json | 2 +- apps/presentationeditor/main/locale/ru.json | 5 +++-- apps/spreadsheeteditor/main/locale/en.json | 2 +- apps/spreadsheeteditor/main/locale/ru.json | 5 +++-- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 9ecb97828..492b9e6eb 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -991,6 +991,7 @@ "DE.Views.ImageSettingsAdvanced.textPage": "Page", "DE.Views.ImageSettingsAdvanced.textParagraph": "Paragraph", "DE.Views.ImageSettingsAdvanced.textPosition": "Position", + "DE.Views.ImageSettingsAdvanced.textPositionPc": "Relative position", "DE.Views.ImageSettingsAdvanced.textRelative": "relative to", "DE.Views.ImageSettingsAdvanced.textRight": "Right", "DE.Views.ImageSettingsAdvanced.textRightMargin": "Right Margin", @@ -1014,7 +1015,6 @@ "DE.Views.ImageSettingsAdvanced.textWrapThroughTooltip": "Through", "DE.Views.ImageSettingsAdvanced.textWrapTightTooltip": "Tight", "DE.Views.ImageSettingsAdvanced.textWrapTopbottomTooltip": "Top and Bottom", - "DE.Views.ImageSettingsAdvanced.textPositionPc": "Relative position", "DE.Views.LeftMenu.tipAbout": "About", "DE.Views.LeftMenu.tipChat": "Chat", "DE.Views.LeftMenu.tipComments": "Comments", @@ -1355,9 +1355,9 @@ "DE.Views.TableSettingsAdvanced.tipTableOuterCellAll": "Set Outer Border and Borders for All Inner Cells", "DE.Views.TableSettingsAdvanced.tipTableOuterCellInner": "Set Outer Border and Vertical and Horizontal Lines for Inner Cells", "DE.Views.TableSettingsAdvanced.tipTableOuterCellOuter": "Set Table Outer Border and Outer Borders for Inner Cells", + "DE.Views.TableSettingsAdvanced.txtCm": "Centimeter", "DE.Views.TableSettingsAdvanced.txtNoBorders": "No borders", "DE.Views.TableSettingsAdvanced.txtPercent": "Percent", - "DE.Views.TableSettingsAdvanced.txtCm": "Centimeter", "DE.Views.TableSettingsAdvanced.txtPt": "Point", "DE.Views.TextArtSettings.strColor": "Color", "DE.Views.TextArtSettings.strFill": "Fill", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index cbbf6b67b..07f4a7bf4 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -81,6 +81,7 @@ "Common.UI.SearchDialog.textTitle": "Поиск и замена", "Common.UI.SearchDialog.textTitle2": "Найти", "Common.UI.SearchDialog.textWholeWords": "Только слово целиком", + "Common.UI.SearchDialog.txtBtnHideReplace": "Скрыть поле замены", "Common.UI.SearchDialog.txtBtnReplace": "Заменить", "Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все", "Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение", @@ -990,6 +991,7 @@ "DE.Views.ImageSettingsAdvanced.textPage": "Страницы", "DE.Views.ImageSettingsAdvanced.textParagraph": "Абзаца", "DE.Views.ImageSettingsAdvanced.textPosition": "Положение", + "DE.Views.ImageSettingsAdvanced.textPositionPc": "Относительное положение", "DE.Views.ImageSettingsAdvanced.textRelative": "относительно", "DE.Views.ImageSettingsAdvanced.textRight": "Справа", "DE.Views.ImageSettingsAdvanced.textRightMargin": "Правого поля", @@ -1087,7 +1089,7 @@ "DE.Views.PageSizeDialog.textHeight": "Высота", "DE.Views.PageSizeDialog.textTitle": "Размер страницы", "DE.Views.PageSizeDialog.textWidth": "Ширина", - "DE.Views.ParagraphSettings.strLineHeight": "Междустрочный", + "DE.Views.ParagraphSettings.strLineHeight": "Междустрочный интервал", "DE.Views.ParagraphSettings.strParagraphSpacing": "Интервал", "DE.Views.ParagraphSettings.strSomeParagraphSpace": "Не добавлять интервал между абзацами одного стиля", "DE.Views.ParagraphSettings.strSpacingAfter": "После", @@ -1353,7 +1355,10 @@ "DE.Views.TableSettingsAdvanced.tipTableOuterCellAll": "Задать внешнюю границу и границы для всех внутренних ячеек", "DE.Views.TableSettingsAdvanced.tipTableOuterCellInner": "Задать внешнюю границу и вертикальные и горизонтальные линии для внутренних ячеек", "DE.Views.TableSettingsAdvanced.tipTableOuterCellOuter": "Задать внешнюю границу таблицы и внешние границы для внутренних ячеек", + "DE.Views.TableSettingsAdvanced.txtCm": "Сантиметр", "DE.Views.TableSettingsAdvanced.txtNoBorders": "Без границ", + "DE.Views.TableSettingsAdvanced.txtPercent": "Процент", + "DE.Views.TableSettingsAdvanced.txtPt": "Пункт", "DE.Views.TextArtSettings.strColor": "Цвет", "DE.Views.TextArtSettings.strFill": "Заливка", "DE.Views.TextArtSettings.strSize": "Толщина", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 981c11726..05c8825f9 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -146,7 +146,7 @@ "PE.Controllers.Main.textAnonymous": "Anonymous", "PE.Controllers.Main.textBuyNow": "Buy now", "PE.Controllers.Main.textCloseTip": "\nClick to close the tip", - "PE.Controllers.Main.textLoadingDocument": "Loading document", + "PE.Controllers.Main.textLoadingDocument": "Loading presentation", "PE.Controllers.Main.textNoLicenseTitle": "License expired", "PE.Controllers.Main.textShape": "Shape", "PE.Controllers.Main.textStrict": "Strict mode", diff --git a/apps/presentationeditor/main/locale/ru.json b/apps/presentationeditor/main/locale/ru.json index c1164982e..97cc37c81 100644 --- a/apps/presentationeditor/main/locale/ru.json +++ b/apps/presentationeditor/main/locale/ru.json @@ -23,6 +23,7 @@ "Common.UI.SearchDialog.textTitle": "Поиск", "Common.UI.SearchDialog.textTitle2": "Поиск", "Common.UI.SearchDialog.textWholeWords": "Только слово целиком", + "Common.UI.SearchDialog.txtBtnHideReplace": "Скрыть поле замены", "Common.UI.SearchDialog.txtBtnReplace": "Заменить", "Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все", "Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение", @@ -145,7 +146,7 @@ "PE.Controllers.Main.textAnonymous": "Аноним", "PE.Controllers.Main.textBuyNow": "Купить", "PE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку", - "PE.Controllers.Main.textLoadingDocument": "Загрузка документа", + "PE.Controllers.Main.textLoadingDocument": "Загрузка презентации", "PE.Controllers.Main.textNoLicenseTitle": "Истек срок действия лицензии", "PE.Controllers.Main.textShape": "Фигура", "PE.Controllers.Main.textStrict": "Строгий режим", @@ -416,7 +417,7 @@ "PE.Views.LeftMenu.tipSlides": "Слайды", "PE.Views.LeftMenu.tipSupport": "Обратная связь и поддержка", "PE.Views.LeftMenu.tipTitles": "Заголовки", - "PE.Views.ParagraphSettings.strLineHeight": "Междустрочный", + "PE.Views.ParagraphSettings.strLineHeight": "Междустрочный интервал", "PE.Views.ParagraphSettings.strParagraphSpacing": "Интервал", "PE.Views.ParagraphSettings.strSpacingAfter": "После", "PE.Views.ParagraphSettings.strSpacingBefore": "Перед", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index d88326cf3..cb7cba456 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -182,7 +182,7 @@ "SSE.Controllers.Main.textBuyNow": "Buy now", "SSE.Controllers.Main.textCloseTip": "\nClick to close the tip", "SSE.Controllers.Main.textConfirm": "Confirmation", - "SSE.Controllers.Main.textLoadingDocument": "Loading document", + "SSE.Controllers.Main.textLoadingDocument": "Loading spreadsheet", "SSE.Controllers.Main.textNo": "No", "SSE.Controllers.Main.textNoLicenseTitle": "License expired", "SSE.Controllers.Main.textPleaseWait": "The operation might take more time than expected. Please wait...", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 5d3caa437..6be284dd2 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -20,6 +20,7 @@ "Common.UI.SearchDialog.textTitle": "Поиск и замена", "Common.UI.SearchDialog.textTitle2": "Найти", "Common.UI.SearchDialog.textWholeWords": "Только слово целиком", + "Common.UI.SearchDialog.txtBtnHideReplace": "Скрыть поле замены", "Common.UI.SearchDialog.txtBtnReplace": "Заменить", "Common.UI.SearchDialog.txtBtnReplaceAll": "Заменить все", "Common.UI.SynchronizeTip.textDontShow": "Больше не показывать это сообщение", @@ -181,7 +182,7 @@ "SSE.Controllers.Main.textBuyNow": "Купить", "SSE.Controllers.Main.textCloseTip": "\nЩелкните, чтобы закрыть эту подсказку", "SSE.Controllers.Main.textConfirm": "Подтверждение", - "SSE.Controllers.Main.textLoadingDocument": "Загрузка документа", + "SSE.Controllers.Main.textLoadingDocument": "Загрузка таблицы", "SSE.Controllers.Main.textNo": "Нет", "SSE.Controllers.Main.textNoLicenseTitle": "Истек срок действия лицензии", "SSE.Controllers.Main.textPleaseWait": "Операция может занять больше времени, чем предполагалось. Пожалуйста, подождите...", @@ -629,7 +630,7 @@ "SSE.Views.NameManagerDlg.textWorkbook": "Книга", "SSE.Views.NameManagerDlg.tipIsLocked": "Этот элемент редактируется другим пользователем.", "SSE.Views.NameManagerDlg.txtTitle": "Диспетчер имен", - "SSE.Views.ParagraphSettings.strLineHeight": "Междустрочный", + "SSE.Views.ParagraphSettings.strLineHeight": "Междустрочный интервал", "SSE.Views.ParagraphSettings.strParagraphSpacing": "Интервал", "SSE.Views.ParagraphSettings.strSpacingAfter": "После", "SSE.Views.ParagraphSettings.strSpacingBefore": "Перед",