diff options
author | Laszlo Espadas <KardiWeb@users.noreply.github.com> | 2015-08-29 22:21:06 +0200 |
---|---|---|
committer | Laszlo Espadas <KardiWeb@users.noreply.github.com> | 2015-08-29 22:21:06 +0200 |
commit | 01710601c69249a043e1342bcde6a1bbecb1f4c9 (patch) | |
tree | bce8cd5ea251837d94ab8f03e4651f847b37cc1c | |
parent | f50905694362fc2fffc9e2fa52cf5ce6e09ff707 (diff) | |
download | hyperfi-01710601c69249a043e1342bcde6a1bbecb1f4c9.tar.lz hyperfi-01710601c69249a043e1342bcde6a1bbecb1f4c9.tar.xz hyperfi-01710601c69249a043e1342bcde6a1bbecb1f4c9.zip |
Add hungarian language string
-rw-r--r-- | archfi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |