comparison nsis/lang/danish.nsi @ 15512:f0f06837a699

Update runtime files. commit https://github.com/vim/vim/commit/d09091d4955c5f41de69928f2db85611ed54ed23 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 16:07:22 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:15:08 +0100
parents c0eb9a74f73d
children 314694a2e74a
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
8 8
9 !insertmacro MUI_LANGUAGE "Danish" 9 !insertmacro MUI_LANGUAGE "Danish"
10 10
11 11
12 # Overwrite the default translation. 12 # Overwrite the default translation.
13 # These string should be always English. Otherwise dosinst.c fails. 13 # These strings should be always English. Otherwise dosinst.c fails.
14 LangString ^SetupCaption ${LANG_DANISH} "$(^Name) Setup" 14 LangString ^SetupCaption ${LANG_DANISH} "$(^Name) Setup"
15 LangString ^UninstallCaption ${LANG_DANISH} "$(^Name) Uninstall" 15 LangString ^UninstallCaption ${LANG_DANISH} "$(^Name) Uninstall"
16 16
17 ############################################################################## 17 ##############################################################################
18 # MUI Configuration Strings {{{1 18 # MUI Configuration Strings {{{1