',
- '
<%= name %>
',
+ '
<%= Common.Utils.String.htmlEncode(name) %>
',
'<% if (lock) { %>',
'
<%=lockuser%>
',
'<% } %>',
diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html
index 4480d5f394..26e58915b5 100644
--- a/apps/spreadsheeteditor/main/index.html
+++ b/apps/spreadsheeteditor/main/index.html
@@ -13,12 +13,16 @@
--background-toolbar: #404040;
--background-normal: #333;
--border-toolbar: #2a2a2a;
- --highlight-button-pressed: #606060;
+ --highlight-button-hover: #606060;
--canvas-background: #666666;
/*--canvas-content-background: #fff;*/
--canvas-page-border: #555;
}
+ .theme-classic-light {
+ --highlight-button-hover: #d8dadc;
+ }
+
.loadmask {
left: 0;
top: 0;
@@ -88,7 +92,7 @@
.loadmask > .sktoolbar li {
background: #ccc;
- background: var(--highlight-button-pressed, #ccc);
+ background: var(--highlight-button-hover, #ccc);
border-radius: 3px;
width: 20px;
height: 20px;
diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy
index f23b742c26..7a0e5eb6fa 100644
--- a/apps/spreadsheeteditor/main/index.html.deploy
+++ b/apps/spreadsheeteditor/main/index.html.deploy
@@ -79,7 +79,7 @@
.loadmask > .sktoolbar li {
background: #ccc;
- background: var(--highlight-button-pressed, #ccc);
+ background: var(--highlight-button-hover, #ccc);
border-radius: 3px;
width: 20px;
height: 20px;
diff --git a/apps/spreadsheeteditor/main/locale/da.json b/apps/spreadsheeteditor/main/locale/da.json
index ac1b080aea..1bbb3e9161 100644
--- a/apps/spreadsheeteditor/main/locale/da.json
+++ b/apps/spreadsheeteditor/main/locale/da.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Avancerede indstillinger",
"Common.Views.Header.textBack": "Gå til dokumentplacering",
"Common.Views.Header.textCompactView": "Skjul værktøjslinie",
- "Common.Views.Header.textDarkTheme": "Mørkt tema",
"Common.Views.Header.textHideLines": "Skjul lineal",
"Common.Views.Header.textHideStatusBar": "Skjul statuslinie",
"Common.Views.Header.textRemoveFavorite": "Fjern fra Favoritter",
@@ -1936,8 +1935,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Aktivér alle makroer uden meddelelse",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Deaktivér alle",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Deaktivér alle makroer uden meddelelse",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Mørk",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Lys",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Vis besked",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Deaktivér alle makroer med",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "som Windows",
diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json
index 5da6a2e93a..0d99f523c2 100644
--- a/apps/spreadsheeteditor/main/locale/de.json
+++ b/apps/spreadsheeteditor/main/locale/de.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Erweiterte Einstellungen",
"Common.Views.Header.textBack": "Dateispeicherort öffnen",
"Common.Views.Header.textCompactView": "Symbolleiste ausblenden",
- "Common.Views.Header.textDarkTheme": "Dunkelmodus",
"Common.Views.Header.textHideLines": "Lineale verbergen",
"Common.Views.Header.textHideStatusBar": "Statusleiste verbergen",
"Common.Views.Header.textRemoveFavorite": "Aus Favoriten entfernen",
@@ -1938,8 +1937,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Aktivieren aller Makros ohne Benachrichtigung",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Alle deaktivieren.",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Alle Makros ohne Benachrichtigung deaktivieren",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Dunkel",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Hell",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Benachrichtigungen anzeigen",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Alle Makros mit einer Benachrichtigung deaktivieren",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "wie Windows",
diff --git a/apps/spreadsheeteditor/main/locale/el.json b/apps/spreadsheeteditor/main/locale/el.json
index 677d5be683..34db830375 100644
--- a/apps/spreadsheeteditor/main/locale/el.json
+++ b/apps/spreadsheeteditor/main/locale/el.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Προηγμένες ρυθμίσεις",
"Common.Views.Header.textBack": "Άνοιγμα τοποθεσίας αρχείου",
"Common.Views.Header.textCompactView": "Απόκρυψη Γραμμής Εργαλείων",
- "Common.Views.Header.textDarkTheme": "Σκούρο θέμα",
"Common.Views.Header.textHideLines": "Απόκρυψη Χαράκων",
"Common.Views.Header.textHideStatusBar": "Απόκρυψη Γραμμής Κατάστασης",
"Common.Views.Header.textRemoveFavorite": "Αφαίρεση από τα Αγαπημένα",
@@ -1936,8 +1935,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Ενεργοποίηση όλων των μακροεντολών χωρίς ειδοποίηση",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Απενεργοποίηση όλων",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών χωρίς ειδοποίηση",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Σκούρο",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Ανοιχτό",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Εμφάνιση Ειδοποίησης",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Απενεργοποίηση όλων των μακροεντολών με μια ειδοποίηση",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "ως Windows",
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index 12c1795743..d266889494 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -100,6 +100,8 @@
"Common.define.conditionalData.textValue": "Value is",
"Common.define.conditionalData.textYesterday": "Yesterday",
"Common.Translation.warnFileLocked": "The file is being edited in another app. You can continue editing and save it as a copy.",
+ "Common.Translation.warnFileLockedBtnEdit": "Create a copy",
+ "Common.Translation.warnFileLockedBtnView": "Open for viewing",
"Common.UI.ColorButton.textAutoColor": "Automatic",
"Common.UI.ColorButton.textNewColor": "Add New Custom Color",
"Common.UI.ComboBorderSize.txtNoBorders": "No borders",
@@ -125,6 +127,9 @@
"Common.UI.SynchronizeTip.textSynchronize": "The document has been changed by another user.
Please click to save your changes and reload the updates.",
"Common.UI.ThemeColorPalette.textStandartColors": "Standard Colors",
"Common.UI.ThemeColorPalette.textThemeColors": "Theme Colors",
+ "Common.UI.Themes.txtThemeClassicLight": "Classic Light",
+ "Common.UI.Themes.txtThemeDark": "Dark",
+ "Common.UI.Themes.txtThemeLight": "Light",
"Common.UI.Window.cancelButtonText": "Cancel",
"Common.UI.Window.closeButtonText": "Close",
"Common.UI.Window.noButtonText": "No",
@@ -195,7 +200,6 @@
"Common.Views.Header.textAdvSettings": "Advanced settings",
"Common.Views.Header.textBack": "Open file location",
"Common.Views.Header.textCompactView": "Hide Toolbar",
- "Common.Views.Header.textDarkTheme": "Dark theme",
"Common.Views.Header.textHideLines": "Hide Rulers",
"Common.Views.Header.textHideStatusBar": "Hide Status Bar",
"Common.Views.Header.textRemoveFavorite": "Remove from Favorites",
@@ -766,6 +770,8 @@
"SSE.Controllers.Main.txtPreparedBy": "Prepared by",
"SSE.Controllers.Main.txtPrintArea": "Print_Area",
"SSE.Controllers.Main.txtQuarters": "Quarters",
+ "SSE.Controllers.Main.txtQuarter": "Qtr",
+ "SSE.Controllers.Main.txtOr": "%1 or %2",
"SSE.Controllers.Main.txtRectangles": "Rectangles",
"SSE.Controllers.Main.txtRow": "Row",
"SSE.Controllers.Main.txtRowLbls": "Row Labels",
@@ -2032,8 +2038,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Enable all macros without a notification",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Disable All",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Disable all macros without a notification",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Dark",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Light",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Show Notification",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Disable all macros with a notification",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "as Windows",
diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json
index 4a3367fa8d..6591d6e054 100644
--- a/apps/spreadsheeteditor/main/locale/es.json
+++ b/apps/spreadsheeteditor/main/locale/es.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Ajustes avanzados",
"Common.Views.Header.textBack": "Abrir ubicación del archivo",
"Common.Views.Header.textCompactView": "Esconder barra de herramientas",
- "Common.Views.Header.textDarkTheme": "Tema oscuro",
"Common.Views.Header.textHideLines": "Ocultar reglas",
"Common.Views.Header.textHideStatusBar": "Ocultar barra de estado",
"Common.Views.Header.textRemoveFavorite": "Eliminar de Favoritos",
@@ -1938,8 +1937,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Habilitar todas las macros sin notificación ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Deshabilitar todo",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Deshabilitar todas las macros sin notificación",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Oscuro",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Claro",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Mostrar notificación",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Deshabilitar todas las macros con notificación",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "como Windows",
diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json
index 57b5c97c39..0d220bae8e 100644
--- a/apps/spreadsheeteditor/main/locale/fr.json
+++ b/apps/spreadsheeteditor/main/locale/fr.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Paramètres avancés",
"Common.Views.Header.textBack": "Ouvrir l'emplacement du fichier",
"Common.Views.Header.textCompactView": "Masquer la barre d'outils",
- "Common.Views.Header.textDarkTheme": "Thème sombre",
"Common.Views.Header.textHideLines": "Masquer les règles",
"Common.Views.Header.textHideStatusBar": "Masquer la barre d'état",
"Common.Views.Header.textRemoveFavorite": "Enlever des favoris",
@@ -1938,8 +1937,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Activer tous les macros sans notification",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Désactiver tout",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Désactiver tous les macros sans notification",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Sombre",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Clair",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Montrer la notification",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Désactiver tous les macros avec notification",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "comme Windows",
diff --git a/apps/spreadsheeteditor/main/locale/hu.json b/apps/spreadsheeteditor/main/locale/hu.json
index 98d7fe71a4..53513adbee 100644
--- a/apps/spreadsheeteditor/main/locale/hu.json
+++ b/apps/spreadsheeteditor/main/locale/hu.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Haladó beállítások",
"Common.Views.Header.textBack": "Fájl helyének megnyitása",
"Common.Views.Header.textCompactView": "Eszköztár elrejtése",
- "Common.Views.Header.textDarkTheme": "Sötét téma",
"Common.Views.Header.textHideLines": "Vonalzók elrejtése",
"Common.Views.Header.textHideStatusBar": "Állapotsor elrejtése",
"Common.Views.Header.textRemoveFavorite": "Eltávolítás a kedvencekből",
@@ -1936,8 +1935,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Minden értesítés nélküli makró engedélyezése",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Összes letiltása",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Minden értesítés nélküli makró letiltása",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Sötét",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Világos",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Értesítés mutatása",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Minden értesítéssel rendelkező makró letiltása",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "Windows-ként",
diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json
index 2a5f398047..f595967cc9 100644
--- a/apps/spreadsheeteditor/main/locale/ja.json
+++ b/apps/spreadsheeteditor/main/locale/ja.json
@@ -142,7 +142,6 @@
"Common.Views.Header.textAdvSettings": "詳細設定",
"Common.Views.Header.textBack": "文書URLを開く",
"Common.Views.Header.textCompactView": "ツールバーを表示しない",
- "Common.Views.Header.textDarkTheme": "ダークテーマ",
"Common.Views.Header.textHideLines": "ルーラーを表示しない",
"Common.Views.Header.textHideStatusBar": "ステータスバーを表示しない",
"Common.Views.Header.textRemoveFavorite": "お気に入りから削除",
@@ -1928,8 +1927,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "マクロを有効にして、通知しない",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "全てを無効にする",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "マクロを無効にして、通知しない",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "ダーク",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "ライト",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "通知を表示する",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "マクロを無効にして、通知する",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "Windowsのような",
diff --git a/apps/spreadsheeteditor/main/locale/nl.json b/apps/spreadsheeteditor/main/locale/nl.json
index 65626a0d32..e7672af672 100644
--- a/apps/spreadsheeteditor/main/locale/nl.json
+++ b/apps/spreadsheeteditor/main/locale/nl.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Geavanceerde instellingen",
"Common.Views.Header.textBack": "Open bestandlocatie",
"Common.Views.Header.textCompactView": "Werkbalk Verbergen",
- "Common.Views.Header.textDarkTheme": "Donker thema ",
"Common.Views.Header.textHideLines": "Linialen verbergen",
"Common.Views.Header.textHideStatusBar": "Statusbalk verbergen",
"Common.Views.Header.textRemoveFavorite": "Verwijder uit favorieten",
@@ -1936,8 +1935,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Schakel alle macro's in zonder een notificatie",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Alles uitschakelen",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Schakel alle macro's uit zonder melding",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Donker",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "licht",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Weergeef notificatie",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Schakel alle macro's uit met een melding",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "als Windows",
diff --git a/apps/spreadsheeteditor/main/locale/ro.json b/apps/spreadsheeteditor/main/locale/ro.json
index f082b13837..7ad9649970 100644
--- a/apps/spreadsheeteditor/main/locale/ro.json
+++ b/apps/spreadsheeteditor/main/locale/ro.json
@@ -144,7 +144,6 @@
"Common.Views.Header.textAdvSettings": "Setări avansate",
"Common.Views.Header.textBack": "Deschidere locația fișierului",
"Common.Views.Header.textCompactView": "Ascundere bară de instrumente",
- "Common.Views.Header.textDarkTheme": "Tema întunecată",
"Common.Views.Header.textHideLines": "Ascundere rigle",
"Common.Views.Header.textHideStatusBar": "Ascundere bară de stare",
"Common.Views.Header.textRemoveFavorite": "Eliminare din Preferințe",
@@ -1936,8 +1935,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Se activează toate macrocomenzile, fără notificare",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Se dezactivează toate",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Se dezactivează toate macrocomenzile, fără notificare",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Întunecat",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Luminozitate",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Afișare notificări",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Se dezactivează toate macrocomenzile, cu notificare ",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "ca Windows",
diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json
index 17906a4706..70d7473197 100644
--- a/apps/spreadsheeteditor/main/locale/ru.json
+++ b/apps/spreadsheeteditor/main/locale/ru.json
@@ -49,6 +49,8 @@
"Common.define.chartData.textSurface": "Поверхность",
"Common.define.chartData.textWinLossSpark": "Выигрыш/проигрыш",
"Common.Translation.warnFileLocked": "Файл редактируется в другом приложении. Вы можете продолжить редактирование и сохранить его как копию.",
+ "Common.Translation.warnFileLockedBtnEdit": "Создать копию",
+ "Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
"Common.UI.ColorButton.textAutoColor": "Автоматический",
"Common.UI.ColorButton.textNewColor": "Пользовательский цвет",
"Common.UI.ComboBorderSize.txtNoBorders": "Без границ",
@@ -74,6 +76,9 @@
"Common.UI.SynchronizeTip.textSynchronize": "Документ изменен другим пользователем.
Нажмите, чтобы сохранить свои изменения и загрузить обновления.",
"Common.UI.ThemeColorPalette.textStandartColors": "Стандартные цвета",
"Common.UI.ThemeColorPalette.textThemeColors": "Цвета темы",
+ "Common.UI.Themes.txtThemeClassicLight": "Светлая классическая",
+ "Common.UI.Themes.txtThemeDark": "Темная",
+ "Common.UI.Themes.txtThemeLight": "Светлая",
"Common.UI.Window.cancelButtonText": "Отмена",
"Common.UI.Window.closeButtonText": "Закрыть",
"Common.UI.Window.noButtonText": "Нет",
@@ -144,7 +149,6 @@
"Common.Views.Header.textAdvSettings": "Дополнительные параметры",
"Common.Views.Header.textBack": "Открыть расположение файла",
"Common.Views.Header.textCompactView": "Скрыть панель инструментов",
- "Common.Views.Header.textDarkTheme": "Темная тема",
"Common.Views.Header.textHideLines": "Скрыть линейки",
"Common.Views.Header.textHideStatusBar": "Скрыть строку состояния",
"Common.Views.Header.textRemoveFavorite": "Удалить из избранного",
@@ -687,7 +691,9 @@
"SSE.Controllers.Main.txtFiguredArrows": "Фигурные стрелки",
"SSE.Controllers.Main.txtFile": "Файл",
"SSE.Controllers.Main.txtGrandTotal": "Общий итог",
- "SSE.Controllers.Main.txtGroup": "Сгруппировать",
+ "SSE.Controllers.Main.txtGroup": "Группа",
+ "SSE.Controllers.Main.txtQuarter": "Кв-л",
+ "SSE.Controllers.Main.txtOr": "%1 или %2",
"SSE.Controllers.Main.txtHours": "Часы",
"SSE.Controllers.Main.txtLines": "Линии",
"SSE.Controllers.Main.txtMath": "Математические знаки",
@@ -1938,8 +1944,6 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRunMacrosDesc": "Включить все макросы без уведомления",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacros": "Отключить все",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtStopMacrosDesc": "Отключить все макросы без уведомления",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeDark": "Темная",
- "SSE.Views.FileMenuPanels.MainSettingsGeneral.txtThemeLight": "Светлая",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacros": "Показывать уведомление",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWarnMacrosDesc": "Отключить все макросы с уведомлением",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "как Windows",
diff --git a/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.5x.png b/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.5x.png
new file mode 100644
index 0000000000..18d70bd140
Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/img/toolbar/BorderSize@1.5x.png differ
diff --git a/apps/spreadsheeteditor/main/resources/less/app.less b/apps/spreadsheeteditor/main/resources/less/app.less
index fed2e5b4ce..d0cd39be25 100644
--- a/apps/spreadsheeteditor/main/resources/less/app.less
+++ b/apps/spreadsheeteditor/main/resources/less/app.less
@@ -10,6 +10,7 @@
// Bootstrap overwrite
@import "../../../../common/main/resources/less/variables.less";
@import "../../../../common/main/resources/less/colors-table.less";
+@import "../../../../common/main/resources/less/colors-table-classic.less";
@import "../../../../common/main/resources/less/colors-table-dark.less";
//
diff --git a/apps/spreadsheeteditor/main/resources/less/celleditor.less b/apps/spreadsheeteditor/main/resources/less/celleditor.less
index 1cf73a6e66..90fb81afcf 100644
--- a/apps/spreadsheeteditor/main/resources/less/celleditor.less
+++ b/apps/spreadsheeteditor/main/resources/less/celleditor.less
@@ -4,20 +4,21 @@
border-left: solid @scaled-one-px-value-ie @border-toolbar-ie;
border-left: solid @scaled-one-px-value @border-toolbar;
min-height: 20px;
- background-color: @background-normal-ie;
- background-color: @background-normal;
+ background-color: @background-toolbar-ie;
+ background-color: @background-toolbar;
.ce-group-name {
float: left;
height: 20px;
- border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
- border-bottom: @scaled-one-px-value solid @border-toolbar;
+ //border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
+ //border-bottom: @scaled-one-px-value solid @border-toolbar;
background-color: @background-toolbar-ie;
background-color: @background-toolbar;
#ce-cell-name {
width: 100px;
height: 19px;
+ height: calc(19px + (1px - 1px/var(--pixel-ratio-factor,1)));
padding: 0px 19px 0 4px;
vertical-align: top;
display: inline-block;
@@ -26,6 +27,8 @@
border-right: @scaled-one-px-value solid @border-toolbar;
transition: none;
-webkit-transition: none;
+ box-shadow: 0 @scaled-one-px-value-ie 0 0 @border-toolbar-ie;
+ box-shadow: 0 @scaled-one-px-value 0 0 @border-toolbar;
&[disabled] {
color: @border-preview-select-ie;
@@ -53,7 +56,7 @@
&:active:not(.disabled),
&.active:not(.disabled){
.caret {
- background-position: @arrow-small-offset-x @arrow-small-offset-y;
+ border-color: @icon-normal;
}
}
}
@@ -75,9 +78,19 @@
}
}
+ &:not(.expanded) {
+ #ce-func-label {
+ border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
+ border-bottom: @scaled-one-px-value solid @border-toolbar;
+ }
+ }
+
.ce-group-expand {
float: right;
- height: 20px;
+ //height: 20px;
+ height: 100%;
+ background-color: @background-normal-ie;
+ background-color: @background-normal;
}
.ce-group-content {
@@ -130,8 +143,8 @@
padding: 0 2px 0;
.caret {
- background-position: @arrow-small-offset-x @arrow-small-offset-y;
transition: transform .2s;
+ border-color: @icon-normal;
}
&.btn-collapse {
diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less
index c9619e6cf8..8daedd91f6 100644
--- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less
+++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less
@@ -208,23 +208,14 @@
.combo-border-size.cell-border-type {
img, .image {
background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize.png)";
+ background-size: 60px auto;
- @media only screen {
- //@media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.9),
- // (min-resolution: 1.5dppx) and (max-resolution: 1.9dppx),
- // (min-resolution: 144dpi) and (max-resolution: 191dpi)
- //{
- // background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
- // background-size: 60px auto;
- //}
+ .pixel-ratio__1_5 & {
+ background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
+ }
- @media (-webkit-min-device-pixel-ratio: 2),
- (min-resolution: 2dppx),
- (min-resolution: 192dpi)
- {
- background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@2x.png)";
- background-size: 60px auto;
- }
+ .pixel-ratio__2 & {
+ background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@2x.png)";
}
}
}
diff --git a/apps/spreadsheeteditor/main/resources/less/toolbar.less b/apps/spreadsheeteditor/main/resources/less/toolbar.less
index 1f6f0b9eb8..e3a19c398c 100644
--- a/apps/spreadsheeteditor/main/resources/less/toolbar.less
+++ b/apps/spreadsheeteditor/main/resources/less/toolbar.less
@@ -78,26 +78,19 @@
#format-rules-borders-border-width {
.border-size-item {
background: ~"url(@{app-image-const-path}/toolbar/BorderSize.png) no-repeat scroll 0 0";
+ background-size: 60px auto;
width: 60px;
height: 20px;
margin: -3px 10px -2px;
+ filter: @img-border-type-filter;
- @media only screen {
- //@media (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.9),
- // (min-resolution: 1.5dppx) and (max-resolution: 1.9dppx),
- // (min-resolution: 144dpi) and (max-resolution: 191dpi)
- //{
- // background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
- // background-size: 60px auto;
- //}
+ .pixel-ratio__1_5 & {
+ background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
+ //background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@1.5x.png)";
+ }
- @media (-webkit-min-device-pixel-ratio: 2),
- (min-resolution: 2dppx),
- (min-resolution: 192dpi)
- {
- background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@2x.png)";
- background-size: 60px auto;
- }
+ .pixel-ratio__2 & {
+ background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize@2x.png)";
}
}
}
@@ -159,6 +152,6 @@
.combo-styles {
.view, .dropdown-menu {
- background-color: @canvas-content-background;
+ //background-color: @canvas-content-background;
}
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/app/controller/Main.js b/apps/spreadsheeteditor/mobile/app/controller/Main.js
index 009aac0d6d..08872692e5 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/Main.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/Main.js
@@ -1154,6 +1154,10 @@ define([
config.msg = errData && errData.asc_getError() ? Common.Utils.String.htmlEncode(errData.asc_getError()) : this.errorDataValidate;
break;
+ case Asc.c_oAscError.ID.LockedCellPivot:
+ config.msg = this.errorLockedCellPivot;
+ break;
+
default:
config.msg = this.errorDefaultMessage.replace('%1', id);
break;
@@ -1195,6 +1199,7 @@ define([
config.buttons = [{ text: 'OK' }, { text: this.textCancel, onClick: config.callback }];
} else {
config.buttons = [{ text: 'OK', onClick: config.callback }];
+ $('#ce-cell-content').blur();
}
uiApp.modal({
title : config.title,
@@ -1796,7 +1801,8 @@ define([
warnLicenseLimitedRenewed: 'License needs to be renewed.
You have a limited access to document editing functionality.
Please contact your administrator to get full access',
warnLicenseLimitedNoAccess: 'License expired.
You have no access to document editing functionality.
Please contact your administrator.',
textGuest: 'Guest',
- errorDataValidate: 'The value you entered is not valid.
A user has restricted values that can be entered into this cell.'
+ errorDataValidate: 'The value you entered is not valid.
A user has restricted values that can be entered into this cell.',
+ errorLockedCellPivot: 'You cannot change data inside a pivot table.'
}
})(), SSE.Controllers.Main || {}))
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js
index 53872aa798..e81b34ca71 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditChart.js
@@ -626,7 +626,7 @@ define([
onBorderColor: function (palette, color) {
var me = this,
- currentShape = _shapeObject.get_ShapeProperties();
+ currentShape = _shapeObject ? _shapeObject.get_ShapeProperties() : null;
$('#edit-chart-bordercolor .color-preview').css('background-color', ('transparent' == color) ? color : ('#' + (_.isObject(color) ? color.color : color)));
_borderInfo.color = color;
diff --git a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js
index b60c14f711..83e225529c 100644
--- a/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js
+++ b/apps/spreadsheeteditor/mobile/app/controller/edit/EditShape.js
@@ -301,8 +301,7 @@ define([
},
onFillColor: function(palette, color) {
- var me = this,
- currentShape = _shapeObject.get_ShapeProperties();
+ var me = this;
if (me.api) {
var image = new Asc.asc_CImgProperty(),
@@ -327,7 +326,7 @@ define([
onBorderColor: function (palette, color) {
var me = this,
- currentShape = _shapeObject.get_ShapeProperties();
+ currentShape = _shapeObject ? _shapeObject.get_ShapeProperties() : null;
$('#edit-shape-bordercolor .color-preview').css('background-color', ('transparent' == color) ? color : ('#' + (_.isObject(color) ? color.color : color)));
_borderInfo.color = color;
diff --git a/apps/spreadsheeteditor/mobile/locale/de.json b/apps/spreadsheeteditor/mobile/locale/de.json
index 3079822e16..3d7b14a191 100644
--- a/apps/spreadsheeteditor/mobile/locale/de.json
+++ b/apps/spreadsheeteditor/mobile/locale/de.json
@@ -170,6 +170,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "Externer Fehler.
Datenbank-Verbindungsfehler. Wenden Sie sich an den Support.",
"SSE.Controllers.Main.errorDataEncrypted": "Änderungen wurden verschlüsselt. Sie können nicht entschlüsselt werden.",
"SSE.Controllers.Main.errorDataRange": "Falscher Datenbereich.",
+ "SSE.Controllers.Main.errorDataValidate": "Der eingegebene Wert ist ungültig.
Die Werte, die in diese Zelle eingegeben werden können, sind begrenzt.",
"SSE.Controllers.Main.errorDefaultMessage": "Fehlercode: %1",
"SSE.Controllers.Main.errorEditingDownloadas": "Bei der Arbeit mit dem Dokument ist ein Fehler aufgetreten.
Verwenden Sie die Option \"Herunterladen\", um die Sicherungskopie der Datei auf der Festplatte Ihres Computers zu speichern.",
"SSE.Controllers.Main.errorFilePassProtect": "Das Dokument ist kennwortgeschützt und kann nicht geöffnet werden.",
@@ -187,6 +188,7 @@
"SSE.Controllers.Main.errorKeyEncrypt": "Unbekannter Schlüsseldeskriptor",
"SSE.Controllers.Main.errorKeyExpire": "Der Schlüsseldeskriptor ist abgelaufen",
"SSE.Controllers.Main.errorLockedAll": "Die Operation kann nicht durchgeführt werden, weil das Blatt von einem anderen Benutzer gesperrt ist.",
+ "SSE.Controllers.Main.errorLockedCellPivot": "Die Daten innerhalb einer Pivot-Tabelle können nicht geändert werden.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "Umbenennen des Sheets ist derzeit nicht möglich, denn es wird gleichzeitig von einem anderen Benutzer umbenannt.",
"SSE.Controllers.Main.errorMailMergeLoadFile": "Fehler beim Laden des Dokuments. Bitte wählen Sie eine andere Datei.",
"SSE.Controllers.Main.errorMailMergeSaveFile": "Verbinden ist fehlgeschlagen.",
diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json
index fe0e794875..8136635286 100644
--- a/apps/spreadsheeteditor/mobile/locale/en.json
+++ b/apps/spreadsheeteditor/mobile/locale/en.json
@@ -170,6 +170,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "External error.
Database connection error. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorDataEncrypted": "Encrypted changes have been received, they cannot be deciphered.",
"SSE.Controllers.Main.errorDataRange": "Incorrect data range.",
+ "SSE.Controllers.Main.errorDataValidate": "The value you entered is not valid.
A user has restricted values that can be entered into this cell.",
"SSE.Controllers.Main.errorDefaultMessage": "Error code: %1",
"SSE.Controllers.Main.errorEditingDownloadas": "An error occurred during the work with the document.
Use the 'Download' option to save the file backup copy to your computer hard drive.",
"SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
@@ -187,6 +188,7 @@
"SSE.Controllers.Main.errorKeyEncrypt": "Unknown key descriptor",
"SSE.Controllers.Main.errorKeyExpire": "Key descriptor expired",
"SSE.Controllers.Main.errorLockedAll": "The operation could not be done as the sheet has been locked by another user.",
+ "SSE.Controllers.Main.errorLockedCellPivot": "You cannot change data inside a pivot table.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "The sheet cannot be renamed at the moment as it is being renamed by another user",
"SSE.Controllers.Main.errorMailMergeLoadFile": "Loading the document failed. Please select a different file.",
"SSE.Controllers.Main.errorMailMergeSaveFile": "Merge failed.",
diff --git a/apps/spreadsheeteditor/mobile/locale/es.json b/apps/spreadsheeteditor/mobile/locale/es.json
index f0384e4128..b620b4fff5 100644
--- a/apps/spreadsheeteditor/mobile/locale/es.json
+++ b/apps/spreadsheeteditor/mobile/locale/es.json
@@ -170,6 +170,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "Error externo.
Error de conexión a la base de datos. Por favor, póngase en contacto con soporte si el error persiste.",
"SSE.Controllers.Main.errorDataEncrypted": "Se han recibido cambios cifrados, ellos no pueden ser descifrados.",
"SSE.Controllers.Main.errorDataRange": "Rango de datos incorrecto.",
+ "SSE.Controllers.Main.errorDataValidate": "El valor que ha introducido no es válido.
Un usuario ha restringido los valores que pueden ser introducidos en esta celda.",
"SSE.Controllers.Main.errorDefaultMessage": "Código de error: %1",
"SSE.Controllers.Main.errorEditingDownloadas": "Se produjo un error durante el trabajo con el documento.
Use la opción 'Descargar' para guardar la copia de seguridad de archivo en el disco duro de su computadora.",
"SSE.Controllers.Main.errorFilePassProtect": "El archivo está protegido por una contraseña y no puede ser abierto.",
@@ -187,6 +188,7 @@
"SSE.Controllers.Main.errorKeyEncrypt": "Descriptor de clave desconocido",
"SSE.Controllers.Main.errorKeyExpire": "Descriptor de clave ha expirado",
"SSE.Controllers.Main.errorLockedAll": "No se puede realizar la operación porque la hoja ha sido bloqueado por otro usuario.",
+ "SSE.Controllers.Main.errorLockedCellPivot": "No puede modificar datos dentro de una tabla dinámica.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "No se puede cambiar el nombre de la hoja en este momento, porque se está cambiando el nombre por otro usuario",
"SSE.Controllers.Main.errorMailMergeLoadFile": "Error al cargar el archivo. Por favor seleccione uno distinto.",
"SSE.Controllers.Main.errorMailMergeSaveFile": "Error de fusión.",
diff --git a/apps/spreadsheeteditor/mobile/locale/fr.json b/apps/spreadsheeteditor/mobile/locale/fr.json
index 2bc1bea562..011c6b08dc 100644
--- a/apps/spreadsheeteditor/mobile/locale/fr.json
+++ b/apps/spreadsheeteditor/mobile/locale/fr.json
@@ -170,6 +170,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "Erreur externe.
Erreur de connexion base de données. Contactez l'assistance technique si le problême persiste.",
"SSE.Controllers.Main.errorDataEncrypted": "Modifications encodées reçues, mais ne peuvent pas être déchiffrées.",
"SSE.Controllers.Main.errorDataRange": "Plage de données incorrecte.",
+ "SSE.Controllers.Main.errorDataValidate": "La valeur saisie est incorrecte.
Un utilisateur a restreint les valeurs pouvant être saisies dans cette cellule.",
"SSE.Controllers.Main.errorDefaultMessage": "Code d'erreur : %1",
"SSE.Controllers.Main.errorEditingDownloadas": "Une erreure s'est produite lors du travail sur le document.
Utilisez l'option « Télécharger » pour enregistrer une copie de sauvegarde sur le disque dur de votre système.",
"SSE.Controllers.Main.errorFilePassProtect": "Le fichier est protégé par le mot de passe et ne peut pas être ouvert.",
@@ -187,6 +188,7 @@
"SSE.Controllers.Main.errorKeyEncrypt": "Descripteur de clés inconnu",
"SSE.Controllers.Main.errorKeyExpire": "Descripteur de clés expiré",
"SSE.Controllers.Main.errorLockedAll": "L'opération ne peut pas être faite car la feuille a été verrouillée par un autre utilisateur.",
+ "SSE.Controllers.Main.errorLockedCellPivot": "Impossible de modifier les données d'un tableau croisé dynamique.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "La feuille ne peut pas être renommée pour l'instant puisque elle est renommée par un autre utilisateur",
"SSE.Controllers.Main.errorMailMergeLoadFile": "Échec du chargement. Merci de choisir un autre fichier",
"SSE.Controllers.Main.errorMailMergeSaveFile": "Fusion a échoué.",
diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json
index 8f3cb4a36e..05a06bf8b0 100644
--- a/apps/spreadsheeteditor/mobile/locale/ru.json
+++ b/apps/spreadsheeteditor/mobile/locale/ru.json
@@ -170,6 +170,7 @@
"SSE.Controllers.Main.errorDatabaseConnection": "Внешняя ошибка.
Ошибка подключения к базе данных. Если ошибка повторяется, пожалуйста, обратитесь в службу поддержки.",
"SSE.Controllers.Main.errorDataEncrypted": "Получены зашифрованные изменения, их нельзя расшифровать.",
"SSE.Controllers.Main.errorDataRange": "Некорректный диапазон данных.",
+ "SSE.Controllers.Main.errorDataValidate": "Введенное значение недопустимо.
Значения, которые можно ввести в эту ячейку, ограничены.",
"SSE.Controllers.Main.errorDefaultMessage": "Код ошибки: %1",
"SSE.Controllers.Main.errorEditingDownloadas": "В ходе работы с документом произошла ошибка.
Используйте опцию 'Скачать', чтобы сохранить резервную копию файла на жестком диске компьютера.",
"SSE.Controllers.Main.errorFilePassProtect": "Файл защищен паролем и не может быть открыт.",
@@ -187,6 +188,7 @@
"SSE.Controllers.Main.errorKeyEncrypt": "Неизвестный дескриптор ключа",
"SSE.Controllers.Main.errorKeyExpire": "Срок действия дескриптора ключа истек",
"SSE.Controllers.Main.errorLockedAll": "Операция не может быть произведена, так как лист заблокирован другим пользователем.",
+ "SSE.Controllers.Main.errorLockedCellPivot": "Нельзя изменить данные в сводной таблице.",
"SSE.Controllers.Main.errorLockedWorksheetRename": "В настоящее время лист нельзя переименовать, так как его переименовывает другой пользователь",
"SSE.Controllers.Main.errorMailMergeLoadFile": "Загрузка документа не удалась. Выберите другой файл.",
"SSE.Controllers.Main.errorMailMergeSaveFile": "Не удалось выполнить слияние.",