added LANGNAME
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1380 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4606bc0708
commit
4f10c75e5d
5 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
!define MUI_DUTCH_USED
|
||||
|
||||
!define MUI_DUTCH_LANGNAME "Nederlands" ;Name of the language in the language itself (English, Deutsch, Français etc.)
|
||||
|
||||
;INSTALLER
|
||||
|
||||
!ifdef MUI_LICENSEPAGE
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
!define MUI_ENGLISH_USED
|
||||
|
||||
!define MUI_ENGLISH_LANGNAME "English" ;Name of the language in the language itself (English, Deutsch, Français etc.)
|
||||
|
||||
;INSTALLER
|
||||
|
||||
!ifdef MUI_LICENSEPAGE
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
!define MUI_FRENCH_USED
|
||||
|
||||
!define MUI_FRENCH_LANGNAME "Français" ;Name of the language in the language itself (English, Deutsch, Français etc.)
|
||||
|
||||
;INSTALLER
|
||||
|
||||
!ifdef MUI_LICENSEPAGE
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
!define MUI_GERMAN_USED
|
||||
|
||||
!define MUI_GERMAN_LANGNAME "Deutsch" ;Name of the language in the language itself (English, Deutsch, Français etc.)
|
||||
|
||||
;INSTALLER
|
||||
|
||||
!ifdef MUI_LICENSEPAGE
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
!define MUI_SPANISH_USED
|
||||
|
||||
!define MUI_SPANISH_LANGNAME "Español" ;Name of the language in the language itself (English, Deutsch, Français etc.)
|
||||
|
||||
;INSTALLER
|
||||
|
||||
!ifdef MUI_LICENSEPAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue