parent
1c51ba29e9
commit
a963ca0f5f
|
@ -1,27 +1,27 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# identifier: Portail Captif
|
# identifier: Portail Captif
|
||||||
# description: Crée un point d'accès «jumeaux malveillante».
|
# description: Crée un point d'accès «jumeau malveillant».
|
||||||
|
|
||||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
CaptivePortalInterfaceQuery="Select an interface for the captive portal."
|
CaptivePortalInterfaceQuery="Sélectionnez une interface de portail captif"
|
||||||
CaptivePortalStartingInterfaceNotice="Starting captive portal interface..."
|
CaptivePortalStartingInterfaceNotice="Lancement de l'interface de portail captif..."
|
||||||
CaptivePortalCannotStartInterfaceError="${CRed}Unable to start captive portal interface$CClr, returning!"
|
CaptivePortalCannotStartInterfaceError="${CRed}Incapable de lancer une interface de portail captif$CClr, retour arrière !"
|
||||||
CaptivePortalStartedInterfaceNotice="${CGrn}Success${CClr}, captive portal interface ready!"
|
CaptivePortalStartedInterfaceNotice="${CGrn}Succès${CClr}, interface de portail captif prête !"
|
||||||
CaptivePortalStaringAPServiceNotice="Starting Captive Portal access point service..."
|
CaptivePortalStaringAPServiceNotice=" Lancement du service de point d'accès du portail captif..."
|
||||||
CaptivePortalStaringAPRoutesNotice="Starting Captive Portal access point routes..."
|
CaptivePortalStaringAPRoutesNotice="Lancement des routes du portail captif de point d'accès..."
|
||||||
CaptivePortalStartingDHCPServiceNotice="Starting access point DHCP service as daemon..."
|
CaptivePortalStartingDHCPServiceNotice="Lancement du service DHCP de point d'accès comme daemon..."
|
||||||
CaptivePortalStartingDNSServiceNotice="Starting access point DNS service as daemon..."
|
CaptivePortalStartingDNSServiceNotice="Lancement du service DNS de point d'accès comme daemon..."
|
||||||
CaptivePortalStartingWebServiceNotice="Starting access point captive portal as daemon..."
|
CaptivePortalStartingWebServiceNotice="Lancement du portail captif de point d'accès comme daemon..."
|
||||||
CaptivePortalStartingJammerServiceNotice="Starting access point jammer as daemon..."
|
CaptivePortalStartingJammerServiceNotice="Lancement de l'interrupteur de point d'accès comme daemon..."
|
||||||
CaptivePortalStartingAuthenticatorServiceNotice="Starting authenticator script..."
|
CaptivePortalStartingAuthenticatorServiceNotice="Lancement du script d'authentification..."
|
||||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
CaptivePortalVerificationMethodQuery="METHODE DE VÉRIFICATION DU PASSWORD"
|
CaptivePortalVerificationMethodQuery="METHODE DE VÉRIFICATION DU MOT DE PASSE"
|
||||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
CaptivePortalCertificateSourceQuery="Select SSL certificate source for captive portal"
|
CaptivePortalCertificateSourceQuery="Sélectionnez le certificat SSL source pour le portail captif"
|
||||||
CaptivePortalCertificateSourceGenerateOption="Create an SSL certificate"
|
CaptivePortalCertificateSourceGenerateOption="Créer un certificat SSL"
|
||||||
CaptivePortalCertificateSourceRescanOption="Detect SSL certificate (${CClr}search again$CGry)"
|
CaptivePortalCertificateSourceRescanOption="Détecter le certificat SSL (${CClr}chercher encore$CGry)"
|
||||||
CaptivePortalUIQuery="Select a captive portal interface for the rogue network"
|
CaptivePortalUIQuery="Sélectionnez une interface de portail captif pour le réseau parasite"
|
||||||
CaptivePortalGenericInterfaceOption="Generic Portal"
|
CaptivePortalGenericInterfaceOption="Portail générique"
|
||||||
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
|
|
||||||
# FLUXSCRIPT END
|
# FLUXSCRIPT END
|
||||||
|
|
Loading…
Reference in New Issue