forked from CastroFidel/PortWINE
Scripts version 2204
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Author: linux-gaming.ru
|
||||
# Helped in translation: ConTI1NuEsZZZ and Boria138
|
||||
|
||||
unset update_loc
|
||||
if [[ -f "${PORT_WINE_TMP_PATH}/${portname}_loc" ]] ; then
|
||||
@ -19,8 +20,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${update_loc}" = "RUS" ]
|
||||
then
|
||||
if [ "${update_loc}" = "RUS" ] ; then
|
||||
export loc_gui_pw_reinstall_pp="Переустановить ${portname}"
|
||||
export loc_gui_rm_pp="Удалить ${portname}"
|
||||
export loc_gui_upd_pp="Проверить обновления"
|
||||
@ -264,10 +264,8 @@ then
|
||||
export loc_gui_installing_the="Устанавливаем"
|
||||
export loc_gui_please_wait="Пожалуйста подождите..."
|
||||
|
||||
elif [ "${update_loc}" = "ENG" ]
|
||||
then
|
||||
# Helped in translation: ConTI1NuEsZZZ and Boria138
|
||||
|
||||
elif [ "${update_loc}" = "ENG" ] ; then
|
||||
|
||||
export loc_gui_pw_reinstall_pp="REINSTALL ${portname}"
|
||||
export loc_gui_rm_pp="REMOVE ${portname}"
|
||||
export loc_gui_upd_pp="UPDATE ${portname}"
|
||||
@ -512,5 +510,3 @@ A brief instruction:
|
||||
export loc_gui_installing_the="Installing the"
|
||||
export loc_gui_please_wait="Please wait..."
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user