forked from CastroFidel/PortWINE
###Scripts version 2066###
This commit is contained in:
@ -7,6 +7,7 @@ export update_loc=${update_loc}
|
||||
if [ "${update_loc}" = "RUS" ]
|
||||
then
|
||||
export PW_CHANGELOG_FILE="changelog_rus"
|
||||
export PW_SELECTION_DB_LOC="Найдено более одного DB файла для запускаемого приложения.\nВыберите необходимый, или перед следующим слезапуском удалите лишний DB файл.\n"
|
||||
|
||||
export inst_set="Выбор"
|
||||
export inst_set_top="Установка PortWINE"
|
||||
@ -107,6 +108,7 @@ then
|
||||
elif [ "${update_loc}" = "ENG" ]
|
||||
then
|
||||
export PW_CHANGELOG_FILE="changelog_eng"
|
||||
export PW_SELECTION_DB_LOC="More than one DB file found for the application being launched.\nSelect the required one, or delete the extra DB file before the next run.\n"
|
||||
|
||||
export inst_set="Sett..."
|
||||
export inst_set_top="PortWINE setting"
|
||||
|
Reference in New Issue
Block a user