PW_SET_LANG=$(zenity --title"Install $portname"--text"Select the installation language"--list--radiolist\
--column="Set:"--column"Language:"\
TRUE "Russian"\
FALSE "English")
["$?"!="0"]&&exit 1
if[["${PW_USE_NS}"!="1"]];then
case$PW_SET_LANGin
"Russian")
inst1=$($yad_gui--title"Install ${portname}"--text"Выберите путь для установки (обновления) ${portname},\nили оставьте его по умолчанию.\n\nВнимание:\nУстанавливать необходимо на файловую систему Linux (ext4, btrfs и прочие)."--list--radiolist--width=600 --height=200 \
inst1=$($yad_gui--title"Install ${portname}"--text"Select the installation path (update) port,\nor leave it in default."--list--radiolist--width=600 --height=200 \
--column="Set..."--column"Path:"\
TRUE "${def_path}"\
FALSE "Other path...")
inst1="$(echo$inst1 | awk-F'|''{print $2}')"
["$?"!="0"]&&exit 1
case$inst1in
"${def_path}")
D_PATH="${def_path}";;
"Other path...")
D_PATH="$($yad_gui--file--directory--title="Select the path...")";;
INFO_TEXT="Вы запустили установщик PortWINE ${portname} версии ${port_ver}. \n\nЭто не коммерческий продукт и развивается исключительно за идею и Ваши пожертвования. \nВсе права сторонего програмного обеспечения принадлежат их владельцам! \nПродолжая установку вы автоматически соглашаетесь с данными условиями.";;
INFO_TEXT="You run the installer PortWINE ${portname} v. ${port_ver}. \n\nThis is not a commercial product and developed exclusively for the idea and donate. \nAll rights to third-party software belong to their respective owners! \nContinuing the installation of you agree to these terms.";;
inst1=$(zenity --title"Install ${portname}"--text"Выберите путь для установки (обновления) ${portname},\nили оставьте его по умолчанию.\n\nВнимание:\nУстанавливать необходимо на файловую систему Linux (ext4, btrfs и прочие)."--list--radiolist--width=350 --height=250 \
inst1=$(zenity --title"Install ${portname}"--text"Select the installation path (update) port,\nor leave it in default."--list--radiolist--width=350 --height=250 \
--column="Set..."--column"Path:"\
TRUE "${def_path}"\
FALSE "Other path...")
["$?"!="0"]&&exit 1
case$inst1in
"${def_path}")
D_PATH="${def_path}";;
"Other path...")
D_PATH="$(zenity --file-selection--directory--title="Select the path..." 2>/dev/null)";;