forked from CastroFidel/PortWINE
###Scripts version 1087###
This commit is contained in:
@ -29,6 +29,13 @@ then
|
||||
export port_upd5="Напомнить позже"
|
||||
export port_upd6="Больше не напоминать"
|
||||
|
||||
export scripts_upd1="Обновление скриптов"
|
||||
export scripts_upd2="Доступно обновление скриптов для ${portname}\n"
|
||||
export scripts_upd3="Действие:"
|
||||
export scripts_upd4="Обновить сейчас"
|
||||
export scripts_upd5="Напомнить позже"
|
||||
export scripts_upd6="Больше не напоминать"
|
||||
|
||||
export port_del1="Удаление $portname"
|
||||
export port_del2="Вы действительно хотите удалить $portname,\nс установленным в него клиентом?\n"
|
||||
export port_del3="Удалить?!"
|
||||
@ -104,8 +111,8 @@ then
|
||||
export ss_default_2="Old startup, with questions and logs"
|
||||
export ss_ogl_1="Use OpenGL. (DirectX to OpenGL)"
|
||||
export ss_ogl_2="Use VKD3D. (DX12 to vulkan)"
|
||||
export ss_ogl_3="Use DXVK and D9VK. (DX9-DX11 to Vulkan)"
|
||||
export ss_done="The shortcut was created in the ${portname} directory.\nAdd it to MENU -> GAMES?"
|
||||
export ss_ogl_3="Use DXVK and D9VK. (DX9-DX11 to Vulkan)"
|
||||
export ss_done="The shortcut was created in the ${portname} directory.\nAdd it to MENU -> GAMES?"
|
||||
|
||||
export inst_succ="The installation was successful."
|
||||
|
||||
@ -116,7 +123,14 @@ then
|
||||
export port_upd5="Remind me later"
|
||||
export port_upd6="Do not remind me"
|
||||
|
||||
export port_del1="Remove $portname"
|
||||
export scripts_upd1="New update for scripts"
|
||||
export scripts_upd2="Scripts update avialable for ${portname}\n"
|
||||
export scripts_upd3="Action:"
|
||||
export scripts_upd4="Updating now"
|
||||
export scripts_upd5="Remind me later"
|
||||
export scripts_upd6="Do not remind me"
|
||||
|
||||
export port_del1="Remove $portname"
|
||||
export port_del2="Are you sure you want to delete the ${portname}?\n"
|
||||
export port_del3="Remove?!"
|
||||
export port_del4="No!"
|
||||
|
Reference in New Issue
Block a user