From d52e1e313d7b2b026ee04dab8ae5b50f9ce506d8 Mon Sep 17 00:00:00 2001 From: Sweppe <123114012+jkramer02@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:32:22 +0200 Subject: [PATCH] Update Dutch.nsh --- nsis_locales/Dutch.nsh | 112 +++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 55 deletions(-) diff --git a/nsis_locales/Dutch.nsh b/nsis_locales/Dutch.nsh index b44865a43..5f02a3a05 100644 --- a/nsis_locales/Dutch.nsh +++ b/nsis_locales/Dutch.nsh @@ -1,61 +1,63 @@ !define LANG "DUTCH" ; Must be the lang name define by NSIS -!insertmacro LANG_STRING STRING_SWC_NOTFOUND "PlayerGlobal.SWC was not found on Adobe webpages. Maybe your firewall is blocking access or you have some proxy enabled. You can set the path to the SWC file later in advanced settings." -!insertmacro LANG_STRING STRING_SAVED_TO "saved to" -!insertmacro LANG_STRING STRING_EXISTS_SKIP_DOWNLOAD "already exists, skipping download" -!insertmacro LANG_STRING STRING_STARTING_DOWNLOAD "Starting download" -!insertmacro LANG_STRING STRING_DESKTOP_SHORTCUT "Desktop Shortcut" -!insertmacro LANG_STRING STRING_ADD_CONTEXT_MENU "Add to context menu" -!insertmacro LANG_STRING STRING_SECTION_APP "Application GUI and Libraries" -!insertmacro LANG_STRING STRING_SECTION_SWC "Download FlashPlayer library from Adobe site - useful for ActionScript direct editation and other features" -!insertmacro LANG_STRING STRING_SECTION_CONTEXT_MENU "Adds FFDec to context menu of SWF and GFX files in Windows Explorer." -!insertmacro LANG_STRING STRING_SECTION_SHORTCUT "Creates shortcut link on desktop" -!insertmacro LANG_STRING STRING_UNINST_USER "Remove user configuration" -!insertmacro LANG_STRING STRING_HELP_US "Help us" -!insertmacro LANG_STRING STRING_HELP_US_FREE "This whole decompiler is Free and OpenSource. If you want to support us, you can tell other people about our decompiler. Use link to our pages, share a word." -!insertmacro LANG_STRING STRING_HELP_US_DONATE "If you wish to express your appreciation for the time and resources the author has spent developing, we also do accept and appreciate monetary donations." -!insertmacro LANG_STRING STRING_HELP_US_MORE "Click here for more info:" -!insertmacro LANG_STRING STRING_HELP_US_DOYOU "Do you know you can help us?" -!insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help us!" +!insertmacro LANG_STRING STRING_SWC_NOTFOUND "PlayerGlobal.SWC is niet gevonden op Adobe-webpagina's. Misschien blokkeert uw firewall de toegang of heeft u een proxy ingeschakeld. U kunt het pad naar het SWC-bestand later instellen in de geavanceerde instellingen." +!insertmacro LANG_STRING STRING_SAVED_TO "opgeslagen in" +!insertmacro LANG_STRING STRING_EXISTS_SKIP_DOWNLOAD "bestaat al, downloaden wordt overgeslagen" +!insertmacro LANG_STRING STRING_STARTING_DOWNLOAD "Download starten" +!insertmacro LANG_STRING STRING_DESKTOP_SHORTCUT "Bureaubladsnelkoppeling" +!insertmacro LANG_STRING STRING_ADD_CONTEXT_MENU "Toevoegen aan contextmenu" +!insertmacro LANG_STRING STRING_SECTION_APP "Applicatie-GUI en bibliotheken" +!insertmacro LANG_STRING STRING_SECTION_SWC "Download de FlashPlayer-bibliotheek van de Adobe-site - handig voor directe bewerking van ActionScript en andere functies" +!insertmacro LANG_STRING STRING_SECTION_CONTEXT_MENU "Voegt FFDec toe aan het contextmenu van SWF- en GFX-bestanden in Windows Verkenner." +!insertmacro LANG_STRING STRING_SECTION_SHORTCUT "Creëert een snelkoppeling op het bureaublad" +!insertmacro LANG_STRING STRING_UNINST_USER "Gebruikersconfiguratie verwijderen" +!insertmacro LANG_STRING STRING_HELP_US "Help ons" +!insertmacro LANG_STRING STRING_HELP_US_FREE "Deze hele decompiler is gratis en open source. Als u ons wilt steunen, kunt u andere mensen over onze decompiler vertellen. Gebruik de link naar onze pagina's, deel een woord." +!insertmacro LANG_STRING STRING_HELP_US_DONATE "Als u uw waardering wilt uiten voor de tijd en middelen die de auteur heeft besteed aan de ontwikkeling, accepteren en waarderen wij ook geldelijke donaties." +!insertmacro LANG_STRING STRING_HELP_US_MORE "Klik hier voor meer informatie:" +!insertmacro LANG_STRING STRING_HELP_US_DOYOU "Weet u dat u ons kunt helpen?" +!insertmacro LANG_STRING STRING_HELP_US_BUTTON "Help ons!" !insertmacro LANG_STRING STRING_SWC "Download PlayerGlobal.swc" -!insertmacro LANG_STRING STRING_SWC_CHECK "Checking Adobe site for newest PlayerGlobal.swc file" +!insertmacro LANG_STRING STRING_SWC_CHECK "Adobe-site controleren op het nieuwste PlayerGlobal.swc-bestand" ;Flash ActiveX: -!insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX control required" -!insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED "This application requires Flash ActiveX control" -!insertmacro LANG_STRING STRING_FLASH_AX_WILLINSTALL "This application requires installation of the Flash ActiveX control. This will be downloaded and installed as part of the installation." -!insertmacro LANG_STRING STRING_FLASH_AX_ALREADYINSTALLED "Flash ActiveX already installed" -!insertmacro LANG_STRING STRING_FLASH_AX_MISSING "Result: Flash ActiveX is missing." -!insertmacro LANG_STRING STRING_FLASH_AX_WILLDOWNLOAD "About to download Flash from " -!insertmacro LANG_STRING STRING_FLASH_AX_DOWNRESULT "Download result = " -!insertmacro LANG_STRING STRING_FLASH_AX_CANNOTDOWNLOAD "Cannot download Flash ActiveX. You can download it later manually or use our own flash viewer." -!insertmacro LANG_STRING STRING_FLASH_AX_LAUNCHSETUP "Launching Flash setup" -!insertmacro LANG_STRING STRING_FLASH_AX_INTERRUPTED "The Flash setup has been abnormally interrupted - return code" -!insertmacro LANG_STRING STRING_FLASH_AX_SETUPOUTCOME "Checking the Flash Setup's outcome" -!insertmacro LANG_STRING STRING_FLASH_AX_UNABLEFINDAFTER "Unable to find Flash ActiveX, even though the Flash setup was successful" -!insertmacro LANG_STRING STRING_FLASH_AX_UNABLEINSTALL "Unable to install Flash ActiveX. You can download it later manually or use our own flash viewer." -!insertmacro LANG_STRING STRING_FLASH_AX_SETUPFINISHED "Flash Setup finished" -!insertmacro LANG_STRING STRING_FLASH_AX_DETECTING "Detecting Flash ActiveX" +!insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED_TITLE "Flash Player ActiveX-besturing vereist" +!insertmacro LANG_STRING STRING_FLASH_AX_REQUIRED "Deze applicatie vereist Flash ActiveX-besturing" +!insertmacro LANG_STRING STRING_FLASH_AX_WILLINSTALL "Voor deze toepassing is de installatie van het Flash ActiveX-besturingselement vereist. Dit wordt gedownload en geïnstalleerd als onderdeel van de installatie." +!insertmacro LANG_STRING STRING_FLASH_AX_ALREADYINSTALLED "Flash ActiveX is al geïnstalleerd" +!insertmacro LANG_STRING STRING_FLASH_AX_MISSING "Resultaat: Flash ActiveX ontbreekt." +!insertmacro LANG_STRING STRING_FLASH_AX_WILLDOWNLOAD "Staat op het punt Flash te downloaden van " +!insertmacro LANG_STRING STRING_FLASH_AX_DOWNRESULT "Download resultaat = " +!insertmacro LANG_STRING STRING_FLASH_AX_CANNOTDOWNLOAD "Kan Flash ActiveX niet downloaden. U kunt het later handmatig downloaden of onze eigen flashviewer gebruiken." +!insertmacro LANG_STRING STRING_FLASH_AX_LAUNCHSETUP "Flash-installatie starten" +!insertmacro LANG_STRING STRING_FLASH_AX_INTERRUPTED "De Flash-installatie is abnormaal onderbroken - retourcode" +!insertmacro LANG_STRING STRING_FLASH_AX_SETUPOUTCOME "Het resultaat van de Flash-installatie controleren" +!insertmacro LANG_STRING STRING_FLASH_AX_UNABLEFINDAFTER "Kan Flash ActiveX niet vinden, ook al was de Flash-installatie succesvol" +!insertmacro LANG_STRING STRING_FLASH_AX_UNABLEINSTALL "Kan Flash ActiveX niet installeren. Je kunt het later handmatig downloaden of onze eigen flashviewer gebruiken." +!insertmacro LANG_STRING STRING_FLASH_AX_SETUPFINISHED "Flash-installatie voltooid" +!insertmacro LANG_STRING STRING_FLASH_AX_DETECTING "Flash ActiveX detecteren" ;JRE: -!insertmacro LANG_STRING STRING_JRE_REQUIRED_TITLE "JRE Installation Required" -!insertmacro LANG_STRING STRING_JRE_REQUIRED "This application requires Java ${JRE_VERSION} or higher" -!insertmacro LANG_STRING STRING_JRE_REQUIRED_INFO "This application requires installation of the Java Runtime Environment. This will be downloaded and installed as part of the installation." -!insertmacro LANG_STRING STRING_JRE_UPDATEREQUIRED_TITLE "JRE Update Required" -!insertmacro LANG_STRING STRING_JRE_UPDATEREQUIRED "This application requires Java ${JRE_VERSION} or higher" -!insertmacro LANG_STRING STRING_JRE_UPDATEREQUIRED_INFO "This application requires a more recent version of the Java Runtime Environment. This will be downloaded and installed as part of the installation." -!insertmacro LANG_STRING STRING_JRE_DETECTVERSION "Detecting JRE Version" -!insertmacro LANG_STRING STRING_JRE_DETECTCOMPLETE "JRE Version detection complete - result = " -!insertmacro LANG_STRING STRING_JRE_DETECTCOMPLETE_OLD "Old JRE found" -!insertmacro LANG_STRING STRING_JRE_DETECTCOMPLETE_NO "No JRE Found" -!insertmacro LANG_STRING STRING_JRE_DETECTCOMPARE_1 "Comparing version " -!insertmacro LANG_STRING STRING_JRE_DETECTCOMPARE_2 " to " -!insertmacro LANG_STRING STRING_JRE_DETECTCOMPARE_3 " results in " -!insertmacro LANG_STRING STRING_JRE_WILLDOWNLOAD "About to download JRE from " -!insertmacro LANG_STRING STRING_JRE_DOWNRESULT "Download result = " -!insertmacro LANG_STRING STRING_JRE_CANNOTDOWNLOAD "Cannot download Java. You can download it later manually." -!insertmacro LANG_STRING STRING_JRE_LAUNCHSETUP "Launching JRE setup" -!insertmacro LANG_STRING STRING_JRE_SETUPFINISHED "JRE Setup finished" -!insertmacro LANG_STRING STRING_JRE_INTERRUPTED "The JRE setup has been abnormally interrupted - return code " -!insertmacro LANG_STRING STRING_JRE_SETUPOUTCOME "Checking the JRE Setup's outcome" -!insertmacro LANG_STRING STRING_JRE_UNABLEFINDAFTER "Unable to find JRE with version above ${JRE_VERSION}, even though the JRE setup was successful" -!insertmacro LANG_STRING STRING_JRE_UNABLEINSTALL "Unable to install Java. You can install it later manually." +!insertmacro LANG_STRING STRING_JRE_REQUIRED_TITLE "JRE-installatie vereist" +!insertmacro LANG_STRING STRING_JRE_REQUIRED "Deze applicatie vereist Java ${JRE_VERSION} of hoger" +!insertmacro LANG_STRING STRING_JRE_REQUIRED_INFO "Voor deze applicatie is de installatie van de Java Runtime Environment vereist. Dit wordt gedownload en geïnstalleerd als onderdeel van de installatie." +!insertmacro LANG_STRING STRING_JRE_UPDATEREQUIRED_TITLE "JRE-update vereist" +!insertmacro LANG_STRING STRING_JRE_UPDATEREQUIRED "Deze applicatie vereist Java ${JRE_VERSION} of hoger" +!insertmacro LANG_STRING STRING_JRE_UPDATEREQUIRED_INFO "Deze applicatie vereist een recentere versie van de Java Runtime Environment. Dit wordt gedownload en geïnstalleerd als onderdeel van de installatie." +!insertmacro LANG_STRING STRING_JRE_DETECTVERSION "JRE-versie detecteren" +!insertmacro LANG_STRING STRING_JRE_DETECTCOMPLETE "JRE-versiedetectie voltooid - resultaat = " +!insertmacro LANG_STRING STRING_JRE_DETECTCOMPLETE_OLD "Oude JRE gevonden" +!insertmacro LANG_STRING STRING_JRE_DETECTCOMPLETE_NO "Geen JRE gevonden" +!insertmacro LANG_STRING STRING_JRE_DETECTCOMPARE_1 "Versie vergelijken " +!insertmacro LANG_STRING STRING_JRE_DETECTCOMPARE_2 " in " +!insertmacro LANG_STRING STRING_JRE_DETECTCOMPARE_3 " resultaten in " +!insertmacro LANG_STRING STRING_JRE_WILLDOWNLOAD "Staat op het punt om JRE te downloaden van " +!insertmacro LANG_STRING STRING_JRE_DOWNRESULT "Resultaat downloaden = " +!insertmacro LANG_STRING STRING_JRE_CANNOTDOWNLOAD "Kan Java niet downloaden. U kunt het later handmatig downloaden." +!insertmacro LANG_STRING STRING_JRE_LAUNCHSETUP "JRE-installatie starten" +!insertmacro LANG_STRING STRING_JRE_SETUPFINISHED "JRE-installatie voltooid" +!insertmacro LANG_STRING STRING_JRE_INTERRUPTED "De JRE-installatie is abnormaal onderbroken - retourcode " +!insertmacro LANG_STRING STRING_JRE_SETUPOUTCOME "Het resultaat van de JRE-installatie controleren" +!insertmacro LANG_STRING STRING_JRE_UNABLEFINDAFTER "Kan JRE niet vinden met een versie hoger dan ${JRE_VERSION}, ook al was de JRE-installatie succesvol" +!insertmacro LANG_STRING STRING_JRE_UNABLEINSTALL "Kan Java niet installeren. U kunt het later handmatig installeren." + +;!insertmacro LANG_STRING STRING_ ""