export ss_text="Выберите желаемый вариант запуска ${portname}. Вы всегда можете изменить свой выбор, \nзапустив ярлык restart из каталога: "${PORT_WINE_PATH}"/"
export ss_text="Выберите желаемый вариант запуска ${portname}. Вы всегда можете изменить свой выбор, \nзапустив ярлык reset из каталога: "${PORT_WINE_PATH}"/"
export ss_ver="Версия?"
export ss_ver="Версия?"
export ss_default_1="Cтандартный запуск"
export ss_default_1="Cтандартный запуск"
export ss_default_2="Старый запуск, с вопросами и логами"
export ss_default_2="Старый запуск, с вопросами и логами"
...
@@ -53,6 +53,23 @@ then
...
@@ -53,6 +53,23 @@ then
export port_time5="Сейчас не могу, может быть в другой раз."
export port_time5="Сейчас не могу, может быть в другой раз."
export port_time6="Я уже сделал вклад в будущее проекта."
export port_time6="Я уже сделал вклад в будущее проекта."
export port_debug="После окончания ${portname}, нажмите ОК."
export hud_text="Выберите вывод необходимой информации на экран:"
export hud_info="Отображать:"
export hud_fps="частоту кадров"
export hud_devinfo="название графического процессора и версию драйвера"
export hud_frametimes="график времени кадра"
export hud_submissions="количество командных буферов, представленных на кадр"
export hud_drawcalls="количество вызовов отрисовки и отрисовки пропусков на кадр"
export hud_pipelines="общее количество графических и вычислительных конвейеров"
export hud_memory="объем памяти устройства, выделенной и использованной"
export hud_gpuload="предполагаемую загрузку графического процессора (может быть неточна)"
export hud_version="используемую версию DXVK"
export hud_api="уровень функций D3D, используемый приложением"
export hud_samplers="текущее количество используемых пар сэмплеров (только для D3D9)"
elif["${update_loc}"="ENG"]
elif["${update_loc}"="ENG"]
then
then
...
@@ -60,7 +77,7 @@ then
...
@@ -60,7 +77,7 @@ then
export inst_set_top="PortWINE setting"
export inst_set_top="PortWINE setting"
export ss_title="Settings::"
export ss_title="Settings::"
export ss_text="Choose your preferred ${portname} launch option. You can always change your choice by unsetting\nthe restart shortcut from the directory: "${PORT_WINE_PATH}"/"
export ss_text="Choose your preferred ${portname} launch option. You can always change your choice by unsetting\nthe reset shortcut from the directory: "${PORT_WINE_PATH}"/"
export ss_ver="Version:"
export ss_ver="Version:"
export ss_default_1="Standard start"
export ss_default_1="Standard start"
export ss_default_2="Old startup, with questions and logs"
export ss_default_2="Old startup, with questions and logs"
...
@@ -96,11 +113,28 @@ then
...
@@ -96,11 +113,28 @@ then
export port_start8="DXVK"
export port_start8="DXVK"
export port_time1="Information"
export port_time1="Information"
export port_time2="Do you think that it is difficult to help the author develop the project?No! It is enough that you would sacrifice what you think is necessary, well, or at least 1$."
export port_time2="Do you think that it is difficult to help the author develop the project?\nNo! It is enough that you would sacrifice what you think is necessary, well, or at least 1$."
export port_time3="Action:"
export port_time3="Action:"
export port_time4="Go to the site and help develop the project"
export port_time4="Go to the site and help develop the project"
export port_time5="I do not want to help the project"
export port_time5="I do not want to help the project"
export port_time6="I'm well done and have already contributed to the future of the project"
export port_time6="I'm well done and have already contributed to the future of the project"
export port_debug="After finishing the ${portname}, click OK."
export hud_text="The DXVK_HUD environment variable controls a HUD which can display the framerate\nand some stat counters. It accepts a comma-separated list of the following options:"
export hud_info="Description:"
export hud_fps="Shows the current frame rate."
export hud_devinfo="Displays the name of the GPU and the driver version."
export hud_frametimes="Shows a frame time graph."
export hud_submissions="Shows the number of command buffers submitted per frame."
export hud_drawcalls="Shows the number of draw calls and render passes per frame."
export hud_pipelines="Shows the total number of graphics and compute pipelines."
export hud_memory="Shows the amount of device memory allocated and used."
export hud_gpuload="Shows estimated GPU load. May be inaccurate."
export hud_version="Shows DXVK version."
export hud_api="Shows the D3D feature level used by the application."