From 735ff4c129da1b681597fb29da4083ab3d82444d Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 30 Sep 2002 19:31:47 +0000 Subject: [PATCH] Folder instead of Directory git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1236 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Language files/Dutch.nlf | 10 +++++----- Contrib/Language files/English.nlf | 10 +++++----- Source/lang.cpp | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Contrib/Language files/Dutch.nlf b/Contrib/Language files/Dutch.nlf index fe7dc6d9..5ff61bcb 100644 --- a/Contrib/Language files/Dutch.nlf +++ b/Contrib/Language files/Dutch.nlf @@ -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: diff --git a/Contrib/Language files/English.nlf b/Contrib/Language files/English.nlf index b74a6fa6..234e5714 100644 --- a/Contrib/Language files/English.nlf +++ b/Contrib/Language files/English.nlf @@ -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: diff --git a/Source/lang.cpp b/Source/lang.cpp index b9f4d47b..22ff3696 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -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: ",