aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Espadas <KardiWeb@users.noreply.github.com>2015-08-29 22:21:06 +0200
committerLaszlo Espadas <KardiWeb@users.noreply.github.com>2015-08-29 22:21:06 +0200
commit01710601c69249a043e1342bcde6a1bbecb1f4c9 (patch)
treebce8cd5ea251837d94ab8f03e4651f847b37cc1c
parentf50905694362fc2fffc9e2fa52cf5ce6e09ff707 (diff)
downloadhyperfi-01710601c69249a043e1342bcde6a1bbecb1f4c9.tar.lz
hyperfi-01710601c69249a043e1342bcde6a1bbecb1f4c9.tar.xz
hyperfi-01710601c69249a043e1342bcde6a1bbecb1f4c9.zip
Add hungarian language string
-rw-r--r--archfi1
1 files changed, 1 insertions, 0 deletions
diff --git a/archfi b/archfi
index e01bf07..3dba5d2 100644
--- a/archfi
+++ b/archfi
@@ -78,6 +78,7 @@ chooselanguage(){
options=()
options+=("English" "(By MatMoul)")
options+=("French" "(By MatMoul)")
+ options+=("Hungarian" "(By KardiWeb)")
sel=$(whiptail --backtitle "$apptitle" --title "$txtlanguage" --menu "" 0 0 0 \
"${options[@]}" \
3>&1 1>&2 2>&3)