diff --git a/language/nl.sh b/language/nl.sh new file mode 100644 index 0000000..6dc882c --- /dev/null +++ b/language/nl.sh @@ -0,0 +1,98 @@ +#!/usr/bin/env bash +# Dutch +# native: Nederlands + +FLUXIONInterfaceQuery="Selecteer een draadloze interface" +FLUXIONAllocatingInterfaceNotice="Gereserveerde interface toewijzen $CGrn\"\$interfaceIdentifier\"." +FLUXIONDeallocatingInterfaceNotice="Gereserved interface vrijgeven $CGrn\"\$interfaceIdentifier\"." +FLUXIONInterfaceAllocatedNotice="${CGrn}Interface toewijzing succesvol!" +FLUXIONInterfaceAllocationFailedError="${CRed}Interface toewijzing mislukt!" +FLUXIONReidentifyingInterface="Hernoem interface." +FLUXIONUnblockingWINotice="Alle draadloze interfaces deblokkeren." +#FLUXIONFindingExtraWINotice="Op zoek naar extra draadloze interfaces ..." +FLUXIONRemovingExtraWINotice="Externe draadloze interfaces verwijderen ..." +FLUXIONFindingWINotice="Zoek naar beschikbare draadloze interfaces..." +FLUXIONSelectedBusyWIError="De geselecteerde draadloze interface lijkt al in gebruik te zijn!" +FLUXIONSelectedBusyWITip="This is usually caused by the network manager using the interface selected. We recommened you$CGrn gracefully stop the network manager$CClr or configure it to ignored the selected interface. Alternatively, run \"export FLUXIONWIKillProcesses=1\" before fluxion to kill it but we suggest you$CRed avoid using the killer flag${CClr}." +FLUXIONGatheringWIInfoNotice="Verzamel interface informatie..." +FLUXIONUnknownWIDriverError="Unable to determine interface driver!" +FLUXIONUnloadingWIDriverNotice="Waiting for interface \"\$interface\" to unload..." +FLUXIONLoadingWIDriverNotice="Waiting for interface \"\$interface\" to load..." +FLUXIONFindingConflictingProcessesNotice="Looking for notorious services..." +FLUXIONKillingConflictingProcessesNotice="Killing notorious services..." +FLUXIONPhysicalWIDeviceUnknownError="${CRed}Unable to determine interface's physical device!" +FLUXIONStartingWIMonitorNotice="Starting monitor interface..." +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONTargetSearchingInterfaceQuery="selecteer a draadloze interface for target searching." +FLUXIONTargetTrackerInterfaceQuery="selecteer a draadloze interface for target tracking." +FLUXIONTargetTrackerInterfaceQueryTip="${CSYel}Choosing a dedicated interface may be required.$CClr" +FLUXIONTargetTrackerInterfaceQueryTip2="${CBRed}If you're unsure, choose \"${CBYel}Skip${CBRed}\"!$CClr" +FLUXIONIncompleteTargettingInfoNotice="Missing ESSID, BSSID, or channel information!" +FLUXIONTargettingAccessPointAboveNotice="Fluxion is targetting the access point above." +FLUXIONContinueWithTargetQuery="Continue with this target?" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONStartingScannerNotice="Starting scanner, please wait..." +FLUXIONStartingScannerTip="Five seconds after the target AP appears, close the FLUXION Scanner (ctrl+c)." +FLUXIONPreparingScannerResultsNotice="Synthesizing scan results, please wait..." +FLUXIONScannerFailedNotice="draadloze card may not be supported (no APs found)" +FLUXIONScannerDetectedNothingNotice="No access points were detected, returning..." +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONHashFileDoesNotExistError="Hash file does not exist!" +FLUXIONHashInvalidError="${CRed}Error$CClr, invalid hash file!" +FLUXIONHashValidNotice="${CGrn}Success$CClr, hash verification completed!" +FLUXIONPathToHandshakeFileQuery="Enter path to handshake file $CClr(Example: /path/to/file.cap)" +FLUXIONPathToHandshakeFileReturnTip="To go back, leave the hash path blank." +FLUXIONAbsolutePathInfo="Absolute path" +FLUXIONEmptyOrNonExistentHashError="${CRed}Error$CClr, path points to non-existing or empty hash file." +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONScannerChannelQuery="Select a channel to monitor" +FLUXIONScannerChannelOptionAll="All channels" +FLUXIONScannerChannelOptionSpecific="Specific channel(s)" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONScannerChannelSingleTip="Single channel" +FLUXIONScannerChannelMiltipleTip="Multiple channels" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONScannerHeader="FLUXION Scanner" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONHashSourceQuery="selecteer a method to retrieve the handshake" +FLUXIONHashSourcePathOption="Path to capture file" +FLUXIONHashSourceRescanOption="Rescan handshake directory" +FLUXIONFoundHashNotice="A hash for the target AP was found." +FLUXIONUseFoundHashQuery="Do you want to use this file?" +FLUXIONUseFoundHashOption="Gebruik gevonden hash" +FLUXIONSpecifyHashPathOption="Specify path to hash" +FLUXIONHashVerificationMethodQuery="selecteer a method of verification for the hash" +FLUXIONHashVerificationMethodPyritOption="pyrit verificatie" +FLUXIONHashVerificationMethodAircrackOption="aircrack-ng verificatie (${CYel}unreliable$CClr)" +FLUXIONHashVerificationMethodCowpattyOption="cowpatty verificatie (${CGrn}recommended$CClr)" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONAttackQuery="selecteer a draadloze aanval voor dit access point" +FLUXIONAttackInProgressNotice="${CCyn}\$FluxionAttack$CClr aanval bezig..." +FLUXIONSelectAnotherAttackOption="Selecteer andere aanval" +FLUXIONAttackResumeQuery="Deze aanval is al geconfigureerd." +FLUXIONAttackRestoreOption="Restore attack" +FLUXIONAttackResetOption="Reset aanval" +FLUXIONAttackRestartOption="Herstart" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONGeneralSkipOption="${CYel}Sla over" +FLUXIONGeneralBackOption="${CRed}Teug" +FLUXIONGeneralExitOption="${CRed}Exit" +FLUXIONGeneralRepeatOption="${CRed}Herhaal" +FLUXIONGeneralNotFoundError="Not Found" +FLUXIONGeneralXTermFailureError="${CRed}Failed to start xterm session (possible misconfiguration)." +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +FLUXIONCleanupAndClosingNotice="Cleaning and closing" +FLUXIONKillingProcessNotice="Killing ${CGry}\$targetID$CClr" +FLUXIONRestoringPackageManagerNotice="Restoring ${CCyn}\$PackageManagerCLT$CClr" +FLUXIONDisablingMonitorNotice="Disabling monitoring interface" +FLUXIONDisablingExtraInterfacesNotice="Disabling extra interfaces" +FLUXIONDisablingPacketForwardingNotice="Disabling ${CGry}forwarding of packets" +FLUXIONDisablingCleaningIPTablesNotice="Cleaning ${CGry}iptables" +FLUXIONRestoringTputNotice="Restoring ${CGry}tput" +FLUXIONDeletingFilesNotice="Deleting ${CGry}files" +FLUXIONRestartingNetworkManagerNotice="Restarting ${CGry}Network-Manager" +FLUXIONCleanupSuccessNotice="Cleanup performed successfully!" +FLUXIONThanksSupportersNotice="Thank you for using FLUXION" +# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> + +# FLUXSCRIPT END