Add NSIS retry dialog string to _locales

This commit is contained in:
Fedor Indutny 2021-09-17 09:38:30 -07:00 committed by GitHub
parent 7e7078e11a
commit 8eb0dd3116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6313,6 +6313,14 @@
}
}
},
"NSIS__retry-dialog--first-line": {
"message": "Signal cannot be closed.",
"description": "First line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__retry-dialog--second-line": {
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"CustomizingPreferredReactions__title": {
"message": "Customize reactions",
"description": "Shown in the header of the modal for customizing the preferred reactions. Also shown in the tooltip for the button that opens this modal."