2017-09-24 05:06:30 -06:00
#!/bin/bash
# English
2017-09-24 09:06:22 -06:00
# native: Polski
2017-09-24 05:06:30 -06:00
FLUXIONInterfaceQuery = "Wybierz kartę bezprzewodową..."
2018-04-23 13:02:54 -06:00
FLUXIONAllocatingInterfaceNotice = " Allocating reserved interface $CGrn \"\$interfaceIdentifier\". "
FLUXIONDeallocatingInterfaceNotice = " Deallocating reserved interface $CGrn \"\$interfaceIdentifier\". "
FLUXIONInterfaceAllocatedNotice = " ${ CGrn } Interface allocation succeeded! "
FLUXIONInterfaceAllocationFailedError = " ${ CRed } Interface reservation failed! "
FLUXIONReidentifyingInterface = "Renaming interface."
2017-09-24 05:06:30 -06:00
FLUXIONUnblockingWINotice = "Odblokowanie wszystkick kart bezprzewodowych..."
2018-04-23 13:02:54 -06:00
#FLUXIONFindingExtraWINotice="Wyszukiwanie zewnętrznych kart bezprzewodowych..."
2017-09-24 05:06:30 -06:00
FLUXIONRemovingExtraWINotice = "Usuwanie zewnętrznych kart bezprzewodowych..."
FLUXIONFindingWINotice = "Wyszukiwanie dostępnych kart bezprzewodowych..."
FLUXIONSelectedBusyWIError = "Wygląda na to, że wybrana karta bezprzewodowa jest obecnie używana!"
2018-04-23 13:02:54 -06:00
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 } . "
2017-09-24 05:06:30 -06:00
FLUXIONGatheringWIInfoNotice = "Pozyskiwanie informacji o karcie..."
FLUXIONUnknownWIDriverError = "Nie można ustalić sterownika karty!"
2018-04-23 13:02:54 -06:00
FLUXIONUnloadingWIDriverNotice = "Waiting for interface \"\$interface\" to unload..."
FLUXIONLoadingWIDriverNotice = "Waiting for interface \"\$interface\" to load..."
2017-09-24 09:06:22 -06:00
FLUXIONFindingConflictingProcessesNotice = "Poszukiwanie przeszkadzających usług..."
FLUXIONKillingConflictingProcessesNotice = "Zabijanie przeszkadzających usług..."
2017-09-24 05:06:30 -06:00
FLUXIONPhysicalWIDeviceUnknownError = " ${ CRed } Unable to determine interface's physical device! "
FLUXIONStartingWIMonitorNotice = "Starting monitor interface..."
2018-04-23 13:02:54 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONTargetSearchingInterfaceQuery = "Select a wireless interface for target searching."
FLUXIONTargetTrackerInterfaceQuery = "Select an interface for target tracking."
2018-04-27 17:00:11 -06:00
FLUXIONTargetTrackerInterfaceQueryTip = " ${ CSWht } Avoid $CClr selecting a ${ CSWht } virtual interface ${ CClr } here. "
2018-04-23 13:02:54 -06:00
FLUXIONIncompleteTargettingInfoNotice = "Missing ESSID, BSSID, or channel information!"
FLUXIONTargettingAccessPointAboveNotice = "Fluxion is targetting the access point above."
FLUXIONContinueWithTargetQuery = "Continue with this target?"
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONStartingScannerNotice = "Uruchamianie skanera, proszę czekać..."
2018-04-23 13:02:54 -06:00
FLUXIONStartingScannerTip = "Five seconds after the target AP appears, close the FLUXION Scanner (ctrl+c)."
2017-09-24 05:06:30 -06:00
FLUXIONPreparingScannerResultsNotice = "Synthesizing scan results, please wait..."
2017-09-24 09:06:22 -06:00
FLUXIONScannerFailedNotice = "Twoja karta może być nie obsługiwana (nie znaleziono żadnego(ych) AP)"
FLUXIONScannerDetectedNothingNotice = "Nie znaleziono punktów dostępu, powracanie..."
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONHashFileDoesNotExistError = "Plik hash nie istnieje!"
2017-09-24 05:06:30 -06:00
FLUXIONHashInvalidError = " ${ CRed } Error $CClr , invalid hash file! "
FLUXIONHashValidNotice = " ${ CGrn } Success $CClr , hash verification completed! "
2017-09-24 09:06:22 -06:00
FLUXIONPathToHandshakeFileQuery = " Podaj ścieżkę dostępu do pliku handshake $CClr (Example: /.../dump-01.cap) "
2018-04-23 13:02:54 -06:00
FLUXIONPathToHandshakeFileReturnTip = "To go back, leave the hash path blank."
2017-09-24 05:06:30 -06:00
FLUXIONAbsolutePathInfo = "Absolute path"
2018-04-23 13:02:54 -06:00
FLUXIONEmptyOrNonExistentHashError = " ${ CRed } Error $CClr , path points to non-existing or empty hash file. "
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONScannerChannelQuery = "Wybierz kanał do monitorowania"
FLUXIONScannerChannelOptionAll = "Wszystkie kanały"
FLUXIONScannerChannelOptionSpecific = "Wybrany(e) kanał(y)"
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONScannerChannelSingleTip = "Jeden kanał"
FLUXIONScannerChannelMiltipleTip = "Wiele kanałów"
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONScannerHeader = "Skaner FLUXION"
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONHashSourceQuery = "Wybierz metodę pozyskania handshake'a"
2017-09-24 05:06:30 -06:00
FLUXIONHashSourcePathOption = "Path to capture file"
FLUXIONHashSourceRescanOption = "Handshake directory (rescan)"
2017-09-24 09:06:22 -06:00
FLUXIONFoundHashNotice = "Hash dla AP został znaleziony."
FLUXIONUseFoundHashQuery = "Chcesz użyć ten plik?"
2018-04-23 13:02:54 -06:00
FLUXIONUseFoundHashOption = "Use hash found"
FLUXIONSpecifyHashPathOption = "Specify path to hash"
2017-09-24 09:06:22 -06:00
FLUXIONHashVerificationMethodQuery = "Wybierz metodę weryfikacji hash'a"
FLUXIONHashVerificationMethodPyritOption = " weryfikacja przy pomocy pyrit-a ( ${ CGrn } recommended $CClr ) "
2017-11-30 01:43:08 -07:00
FLUXIONHashVerificationMethodAircrackOption = " weryfikacja przy pomocy aircrack-ng ( ${ CYel } unreliable $CClr ) "
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONAttackQuery = "Wybierz rodzaj ataka na punkt dostępowy"
2018-04-23 13:02:54 -06:00
FLUXIONAttackInProgressNotice = " Atak ${ CCyn } \$FluxionAttack $CClr w trakcie... "
2017-09-24 09:06:22 -06:00
FLUXIONSelectAnotherAttackOption = "Wybierz inny rodzaj ataku"
2018-04-23 13:02:54 -06:00
FLUXIONAttackResumeQuery = "This attack has already been configured."
FLUXIONAttackRestoreOption = "Restore attack"
FLUXIONAttackResetOption = "Reset attack"
FLUXIONAttackRestartOption = "Restart"
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2018-04-23 13:02:54 -06:00
FLUXIONGeneralSkipOption = " ${ CYel } Skip "
2017-09-24 09:06:22 -06:00
FLUXIONGeneralBackOption = " ${ CRed } Cofnij "
FLUXIONGeneralExitOption = " ${ CRed } Wyjście "
2018-04-23 13:02:54 -06:00
FLUXIONGeneralRepeatOption = " ${ CRed } Repeat "
2017-09-24 09:06:22 -06:00
FLUXIONGeneralNotFoundError = "Nie znaleziono"
FLUXIONGeneralXTermFailureError = " ${ CRed } Start xterm niemożliwy (źle skonfigurowany?). "
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2017-09-24 09:06:22 -06:00
FLUXIONCleanupAndClosingNotice = "Sprzątanie i zamykanie"
FLUXIONKillingProcessNotice = " Zabijanie procesu ${ CGry } \$targetID $CClr "
2017-12-20 17:30:09 -07:00
FLUXIONRestoringPackageManagerNotice = " Restoring ${ CCyn } \$PackageManagerCLT $CClr "
2017-09-24 09:06:22 -06:00
FLUXIONDisablingMonitorNotice = "Wyłączanie karty monitorującej"
2017-09-24 05:06:30 -06:00
FLUXIONDisablingExtraInterfacesNotice = "Disabling extra interfaces"
FLUXIONDisablingPacketForwardingNotice = " Disabling ${ CGry } forwarding of packets "
FLUXIONDisablingCleaningIPTablesNotice = " Cleaning ${ CGry } iptables "
FLUXIONRestoringTputNotice = " Restoring ${ CGry } tput "
2017-09-24 09:06:22 -06:00
FLUXIONDeletingFilesNotice = " Usuwanie ${ CGry } files "
FLUXIONRestartingNetworkManagerNotice = " Restartowanie ${ CGry } Network-Manager "
FLUXIONCleanupSuccessNotice = "Sprzątanie zakończone powodzeniem!"
FLUXIONThanksSupportersNotice = "Dziękuję za użycie FLUXION"
2017-09-24 05:06:30 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# FLUXSCRIPT END