File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 3
3
# english.nsi: English language strings for gvim NSIS installer.
4
4
#
5
5
# Locale ID : 1033
6
+ # Locale Name : en
6
7
# fileencoding : UTF-8
7
8
# Author : Guopeng Wen, Ken Takata
8
9
@@ -16,6 +17,18 @@ LangString ^SetupCaption ${LANG_ENGLISH} \
16
17
LangString ^UninstallCaption ${LANG_ENGLISH} \
17
18
" $(^Name) Uninstall"
18
19
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
+
19
32
# #############################################################################
20
33
# MUI Configuration Strings {{{1
21
34
# #############################################################################
Original file line number Diff line number Diff line change 3
3
# japanese.nsi: Japanese language strings for gvim NSIS installer.
4
4
#
5
5
# Locale ID : 1041
6
+ # Locale Name : ja
6
7
# fileencoding : UTF-8
7
8
# Author : Ken Takata
8
9
@@ -26,6 +27,20 @@ LangString ^SpaceRequired ${LANG_JAPANESE} \
26
27
LangString ^InstallBtn ${LANG_JAPANESE} \
27
28
" インストール(&I)"
28
29
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
+
29
44
# #############################################################################
30
45
# MUI Configuration Strings {{{1
31
46
# #############################################################################
You can’t perform that action at this time.
0 commit comments