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
: Licentie Overeenkomst
: Installatie Opties
: Installatie Directory
: Installatie Map
: Bestanden Installeren
: Voltooid
: Bevestiging
@ -29,7 +29,7 @@ Handmatig
Selecteer het installatietype:
Selecteer de installatieonderdelen:
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:
Vereiste ruimte:
Uninstallatie vanuit:
@ -39,7 +39,7 @@ Kopi
Kopiëren naar
Kon symbool niet vinden:
Kon niet laden:
Directory maken:
Map maken:
Snelkoppeling maken:
Uninstaller maken:
Bestand verwijderen:
@ -54,8 +54,8 @@ Uitpakken:
Uitpakken: fout bij schrijven naar bestand
Installatie beschadigd: ongeldige opcode
Geen OLE voor:
Uitvoer directory:
Verwijder directory:
Uitvoer map:
Verwijder map:
Hernoem na opstarten:
Hernoem:
Overgeslagen:

View file

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

View file

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