2017-09-23 10:05:13 -06:00
#!/bin/bash
# Português Brazileiro
# native: Português-BR
FLUXIONInterfaceQuery = "Selecione sua interface wireless"
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-23 10:05:13 -06:00
FLUXIONUnblockingWINotice = "Desbloqueando interfaces wireless..."
2018-04-23 13:02:54 -06:00
#FLUXIONFindingExtraWINotice="A procura de interfaces wireless..."
2017-09-23 10:05:13 -06:00
FLUXIONRemovingExtraWINotice = "Removendo interfaces wireless..."
FLUXIONFindingWINotice = "Procurando por interfaces wireless válidas..."
FLUXIONSelectedBusyWIError = "A interface selecionada esta aparentemente em uso"
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-23 10:05:13 -06:00
FLUXIONGatheringWIInfoNotice = "Relhendo informações da interface..."
FLUXIONUnknownWIDriverError = "Ative o drive da interface!"
2018-04-23 13:02:54 -06:00
FLUXIONUnloadingWIDriverNotice = "Esperando pela interface \"\$interface\" para descarregar..."
FLUXIONLoadingWIDriverNotice = "Esperando pela interface \"\$interface\" para carregar..."
2017-09-23 10:05:13 -06:00
FLUXIONFindingConflictingProcessesNotice = "Procurando serviços conflitantes..."
FLUXIONKillingConflictingProcessesNotice = "Matando serviços conflitantes..."
FLUXIONPhysicalWIDeviceUnknownError = " ${ CRed } Não é possível determinar o dispositivo físico da interface! "
FLUXIONStartingWIMonitorNotice = "Iniciando modo monitor..."
2018-04-23 13:02:54 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONTargetSearchingInterfaceQuery = "Select a wireless interface for target searching."
FLUXIONTargetTrackerInterfaceQuery = "Select an interface for target tracking."
FLUXIONIncompleteTargettingInfoNotice = "Missing ESSID, BSSID, or channel information!"
FLUXIONTargettingAccessPointAboveNotice = "Fluxion is targetting the access point above."
FLUXIONContinueWithTargetQuery = "Continue with this target?"
2017-09-23 10:05:13 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONStartingScannerNotice = "Iniciando busca, aguarde por favor..."
2018-04-23 13:02:54 -06:00
FLUXIONStartingScannerTip = "Five seconds after the target AP appears, close the FLUXION Scanner (ctrl+c)."
2017-09-23 10:05:13 -06:00
FLUXIONPreparingScannerResultsNotice = "Sintetizando os resultados da varredura, aguarde..."
FLUXIONScannerFailedNotice = "Wireless card não suportado (sem APs encontrados)"
FLUXIONScannerDetectedNothingNotice = "Sem APs encontrados, retornando..."
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONHashFileDoesNotExistError = "Arquivo hash não existe!"
FLUXIONHashInvalidError = " ${ CRed } Error $CClr , arquivo hash inválido! "
FLUXIONHashValidNotice = " ${ CGrn } Success $CClr , verificação de hash completa! "
FLUXIONPathToHandshakeFileQuery = " Insira o arquivo de handshake $CClr (Exemplo: /.../dump-01.cap) "
2018-04-23 13:02:54 -06:00
FLUXIONPathToHandshakeFileReturnTip = "To go back, leave the hash path blank."
FLUXIONAbsolutePathInfo = "Caminho"
FLUXIONEmptyOrNonExistentHashError = " ${ CRed } Error $CClr , path points to non-existing or empty hash file. "
2017-09-23 10:05:13 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONScannerChannelQuery = "Selecione um canal para monitorar"
FLUXIONScannerChannelOptionAll = "Todos os Canais"
FLUXIONScannerChannelOptionSpecific = "Canais específicos"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONScannerChannelSingleTip = "Canal único"
FLUXIONScannerChannelMiltipleTip = "Múltiplos canais"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONScannerHeader = "FLUXION Scanner"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONHashSourceQuery = "Selecione um método para capturar o handshake"
FLUXIONHashSourcePathOption = "Caminho para captura do arquivo"
FLUXIONHashSourceRescanOption = "Diretório do handshake"
FLUXIONFoundHashNotice = "Um handshake para o AP alvo foi encontrado."
FLUXIONUseFoundHashQuery = "Gostaria de usar esse arquivo?"
2018-04-23 13:02:54 -06:00
FLUXIONUseFoundHashOption = "Use hash found"
FLUXIONSpecifyHashPathOption = "Specify path to hash"
2017-09-23 10:05:13 -06:00
FLUXIONHashVerificationMethodQuery = "Selecione um método de verificação para a hash"
FLUXIONHashVerificationMethodPyritOption = " pyrit verification ( ${ CGrn } recomendada $CClr ) "
2017-11-30 01:43:08 -07:00
FLUXIONHashVerificationMethodAircrackOption = " aircrack-ng verification ( ${ CYel } não confiável $CClr ) "
2017-09-23 10:05:13 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONAttackQuery = "Selecione uma rede sem fio para atacar"
2018-04-23 13:02:54 -06:00
FLUXIONAttackInProgressNotice = " ${ CCyn } \$FluxionAttack $CClr ataque em progresso... "
2017-09-23 10:05:13 -06:00
FLUXIONSelectAnotherAttackOption = "Selecione outro ataque"
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-23 10:05:13 -06:00
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2018-04-23 13:02:54 -06:00
FLUXIONGeneralSkipOption = " ${ CYel } Skip "
2017-09-23 10:05:13 -06:00
FLUXIONGeneralBackOption = " ${ CRed } Voltar "
FLUXIONGeneralExitOption = " ${ CRed } Sair "
FLUXIONGeneralRepeatOption = " ${ CRed } Repetir "
FLUXIONGeneralNotFoundError = "Não encontrado"
FLUXIONGeneralXTermFailureError = " ${ CRed } Falha ao iniciar a sessão xterm (possivelmente configuração errada). "
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FLUXIONCleanupAndClosingNotice = "Limpando e saindo"
FLUXIONKillingProcessNotice = " Matando ${ CGry } \$targetID $CClr "
2017-12-20 17:30:09 -07:00
FLUXIONRestoringPackageManagerNotice = " Restoring ${ CCyn } \$PackageManagerCLT $CClr "
2017-09-23 10:05:13 -06:00
FLUXIONDisablingMonitorNotice = "Desabilitando interface do modo monitor"
FLUXIONDisablingExtraInterfacesNotice = "Desabilitando interfaces extras"
FLUXIONDisablingPacketForwardingNotice = " Desabilitando ${ CGry } encaminhador de pacotes "
FLUXIONDisablingCleaningIPTablesNotice = " Limpando ${ CGry } iptables "
FLUXIONRestoringTputNotice = " Restaurando ${ CGry } tput "
FLUXIONDeletingFilesNotice = " Deletando ${ CGry } arquivos "
FLUXIONRestartingNetworkManagerNotice = " Reiniciando ${ CGry } Network-Manager "
FLUXIONCleanupSuccessNotice = "Limpeza completa!"
FLUXIONThanksSupportersNotice = "Obrigado por usar o FLUXION"
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# FLUXSCRIPT END