Portuguese fixes (patch #274)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6791 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
66c91fab54
commit
d1da9f8646
2 changed files with 10 additions and 0 deletions
|
@ -119,3 +119,11 @@
|
|||
!ifdef MUI_UNABORTWARNING
|
||||
${LangFileString} MUI_UNTEXT_ABORTWARNING "Deseja realmente cancelar a desinstalação do $(^Name)?"
|
||||
!endif
|
||||
|
||||
!ifdef MULTIUSER_INSTALLMODEPAGE
|
||||
${LangFileString} MULTIUSER_TEXT_INSTALLMODE_TITLE "Escolha utilizadores"
|
||||
${LangFileString} MULTIUSER_TEXT_INSTALLMODE_SUBTITLE "Escolha para quais utilizadores deseja instalar o $(^NameDA)."
|
||||
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_TOP "Escolha se deseja instalar o $(^NameDA) apenas para si ou para todos os utilizadores. $(^ClickNext)"
|
||||
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_ALLUSERS "Instalar para todos os utilizadores"
|
||||
${LangFileString} MULTIUSER_INNERTEXT_INSTALLMODE_CURRENTUSER "Instalar apenas para si"
|
||||
!endif
|
||||
|
|
|
@ -14,6 +14,8 @@ Released on ? ?th, 201?
|
|||
|
||||
\b Added Corsican (\W{http://sf.net/p/nsis/patches/268}{patch #268})
|
||||
|
||||
\b Portuguese fixes (\W{http://sf.net/p/nsis/patches/274}{patch #274})
|
||||
|
||||
\H{v3.0} 3.0
|
||||
|
||||
Released on July 24th, 2016
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue