forked from CastroFidel/PortWINE
Scripts version 2257
This commit is contained in:
@ -122,9 +122,12 @@ if [[ "${update_loc}" == "RUS" ]] ; then
|
||||
export loc_winetricks="Запустить префикс менеджер для установки доп. библиотек в выбранный префикс"
|
||||
export loc_edit_db="Изменить файл настроек для"
|
||||
export loc_download_other_wine="Открыть меню для скачивания других версий WINE-PROTON"
|
||||
export loc_downloading="Скачивание"
|
||||
|
||||
export loc_clear_pfx="Очистить префикс для исправления проблем"
|
||||
|
||||
export loc_gui_dll_new_pfx="Установить рекомендованные библиотеки в новый префикс: "
|
||||
|
||||
export ENABLE_VKBASALT_INFO='Включить vkBasalt по умолчанию для улучшение графики в играх работающих под Vulkan. (Горячая клавиша HOME отключает vkbasalt)'
|
||||
export PW_NO_ESYNC_INFO='Не использовать примитивы внутрипроцессной синхронизации на основе eventfd. (Рекомендуется не изменять значение)'
|
||||
export PW_NO_FSYNC_INFO='Не использовать примитивы внутрипроцессной синхронизации на основе фьютексов. (Автоматически отключается в системах без FUTEX_WAIT_MULTIPLE поддержки) (Рекомендуется не изменять значение)'
|
||||
@ -161,6 +164,7 @@ if [[ "${update_loc}" == "RUS" ]] ; then
|
||||
export PW_USE_SYSTEM_VK_LAYERS_INFO='Использовать системные mangohud, vkBasalt, obs-vkcapture и прочие приложения использующие vulkan layers'
|
||||
export PW_USE_OBS_VKCAPTURE_INFO='Включить возможность записи в OBS Studio с помощью obs-vkcapture (ВНИМАНИЕ: будет включено принудительное использование системных mangohud, vkBasalt, obs-vkcapture и прочих приложений использующих vulkan layers)'
|
||||
export PW_USE_GALLIUM_ZINK_INFO='Использовать драйвер zink (OpenGL поверх Vulkan), позволяет использовать vkBasalt в играх на OpenGL (ВНИМАНИЕ: необходима поддержка vulkan, используется wined3d (opengl) вместо dxvk, подходит для игр на OpenGL и старых версий DirectX, на более новых версиях DirectX возможны артефакты)'
|
||||
export PW_DISABLE_COMPOSITING_INFO='Отключить композитинг (эффекты) рабочего стола. Зачастую улучшает производительность.'
|
||||
|
||||
export PW_3DFX_INFO='Имитация старого графического ускорителя 3dfx (добавляет горизонтальные полосы)'
|
||||
export PW_AdaptiveSharpen_INFO='Увеличение резкости, можно использовать совместно с CAS'
|
||||
@ -527,9 +531,12 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
|
||||
export loc_winetricks="Run winetricks to install additional libraries to the selected prefix"
|
||||
export loc_edit_db="Edit database file for"
|
||||
export loc_download_other_wine="Open the menu to download other versions of WINE-PROTON "
|
||||
export loc_downloading="Downloading"
|
||||
|
||||
export loc_clear_pfx="Clear the prefix to fix problems"
|
||||
|
||||
export loc_gui_dll_new_pfx="Do you want to installing recommended libraries in the new prefix: "
|
||||
|
||||
export ENABLE_VKBASALT_INFO='Enable vkBasalt by default to improve graphics in games running on Vulkan. (The HOME hotkey disables vkbasalt)'
|
||||
export PW_NO_ESYNC_INFO='Do not use in-process synchronization primitives based on eventfd. (It is recommended not to change the value.)'
|
||||
export PW_NO_FSYNC_INFO='Do not use futex-based in-process synchronization primitives. (Automatically disabled on systems without FUTEX_WAIT_MULTIPLE support) (It is recommended not to change the value)'
|
||||
@ -566,6 +573,7 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
|
||||
export PW_USE_SYSTEM_VK_LAYERS_INFO='Use system mangohud, vkBasalt, obs-vkcapture and other applications using vulkan layers'
|
||||
export PW_USE_OBS_VKCAPTURE_INFO='Enable the ability to write to OBS Studio using obs-vkcapture (ATTENTION: the forced use of system mangohud, vkBasalt, obs-vkcapture and other applications using vulkan layers will be enabled)'
|
||||
export PW_USE_GALLIUM_ZINK_INFO='Use the zink driver (OpenGL on top of Vulkan), allows you to use vkBasalt in OpenGL games (ATTENTION: vulkan support is required, wined3d (opengl) is used instead of dxvk, suitable for games on OpenGL and older versions of DirectX, artifacts are possible on newer versions of DirectX)'
|
||||
export PW_DISABLE_COMPOSITING_INFO='Disable desktop compositing (effects). It often improves performance.'
|
||||
|
||||
export PW_3DFX_INFO='Simulation of an old 3dfx graphics accelerator (adds horizontal stripes)'
|
||||
export PW_AdaptiveSharpen_INFO='Sharpness increase, can be used with CAS'
|
||||
|
Reference in New Issue
Block a user