Add Dutch

This commit is contained in:
deltax 2016-11-13 14:09:42 +01:00 committed by GitHub
parent c47027fbbd
commit cfe39f21a7
1 changed files with 36 additions and 9 deletions

45
fluxion
View File

@ -27,7 +27,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*)
# Deauth duration during handshake capture # Deauth duration during handshake capture
# oo # oo
DEAUTHTIME="9999999999999" DEAUTHTIME="9999999999999"
revision=89 revision=90
version=0.23 version=0.23
IP=192.168.1.1 IP=192.168.1.1
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
@ -445,6 +445,18 @@ DIALOG_WEB_LIDHT_MIN_ID="Password harus lebih dari {0} karakter!"
DIALOG_WEB_LIDHT_MAX_ID="Password harus kurang dari {0} karakter!" DIALOG_WEB_LIDHT_MAX_ID="Password harus kurang dari {0} karakter!"
DIALOG_WEB_DIR_ID="ltr" DIALOG_WEB_DIR_ID="ltr"
#NL
DIALOG_WEB_INFO_NL="Voor beveligings redenen, voer uw WPA wachtwoord in voor internettoegang."
DIALOG_WEB_INPUT_NL="Typ Uw WPA wachtwoord:"
DIALOG_WEB_SUBMIT_NL="Invoeren"
DIALOG_WEB_ERROR_NL="Error: Het ingevoerde wachtwoord is niet juist!"
DIALOG_WEB_OK_NL="Uw verbinding wordt in enkele seconden hervat."
DIALOG_WEB_BACK_NL="Terug"
DIALOG_WEB_ERROR_MSG_NL="Dit veld is verplicht."
DIALOG_WEB_LENGHT_MIN_NL="Het wachtwoord moet langer zijn dan {0} karakters!"
DIALOG_WEB_LENGHT_MAX_NL="Het wachtwoord moet korter zijn dan {0} karakters!"
DIALOG_WEB_DIR_NL="ltr"
# Design # Design
function top(){ function top(){
@ -3971,6 +3983,7 @@ function ConnectionRESET {
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Serbia [SRB] (NEUTRA)";n=`expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Serbia [SRB] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Polish [PL] (NEUTRA)";n=`expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Polish [PL] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Indonesia [ID] (NEUTRA)";n=`expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Indonesia [ID] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Dutch [NL] (NEUTRA)";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Belkin [ENG]";n=`expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Belkin [ENG]";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Netgear [ENG]";n=`expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Netgear [ENG]";n=`expr $n + 1`
echo -e " "$red"["$yellow"$n"$red"]"$transparent" Huawei [ENG]";n=`expr $n + 1` echo -e " "$red"["$yellow"$n"$red"]"$transparent" Huawei [ENG]";n=`expr $n + 1`
@ -4247,36 +4260,50 @@ function ConnectionRESET {
DIALOG_WEB_DIR=$DIALOG_WEB_DIR_ID DIALOG_WEB_DIR=$DIALOG_WEB_DIR_ID
NEUTRA NEUTRA
break break
elif [ "$fluxass" = "20" ]; then
elif [ "$fluxass" = "20" ]; then
DIALOG_WEB_ERROR=$DIALOG_WEB_ERROR_NL
DIALOG_WEB_INFO=$DIALOG_WEB_INFO_NL
DIALOG_WEB_INPUT=$DIALOG_WEB_INPUT_NL
DIALOG_WEB_OK=$DIALOG_WEB_OK_NL
DIALOG_WEB_SUBMIT=$DIALOG_WEB_SUBMIT_NL
DIALOG_WEB_BACK=$DIALOG_WEB_BACK_NL
DIALOG_WEB_ERROR_MSG=$DIALOG_WEB_ERROR_MSG_NL
DIALOG_WEB_LENGHT_MIN=$DIALOG_WEB_LENGHT_MIN_NL
DIALOG_WEB_LENGHT_MAX=$DIALOG_WEB_LENGHT_MAX_NL
DIALOG_WEB_DIR=$DIALOG_WEB_DIR_NL
NEUTRA
break
elif [ "$fluxass" = "21" ]; then
BELKIN BELKIN
break break
elif [ "$fluxass" = "21" ]; then elif [ "$fluxass" = "22" ]; then
NETGEAR NETGEAR
break break
elif [ "$fluxass" = "22" ]; then elif [ "$fluxass" = "23" ]; then
HUAWEI HUAWEI
break break
elif [ "$fluxass" = "23" ]; then elif [ "$fluxass" = "24" ]; then
VERIZON VERIZON
break break
elif [ "$fluxass" = "24" ]; then elif [ "$fluxass" = "25" ]; then
NETGEAR2 NETGEAR2
break break
elif [ "$fluxass" = "25" ]; then elif [ "$fluxass" = "26" ]; then
ARRIS2 ARRIS2
break break
elif [ "$fluxass" = "26" ]; then elif [ "$fluxass" = "27" ]; then
VODAFONE VODAFONE
break break
elif [ "$fluxass" = "27" ]; then elif [ "$fluxass" = "28" ]; then
conditional_clear conditional_clear
webinterface webinterface
break break