comparison nsis/lang/tradchinese.nsi @ 30727:645722244c3f v9.0.0698

patch 9.0.0698: VisVim is outdated, does not work with current Visual Studio Commit: https://github.com/vim/vim/commit/251c1e2ed810d532f7c7d7eb5d6ed5e28a12e501 Author: Martin Tournoij <martin@arp242.net> Date: Sat Oct 8 17:15:28 2022 +0100 patch 9.0.0698: VisVim is outdated, does not work with current Visual Studio Problem: VisVim is outdated, does not work with current Visual Studio. Solution: Remove VisVim. (Martin Tournoij)
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Oct 2022 18:30:03 +0200
parents f0f06837a699
children 879a61a9aa07
comparison
equal deleted inserted replaced
30726:0591e0ba645c 30727:645722244c3f
118 LangString str_section_plugin_vim ${LANG_TRADCHINESE} \ 118 LangString str_section_plugin_vim ${LANG_TRADCHINESE} \
119 "建立共享插件資料夾" 119 "建立共享插件資料夾"
120 LangString str_desc_plugin_vim ${LANG_TRADCHINESE} \ 120 LangString str_desc_plugin_vim ${LANG_TRADCHINESE} \
121 "在 Vim 安裝資料夾下建立(空的)插件資料夾結構,電腦上所有用戶都能使用安裝\ 121 "在 Vim 安裝資料夾下建立(空的)插件資料夾結構,電腦上所有用戶都能使用安裝\
122 在該資料夾里的擴展插件。" 122 在該資料夾里的擴展插件。"
123
124 LangString str_section_vis_vim ${LANG_TRADCHINESE} \
125 "安裝 VisVim 插件"
126 LangString str_desc_vis_vim ${LANG_TRADCHINESE} \
127 "VisVim 是用于與微軟 Microsoft Visual Studio 軟體進行整合的插件。"
128 123
129 LangString str_section_nls ${LANG_TRADCHINESE} \ 124 LangString str_section_nls ${LANG_TRADCHINESE} \
130 "安裝本地語言支持" 125 "安裝本地語言支持"
131 LangString str_desc_nls ${LANG_TRADCHINESE} \ 126 LangString str_desc_nls ${LANG_TRADCHINESE} \
132 "安裝用于支持本地語言的檔案。" 127 "安裝用于支持本地語言的檔案。"