comparison nsis/lang/simpchinese.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 235cbf491430
comparison
equal deleted inserted replaced
15511:f41122780189 15512:f0f06837a699
9 9
10 !insertmacro MUI_LANGUAGE "SimpChinese" 10 !insertmacro MUI_LANGUAGE "SimpChinese"
11 11
12 12
13 # Overwrite the default translation. 13 # Overwrite the default translation.
14 # These string should be always English. Otherwise dosinst.c fails. 14 # These strings should be always English. Otherwise dosinst.c fails.
15 LangString ^SetupCaption ${LANG_SIMPCHINESE} \ 15 LangString ^SetupCaption ${LANG_SIMPCHINESE} \
16 "$(^Name) Setup" 16 "$(^Name) Setup"
17 LangString ^UninstallCaption ${LANG_SIMPCHINESE} \ 17 LangString ^UninstallCaption ${LANG_SIMPCHINESE} \
18 "$(^Name) Uninstall" 18 "$(^Name) Uninstall"
19 19