- 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
|
@ -99,23 +99,23 @@ Izberite bloke za odstranitev:
|
|||
# ^UnComponentsSubText2
|
||||
Ali pa si izberite bloke namestitve, ki jih želite odstraniti:
|
||||
# ^DirText
|
||||
Nastavitev bo namestila $(^Name) v sledečo mapo. Za izbiro druge mape, kliknite na tipko Brskaj in izberite drugo mapo. $_CLICK
|
||||
Nastavitev bo namestila $(^NameDA) v sledečo mapo. Za izbiro druge mape, kliknite na tipko Brskaj in izberite drugo mapo. $_CLICK
|
||||
# ^DirSubText
|
||||
Ciljna mapa
|
||||
# ^DirBrowseText
|
||||
Izberi mapo, kamor bo $(^Name) nameščen:
|
||||
Izberi mapo, kamor bo $(^NameDA) nameščen:
|
||||
# ^UnDirText
|
||||
Nastavitev bo ostranila $(^Name) iz sledeče mapo. Za izbiro druge mape, kliknite na tipko Brskaj in izberite drugo mapo. $_CLICK
|
||||
Nastavitev bo ostranila $(^NameDA) iz sledeče mapo. Za izbiro druge mape, kliknite na tipko Brskaj in izberite drugo mapo. $_CLICK
|
||||
# ^UnDirSubText
|
||||
""
|
||||
# ^UnDirBrowseText
|
||||
Izberi mapo, od koder bo $(^Name) odstranjen:
|
||||
Izberi mapo, od koder bo $(^NameDA) odstranjen:
|
||||
# ^SpaceAvailable
|
||||
"Prosti disk: "
|
||||
# ^SpaceRequired
|
||||
"Zahtevan prostor: "
|
||||
# ^UninstallingText
|
||||
$(^Name) bo odstranjen iz sledeče mape. $_CLICK
|
||||
$(^NameDA) bo odstranjen iz sledeče mape. $_CLICK
|
||||
# ^UninstallingSubText
|
||||
Odstranjujem iz:
|
||||
# ^FileError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue