diff --git a/apps/documenteditor/embed/locale/en.json b/apps/documenteditor/embed/locale/en.json
index c84f6fd9f..01974c34a 100644
--- a/apps/documenteditor/embed/locale/en.json
+++ b/apps/documenteditor/embed/locale/en.json
@@ -47,5 +47,6 @@
"DE.ApplicationView.txtFileLocation": "Open file location",
"DE.ApplicationView.txtFullScreen": "Full Screen",
"DE.ApplicationView.txtPrint": "Print",
- "DE.ApplicationView.txtShare": "Share"
+ "DE.ApplicationView.txtShare": "Share",
+ "DE.ApplicationView.txtSearch": "Search"
}
\ No newline at end of file
diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json
index f0a2b4233..89b0393f0 100644
--- a/apps/documenteditor/forms/locale/en.json
+++ b/apps/documenteditor/forms/locale/en.json
@@ -45,6 +45,10 @@
"Common.UI.Window.textInformation": "Information",
"Common.UI.Window.textWarning": "Warning",
"Common.UI.Window.yesButtonText": "Yes",
+ "Common.UI.SearchBar.textFind": "Find",
+ "Common.UI.SearchBar.tipPreviousResult": "Previous result",
+ "Common.UI.SearchBar.tipNextResult": "Next result",
+ "Common.UI.SearchBar.tipCloseSearch": "Close search",
"Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again",
"Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using context menu actions will be performed within this editor tab only.
To copy or paste to or from applications outside the editor tab use the following keyboard combinations:",
"Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions",
@@ -167,5 +171,6 @@
"DE.Views.ApplicationView.txtFullScreen": "Full Screen",
"DE.Views.ApplicationView.txtPrint": "Print",
"DE.Views.ApplicationView.txtShare": "Share",
- "DE.Views.ApplicationView.txtTheme": "Interface theme"
+ "DE.Views.ApplicationView.txtTheme": "Interface theme",
+ "DE.Views.ApplicationView.txtSearch": "Search"
}
\ No newline at end of file
diff --git a/apps/presentationeditor/embed/locale/en.json b/apps/presentationeditor/embed/locale/en.json
index d311f798c..dec99cb7b 100644
--- a/apps/presentationeditor/embed/locale/en.json
+++ b/apps/presentationeditor/embed/locale/en.json
@@ -35,5 +35,6 @@
"PE.ApplicationView.txtFileLocation": "Open file location",
"PE.ApplicationView.txtFullScreen": "Full Screen",
"PE.ApplicationView.txtPrint": "Print",
- "PE.ApplicationView.txtShare": "Share"
+ "PE.ApplicationView.txtShare": "Share",
+ "PE.ApplicationView.txtSearch": "Search"
}
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/embed/locale/en.json b/apps/spreadsheeteditor/embed/locale/en.json
index f8c5368b1..43f5cba1f 100644
--- a/apps/spreadsheeteditor/embed/locale/en.json
+++ b/apps/spreadsheeteditor/embed/locale/en.json
@@ -35,5 +35,6 @@
"SSE.ApplicationView.txtFileLocation": "Open file location",
"SSE.ApplicationView.txtFullScreen": "Full Screen",
"SSE.ApplicationView.txtPrint": "Print",
- "SSE.ApplicationView.txtShare": "Share"
+ "SSE.ApplicationView.txtShare": "Share",
+ "SSE.ApplicationView.txtSearch": "Search"
}
\ No newline at end of file