From 0b23d22bd6cc820468bac2eec1ac4e3d4564d2cb Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 24 May 2023 09:14:50 +0200 Subject: [PATCH] start: Implement the /machine option. --- po/ar.po | 13 ++++++------ po/ast.po | 13 ++++++------ po/bg.po | 13 ++++++------ po/ca.po | 45 +++++++++++++++++++++++++++++++++++------ po/cs.po | 13 ++++++------ po/da.po | 13 ++++++------ po/de.po | 45 +++++++++++++++++++++++++++++++++++------ po/el.po | 13 ++++++------ po/en.po | 20 +++++++++--------- po/en_US.po | 20 +++++++++--------- po/eo.po | 13 ++++++------ po/es.po | 13 ++++++------ po/fa.po | 13 ++++++------ po/fi.po | 45 +++++++++++++++++++++++++++++++++++------ po/fr.po | 45 +++++++++++++++++++++++++++++++++++------ po/he.po | 13 ++++++------ po/hi.po | 13 ++++++------ po/hr.po | 13 ++++++------ po/hu.po | 13 ++++++------ po/it.po | 13 ++++++------ po/ja.po | 45 +++++++++++++++++++++++++++++++++++------ po/ko.po | 45 +++++++++++++++++++++++++++++++++++------ po/lt.po | 45 +++++++++++++++++++++++++++++++++++------ po/ml.po | 13 ++++++------ po/nb_NO.po | 13 ++++++------ po/nl.po | 45 +++++++++++++++++++++++++++++++++++------ po/or.po | 13 ++++++------ po/pa.po | 13 ++++++------ po/pl.po | 45 +++++++++++++++++++++++++++++++++++------ po/pt_BR.po | 45 +++++++++++++++++++++++++++++++++++------ po/pt_PT.po | 13 ++++++------ po/rm.po | 13 ++++++------ po/ro.po | 13 ++++++------ po/ru.po | 45 +++++++++++++++++++++++++++++++++++------ po/si.po | 13 ++++++------ po/sk.po | 13 ++++++------ po/sl.po | 13 ++++++------ po/sr_RS@cyrillic.po | 13 ++++++------ po/sr_RS@latin.po | 13 ++++++------ po/sv.po | 13 ++++++------ po/ta.po | 13 ++++++------ po/te.po | 13 ++++++------ po/th.po | 13 ++++++------ po/tr.po | 45 +++++++++++++++++++++++++++++++++++------ po/uk.po | 13 ++++++------ po/wa.po | 13 ++++++------ po/wine.pot | 13 ++++++------ po/zh_CN.po | 45 +++++++++++++++++++++++++++++++++++------ po/zh_TW.po | 45 +++++++++++++++++++++++++++++++++++------ programs/start/start.c | 45 +++++++++++++++++++++++++---------------- programs/start/start.rc | 7 +++---- 51 files changed, 830 insertions(+), 321 deletions(-) diff --git a/po/ar.po b/po/ar.po index 5341f4332c8..22c81d45f66 100644 --- a/po/ar.po +++ b/po/ar.po @@ -18333,7 +18333,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: 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 " @@ -18385,9 +18385,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -18419,7 +18420,7 @@ msgstr "" "/ProgIDOpen افتح المستند باستخدام معرف برنامجي محدد.\n" "/? أظهر هذه المساعدة ثم اخرج.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18428,7 +18429,7 @@ msgstr "" "لم يتمكن التطبيق من العمل ، أو أنه لا يوجد اقتران مع هذا النوعمن الملفات.\n" "فشل التطبيق" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "لم يتمكن من ترجمة دليل يونكس المعطى إلى دليل دوس." diff --git a/po/ast.po b/po/ast.po index cb536de7217..3a960cd3234 100644 --- a/po/ast.po +++ b/po/ast.po @@ -17026,7 +17026,7 @@ msgstr "regsvr32: Fallu al desinstalar la DLL «%1»\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17049,16 +17049,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17068,7 +17069,7 @@ msgstr "" "ficheru especificáu.\n" "ShellExecuteEx falló" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/bg.po b/po/bg.po index 641f6c1f58d..614ddba3878 100644 --- a/po/bg.po +++ b/po/bg.po @@ -17035,7 +17035,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17058,23 +17058,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/ca.po b/po/ca.po index 8596354882d..097cdb95aff 100644 --- a/po/ca.po +++ b/po/ca.po @@ -17269,7 +17269,39 @@ msgstr "regsvr32: S'ha fallat en desinstal·lar el DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17292,9 +17324,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17331,7 +17364,7 @@ msgstr "" "/ProgIDOpen Obre un document utilitzant el progID especificat.\n" "/? Mostra aquesta ajuda i surt.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17341,7 +17374,7 @@ msgstr "" "fitxer especificat.\n" "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." msgstr "" "No s'ha pogut traduir el nom de fitxer d'Unix especificat a un nom de fitxer " diff --git a/po/cs.po b/po/cs.po index 34bebd70739..db036a90bef 100644 --- a/po/cs.po +++ b/po/cs.po @@ -17790,7 +17790,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17813,16 +17813,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17832,7 +17833,7 @@ msgstr "" "souborem.\n" "ShellExecuteEx selhal" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" "Nepodařilo se přeložit zadané Unixové jméno souboru na DOSové jméno souboru." diff --git a/po/da.po b/po/da.po index 47b9dc5f517..8b6bc0a72c5 100644 --- a/po/da.po +++ b/po/da.po @@ -18295,7 +18295,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -18318,16 +18318,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18337,7 +18338,7 @@ msgstr "" "med den specifikke fil.\n" "ShellExecuteEx fejlet" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 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." diff --git a/po/de.po b/po/de.po index 8f96bf792aa..71abe1d4a3e 100644 --- a/po/de.po +++ b/po/de.po @@ -17240,7 +17240,39 @@ msgstr "regsvr32: DLL '%1' konnte nicht deinstalliert werden\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17263,9 +17295,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17300,7 +17333,7 @@ msgstr "" "/ProgIDOpen Öffnet ein Dokument mit der angegebenen progID.\n" "/? Zeigt diese Hilfe an und beendet sich.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17310,7 +17343,7 @@ msgstr "" "der angegebenen Datei verknüpft.\n" "ShellExecuteEx fehlgeschlagen" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" "Der angegebene Unix-Dateiname konnte nicht in einen DOS-Dateinamen übersetzt " diff --git a/po/el.po b/po/el.po index 1000f9aec63..2d03ddd4c96 100644 --- a/po/el.po +++ b/po/el.po @@ -16672,7 +16672,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16695,23 +16695,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/en.po b/po/en.po index 5baea25b989..b70407479c5 100644 --- a/po/en.po +++ b/po/en.po @@ -17132,7 +17132,7 @@ msgstr "regsvr32: Failed to uninstall DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: Successfully uninstalled DLL '%1'\n" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17155,9 +17155,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\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" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17202,7 +17204,7 @@ msgstr "" "specified file.\n" "ShellExecuteEx failed" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Could not translate the specified Unix filename to a DOS filename." diff --git a/po/en_US.po b/po/en_US.po index 2730f8fe90a..0e3a36036b7 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -17132,7 +17132,7 @@ msgstr "regsvr32: Failed to uninstall DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: Successfully uninstalled DLL '%1'\n" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17155,9 +17155,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\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" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17202,7 +17204,7 @@ msgstr "" "specified file.\n" "ShellExecuteEx failed" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Could not translate the specified Unix filename to a DOS filename." diff --git a/po/eo.po b/po/eo.po index f118d731a59..7a6725c4d70 100644 --- a/po/eo.po +++ b/po/eo.po @@ -17355,7 +17355,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17378,23 +17378,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/es.po b/po/es.po index 66d54a11865..e163f05c382 100644 --- a/po/es.po +++ b/po/es.po @@ -17626,7 +17626,7 @@ msgstr "regsvr32: no se pudo desinstalar la DLL '%1'\\b\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: DLL '%1' desinstalado correctamente\n" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17649,16 +17649,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17668,7 +17669,7 @@ msgstr "" "el archivo especificado.\n" "ShellExecuteEx fallido" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" "No se pudo traducir el nombre de archivo UNIX especificado a un nombre de " diff --git a/po/fa.po b/po/fa.po index 20662fb4c1d..3a2593fc9a1 100644 --- a/po/fa.po +++ b/po/fa.po @@ -16863,7 +16863,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16886,23 +16886,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/fi.po b/po/fi.po index 36ac133eb5a..b382059edef 100644 --- a/po/fi.po +++ b/po/fi.po @@ -17103,7 +17103,39 @@ msgstr "regsvr32: DLL:n '%1' asennuksen purku epäonnistui\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17126,9 +17158,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17162,7 +17195,7 @@ msgstr "" "/ProgIDOpen Avaa dokumentti määrätyllä progID:llä.\n" "/? Näytä tämä ohje ja lopeta.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17172,7 +17205,7 @@ msgstr "" "ohjelmaa.\n" "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." msgstr "Unix-tiedostonimeä ei voitu kääntää DOS-tiedostonimeksi." diff --git a/po/fr.po b/po/fr.po index 7c1d5278b00..ebba63f17dc 100644 --- a/po/fr.po +++ b/po/fr.po @@ -17836,7 +17836,39 @@ msgstr "regsvr32 : Impossible de désinstaller la DLL « %1 »\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17859,9 +17891,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\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" "/? Afficher cette aide et se terminer.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17909,7 +17942,7 @@ msgstr "" "fichier spécifié.\n" "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." msgstr "" "Le nom de fichier Unix spécifié n'a pas pu être converti en nom de fichier " diff --git a/po/he.po b/po/he.po index 6beb1876668..fdfd9023794 100644 --- a/po/he.po +++ b/po/he.po @@ -17802,7 +17802,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17825,16 +17825,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17844,7 +17845,7 @@ msgstr "" "specified file.\n" "ShellExecuteEx failed" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Could not translate the specified Unix filename to a DOS filename." diff --git a/po/hi.po b/po/hi.po index 2e4f6838965..4dab9aafbf4 100644 --- a/po/hi.po +++ b/po/hi.po @@ -16340,7 +16340,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16363,23 +16363,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/hr.po b/po/hr.po index 07f7ee5b7a8..d5a2a5ed3b4 100644 --- a/po/hr.po +++ b/po/hr.po @@ -17760,7 +17760,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17783,16 +17783,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17802,7 +17803,7 @@ msgstr "" "navedenom datotekom.\n" "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." msgstr "Navedeno Unix ime datoteke ne mogu prevesti u DOS ime datoteke." diff --git a/po/hu.po b/po/hu.po index e3cab5c7994..c7fa17706d5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -18288,7 +18288,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -18311,16 +18311,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18330,7 +18331,7 @@ msgstr "" "fájlhoz.\n" "ShellExecuteEx hiba" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 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é." diff --git a/po/it.po b/po/it.po index 9f0fff24553..d29cf610a69 100644 --- a/po/it.po +++ b/po/it.po @@ -18371,7 +18371,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -18394,16 +18394,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18413,7 +18414,7 @@ msgstr "" "associata con il file specificato.\n" "ShellExecuteEx fallito" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 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." diff --git a/po/ja.po b/po/ja.po index 37828e8bdec..4984c80b87c 100644 --- a/po/ja.po +++ b/po/ja.po @@ -17136,7 +17136,39 @@ msgstr "regsvr32: DLL '%1'のアンインストールに失敗しました\n" msgid "regsvr32: Successfully uninstalled 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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17159,9 +17191,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17196,7 +17229,7 @@ msgstr "" "/ProgIDOpen 文書を指定した progID を用いて開きます。\n" "/? このヘルプを表示し、終了します。\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17206,7 +17239,7 @@ msgstr "" "ンが関連付けられていません。\n" "ShellExecuteEx が失敗" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "指定された Unix ファイル名を DOS ファイル名に変換できませんでした。" diff --git a/po/ko.po b/po/ko.po index 393d7ac7c33..5c5bd5270ac 100644 --- a/po/ko.po +++ b/po/ko.po @@ -17081,7 +17081,39 @@ msgstr "regsvr32: '%1' 제거 실패\n" msgid "regsvr32: Successfully uninstalled DLL '%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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17104,9 +17136,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17141,7 +17174,7 @@ msgstr "" "/ProgIDOpen 지정한 progID를 사용해서 문서를 엽니다.\n" "/? 도움말을 보여주고 끝냅니다.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17150,7 +17183,7 @@ msgstr "" "프로그램을 실행할 수 없거나, 지정한 파일에 연결된 프로그램이 없습니다.\n" "ShellExecuteEx 실패" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "지정한 UNIX 파일 이름을 DOS 파일 이름으로 바꿀 수 없습니다." diff --git a/po/lt.po b/po/lt.po index 063ba165653..13a491fc5d4 100644 --- a/po/lt.po +++ b/po/lt.po @@ -17143,7 +17143,39 @@ msgstr "regsvr32: Nepavyko pašalinti DLL bibliotekos „%1“\n" msgid "regsvr32: Successfully uninstalled DLL '%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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17166,9 +17198,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17204,7 +17237,7 @@ msgstr "" "/ProgIDOpen Atverti dokumentą naudojant nurodytą progID.\n" "/? Parodyti šį pranešimą ir išeiti.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17213,7 +17246,7 @@ msgstr "" "Nepavyko paleisti programos arba nėra programos susietos su nurodytu failu.\n" "ShellExecuteEx nepavyko" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" "Nepavyko paversti nurodyto Unix failo pavadinimo į DOS failo pavadinimą." diff --git a/po/ml.po b/po/ml.po index 3ee300d101d..9511063fd5f 100644 --- a/po/ml.po +++ b/po/ml.po @@ -16339,7 +16339,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16362,23 +16362,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/nb_NO.po b/po/nb_NO.po index a70dd556d74..7e54ee6b372 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -17791,7 +17791,7 @@ msgstr "regsvr32: Kan ikke avinstallere DLL %1\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: Vellykket avinstallasjon av 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 " @@ -17845,9 +17845,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17881,7 +17882,7 @@ msgstr "" "/ProgIDOpen Åpne et dokument med angitt progID.\n" "/? Vis denne hjelpeteksten og avslutt.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17891,7 +17892,7 @@ msgstr "" "filen.\n" "ShellExecuteEx feilet" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Klarte ikke å konvertere Unix-filnavnet til et DOS-filnavn." diff --git a/po/nl.po b/po/nl.po index c56e059e12d..4c332f15104 100644 --- a/po/nl.po +++ b/po/nl.po @@ -17212,7 +17212,39 @@ msgstr "regsvr32: Verwijderen van DLL '%1' mislukt\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17235,9 +17267,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17272,7 +17305,7 @@ msgstr "" "/ProgIDOpen Open een document met het specificeerde progID.\n" "/? Toon deze hulp en eindig.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17282,7 +17315,7 @@ msgstr "" "opgegeven bestand.\n" "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." msgstr "" "Kon de opgegeven Unix bestandsnaam niet omzetten naar een DOS bestandsnaam." diff --git a/po/or.po b/po/or.po index 7368e8fd455..78e742393bd 100644 --- a/po/or.po +++ b/po/or.po @@ -16325,7 +16325,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16348,23 +16348,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/pa.po b/po/pa.po index 8b49da4b14c..838b64828af 100644 --- a/po/pa.po +++ b/po/pa.po @@ -16325,7 +16325,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16348,23 +16348,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/pl.po b/po/pl.po index c8484cde069..7ea14302916 100644 --- a/po/pl.po +++ b/po/pl.po @@ -17356,7 +17356,39 @@ msgstr "regsvr32: Nieudane odinstalowywanie biblioteki DLL '%1'\n" msgid "regsvr32: Successfully uninstalled 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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17379,9 +17411,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\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" "/? Wyświetl tę pomoc i wyjdź.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17426,7 +17459,7 @@ msgstr "" "plikiem.\n" "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." msgstr "Nie da się przetłumaczyć danej ścieżki Unix na ścieżkę DOS." diff --git a/po/pt_BR.po b/po/pt_BR.po index 64936cdb15f..05e148e1636 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -17417,7 +17417,39 @@ msgstr "regsvr32: Falha ao desinstalar DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17440,9 +17472,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17477,7 +17510,7 @@ msgstr "" "/ProgIDOpen Abre um documento usando o progID especificado.\n" "/? Exibe essa ajuda e retorna.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17487,7 +17520,7 @@ msgstr "" "arquivo especificado.\n" "ShellExecuteEx falhou" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" "Não foi possível traduzir o nome de arquivo Unix para um nome de arquivo DOS." diff --git a/po/pt_PT.po b/po/pt_PT.po index e3e01f2478a..8d4de8dbae8 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -17963,7 +17963,7 @@ msgstr "regsvr32: Falhou a desinstalação da DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: A desinstalação da DLL '%1' foi bem sucedida\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 " @@ -18017,9 +18017,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -18053,7 +18054,7 @@ msgstr "" "/ProgIDOpen Abre um documento usando o progID indicado.\n" "/? Mostra esta ajuda e termina.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18063,7 +18064,7 @@ msgstr "" "ficheiro especificado.\n" "ShellExecuteEx falhado" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 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." diff --git a/po/rm.po b/po/rm.po index b6ab69675f0..4e1026e1341 100644 --- a/po/rm.po +++ b/po/rm.po @@ -16454,7 +16454,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16477,23 +16477,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/ro.po b/po/ro.po index 0a076c868ad..80021d4367e 100644 --- a/po/ro.po +++ b/po/ro.po @@ -18053,7 +18053,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -18076,16 +18076,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18094,7 +18095,7 @@ msgstr "" "Aplicația nu a putut fi pornită sau nu există nici o aplicație asociată\n" "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." msgstr "" "Nu a putut fi tradus numele de fișier Unix specificat într-un nume de fișier " diff --git a/po/ru.po b/po/ru.po index 984b5c8b7ab..f1f2bc6394a 100644 --- a/po/ru.po +++ b/po/ru.po @@ -17387,7 +17387,39 @@ msgstr "regsvr32: не удалось удалить DLL «%1»\n" msgid "regsvr32: Successfully uninstalled 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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17410,9 +17442,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17447,7 +17480,7 @@ msgstr "" "/ProgIDOpen Открывает документ с помощью указанного progID.\n" "/? Показать эту справку и выйти.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17457,7 +17490,7 @@ msgstr "" "документа приложений.\n" "Вызов ShellExecuteEx провалился" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Невозможно перевести имя программы UNIX в имя DOS." diff --git a/po/si.po b/po/si.po index 1168a2fbc3d..59a8a0f968c 100644 --- a/po/si.po +++ b/po/si.po @@ -17057,7 +17057,7 @@ msgstr "regsvr32: '%1' DLL එක අස්ථාපනය කරන්න බ msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: '%1' DLL එක අස්ථාපනය කරා\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" @@ -17081,9 +17081,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17117,14 +17118,14 @@ msgstr "" "/ProgIDOpen Open a document using the specified progID.\n" "/? මේ උදව්ව පෙන්නන හා පිටත් වෙන්න.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/sk.po b/po/sk.po index 6beec27139a..c5ac12608e9 100644 --- a/po/sk.po +++ b/po/sk.po @@ -17533,7 +17533,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17556,23 +17556,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/sl.po b/po/sl.po index 8f4986d6e66..f723d79d647 100644 --- a/po/sl.po +++ b/po/sl.po @@ -18308,7 +18308,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -18331,16 +18331,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18350,7 +18351,7 @@ msgstr "" "program.\n" "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." msgstr "Navedenega imena datoteke Unix ni mogoče prevesti v DOS ime datoteke." diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index b4e0269162c..6859d766aec 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -17601,7 +17601,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17624,23 +17624,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 3ad3b7fc181..468e3cf4662 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -17796,7 +17796,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17819,23 +17819,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/sv.po b/po/sv.po index 898b4bf6927..1c3848f3290 100644 --- a/po/sv.po +++ b/po/sv.po @@ -17923,7 +17923,7 @@ msgstr "regsvr32: Misslyckades med att avinstallera DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: Avinstallerade 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 " @@ -17977,9 +17977,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -18014,7 +18015,7 @@ msgstr "" "/ProgIDOpen Öppna ett dokument med angivet progID.\n" "/? Visa denna hjälp och avsluta.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -18024,7 +18025,7 @@ msgstr "" "angivna filen.\n" "'ShellExecuteEx' misslyckades" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Kunde inte konvertera Unix-filnamnet till ett DOS-filnamn." diff --git a/po/ta.po b/po/ta.po index 9be4126733d..778427514e1 100644 --- a/po/ta.po +++ b/po/ta.po @@ -16303,7 +16303,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16326,23 +16326,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/te.po b/po/te.po index f39b6a77892..ee54eaf7a50 100644 --- a/po/te.po +++ b/po/te.po @@ -16325,7 +16325,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16348,23 +16348,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/th.po b/po/th.po index 42443664527..aad40dba57d 100644 --- a/po/th.po +++ b/po/th.po @@ -16973,7 +16973,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16996,23 +16996,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/tr.po b/po/tr.po index c3f1c662aa0..d1cda0667f6 100644 --- a/po/tr.po +++ b/po/tr.po @@ -17184,7 +17184,39 @@ msgstr "regsvr32: '%1' DLL dosyası kaldırılamadı\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17207,9 +17239,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\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" "/? Bu yardımı görüntüler ve çıkar.\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17253,7 +17286,7 @@ msgstr "" "Uygulama başlatılamadı veya belirtilen dosya ile ilişkili bir uygulama yok.\n" "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." msgstr "Belirtilen Unix dosya adı, bir DOS dosya adına çevrilemedi." diff --git a/po/uk.po b/po/uk.po index f8180c9dabc..b4b898afa42 100644 --- a/po/uk.po +++ b/po/uk.po @@ -17267,7 +17267,7 @@ msgstr "regsvr32: Не вдалося видалити DLL '%1'\n" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "regsvr32: DLL '%1' успішно видалена\n" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -17290,16 +17290,17 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17309,7 +17310,7 @@ msgstr "" "документа додатків.\n" "Виклик ShellExecuteEx провалився" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "Неможливо перетворити ім'я файлу UNIX в ім'я файлу DOS." diff --git a/po/wa.po b/po/wa.po index 01db541c276..9b4f4230f02 100644 --- a/po/wa.po +++ b/po/wa.po @@ -16827,7 +16827,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16850,23 +16850,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/wine.pot b/po/wine.pot index 504e41cb6cd..56079ccde29 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -16232,7 +16232,7 @@ msgstr "" msgid "regsvr32: Successfully uninstalled DLL '%1'\n" msgstr "" -#: programs/start/start.rc:57 +#: programs/start/start.rc:56 msgid "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16255,23 +16255,24 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "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" msgstr "" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" "ShellExecuteEx failed" msgstr "" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 33aaabe99fc..6d0c37ac05b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -16903,7 +16903,39 @@ msgstr "regsvr32: 无法卸载 DLL \"%1\"\n" msgid "regsvr32: Successfully uninstalled 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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16926,9 +16958,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -16960,7 +16993,7 @@ msgstr "" "/ProgIDOpen 以所指定的 progID 打开文档。\n" "/? 显示此帮助并退出。\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -16969,7 +17002,7 @@ msgstr "" "无法启动程序,或者没有为指定文件关联应用程序。\n" "ShellExecuteEx 失败" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "无法将指定 Unix 文件名转换为 DOS 文件名。" diff --git a/po/zh_TW.po b/po/zh_TW.po index fe2785879eb..6ad4f0d1ed6 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -16968,7 +16968,39 @@ msgstr "regsvr32: 無法解除安裝 DLL '%1'\n" msgid "regsvr32: Successfully uninstalled 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 "" "Start a program, or open a document in the program normally used for files\n" "with that suffix.\n" @@ -16991,9 +17023,10 @@ msgid "" "/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" +"/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 " "Explorer.\n" "/exec Exec the specified file (for internal Wine usage).\n" "/ProgIDOpen Open a document using the specified progID.\n" @@ -17025,7 +17058,7 @@ msgstr "" "/ProgIDOpen 使用指定的 progID 來開啟檔案。\n" "/? 顯示這個說明並結束。\n" -#: programs/start/start.rc:59 +#: programs/start/start.rc:58 msgid "" "Application could not be started, or no application associated with the " "specified file.\n" @@ -17034,7 +17067,7 @@ msgstr "" "無法啟動應用程式,或是沒有與指定檔案關聯的應用程式。\n" "ShellExecuteEx 失敗" -#: programs/start/start.rc:61 +#: programs/start/start.rc:60 msgid "Could not translate the specified Unix filename to a DOS filename." msgstr "無法翻譯指定的 Unix 檔案名稱到 DOS 檔案名稱。" diff --git a/programs/start/start.c b/programs/start/start.c index 4c53c1eca20..59fd72e07a4 100644 --- a/programs/start/start.c +++ b/programs/start/start.c @@ -400,6 +400,7 @@ static struct SHELLEXECUTEINFOW sei; WCHAR *title; DWORD creation_flags; + USHORT machine; } opts; 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 */ else if (is_option_with_arg(argv, &i, L"/affinity")) 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 */ @@ -547,32 +556,34 @@ int __cdecl wmain (int argc, WCHAR *argv[]) if (GetBinaryTypeW(opts.sei.lpFile, &binary_type)) { WCHAR *commandline; - STARTUPINFOW startup_info; + STARTUPINFOEXW si = {{ sizeof(si.StartupInfo) }}; PROCESS_INFORMATION process_information; 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 */ + 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)); swprintf(commandline, len, L"\"%s\" %s", opts.sei.lpFile, opts.sei.lpParameters); - ZeroMemory(&startup_info, sizeof(startup_info)); - startup_info.cb = sizeof(startup_info); - startup_info.wShowWindow = opts.sei.nShow; - startup_info.dwFlags |= STARTF_USESHOWWINDOW; - startup_info.lpTitle = opts.title; + si.StartupInfo.wShowWindow = opts.sei.nShow; + si.StartupInfo.dwFlags |= STARTF_USESHOWWINDOW; + si.StartupInfo.lpTitle = opts.title; - if (!CreateProcessW( - opts.sei.lpFile, /* lpApplicationName */ - commandline, /* lpCommandLine */ - NULL, /* lpProcessAttributes */ - NULL, /* lpThreadAttributes */ - FALSE, /* bInheritHandles */ - opts.creation_flags, /* dwCreationFlags */ - NULL, /* lpEnvironment */ - opts.sei.lpDirectory, /* lpCurrentDirectory */ - &startup_info, /* lpStartupInfo */ - &process_information /* lpProcessInformation */ )) + if (!CreateProcessW( opts.sei.lpFile, commandline, NULL, NULL, FALSE, + opts.creation_flags, NULL, opts.sei.lpDirectory, + &si.StartupInfo, &process_information )) { fatal_string_error(STRING_EXECFAIL, GetLastError(), opts.sei.lpFile); } diff --git a/programs/start/start.rc b/programs/start/start.rc index de45b2d09ed..2a3f3e2ab61 100644 --- a/programs/start/start.rc +++ b/programs/start/start.rc @@ -47,10 +47,9 @@ Options:\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\ +/machine arch Force using a specific architecture (x86,arm,amd64,arm64).\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 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"