forked from CastroFidel/PortWINE
###Scripts version 2064###
This commit is contained in:
@ -6,6 +6,7 @@ export update_loc=${update_loc}
|
||||
|
||||
if [ "${update_loc}" = "RUS" ]
|
||||
then
|
||||
export PW_CHANGELOG_FILE="changelog_rus"
|
||||
|
||||
export inst_set="Выбор"
|
||||
export inst_set_top="Установка PortWINE"
|
||||
@ -101,8 +102,11 @@ then
|
||||
export PW_SMAA_INFO='Альтернативный вариант сглаживания (меньший эффект, но с меньшим потреблением ресурсов GPU, относительно стандартного SMAA)'
|
||||
export PW_GaussianBlur_INFO='Небольшой эффект размытия ярких обьектов (например пламя)'
|
||||
|
||||
export PW_WAYLAND_INFO="Внимание! Вы запускаете $portname в сессии Wayland, некоторые функции могут быть недоступны!\nРекомендуется перезапустить сессию в X11!"
|
||||
|
||||
elif [ "${update_loc}" = "ENG" ]
|
||||
then
|
||||
export PW_CHANGELOG_FILE="changelog_eng"
|
||||
|
||||
export inst_set="Sett..."
|
||||
export inst_set_top="PortWINE setting"
|
||||
@ -141,6 +145,8 @@ then
|
||||
export port_start8="DXVK"
|
||||
|
||||
export port_debug="Please wait!\nAfter finishing the ${portname}, click OK."
|
||||
|
||||
export PW_WAYLAND_INFO="Attention! You are running $portname in a Wayland session, some features may not be available!\nRestarting your session in X11 is recommended!"
|
||||
|
||||
#Helped in translation: ConTI1NuEsZZZ
|
||||
export loc_creat_shortcut="Create shortcut for select file..."
|
||||
|
Reference in New Issue
Block a user