Add translation

This commit is contained in:
Julia.Radzhabova
2025-07-31 21:24:14 +03:00
parent 066baaeee7
commit aed9c3468b

View File

@ -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.<br>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.',
}
})();