Skip to content

Commit

Permalink
[DE PE SSE] Background plugins: add translations, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaSvinareva committed Sep 21, 2023
1 parent 7bd9a2f commit c598fc7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/documenteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,9 @@
"Common.Views.Plugins.textStart": "Start",
"Common.Views.Plugins.textStop": "Stop",
"Common.Views.Plugins.tipMore": "More",
"Common.Views.Plugins.textBackgroundPlugins": "Background Plugins",
"Common.Views.Plugins.textTheListOfBackgroundPlugins": "The list of background plugins",
"Common.Views.Plugins.textSettings": "Settings",
"Common.Views.PluginPanel.textClosePanel": "Close plugin",
"Common.Views.PluginPanel.textLoading": "Loading",
"Common.Views.Protection.hintAddPwd": "Encrypt with password",
Expand Down
3 changes: 3 additions & 0 deletions apps/presentationeditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@
"Common.Views.Plugins.textStart": "Start",
"Common.Views.Plugins.textStop": "Stop",
"Common.Views.Plugins.tipMore": "More",
"Common.Views.Plugins.textBackgroundPlugins": "Background Plugins",
"Common.Views.Plugins.textTheListOfBackgroundPlugins": "The list of background plugins",
"Common.Views.Plugins.textSettings": "Settings",
"Common.Views.PluginPanel.textClosePanel": "Close plugin",
"Common.Views.PluginPanel.textLoading": "Loading",
"Common.Views.Protection.hintAddPwd": "Encrypt with password",
Expand Down
1 change: 0 additions & 1 deletion apps/spreadsheeteditor/main/app/controller/LeftMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ define([
this.leftMenu.btnComments.setDisabled(true);
this.leftMenu.btnChat.setDisabled(true);
/** coauthoring end **/
this.leftMenu.btnPlugins.setDisabled(true);
this.leftMenu.btnSpellcheck.setDisabled(true);
this.leftMenu.fireEvent('plugins:disable', [true]);

Expand Down
3 changes: 3 additions & 0 deletions apps/spreadsheeteditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,9 @@
"Common.Views.Plugins.textStart": "Start",
"Common.Views.Plugins.textStop": "Stop",
"Common.Views.Plugins.tipMore": "More",
"Common.Views.Plugins.textBackgroundPlugins": "Background Plugins",
"Common.Views.Plugins.textTheListOfBackgroundPlugins": "The list of background plugins",
"Common.Views.Plugins.textSettings": "Settings",
"Common.Views.PluginPanel.textClosePanel": "Close plugin",
"Common.Views.PluginPanel.textLoading": "Loading",
"Common.Views.Protection.hintAddPwd": "Encrypt with password",
Expand Down

0 comments on commit c598fc7

Please sign in to comment.