- Added SS_NOPREFIX for the static control above the install log so both will show the same when an ampersand is present in the string
- Added another parameter for Name. It will be used in places where doubled ampersands are required for text to render as expected. Use it if you have an ampersand in your name. See the updated documentation about the Name command for more information about usage. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3288 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5f58389c12
commit
672e695976
84 changed files with 1329 additions and 1332 deletions
|
@ -100,23 +100,23 @@ Valitse poistettavat komponentit:
|
|||
# ^UnComponentsSubText2
|
||||
Tai, valitse valinnaiset komponentit, jotka haluat poistaa
|
||||
# ^DirText
|
||||
Asennus asentaa ohjelman $(^Name) seuraavaan hakemistoon. Asentaaksesi johonkin muuhun hakemistoon, valitse selaa ja valitse toinen hakemisto. $_CLICK
|
||||
Asennus asentaa ohjelman $(^NameDA) seuraavaan hakemistoon. Asentaaksesi johonkin muuhun hakemistoon, valitse selaa ja valitse toinen hakemisto. $_CLICK
|
||||
# ^DirSubText
|
||||
Kohdehakemisto
|
||||
# ^DirBrowseText
|
||||
Valitse hakemisto, johon haluat asentaa ohjelman $(^Name):
|
||||
Valitse hakemisto, johon haluat asentaa ohjelman $(^NameDA):
|
||||
# ^UnDirText
|
||||
Asennus poistaa ohjelman $(^Name) seuraavasta hakemistosta. Poistaaksesi jostakin muusta hakemistosta, valitse selaa ja valitse toinen hakemisto. $_CLICK
|
||||
Asennus poistaa ohjelman $(^NameDA) seuraavasta hakemistosta. Poistaaksesi jostakin muusta hakemistosta, valitse selaa ja valitse toinen hakemisto. $_CLICK
|
||||
# ^UnDirSubText
|
||||
""
|
||||
# ^UnDirBrowseText
|
||||
Valitse hakemisto, josta haluat poistaa ohjelman $(^Name):
|
||||
Valitse hakemisto, josta haluat poistaa ohjelman $(^NameDA):
|
||||
# ^SpaceAvailable
|
||||
"Tilaa vapaana: "
|
||||
# ^SpaceRequired
|
||||
"Tarvittava tila: "
|
||||
# ^UninstallingText
|
||||
Tämä ohjelma poistaa ohjelman $(^Name) koneeltasi. $_CLICK
|
||||
Tämä ohjelma poistaa ohjelman $(^NameDA) koneeltasi. $_CLICK
|
||||
# ^UninstallingSubText
|
||||
Poistetaan hakemistosta:
|
||||
# ^FileError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue