- 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
|
@ -69,17 +69,17 @@ Navn
|
|||
# ^Completed
|
||||
Ferdig
|
||||
# ^LicenseText
|
||||
Vennligst les gjennom Lisens Avtalen før du installerer $(^Name). Hvis du godtar alle vilkårene i avtalen, trykk på Godta.
|
||||
Vennligst les gjennom Lisens Avtalen før du installerer $(^NameDA). Hvis du godtar alle vilkårene i avtalen, trykk på Godta.
|
||||
# ^LicenseTextCB
|
||||
Vennligst les gjennom Lisens Avtalen før du installerer $(^Name). Hvis du godtar alle vilkårene i avtalen, mrek av under. $_CLICK
|
||||
Vennligst les gjennom Lisens Avtalen før du installerer $(^NameDA). Hvis du godtar alle vilkårene i avtalen, mrek av under. $_CLICK
|
||||
# ^LicenseTextRB
|
||||
Vennligst les gjennom Lisens Avtalen før du installerer $(^Name). Hvis du godtar alle vilkårene i avtalen, velg det første alternativet. $_CLICK
|
||||
Vennligst les gjennom Lisens Avtalen før du installerer $(^NameDA). Hvis du godtar alle vilkårene i avtalen, velg det første alternativet. $_CLICK
|
||||
# ^UnLicenseText
|
||||
Vennligst les gjennom Lisens Avtalen før du avinstallerer $(^Name). Hvis du godtar alle vilkårene i avtalen, trykk på Godta.
|
||||
Vennligst les gjennom Lisens Avtalen før du avinstallerer $(^NameDA). Hvis du godtar alle vilkårene i avtalen, trykk på Godta.
|
||||
# ^UnLicenseTextCB
|
||||
Vennligst les gjennom Lisens Avtalen før du avinstallerer $(^Name). Hvis du godtar alle vilkårene i avtalen, mrek av under. $_CLICK
|
||||
Vennligst les gjennom Lisens Avtalen før du avinstallerer $(^NameDA). Hvis du godtar alle vilkårene i avtalen, mrek av under. $_CLICK
|
||||
# ^UnLicenseTextRB
|
||||
Please review the license agreement before uninstalling $(^Name). Hvis du godtar alle vilkårene i avtalen, velg det første alternative. $_CLICK
|
||||
Please review the license agreement before uninstalling $(^NameDA). Hvis du godtar alle vilkårene i avtalen, velg det første alternative. $_CLICK
|
||||
# ^Custom
|
||||
Egendefinert
|
||||
# ^ComponentsText
|
||||
|
@ -99,23 +99,23 @@ Velg komponenter du vil avinstallere.
|
|||
# ^UnComponentsSubText2
|
||||
Eller velg de valgfrie komponentene du ønsker å avintallere:
|
||||
# ^DirText
|
||||
Setupen vil installere $(^Name) i følgende mappe. for å installere i en annen mappe, trykk Bla gjennom og velg en annen mappe. $_CLICK
|
||||
Setupen vil installere $(^NameDA) i følgende mappe. for å installere i en annen mappe, trykk Bla gjennom og velg en annen mappe. $_CLICK
|
||||
# ^DirSubText
|
||||
Målmappe
|
||||
# ^DirBrowseText
|
||||
Velg mappe du vil installere $(^Name) i:
|
||||
Velg mappe du vil installere $(^NameDA) i:
|
||||
# ^UnDirText
|
||||
Setupen vil avinstallere $(^Name) i følgende mappe. for å avinstallere i en annen mappe, trykk Bla gjennom og velg en annen mappe. $_CLICK
|
||||
Setupen vil avinstallere $(^NameDA) i følgende mappe. for å avinstallere i en annen mappe, trykk Bla gjennom og velg en annen mappe. $_CLICK
|
||||
# ^UnDirSubText
|
||||
""
|
||||
# ^UnDirBrowseText
|
||||
Velg mappe du vil avinstallere $(^Name) fra:
|
||||
Velg mappe du vil avinstallere $(^NameDA) fra:
|
||||
# ^SpaceAvailable
|
||||
"Ledig plass: "
|
||||
# ^SpaceRequired
|
||||
"Nødvendig plass: "
|
||||
# ^UninstallingText
|
||||
Denne veivise vil avinsatllere $(^Name) fra din datamaskin. $_CLICK
|
||||
Denne veivise vil avinsatllere $(^NameDA) fra din datamaskin. $_CLICK
|
||||
# ^UninstallingSubText
|
||||
Avinsatallerer fra:
|
||||
# ^FileError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue