From aed9c3468b485a3a7954f0c18bfeef59c8f727ca Mon Sep 17 00:00:00 2001 From: "Julia.Radzhabova" Date: Thu, 31 Jul 2025 21:24:14 +0300 Subject: [PATCH] Add translation --- apps/documenteditor/embed/js/ApplicationController.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 4913fea939..d16b6e2dfa 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -1188,6 +1188,8 @@ DE.ApplicationController = new(function(){ txtYes:'Yes', txtNo: 'No', textOk: 'OK', - textCancel: 'Cancel' + textCancel: 'Cancel', + txtSecurityWarningLink: 'This document is trying to connect to %1.
If you trust this site, press \"OK\" while holding down the ctrl key.', + txtSecurityWarningOpenFile: 'This document is trying to open file dialog, press \"OK\" to open.', } })(); \ No newline at end of file