[embed][forms] Add translations

This commit is contained in:
JuliaSvinareva 2022-06-09 12:09:36 +03:00
parent 8955051b35
commit 287c956f50
4 changed files with 12 additions and 4 deletions

View file

@ -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"
}

View file

@ -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.<br><br>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"
}

View file

@ -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"
}

View file

@ -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"
}