Folder instead of Directory

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1236 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-09-30 19:31:47 +00:00
parent bc537a8c84
commit 735ff4c129
3 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@ Nullsoft Install System %s
%s Uninstall %s Uninstall
: Licentie Overeenkomst : Licentie Overeenkomst
: Installatie Opties : Installatie Opties
: Installatie Directory : Installatie Map
: Bestanden Installeren : Bestanden Installeren
: Voltooid : Voltooid
: Bevestiging : Bevestiging
@ -29,7 +29,7 @@ Handmatig
Selecteer het installatietype: Selecteer het installatietype:
Selecteer de installatieonderdelen: Selecteer de installatieonderdelen:
Of selecteer de onderdelen die geïnstalleerd moeten worden: Of selecteer de onderdelen die geïnstalleerd moeten worden:
Selecteer de directory om %s in te installeren: Selecteer de map om %s in te installeren:
Beschikbare ruimte: Beschikbare ruimte:
Vereiste ruimte: Vereiste ruimte:
Uninstallatie vanuit: Uninstallatie vanuit:
@ -39,7 +39,7 @@ Kopi
Kopiëren naar Kopiëren naar
Kon symbool niet vinden: Kon symbool niet vinden:
Kon niet laden: Kon niet laden:
Directory maken: Map maken:
Snelkoppeling maken: Snelkoppeling maken:
Uninstaller maken: Uninstaller maken:
Bestand verwijderen: Bestand verwijderen:
@ -54,8 +54,8 @@ Uitpakken:
Uitpakken: fout bij schrijven naar bestand Uitpakken: fout bij schrijven naar bestand
Installatie beschadigd: ongeldige opcode Installatie beschadigd: ongeldige opcode
Geen OLE voor: Geen OLE voor:
Uitvoer directory: Uitvoer map:
Verwijder directory: Verwijder map:
Hernoem na opstarten: Hernoem na opstarten:
Hernoem: Hernoem:
Overgeslagen: Overgeslagen:

View file

@ -9,7 +9,7 @@ Nullsoft Install System %s
%s Uninstall %s Uninstall
: License Agreement : License Agreement
: Installation Options : Installation Options
: Installation Directory : Installation Folder
: Installing Files : Installing Files
: Completed : Completed
: Confirmation : Confirmation
@ -30,7 +30,7 @@ Custom
Select the type of install: Select the type of install:
Select components to install: Select components to install:
Or, select the optional components you wish to install: Or, select the optional components you wish to install:
Select the directory to install %s in: Select the folder to install %s in:
Space available: Space available:
Space required: Space required:
Uninstalling from: Uninstalling from:
@ -40,7 +40,7 @@ Copy failed
Copy to Copy to
Could not find symbol: Could not find symbol:
Could not load: Could not load:
Create directory: Create folder:
Create shortcut: Create shortcut:
Created uninstaller: Created uninstaller:
Delete file: Delete file:
@ -55,8 +55,8 @@ Extract:
Extract: error writing to file Extract: error writing to file
Install corrupted: invalid opcode Install corrupted: invalid opcode
No OLE for: No OLE for:
Output directory: Output folder:
Remove directory: Remove folder:
Rename on reboot: Rename on reboot:
Rename: Rename:
Skipped: Skipped:

View file

@ -13,7 +13,7 @@ extern char *english_strings[] = {
"%s Uninstall", "%s Uninstall",
": License Agreement", ": License Agreement",
": Installation Options", ": Installation Options",
": Installation Directory", ": Installation Folder",
": Installing Files", ": Installing Files",
": Completed", ": Completed",
": Confirmation", ": Confirmation",
@ -34,7 +34,7 @@ extern char *english_strings[] = {
"Select the type of install:", "Select the type of install:",
"Select components to install:", "Select components to install:",
"Or, select the optional components you wish to install:", "Or, select the optional components you wish to install:",
"Select the directory to install %s in:", "Select the folder to install %s in:",
"Space available: ", "Space available: ",
"Space required: ", "Space required: ",
"Uninstalling from:", "Uninstalling from:",
@ -44,7 +44,7 @@ extern char *english_strings[] = {
"Copy to ", "Copy to ",
"Could not find symbol: ", "Could not find symbol: ",
"Could not load: ", "Could not load: ",
"Create directory: ", "Create folder: ",
"Create shortcut: ", "Create shortcut: ",
"Created uninstaller: ", "Created uninstaller: ",
"Delete file:", "Delete file:",
@ -59,8 +59,8 @@ extern char *english_strings[] = {
"Extract: error writing to file ", "Extract: error writing to file ",
"Install corrupted: invalid opcode", "Install corrupted: invalid opcode",
"No OLE for: ", "No OLE for: ",
"Output directory: ", "Output folder: ",
"Remove directory: ", "Remove folder: ",
"Rename on reboot: ", "Rename on reboot: ",
"Rename: ", "Rename: ",
"Skipped: ", "Skipped: ",