git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4693 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8ffc8a17d2
commit
4e2f8c1558
3 changed files with 288 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
!insertmacro MUI_LANGUAGE "Malay"
|
||||
!insertmacro MUI_LANGUAGE "Bosnian"
|
||||
!insertmacro MUI_LANGUAGE "Kurdish"
|
||||
!insertmacro MUI_LANGUAGE "Irish"
|
||||
|
||||
;--------------------------------
|
||||
;License Language String
|
||||
|
@ -149,6 +150,7 @@
|
|||
LicenseLangString MUILicense ${LANG_MALAY} "${NSISDIR}\Docs\Modern UI\License.txt"
|
||||
LicenseLangString MUILicense ${LANG_BOSNIAN} "${NSISDIR}\Docs\Modern UI\License.txt"
|
||||
LicenseLangString MUILicense ${LANG_KURDISH} "${NSISDIR}\Docs\Modern UI\License.txt"
|
||||
LicenseLangString MUILicense ${LANG_IRISH} "${NSISDIR}\Docs\Modern UI\License.txt"
|
||||
|
||||
;--------------------------------
|
||||
;Reserve Files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue