comparison nsis/lang/german.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 645722244c3f
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
8 8
9 !insertmacro MUI_LANGUAGE "German" 9 !insertmacro MUI_LANGUAGE "German"
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_GERMAN} \ 14 LangString ^SetupCaption ${LANG_GERMAN} \
15 "$(^Name) Setup" 15 "$(^Name) Setup"
16 LangString ^UninstallCaption ${LANG_GERMAN} \ 16 LangString ^UninstallCaption ${LANG_GERMAN} \
17 "$(^Name) Uninstall" 17 "$(^Name) Uninstall"
18 18