LANGFILE macro arguments now include a localized name AND an ASCII-only name (closest possible to the localized name)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6115 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0cccfdaceb
commit
746d91af33
61 changed files with 68 additions and 62 deletions
|
@ -3,7 +3,7 @@
|
|||
;Review and update from v1.65 to v1.67 by Alessandro Staltari < staltari (a) geocities.com >
|
||||
;Review and update from v1.67 to v1.68 by Lorenzo Bevilacqua < meow811@libero.it >
|
||||
|
||||
!insertmacro LANGFILE "Italian" "Italiano"
|
||||
!insertmacro LANGFILE "Italian" "Italiano" "Italiano"
|
||||
|
||||
!ifdef MUI_WELCOMEPAGE
|
||||
${LangFileString} MUI_TEXT_WELCOME_INFO_TITLE "Benvenuti nel programma di installazione di $(^NameDA)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue