Add hungarian language string

This commit is contained in:
Laszlo Espadas 2015-08-29 22:21:06 +02:00
parent f509056943
commit 01710601c6

1
archfi
View file

@ -78,6 +78,7 @@ chooselanguage(){
options=() options=()
options+=("English" "(By MatMoul)") options+=("English" "(By MatMoul)")
options+=("French" "(By MatMoul)") options+=("French" "(By MatMoul)")
options+=("Hungarian" "(By KardiWeb)")
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \ sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
"${options[@]}" \ "${options[@]}" \
3>&1 1>&2 2>&3) 3>&1 1>&2 2>&3)