Skip to content

Commit d2a4ed9

Browse files
committed
Update nsis files
1 parent e3cf47c commit d2a4ed9

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

nsis/lang/english.nsi

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# english.nsi: English language strings for gvim NSIS installer.
44
#
55
# Locale ID : 1033
6+
# Locale Name : en
67
# fileencoding : UTF-8
78
# Author : Guopeng Wen, Ken Takata
89

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

20+
##############################################################################
21+
# License file for the license page {{{1
22+
##############################################################################
23+
24+
LicenseLangString page_lic_file ${LANG_ENGLISH} "${VIMRT}\doc\uganda.nsis.txt"
25+
26+
##############################################################################
27+
# README.txt file, which is opened after installation {{{1
28+
##############################################################################
29+
30+
LangString vim_readme_file ${LANG_ENGLISH} "README.txt"
31+
1932
##############################################################################
2033
# MUI Configuration Strings {{{1
2134
##############################################################################

nsis/lang/japanese.nsi

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# japanese.nsi: Japanese language strings for gvim NSIS installer.
44
#
55
# Locale ID : 1041
6+
# Locale Name : ja
67
# fileencoding : UTF-8
78
# Author : Ken Takata
89

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

30+
##############################################################################
31+
# Translated license file for the license page {{{1
32+
##############################################################################
33+
34+
LicenseLangString page_lic_file 0 "${VIMRT}\doc\uganda.nsis.txt"
35+
#LicenseLangString page_lic_file ${LANG_JAPANESE} "${VIMRT}\doc\uganda.nsis.jax"
36+
37+
##############################################################################
38+
# Translated README.txt file, which is opened after installation {{{1
39+
##############################################################################
40+
41+
LangString vim_readme_file 0 "README.txt"
42+
#LangString vim_readme_file ${LANG_JAPANESE} "README.jax.txt"
43+
2944
##############################################################################
3045
# MUI Configuration Strings {{{1
3146
##############################################################################

0 commit comments

Comments
 (0)