Skip to content

Commit

Permalink
Update nsis files
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Apr 2, 2024
1 parent e3cf47c commit d2a4ed9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nsis/lang/english.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# english.nsi: English language strings for gvim NSIS installer.
#
# Locale ID : 1033
# Locale Name : en
# fileencoding : UTF-8
# Author : Guopeng Wen, Ken Takata

Expand All @@ -16,6 +17,18 @@ LangString ^SetupCaption ${LANG_ENGLISH} \
LangString ^UninstallCaption ${LANG_ENGLISH} \
"$(^Name) Uninstall"

##############################################################################
# License file for the license page {{{1
##############################################################################

LicenseLangString page_lic_file ${LANG_ENGLISH} "${VIMRT}\doc\uganda.nsis.txt"

##############################################################################
# README.txt file, which is opened after installation {{{1
##############################################################################

LangString vim_readme_file ${LANG_ENGLISH} "README.txt"

##############################################################################
# MUI Configuration Strings {{{1
##############################################################################
Expand Down
15 changes: 15 additions & 0 deletions nsis/lang/japanese.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# japanese.nsi: Japanese language strings for gvim NSIS installer.
#
# Locale ID : 1041
# Locale Name : ja
# fileencoding : UTF-8
# Author : Ken Takata

Expand All @@ -26,6 +27,20 @@ LangString ^SpaceRequired ${LANG_JAPANESE} \
LangString ^InstallBtn ${LANG_JAPANESE} \
"インストール(&I)"

##############################################################################
# Translated license file for the license page {{{1
##############################################################################

LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
#LicenseLangString page_lic_file ${LANG_JAPANESE} "${VIMRT}\doc\uganda.nsis.jax"

##############################################################################
# Translated README.txt file, which is opened after installation {{{1
##############################################################################

LangString vim_readme_file 0 "README.txt"
#LangString vim_readme_file ${LANG_JAPANESE} "README.jax.txt"

##############################################################################
# MUI Configuration Strings {{{1
##############################################################################
Expand Down

0 comments on commit d2a4ed9

Please sign in to comment.