Commit dceae60a authored by Mikhail Tergoev's avatar Mikhail Tergoev

updated translations

parent 97af1e65
......@@ -670,6 +670,19 @@ msgid "Adding an argument after the <b>.exe</b> file, just like you would "
"add an argument in a shortcut on a <b>WINDOWS </b> system"
msgstr ""
msgid "RUN SECOND .EXE AFTER MAIN"
msgstr ""
msgid "Path to second .exe that should be started after the main one. Leave "
"empty to disable."
msgstr ""
msgid "SECOND .EXE DELAY (seconds)"
msgstr ""
msgid "Delay before starting the second .exe after the main one."
msgstr ""
msgid "Limit the use of processor cores"
msgstr ""
......
......@@ -832,6 +832,22 @@ msgstr ""
"Agregar un argumento después del archivo <b>.exe</b>, al igual que "
"agregarías un argumento en un acceso directo en un sistema <b>WINDOWS</b>"
msgid "RUN SECOND .EXE AFTER MAIN"
msgstr "EJECUTAR SEGUNDO .EXE DESPUÉS DEL PRINCIPAL"
msgid ""
"Path to second .exe that should be started after the main one. Leave empty "
"to disable."
msgstr ""
"Ruta del segundo archivo .exe que debe ejecutarse después del principal. "
"Dejar vacío para desactivar."
msgid "SECOND .EXE DELAY (seconds)"
msgstr "RETRASO DEL SEGUNDO .EXE (segundos)"
msgid "Delay before starting the second .exe after the main one."
msgstr "Retraso antes de iniciar el segundo .exe después del principal."
msgid "Limit the use of processor cores"
msgstr "Limitar el uso de núcleos del procesador"
......
......@@ -843,6 +843,22 @@ msgstr ""
"Добавление аргументов после файла <b>.exe</b> аналогично добавлению "
"аргументов в ярлык в системе <b>WINDOWS </b>"
msgid "RUN SECOND .EXE AFTER MAIN"
msgstr "Запустить второй .EXE после основного"
msgid ""
"Path to second .exe that should be started after the main one. Leave empty "
"to disable."
msgstr ""
"Путь ко второму .exe-файлу, который должен быть запущен после основного. "
"Оставьте пустым, чтобы отключить."
msgid "SECOND .EXE DELAY (seconds)"
msgstr "Задержка второго .EXE (секунды)"
msgid "Delay before starting the second .exe after the main one."
msgstr "Задержка перед запуском второго .exe после основного."
msgid "Limit the use of processor cores"
msgstr "Ограничить использование ядер процессора"
......
......@@ -5770,8 +5770,8 @@ A brief instruction:
* library=b,n - use <b>WINE</b> library and then <b>WINDOWS</b>
* library= - disable the use of this library]} :CBE" "$(combobox_fix --empty "${WINEDLLOVERRIDES}" "libglesv2=!d3dx9_36,d3dx9_42=n,b;mfc120=b,n")" \
--field="${translations[ADD ARGUMENTS FOR .EXE FILE]}!${translations[Adding an argument after the <b>.exe</b> file, just like you would add an argument in a shortcut on a <b>WINDOWS </b> system]} :CBE" "$(combobox_fix --empty "\\${LAUNCH_PARAMETERS}" "-dx11 -skipintro 1")" \
--field="RUN SECOND .EXE AFTER MAIN!Path to second .exe that should be started after the main one. Leave empty to disable.:FL" "${PW_RUN_AFTER_EXE}" \
--field="SECOND .EXE DELAY (seconds)!Delay before starting the second .exe after the main one.:NUM" "${PW_RUN_AFTER_DELAY:-3}!1..600" \
--field="${translations[RUN SECOND .EXE AFTER MAIN]}!${translations[Path to second .exe that should be started after the main one. Leave empty to disable.]} :FL" "${PW_RUN_AFTER_EXE}" \
--field="${translations[SECOND .EXE DELAY (seconds)]}!${translations[Delay before starting the second .exe after the main one.]} :NUM" "${PW_RUN_AFTER_DELAY:-3}!1..600" \
--field="${translations[Limit the use of processor cores]}!${translations[Limiting the number of CPU cores is useful for Unity games (It is recommended to set the value equal to 8)]} :CB" "$(combobox_fix --disabled "${CPU_LIMIT_VAR}" "${GET_LOGICAL_CORE}")" \
--field="${translations[Forcibly select the OpenGL version for the game]}!${translations[You can select the required OpenGL version, some games require a forced Compatibility Profile (COMPAT). (Examples are in the drop-down list)]} :CB" "$(combobox_fix --disabled "${PW_MESA_GL_VERSION_OVERRIDE}" "4.6COMPAT!4.5COMPAT!4.3COMPAT!4.1COMPAT!3.3COMPAT!3.2COMPAT")" \
--field="${translations[Forcibly select the VKD3D feature level]}!${translations[You can set a forced feature level VKD3D for games on DirectX12]} :$VKD3D_CB" "$(combobox_fix --disabled "${PW_VKD3D_FEATURE_LEVEL}" "12_2!12_1!12_0!11_1!11_0")" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment