1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

start: Implement the /machine option.

This commit is contained in:
Alexandre Julliard 2023-05-24 09:14:50 +02:00
parent 850e3bcc5d
commit 0b23d22bd6
51 changed files with 830 additions and 321 deletions

View file

@ -18333,7 +18333,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Start a program, or open a document in the program normally used for " #| "Start a program, or open a document in the program normally used for "
@ -18385,9 +18385,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -18419,7 +18420,7 @@ msgstr ""
"/ProgIDOpen افتح المستند باستخدام معرف برنامجي محدد.\n" "/ProgIDOpen افتح المستند باستخدام معرف برنامجي محدد.\n"
"/? أظهر هذه المساعدة ثم اخرج.\n" "/? أظهر هذه المساعدة ثم اخرج.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18428,7 +18429,7 @@ msgstr ""
"لم يتمكن التطبيق من العمل ، أو أنه لا يوجد اقتران مع هذا النوعمن الملفات.\n" "لم يتمكن التطبيق من العمل ، أو أنه لا يوجد اقتران مع هذا النوعمن الملفات.\n"
"فشل التطبيق" "فشل التطبيق"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "لم يتمكن من ترجمة دليل يونكس المعطى إلى دليل دوس." msgstr "لم يتمكن من ترجمة دليل يونكس المعطى إلى دليل دوس."

View file

@ -17026,7 +17026,7 @@ msgstr "regsvr32: Fallu al desinstalar la DLL «%1»\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17049,16 +17049,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17068,7 +17069,7 @@ msgstr ""
"ficheru especificáu.\n" "ficheru especificáu.\n"
"ShellExecuteEx falló" "ShellExecuteEx falló"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17035,7 +17035,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17058,23 +17058,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17269,7 +17269,39 @@ msgstr "regsvr32: S'ha fallat en desinstal·lar el DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: S'ha desinstal·lat el DLL '%1' amb èxit\n" msgstr "regsvr32: S'ha desinstal·lat el DLL '%1' amb èxit\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17292,9 +17324,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17331,7 +17364,7 @@ msgstr ""
"/ProgIDOpen Obre un document utilitzant el progID especificat.\n" "/ProgIDOpen Obre un document utilitzant el progID especificat.\n"
"/? Mostra aquesta ajuda i surt.\n" "/? Mostra aquesta ajuda i surt.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17341,7 +17374,7 @@ msgstr ""
"fitxer especificat.\n" "fitxer especificat.\n"
"Ha fallat el ShellExecuteEx" "Ha fallat el ShellExecuteEx"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"No s'ha pogut traduir el nom de fitxer d'Unix especificat a un nom de fitxer " "No s'ha pogut traduir el nom de fitxer d'Unix especificat a un nom de fitxer "

View file

@ -17790,7 +17790,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17813,16 +17813,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17832,7 +17833,7 @@ msgstr ""
"souborem.\n" "souborem.\n"
"ShellExecuteEx selhal" "ShellExecuteEx selhal"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Nepodařilo se přeložit zadané Unixové jméno souboru na DOSové jméno souboru." "Nepodařilo se přeložit zadané Unixové jméno souboru na DOSové jméno souboru."

View file

@ -18295,7 +18295,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -18318,16 +18318,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18337,7 +18338,7 @@ msgstr ""
"med den specifikke fil.\n" "med den specifikke fil.\n"
"ShellExecuteEx fejlet" "ShellExecuteEx fejlet"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Kunne ikke oversætte det angivne Unix filnavn til et DOS filnavn." msgstr "Kunne ikke oversætte det angivne Unix filnavn til et DOS filnavn."

View file

@ -17240,7 +17240,39 @@ msgstr "regsvr32: DLL '%1' konnte nicht deinstalliert werden\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL '%1' erfolgreich deinstalliert\n" msgstr "regsvr32: DLL '%1' erfolgreich deinstalliert\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17263,9 +17295,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17300,7 +17333,7 @@ msgstr ""
"/ProgIDOpen Öffnet ein Dokument mit der angegebenen progID.\n" "/ProgIDOpen Öffnet ein Dokument mit der angegebenen progID.\n"
"/? Zeigt diese Hilfe an und beendet sich.\n" "/? Zeigt diese Hilfe an und beendet sich.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17310,7 +17343,7 @@ msgstr ""
"der angegebenen Datei verknüpft.\n" "der angegebenen Datei verknüpft.\n"
"ShellExecuteEx fehlgeschlagen" "ShellExecuteEx fehlgeschlagen"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Der angegebene Unix-Dateiname konnte nicht in einen DOS-Dateinamen übersetzt " "Der angegebene Unix-Dateiname konnte nicht in einen DOS-Dateinamen übersetzt "

View file

@ -16672,7 +16672,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16695,23 +16695,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17132,7 +17132,7 @@ msgstr "regsvr32: Failed to uninstall DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: Successfully uninstalled DLL '%1'\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17155,9 +17155,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17184,15 +17185,16 @@ msgstr ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17202,7 +17204,7 @@ msgstr ""
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Could not translate the specified Unix filename to a DOS filename." msgstr "Could not translate the specified Unix filename to a DOS filename."

View file

@ -17132,7 +17132,7 @@ msgstr "regsvr32: Failed to uninstall DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: Successfully uninstalled DLL '%1'\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17155,9 +17155,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17184,15 +17185,16 @@ msgstr ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17202,7 +17204,7 @@ msgstr ""
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Could not translate the specified Unix filename to a DOS filename." msgstr "Could not translate the specified Unix filename to a DOS filename."

View file

@ -17355,7 +17355,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17378,23 +17378,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17626,7 +17626,7 @@ msgstr "regsvr32: no se pudo desinstalar la DLL '%1'\\b\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL '%1' desinstalado correctamente\n" msgstr "regsvr32: DLL '%1' desinstalado correctamente\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17649,16 +17649,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17668,7 +17669,7 @@ msgstr ""
"el archivo especificado.\n" "el archivo especificado.\n"
"ShellExecuteEx fallido" "ShellExecuteEx fallido"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"No se pudo traducir el nombre de archivo UNIX especificado a un nombre de " "No se pudo traducir el nombre de archivo UNIX especificado a un nombre de "

View file

@ -16863,7 +16863,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16886,23 +16886,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17103,7 +17103,39 @@ msgstr "regsvr32: DLL:n '%1' asennuksen purku epäonnistui\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL:n '%1' asennus purettu\n" msgstr "regsvr32: DLL:n '%1' asennus purettu\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17126,9 +17158,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17162,7 +17195,7 @@ msgstr ""
"/ProgIDOpen Avaa dokumentti määrätyllä progID:llä.\n" "/ProgIDOpen Avaa dokumentti määrätyllä progID:llä.\n"
"/? Näytä tämä ohje ja lopeta.\n" "/? Näytä tämä ohje ja lopeta.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17172,7 +17205,7 @@ msgstr ""
"ohjelmaa.\n" "ohjelmaa.\n"
"ShellExecuteEx epäonnistui" "ShellExecuteEx epäonnistui"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Unix-tiedostonimeä ei voitu kääntää DOS-tiedostonimeksi." msgstr "Unix-tiedostonimeä ei voitu kääntää DOS-tiedostonimeksi."

View file

@ -17836,7 +17836,39 @@ msgstr "regsvr32 : Impossible de désinstaller la DLL « %1 »\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32 : DLL « %1 » désinstallée avec succès\n" msgstr "regsvr32 : DLL « %1 » désinstallée avec succès\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17859,9 +17891,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17899,7 +17932,7 @@ msgstr ""
"/ProgIDOpen Ouvrir un document via le programme identifié par progID.\n" "/ProgIDOpen Ouvrir un document via le programme identifié par progID.\n"
"/? Afficher cette aide et se terminer.\n" "/? Afficher cette aide et se terminer.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17909,7 +17942,7 @@ msgstr ""
"fichier spécifié.\n" "fichier spécifié.\n"
"ShellExecuteEx a échoué" "ShellExecuteEx a échoué"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Le nom de fichier Unix spécifié n'a pas pu être converti en nom de fichier " "Le nom de fichier Unix spécifié n'a pas pu être converti en nom de fichier "

View file

@ -17802,7 +17802,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17825,16 +17825,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17844,7 +17845,7 @@ msgstr ""
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Could not translate the specified Unix filename to a DOS filename." msgstr "Could not translate the specified Unix filename to a DOS filename."

View file

@ -16340,7 +16340,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16363,23 +16363,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17760,7 +17760,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17783,16 +17783,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17802,7 +17803,7 @@ msgstr ""
"navedenom datotekom.\n" "navedenom datotekom.\n"
"ShellExecuteEx nije uspio" "ShellExecuteEx nije uspio"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Navedeno Unix ime datoteke ne mogu prevesti u DOS ime datoteke." msgstr "Navedeno Unix ime datoteke ne mogu prevesti u DOS ime datoteke."

View file

@ -18288,7 +18288,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -18311,16 +18311,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18330,7 +18331,7 @@ msgstr ""
"fájlhoz.\n" "fájlhoz.\n"
"ShellExecuteEx hiba" "ShellExecuteEx hiba"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Nem lehet átfordítani a megadott Unix fájlnevet DOS fájlnévvé." msgstr "Nem lehet átfordítani a megadott Unix fájlnevet DOS fájlnévvé."

View file

@ -18371,7 +18371,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -18394,16 +18394,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18413,7 +18414,7 @@ msgstr ""
"associata con il file specificato.\n" "associata con il file specificato.\n"
"ShellExecuteEx fallito" "ShellExecuteEx fallito"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Non è stato possibile tradurre il nome file Unix in un nome file DOS." msgstr "Non è stato possibile tradurre il nome file Unix in un nome file DOS."

View file

@ -17136,7 +17136,39 @@ msgstr "regsvr32: DLL '%1'のアンインストールに失敗しました\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL '%1'のアンインストールに成功しました\n" msgstr "regsvr32: DLL '%1'のアンインストールに成功しました\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17159,9 +17191,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17196,7 +17229,7 @@ msgstr ""
"/ProgIDOpen 文書を指定した progID を用いて開きます。\n" "/ProgIDOpen 文書を指定した progID を用いて開きます。\n"
"/? このヘルプを表示し、終了します。\n" "/? このヘルプを表示し、終了します。\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17206,7 +17239,7 @@ msgstr ""
"ンが関連付けられていません。\n" "ンが関連付けられていません。\n"
"ShellExecuteEx が失敗" "ShellExecuteEx が失敗"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "指定された Unix ファイル名を DOS ファイル名に変換できませんでした。" msgstr "指定された Unix ファイル名を DOS ファイル名に変換できませんでした。"

View file

@ -17081,7 +17081,39 @@ msgstr "regsvr32: '%1' 제거 실패\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: '%1' 제거 성공\n" msgstr "regsvr32: '%1' 제거 성공\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17104,9 +17136,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17141,7 +17174,7 @@ msgstr ""
"/ProgIDOpen 지정한 progID를 사용해서 문서를 엽니다.\n" "/ProgIDOpen 지정한 progID를 사용해서 문서를 엽니다.\n"
"/? 도움말을 보여주고 끝냅니다.\n" "/? 도움말을 보여주고 끝냅니다.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17150,7 +17183,7 @@ msgstr ""
"프로그램을 실행할 수 없거나, 지정한 파일에 연결된 프로그램이 없습니다.\n" "프로그램을 실행할 수 없거나, 지정한 파일에 연결된 프로그램이 없습니다.\n"
"ShellExecuteEx 실패" "ShellExecuteEx 실패"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "지정한 UNIX 파일 이름을 DOS 파일 이름으로 바꿀 수 없습니다." msgstr "지정한 UNIX 파일 이름을 DOS 파일 이름으로 바꿀 수 없습니다."

View file

@ -17143,7 +17143,39 @@ msgstr "regsvr32: Nepavyko pašalinti DLL bibliotekos „%1“\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Sėkmingai pašalinta DLL biblioteka „%1“\n" msgstr "regsvr32: Sėkmingai pašalinta DLL biblioteka „%1“\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17166,9 +17198,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17204,7 +17237,7 @@ msgstr ""
"/ProgIDOpen Atverti dokumentą naudojant nurodytą progID.\n" "/ProgIDOpen Atverti dokumentą naudojant nurodytą progID.\n"
"/? Parodyti šį pranešimą ir išeiti.\n" "/? Parodyti šį pranešimą ir išeiti.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17213,7 +17246,7 @@ msgstr ""
"Nepavyko paleisti programos arba nėra programos susietos su nurodytu failu.\n" "Nepavyko paleisti programos arba nėra programos susietos su nurodytu failu.\n"
"ShellExecuteEx nepavyko" "ShellExecuteEx nepavyko"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Nepavyko paversti nurodyto Unix failo pavadinimo į DOS failo pavadinimą." "Nepavyko paversti nurodyto Unix failo pavadinimo į DOS failo pavadinimą."

View file

@ -16339,7 +16339,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16362,23 +16362,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17791,7 +17791,7 @@ msgstr "regsvr32: Kan ikke avinstallere DLL %1\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Vellykket avinstallasjon av DLL %1\n" msgstr "regsvr32: Vellykket avinstallasjon av DLL %1\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Start a program, or open a document in the program normally used for " #| "Start a program, or open a document in the program normally used for "
@ -17845,9 +17845,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17881,7 +17882,7 @@ msgstr ""
"/ProgIDOpen Åpne et dokument med angitt progID.\n" "/ProgIDOpen Åpne et dokument med angitt progID.\n"
"/? Vis denne hjelpeteksten og avslutt.\n" "/? Vis denne hjelpeteksten og avslutt.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17891,7 +17892,7 @@ msgstr ""
"filen.\n" "filen.\n"
"ShellExecuteEx feilet" "ShellExecuteEx feilet"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Klarte ikke å konvertere Unix-filnavnet til et DOS-filnavn." msgstr "Klarte ikke å konvertere Unix-filnavnet til et DOS-filnavn."

View file

@ -17212,7 +17212,39 @@ msgstr "regsvr32: Verwijderen van DLL '%1' mislukt\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Verwijderen van DLL '%1' gelukt\n" msgstr "regsvr32: Verwijderen van DLL '%1' gelukt\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17235,9 +17267,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17272,7 +17305,7 @@ msgstr ""
"/ProgIDOpen Open een document met het specificeerde progID.\n" "/ProgIDOpen Open een document met het specificeerde progID.\n"
"/? Toon deze hulp en eindig.\n" "/? Toon deze hulp en eindig.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17282,7 +17315,7 @@ msgstr ""
"opgegeven bestand.\n" "opgegeven bestand.\n"
"ShellExecuteEx is mislukt" "ShellExecuteEx is mislukt"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Kon de opgegeven Unix bestandsnaam niet omzetten naar een DOS bestandsnaam." "Kon de opgegeven Unix bestandsnaam niet omzetten naar een DOS bestandsnaam."

View file

@ -16325,7 +16325,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16348,23 +16348,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -16325,7 +16325,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16348,23 +16348,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17356,7 +17356,39 @@ msgstr "regsvr32: Nieudane odinstalowywanie biblioteki DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Pomyślnie odinstalowano bibliotekę DLL '%1'\n" msgstr "regsvr32: Pomyślnie odinstalowano bibliotekę DLL '%1'\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17379,9 +17411,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17416,7 +17449,7 @@ msgstr ""
"/ProgIDOpen Otwórz dokument używając podanego progID.\n" "/ProgIDOpen Otwórz dokument używając podanego progID.\n"
"/? Wyświetl tę pomoc i wyjdź.\n" "/? Wyświetl tę pomoc i wyjdź.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17426,7 +17459,7 @@ msgstr ""
"plikiem.\n" "plikiem.\n"
"ShellExecuteEx nie powiodło się" "ShellExecuteEx nie powiodło się"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Nie da się przetłumaczyć danej ścieżki Unix na ścieżkę DOS." msgstr "Nie da się przetłumaczyć danej ścieżki Unix na ścieżkę DOS."

View file

@ -17417,7 +17417,39 @@ msgstr "regsvr32: Falha ao desinstalar DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL '%1' desinstalada com sucesso\n" msgstr "regsvr32: DLL '%1' desinstalada com sucesso\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17440,9 +17472,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17477,7 +17510,7 @@ msgstr ""
"/ProgIDOpen Abre um documento usando o progID especificado.\n" "/ProgIDOpen Abre um documento usando o progID especificado.\n"
"/? Exibe essa ajuda e retorna.\n" "/? Exibe essa ajuda e retorna.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17487,7 +17520,7 @@ msgstr ""
"arquivo especificado.\n" "arquivo especificado.\n"
"ShellExecuteEx falhou" "ShellExecuteEx falhou"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Não foi possível traduzir o nome de arquivo Unix para um nome de arquivo DOS." "Não foi possível traduzir o nome de arquivo Unix para um nome de arquivo DOS."

View file

@ -17963,7 +17963,7 @@ msgstr "regsvr32: Falhou a desinstalação da DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: A desinstalação da DLL '%1' foi bem sucedida\n" msgstr "regsvr32: A desinstalação da DLL '%1' foi bem sucedida\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Start a program, or open a document in the program normally used for " #| "Start a program, or open a document in the program normally used for "
@ -18017,9 +18017,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -18053,7 +18054,7 @@ msgstr ""
"/ProgIDOpen Abre um documento usando o progID indicado.\n" "/ProgIDOpen Abre um documento usando o progID indicado.\n"
"/? Mostra esta ajuda e termina.\n" "/? Mostra esta ajuda e termina.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18063,7 +18064,7 @@ msgstr ""
"ficheiro especificado.\n" "ficheiro especificado.\n"
"ShellExecuteEx falhado" "ShellExecuteEx falhado"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Não foi possível converter o nome do ficheiro de Unix para DOS." msgstr "Não foi possível converter o nome do ficheiro de Unix para DOS."

View file

@ -16454,7 +16454,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16477,23 +16477,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -18053,7 +18053,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -18076,16 +18076,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18094,7 +18095,7 @@ msgstr ""
"Aplicația nu a putut fi pornită sau nu există nici o aplicație asociată\n" "Aplicația nu a putut fi pornită sau nu există nici o aplicație asociată\n"
"cu fișierul specificat. ShellExecuteEx a eșuat" "cu fișierul specificat. ShellExecuteEx a eșuat"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""
"Nu a putut fi tradus numele de fișier Unix specificat într-un nume de fișier " "Nu a putut fi tradus numele de fișier Unix specificat într-un nume de fișier "

View file

@ -17387,7 +17387,39 @@ msgstr "regsvr32: не удалось удалить DLL «%1»\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL «%1» успешно удалена\n" msgstr "regsvr32: DLL «%1» успешно удалена\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17410,9 +17442,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17447,7 +17480,7 @@ msgstr ""
"/ProgIDOpen Открывает документ с помощью указанного progID.\n" "/ProgIDOpen Открывает документ с помощью указанного progID.\n"
"/? Показать эту справку и выйти.\n" "/? Показать эту справку и выйти.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17457,7 +17490,7 @@ msgstr ""
"документа приложений.\n" "документа приложений.\n"
"Вызов ShellExecuteEx провалился" "Вызов ShellExecuteEx провалился"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Невозможно перевести имя программы UNIX в имя DOS." msgstr "Невозможно перевести имя программы UNIX в имя DOS."

View file

@ -17057,7 +17057,7 @@ msgstr "regsvr32: '%1' DLL එක අස්ථාපනය කරන්න බ
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: '%1' DLL එක අස්ථාපනය කරා\n" msgstr "regsvr32: '%1' DLL එක අස්ථාපනය කරා\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy #, fuzzy
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
@ -17081,9 +17081,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17117,14 +17118,14 @@ msgstr ""
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? මේ උදව්ව පෙන්නන හා පිටත් වෙන්න.\n" "/? මේ උදව්ව පෙන්නන හා පිටත් වෙන්න.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17533,7 +17533,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17556,23 +17556,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -18308,7 +18308,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -18331,16 +18331,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18350,7 +18351,7 @@ msgstr ""
"program.\n" "program.\n"
"Ukaz ShellExecuteEx ni uspel" "Ukaz ShellExecuteEx ni uspel"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Navedenega imena datoteke Unix ni mogoče prevesti v DOS ime datoteke." msgstr "Navedenega imena datoteke Unix ni mogoče prevesti v DOS ime datoteke."

View file

@ -17601,7 +17601,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17624,23 +17624,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17796,7 +17796,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17819,23 +17819,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17923,7 +17923,7 @@ msgstr "regsvr32: Misslyckades med att avinstallera DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: Avinstallerade DLL '%1'\n" msgstr "regsvr32: Avinstallerade DLL '%1'\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "Start a program, or open a document in the program normally used for " #| "Start a program, or open a document in the program normally used for "
@ -17977,9 +17977,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -18014,7 +18015,7 @@ msgstr ""
"/ProgIDOpen Öppna ett dokument med angivet progID.\n" "/ProgIDOpen Öppna ett dokument med angivet progID.\n"
"/? Visa denna hjälp och avsluta.\n" "/? Visa denna hjälp och avsluta.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -18024,7 +18025,7 @@ msgstr ""
"angivna filen.\n" "angivna filen.\n"
"'ShellExecuteEx' misslyckades" "'ShellExecuteEx' misslyckades"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Kunde inte konvertera Unix-filnamnet till ett DOS-filnamn." msgstr "Kunde inte konvertera Unix-filnamnet till ett DOS-filnamn."

View file

@ -16303,7 +16303,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16326,23 +16326,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -16325,7 +16325,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16348,23 +16348,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -16973,7 +16973,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16996,23 +16996,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -17184,7 +17184,39 @@ msgstr "regsvr32: '%1' DLL dosyası kaldırılamadı\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: '%1' DLL dosyası başarıyla kaldırıldı\n" msgstr "regsvr32: '%1' DLL dosyası başarıyla kaldırıldı\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17207,9 +17239,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17244,7 +17277,7 @@ msgstr ""
"/ProgIDOpen Belirtilen program kimliğini kullanarak bir belge açar.\n" "/ProgIDOpen Belirtilen program kimliğini kullanarak bir belge açar.\n"
"/? Bu yardımı görüntüler ve çıkar.\n" "/? Bu yardımı görüntüler ve çıkar.\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17253,7 +17286,7 @@ msgstr ""
"Uygulama başlatılamadı veya belirtilen dosya ile ilişkili bir uygulama yok.\n" "Uygulama başlatılamadı veya belirtilen dosya ile ilişkili bir uygulama yok.\n"
"ShellExecuteEx başarısız" "ShellExecuteEx başarısız"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Belirtilen Unix dosya adı, bir DOS dosya adına çevrilemedi." msgstr "Belirtilen Unix dosya adı, bir DOS dosya adına çevrilemedi."

View file

@ -17267,7 +17267,7 @@ msgstr "regsvr32: Не вдалося видалити DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: DLL '%1' успішно видалена\n" msgstr "regsvr32: DLL '%1' успішно видалена\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -17290,16 +17290,17 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17309,7 +17310,7 @@ msgstr ""
"документа додатків.\n" "документа додатків.\n"
"Виклик ShellExecuteEx провалився" "Виклик ShellExecuteEx провалився"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "Неможливо перетворити ім'я файлу UNIX в ім'я файлу DOS." msgstr "Неможливо перетворити ім'я файлу UNIX в ім'я файлу DOS."

View file

@ -16827,7 +16827,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16850,23 +16850,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -16232,7 +16232,7 @@ msgstr ""
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "" msgstr ""
#: programs/start/start.rc:57 #: programs/start/start.rc:56
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16255,23 +16255,24 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
"ShellExecuteEx failed" "ShellExecuteEx failed"
msgstr "" msgstr ""
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "" msgstr ""

View file

@ -16903,7 +16903,39 @@ msgstr "regsvr32: 无法卸载 DLL \"%1\"\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: 成功卸载 DLL \"%1\"\n" msgstr "regsvr32: 成功卸载 DLL \"%1\"\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16926,9 +16958,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -16960,7 +16993,7 @@ msgstr ""
"/ProgIDOpen 以所指定的 progID 打开文档。\n" "/ProgIDOpen 以所指定的 progID 打开文档。\n"
"/? 显示此帮助并退出。\n" "/? 显示此帮助并退出。\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -16969,7 +17002,7 @@ msgstr ""
"无法启动程序,或者没有为指定文件关联应用程序。\n" "无法启动程序,或者没有为指定文件关联应用程序。\n"
"ShellExecuteEx 失败" "ShellExecuteEx 失败"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "无法将指定 Unix 文件名转换为 DOS 文件名。" msgstr "无法将指定 Unix 文件名转换为 DOS 文件名。"

View file

@ -16968,7 +16968,39 @@ msgstr "regsvr32: 無法解除安裝 DLL '%1'\n"
msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n"
msgstr "regsvr32: 成功解除安裝 DLL '%1'\n" msgstr "regsvr32: 成功解除安裝 DLL '%1'\n"
#: programs/start/start.rc:57 #: programs/start/start.rc:56
#, fuzzy
#| msgid ""
#| "Start a program, or open a document in the program normally used for "
#| "files\n"
#| "with that suffix.\n"
#| "Usage:\n"
#| "start [options] program_filename [...]\n"
#| "start [options] document_filename\n"
#| "\n"
#| "Options:\n"
#| "\"title\" Specifies the title of the child windows.\n"
#| "/d directory Start the program in the specified directory.\n"
#| "/b Don't create a new console for the program.\n"
#| "/i Start the program with fresh environment variables.\n"
#| "/min Start the program minimized.\n"
#| "/max Start the program maximized.\n"
#| "/low Start the program in the idle priority class.\n"
#| "/normal Start the program in the normal priority class.\n"
#| "/high Start the program in the high priority class.\n"
#| "/realtime Start the program in the realtime priority class.\n"
#| "/abovenormal Start the program in the abovenormal priority class.\n"
#| "/belownormal Start the program in the belownormal priority class.\n"
#| "/node n Start the program on the specified NUMA node.\n"
#| "/affinity mask Start the program with the specified affinity mask.\n"
#| "/wait Wait for the started program to finish, then exit with "
#| "its\n"
#| "exit code.\n"
#| "/unix Use a Unix filename and start the file like Windows\n"
#| "Explorer.\n"
#| "/exec Exec the specified file (for internal Wine usage).\n"
#| "/ProgIDOpen Open a document using the specified progID.\n"
#| "/? Display this help and exit.\n"
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files\n" "Start a program, or open a document in the program normally used for files\n"
"with that suffix.\n" "with that suffix.\n"
@ -16991,9 +17023,10 @@ msgid ""
"/belownormal Start the program in the belownormal priority class.\n" "/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n" "/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n" "/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its\n" "/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n"
"exit code.\n" "/wait Wait for the program to finish, then exit with its exit "
"/unix Use a Unix filename and start the file like Windows\n" "code.\n"
"/unix Use a Unix filename and start the file like Windows "
"Explorer.\n" "Explorer.\n"
"/exec Exec the specified file (for internal Wine usage).\n" "/exec Exec the specified file (for internal Wine usage).\n"
"/ProgIDOpen Open a document using the specified progID.\n" "/ProgIDOpen Open a document using the specified progID.\n"
@ -17025,7 +17058,7 @@ msgstr ""
"/ProgIDOpen 使用指定的 progID 來開啟檔案。\n" "/ProgIDOpen 使用指定的 progID 來開啟檔案。\n"
"/? 顯示這個說明並結束。\n" "/? 顯示這個說明並結束。\n"
#: programs/start/start.rc:59 #: programs/start/start.rc:58
msgid "" msgid ""
"Application could not be started, or no application associated with the " "Application could not be started, or no application associated with the "
"specified file.\n" "specified file.\n"
@ -17034,7 +17067,7 @@ msgstr ""
"無法啟動應用程式,或是沒有與指定檔案關聯的應用程式。\n" "無法啟動應用程式,或是沒有與指定檔案關聯的應用程式。\n"
"ShellExecuteEx 失敗" "ShellExecuteEx 失敗"
#: programs/start/start.rc:61 #: programs/start/start.rc:60
msgid "Could not translate the specified Unix filename to a DOS filename." msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr "無法翻譯指定的 Unix 檔案名稱到 DOS 檔案名稱。" msgstr "無法翻譯指定的 Unix 檔案名稱到 DOS 檔案名稱。"

View file

@ -400,6 +400,7 @@ static struct
SHELLEXECUTEINFOW sei; SHELLEXECUTEINFOW sei;
WCHAR *title; WCHAR *title;
DWORD creation_flags; DWORD creation_flags;
USHORT machine;
} opts; } opts;
static void parse_command_line( int argc, WCHAR *argv[] ) static void parse_command_line( int argc, WCHAR *argv[] )
@ -471,6 +472,14 @@ static void parse_command_line( int argc, WCHAR *argv[] )
TRACE("/node is ignored\n"); /* FIXME */ TRACE("/node is ignored\n"); /* FIXME */
else if (is_option_with_arg(argv, &i, L"/affinity")) else if (is_option_with_arg(argv, &i, L"/affinity"))
TRACE("/affinity is ignored\n"); /* FIXME */ TRACE("/affinity is ignored\n"); /* FIXME */
else if (is_option_with_arg(argv, &i, L"/machine"))
{
if (is_option( argv[i], L"x86" )) opts.machine = IMAGE_FILE_MACHINE_I386;
else if (is_option( argv[i], L"amd64" )) opts.machine = IMAGE_FILE_MACHINE_AMD64;
else if (is_option( argv[i], L"arm" )) opts.machine = IMAGE_FILE_MACHINE_ARMNT;
else if (is_option( argv[i], L"arm64" )) opts.machine = IMAGE_FILE_MACHINE_ARM64;
else usage();
}
/* Wine extensions */ /* Wine extensions */
@ -547,32 +556,34 @@ int __cdecl wmain (int argc, WCHAR *argv[])
if (GetBinaryTypeW(opts.sei.lpFile, &binary_type)) { if (GetBinaryTypeW(opts.sei.lpFile, &binary_type)) {
WCHAR *commandline; WCHAR *commandline;
STARTUPINFOW startup_info; STARTUPINFOEXW si = {{ sizeof(si.StartupInfo) }};
PROCESS_INFORMATION process_information; PROCESS_INFORMATION process_information;
int len = lstrlenW(opts.sei.lpFile) + 4 + lstrlenW(opts.sei.lpParameters); int len = lstrlenW(opts.sei.lpFile) + 4 + lstrlenW(opts.sei.lpParameters);
/* explorer on windows always quotes the filename when running a binary on windows (see bug 5224) so we have to use CreateProcessW in this case */ /* explorer on windows always quotes the filename when running a binary on windows (see bug 5224) so we have to use CreateProcessW in this case */
if (opts.machine)
{
SIZE_T size = 1024;
struct _PROC_THREAD_ATTRIBUTE_LIST *list = malloc( size );
InitializeProcThreadAttributeList( list, 1, 0, &size );
UpdateProcThreadAttribute( list, 0, PROC_THREAD_ATTRIBUTE_MACHINE_TYPE, &opts.machine, sizeof(opts.machine), NULL, NULL );
si.StartupInfo.cb = sizeof(si);
si.lpAttributeList = list;
opts.creation_flags |= EXTENDED_STARTUPINFO_PRESENT;
}
commandline = malloc(len * sizeof(WCHAR)); commandline = malloc(len * sizeof(WCHAR));
swprintf(commandline, len, L"\"%s\" %s", opts.sei.lpFile, opts.sei.lpParameters); swprintf(commandline, len, L"\"%s\" %s", opts.sei.lpFile, opts.sei.lpParameters);
ZeroMemory(&startup_info, sizeof(startup_info)); si.StartupInfo.wShowWindow = opts.sei.nShow;
startup_info.cb = sizeof(startup_info); si.StartupInfo.dwFlags |= STARTF_USESHOWWINDOW;
startup_info.wShowWindow = opts.sei.nShow; si.StartupInfo.lpTitle = opts.title;
startup_info.dwFlags |= STARTF_USESHOWWINDOW;
startup_info.lpTitle = opts.title;
if (!CreateProcessW( if (!CreateProcessW( opts.sei.lpFile, commandline, NULL, NULL, FALSE,
opts.sei.lpFile, /* lpApplicationName */ opts.creation_flags, NULL, opts.sei.lpDirectory,
commandline, /* lpCommandLine */ &si.StartupInfo, &process_information ))
NULL, /* lpProcessAttributes */
NULL, /* lpThreadAttributes */
FALSE, /* bInheritHandles */
opts.creation_flags, /* dwCreationFlags */
NULL, /* lpEnvironment */
opts.sei.lpDirectory, /* lpCurrentDirectory */
&startup_info, /* lpStartupInfo */
&process_information /* lpProcessInformation */ ))
{ {
fatal_string_error(STRING_EXECFAIL, GetLastError(), opts.sei.lpFile); fatal_string_error(STRING_EXECFAIL, GetLastError(), opts.sei.lpFile);
} }

View file

@ -47,10 +47,9 @@ Options:\n\
/belownormal Start the program in the belownormal priority class.\n\ /belownormal Start the program in the belownormal priority class.\n\
/node n Start the program on the specified NUMA node.\n\ /node n Start the program on the specified NUMA node.\n\
/affinity mask Start the program with the specified affinity mask.\n\ /affinity mask Start the program with the specified affinity mask.\n\
/wait Wait for the started program to finish, then exit with its\n\ /machine arch Force using a specific architecture (x86,arm,amd64,arm64).\n\
exit code.\n\ /wait Wait for the program to finish, then exit with its exit code.\n\
/unix Use a Unix filename and start the file like Windows\n\ /unix Use a Unix filename and start the file like Windows Explorer.\n\
Explorer.\n\
/exec Exec the specified file (for internal Wine usage).\n\ /exec Exec the specified file (for internal Wine usage).\n\
/ProgIDOpen Open a document using the specified progID.\n\ /ProgIDOpen Open a document using the specified progID.\n\
/? Display this help and exit.\n" /? Display this help and exit.\n"