From 01fc9ad4589f1f422c66ed084adeb2236adf2638 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 19 Nov 2011 15:10:07 +0100 Subject: [PATCH] taskkill: Fix the string resources so their format placeholders can be reordered. --- po/ar.po | 14 +++++++------- po/bg.po | 14 +++++++------- po/ca.po | 21 ++++++++++++++------- po/cs.po | 14 +++++++------- po/da.po | 17 +++++++++-------- po/de.po | 21 ++++++++++++++------- po/el.po | 14 +++++++------- po/en.po | 28 ++++++++++++++-------------- po/en_US.po | 28 ++++++++++++++-------------- po/eo.po | 14 +++++++------- po/es.po | 17 +++++++++-------- po/fa.po | 14 +++++++------- po/fi.po | 14 +++++++------- po/fr.po | 21 ++++++++++++++------- po/he.po | 21 ++++++++++++++------- po/hi.po | 14 +++++++------- po/hu.po | 14 +++++++------- po/it.po | 21 ++++++++++++++------- po/ja.po | 21 ++++++++++++++------- po/ko.po | 21 ++++++++++++++------- po/lt.po | 21 ++++++++++++++------- po/ml.po | 14 +++++++------- po/nb_NO.po | 17 +++++++++-------- po/nl.po | 21 ++++++++++++++------- po/or.po | 14 +++++++------- po/pa.po | 14 +++++++------- po/pl.po | 21 ++++++++++++++------- po/pt_BR.po | 17 +++++++++-------- po/pt_PT.po | 17 +++++++++-------- po/rm.po | 14 +++++++------- po/ro.po | 17 +++++++++-------- po/ru.po | 21 ++++++++++++++------- po/sk.po | 14 +++++++------- po/sl.po | 21 ++++++++++++++------- po/sr_RS@cyrillic.po | 14 +++++++------- po/sr_RS@latin.po | 14 +++++++------- po/sv.po | 21 ++++++++++++++------- po/te.po | 14 +++++++------- po/th.po | 14 +++++++------- po/tr.po | 14 +++++++------- po/uk.po | 21 ++++++++++++++------- po/wa.po | 14 +++++++------- po/wine.pot | 14 +++++++------- po/zh_CN.po | 14 +++++++------- po/zh_TW.po | 14 +++++++------- programs/taskkill/taskkill.c | 23 ++++++++++++----------- programs/taskkill/taskkill.rc | 14 +++++++------- 47 files changed, 458 insertions(+), 353 deletions(-) diff --git a/po/ar.po b/po/ar.po index ea9ecca2855..713b7a6b306 100644 --- a/po/ar.po +++ b/po/ar.po @@ -9833,7 +9833,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9841,24 +9841,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9866,7 +9866,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/bg.po b/po/bg.po index 26faba93d90..82ec50ec89f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -9987,7 +9987,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9995,24 +9995,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10020,7 +10020,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/ca.po b/po/ca.po index cb4418b6dd6..58c15aec924 100644 --- a/po/ca.po +++ b/po/ca.po @@ -10369,7 +10369,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Error: Un de les opcions /im i /pid s'ha d'especificar.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Error: L'opció %s espera un paràmetre de línia d'ordres.\n" #: taskkill.rc:32 @@ -10377,28 +10378,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Error: Les opcions /im i /pid són mútuament excloents.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Missatge de tancar enviat a les finestres del nivell superior del procès amb " "PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Missatge de tancar enviat a les finestres del nivell superior del procès \"%s" "\" amb PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "El procès amb PID %u s'ha terminat a la força.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "El procès \"%s\" amb PID %u s'ha terminat a la força.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Error: No s'ha pogut trobar el procès \"%s\".\n" #: taskkill.rc:38 @@ -10406,7 +10412,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Error: No es pot enumerar la llista de processos.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Error: No es pot terminar el procès \"%s\".\n" #: taskkill.rc:40 diff --git a/po/cs.po b/po/cs.po index caeff0f6add..7f77e61ca9b 100644 --- a/po/cs.po +++ b/po/cs.po @@ -10433,7 +10433,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10441,24 +10441,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10466,7 +10466,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/da.po b/po/da.po index c6384dc8aa3..5330d56c3dc 100644 --- a/po/da.po +++ b/po/da.po @@ -10491,7 +10491,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Fejl: Ugyldige kommando linje parametre\n" #: taskkill.rc:32 @@ -10499,25 +10499,26 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" +msgstr "Fejl: Kunne ikke tilføje nøgler til fjern maskinen\n" #: taskkill.rc:38 #, fuzzy @@ -10526,7 +10527,7 @@ msgstr "Fejl: Kunne ikke tilføje nøgler til fjern maskinen\n" #: taskkill.rc:39 #, fuzzy -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Fejl: Kunne ikke tilføje nøgler til fjern maskinen\n" #: taskkill.rc:40 diff --git a/po/de.po b/po/de.po index c24cab9d9b4..1bae4265efe 100644 --- a/po/de.po +++ b/po/de.po @@ -10336,7 +10336,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Fehler: Nur eine der Optionen /im oder /pid dürfen angegeben werden.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Fehler: Option %s erwartet einen Kommandozeilenparameter.\n" #: taskkill.rc:32 @@ -10344,28 +10345,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Fehler: Optionen /im und /pid widersprechen sich.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Ein Beendigungssignal wurde an die Top-Level Fenster des Prozesses mit der " "PID %u geschickt.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Ein Beendigungssignal wurde an die Top-Level Fenster des Prozessess \"%s\" " "mit der PID %u geschickt.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Prozess mit der PID %u wurde zum beenden gezwungen.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Prozess \"%s\" mit der PID %u wurde zum beenden gezwungen.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Fehler: Konnte Prozess \"%s\" nicht finden.\n" #: taskkill.rc:38 @@ -10373,7 +10379,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Fehler: Konnte die Prozessliste nicht Enumerieren.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Fehler: Konnte Prozess \"%s\" nicht beenden.\n" #: taskkill.rc:40 diff --git a/po/el.po b/po/el.po index 1bd664e47b6..92a6d7a6e93 100644 --- a/po/el.po +++ b/po/el.po @@ -9843,7 +9843,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9851,24 +9851,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9876,7 +9876,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/en.po b/po/en.po index be4ee6beb22..c51797ad51c 100644 --- a/po/en.po +++ b/po/en.po @@ -10064,42 +10064,42 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Error: One of options /im or /pid must be specified.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" -msgstr "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" +msgstr "Error: Option %1 expects a command line parameter.\n" #: taskkill.rc:32 msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Error: Options /im and /pid are mutually exclusive.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" -msgstr "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" +msgstr "Close message sent to top-level windows of process with PID %1!u!.\n" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" -msgstr "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" +msgstr "Process with PID %1!u! was forcibly terminated.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" -msgstr "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" +msgstr "Process \"%1\" with PID %2!u! was forcibly terminated.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" +msgstr "Error: Could not find process \"%1\".\n" #: taskkill.rc:38 msgid "Error: Unable to enumerate the process list.\n" msgstr "Error: Unable to enumerate the process list.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" -msgstr "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" +msgstr "Error: Unable to terminate process \"%1\".\n" #: taskkill.rc:40 msgid "Error: Process self-termination is not permitted.\n" diff --git a/po/en_US.po b/po/en_US.po index bb1ae5f5fc0..2495f8f086d 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -10246,42 +10246,42 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Error: One of options /im or /pid must be specified.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" -msgstr "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" +msgstr "Error: Option %1 expects a command line parameter.\n" #: taskkill.rc:32 msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Error: Options /im and /pid are mutually exclusive.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" -msgstr "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" +msgstr "Close message sent to top-level windows of process with PID %1!u!.\n" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" -msgstr "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" +msgstr "Process with PID %1!u! was forcibly terminated.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" -msgstr "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" +msgstr "Process \"%1\" with PID %2!u! was forcibly terminated.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" +msgstr "Error: Could not find process \"%1\".\n" #: taskkill.rc:38 msgid "Error: Unable to enumerate the process list.\n" msgstr "Error: Unable to enumerate the process list.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" -msgstr "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" +msgstr "Error: Unable to terminate process \"%1\".\n" #: taskkill.rc:40 msgid "Error: Process self-termination is not permitted.\n" diff --git a/po/eo.po b/po/eo.po index 4d4272b5440..32cd888c88b 100644 --- a/po/eo.po +++ b/po/eo.po @@ -10021,7 +10021,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10029,24 +10029,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10054,7 +10054,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/es.po b/po/es.po index 887b3b45c56..df60d41c5f2 100644 --- a/po/es.po +++ b/po/es.po @@ -10696,7 +10696,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Error: parámetros de línea de comandos inválidos\n" #: taskkill.rc:32 @@ -10704,25 +10704,26 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" +msgstr "Error: No se puede agregar claves al equipo remoto\n" #: taskkill.rc:38 #, fuzzy @@ -10731,7 +10732,7 @@ msgstr "Error: No se puede agregar claves al equipo remoto\n" #: taskkill.rc:39 #, fuzzy -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Error: No se puede agregar claves al equipo remoto\n" #: taskkill.rc:40 diff --git a/po/fa.po b/po/fa.po index 34845b8f9d9..65e0dd338b3 100644 --- a/po/fa.po +++ b/po/fa.po @@ -9836,7 +9836,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9844,24 +9844,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9869,7 +9869,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/fi.po b/po/fi.po index 91a84fc074c..8d20f044b9b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -10133,7 +10133,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10141,24 +10141,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10166,7 +10166,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/fr.po b/po/fr.po index b459975fa2e..a28679371ac 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10373,7 +10373,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Erreur : une des options /im ou /pid doit être spécifiée.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Erreur : l'option %s requiert un paramètre de ligne de commande.\n" #: taskkill.rc:32 @@ -10381,28 +10382,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Erreur : les options /im et /pid sont incompatibles.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Message de fermeture envoyé aux fenêtres supérieures du processus de PID " "%u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Message de fermeture envoyé aux fenêtres supérieures du processus « %s » de " "PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Le processus de PID %u a été terminé brutalement.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Le processus « %s » de PID %u a été terminé brutalement.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Erreur : processus « %s » introuvable.\n" #: taskkill.rc:38 @@ -10410,7 +10416,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Erreur : impossible d'énumérer la liste de processus.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Erreur : impossible de terminer le processus « %s ».\n" #: taskkill.rc:40 diff --git a/po/he.po b/po/he.po index cae3d03560c..98198d6b696 100644 --- a/po/he.po +++ b/po/he.po @@ -10319,7 +10319,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Error: One of options /im or /pid must be specified.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Error: Option %s expects a command line parameter.\n" #: taskkill.rc:32 @@ -10327,25 +10328,30 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Error: Options /im and /pid are mutually exclusive.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "Close message sent to top-level windows of process with PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Close message sent to top-level windows of process \"%s\" with PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Process with PID %u was forcibly terminated.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Process \"%s\" with PID %u was forcibly terminated.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Error: Could not find process \"%s\".\n" #: taskkill.rc:38 @@ -10353,7 +10359,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Error: Unable to enumerate the process list.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Error: Unable to terminate process \"%s\".\n" #: taskkill.rc:40 diff --git a/po/hi.po b/po/hi.po index 33bbe8a3358..8bc1ac387e2 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9698,7 +9698,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9706,24 +9706,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9731,7 +9731,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/hu.po b/po/hu.po index 959e5fc2d99..e039defccb5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10354,7 +10354,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10362,24 +10362,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10387,7 +10387,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/it.po b/po/it.po index d0e064f99d5..58c1b2258df 100644 --- a/po/it.po +++ b/po/it.po @@ -10312,7 +10312,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Errore: una delle opzioni /im o /pid deve essere specificata.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Errore: l'opzione %s richiede un parametro dalla riga di comando.\n" #: taskkill.rc:32 @@ -10320,28 +10321,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Errore: le opzioni /im e /pid si escludono mutualmente.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Messaggio di chiusura mandato alle finestre top-level del processo con PID " "%u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Messaggio di chiusura mandato alle finestre top-level del processo \"%s\" " "con PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Il processo con PID %u è stato terminato forzatamente.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Il processo \"%s\" con PID %u è stato terminato forzatamente.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Errore: processo non trovato \"%s\".\n" #: taskkill.rc:38 @@ -10349,7 +10355,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Errore: impossibile elencare la lista dei processi.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Errore: impossibile terminare il processo \"%s\".\n" #: taskkill.rc:40 diff --git a/po/ja.po b/po/ja.po index b0cea704d5e..53c22988429 100644 --- a/po/ja.po +++ b/po/ja.po @@ -10259,7 +10259,8 @@ msgstr "" "エラー: /im または /pid のオプションのうち、1 つを必ず指定してください。\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "エラー: %s オプションにはコマンド ライン パラメータが必要です。\n" #: taskkill.rc:32 @@ -10267,28 +10268,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "エラー: /im と /pid のオプションは同時に指定できません。\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "クローズ メッセージがプロセス(PID %u)のトップレベル ウィンドウに送られまし" "た。\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "クローズ メッセージがプロセス(%s, PID %u)のトップレベル ウィンドウに送られま" "した。\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "プロセス(PID %u)は強制的に終了されました。\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "プロセス(%s, PID %u)は強制的に終了されました。\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "エラー: プロセス(%s)が見つかりません。\n" #: taskkill.rc:38 @@ -10296,7 +10302,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "エラー: プロセスの一覧を列挙できません。\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "エラー: プロセス(%s)を終了できません。\n" #: taskkill.rc:40 diff --git a/po/ko.po b/po/ko.po index e8dd485e2fc..d22662369cb 100644 --- a/po/ko.po +++ b/po/ko.po @@ -10203,7 +10203,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "오류: /im 니 /pid 옵션중의 하나는 반드시 지정되어야합니다.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "오류: 롭션 %s 는 하나의 명령어라인 매개변수가 올것으로 예상합니다.\n" #: taskkill.rc:32 @@ -10211,25 +10212,30 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "오류: /im 와 /pid 옵션은 같이 사용할 수 없습니다.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "PID %u 의 프로세스의 최상위 창에 닫는 메세지 보냈습니다.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "PID %u 의 프로세스 \"%s\"의 최상위 창에 닫으라는 메세지를 보냈습니다.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "PID %u 의 프로세스는 강제로 종료되었습니다.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "PID %u 의 프로세스 \"%s\" 는 강제로 종료되엇습니다.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "오류: 프로세스 \"%s\"를 찾을 수 없습니다.\n" #: taskkill.rc:38 @@ -10237,7 +10243,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "오류: 프로세스 목록을 열거 할 수 없습니다.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "오류: \"%s\" 프로세스를 중단시킬 수 없습니다.\n" #: taskkill.rc:40 diff --git a/po/lt.po b/po/lt.po index 541225a2ab3..fc9ae69e747 100644 --- a/po/lt.po +++ b/po/lt.po @@ -10265,7 +10265,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Klaida: viena iš parinkčių /im arba /pid privalo būti nurodyta.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Klaida: parinkčiai %s reikalingas komandos eilutės parametras.\n" #: taskkill.rc:32 @@ -10273,28 +10274,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Klaida: parinktys /im ir /pid yra nesuderinamos.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Užvėrimo pranešimas nusiųstas aukščiausiojo lygio proceso, kurio PID %u, " "langams.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Užvėrimo pranešimas nusiųstas aukščiausiojo lygio proceso „%s“, kurio PID " "%u, langams.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Procesas, kurio PID %u, buvo priverstinai nutrauktas.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Procesas „%s“, kurio PID %u, buvo priverstinai nutrauktas.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Klaida: nepavyko rasti proceso „%s“.\n" #: taskkill.rc:38 @@ -10302,7 +10308,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Klaida: nepavyko gauti procesų sąrašo.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Klaida: nepavyko nutraukti proceso „%s“.\n" #: taskkill.rc:40 diff --git a/po/ml.po b/po/ml.po index 33688b4883b..6ed07b114a0 100644 --- a/po/ml.po +++ b/po/ml.po @@ -9698,7 +9698,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9706,24 +9706,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9731,7 +9731,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/nb_NO.po b/po/nb_NO.po index 0737da0e0b5..4914240b63b 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -10528,7 +10528,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Feil: Ugyldige parametere på kommandolinjen\n" #: taskkill.rc:32 @@ -10536,25 +10536,26 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" +msgstr "Feil: Kan ikke legge til nøkler på ekstern maskin\n" #: taskkill.rc:38 #, fuzzy @@ -10563,7 +10564,7 @@ msgstr "Feil: Kan ikke legge til nøkler på ekstern maskin\n" #: taskkill.rc:39 #, fuzzy -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Feil: Kan ikke legge til nøkler på ekstern maskin\n" #: taskkill.rc:40 diff --git a/po/nl.po b/po/nl.po index 0ad0207784c..990251fe9ec 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10391,7 +10391,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Fout: Eén van de opties /im of /pid moet zijn gespecificeerd.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Fout: Optie %s verwacht een commandoregelparameter.\n" #: taskkill.rc:32 @@ -10399,28 +10400,33 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Fout: Opties /im en /pid spreken elkaar tegen.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Bericht om te sluiten verzonden naar top-level vensters van het proces met " "PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Bericht om te sluiten verzonden naar top-level vensters van het proces \"%s" "\" met PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Proces met PID %u is geforceerd beëindigd.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Proces \"%s\" met PID %u is geforceerd beëindigd.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Fout: Kon proces \"%s\" niet vinden.\n" #: taskkill.rc:38 @@ -10428,7 +10434,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Fout: Kon de proceslijst niet opsommen.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Fout: Kon het proces \"%s\" niet beëindigen.\n" #: taskkill.rc:40 diff --git a/po/or.po b/po/or.po index 6648a324276..cba78094b2a 100644 --- a/po/or.po +++ b/po/or.po @@ -9698,7 +9698,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9706,24 +9706,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9731,7 +9731,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/pa.po b/po/pa.po index 39f6f7a45c1..f819c6dc447 100644 --- a/po/pa.po +++ b/po/pa.po @@ -9698,7 +9698,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9706,24 +9706,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9731,7 +9731,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/pl.po b/po/pl.po index 3a1693e7379..25ee9dc9ab6 100644 --- a/po/pl.po +++ b/po/pl.po @@ -10290,7 +10290,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Błąd: Jedna z opcji /im albo /pid musi być podana.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Błąd: Argument %s oczekuje parametru wiersza poleceń.\n" #: taskkill.rc:32 @@ -10298,27 +10299,32 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Błąd: Argumenty /im i /pid wykluczają się wzajemnie.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Polecenie zamykające zostało wysłane do najwyższego okna procesu z PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Polecenie zamykające zostało wysłane do najwyższego okna procesu \"%s\" z " "PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Proces z PID %u został zmuszony do zakończenia.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Proces \"%s\" z PID %u został zmuszony do zakończenia.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Błąd: Nie można znaleźć procesu \"%s\".\n" #: taskkill.rc:38 @@ -10326,7 +10332,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Błąd: Nie można ponumerować listy procesów.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Błąd: Nie można zakończyć procesu \"%s\".\n" #: taskkill.rc:40 diff --git a/po/pt_BR.po b/po/pt_BR.po index d6ee6aed3ca..dc9eeff6c93 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -10595,7 +10595,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Erro: Parâmetros da linha de comandos inválidos\n" #: taskkill.rc:32 @@ -10603,25 +10603,26 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" +msgstr "Erro: Incapaz de adicionar chaves à máquina remota\n" #: taskkill.rc:38 #, fuzzy @@ -10630,7 +10631,7 @@ msgstr "Erro: Incapaz de adicionar chaves à máquina remota\n" #: taskkill.rc:39 #, fuzzy -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Erro: Incapaz de adicionar chaves à máquina remota\n" #: taskkill.rc:40 diff --git a/po/pt_PT.po b/po/pt_PT.po index 5b446e1507e..6556dc5792b 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -10613,7 +10613,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Erro: Parâmetros da linha de comandos inválidos\n" #: taskkill.rc:32 @@ -10621,25 +10621,26 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" +msgstr "Erro: Incapaz de adicionar chaves à máquina remota\n" #: taskkill.rc:38 #, fuzzy @@ -10648,7 +10649,7 @@ msgstr "Erro: Incapaz de adicionar chaves à máquina remota\n" #: taskkill.rc:39 #, fuzzy -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Erro: Incapaz de adicionar chaves à máquina remota\n" #: taskkill.rc:40 diff --git a/po/rm.po b/po/rm.po index a3b5613734e..c183ef63f8f 100644 --- a/po/rm.po +++ b/po/rm.po @@ -9757,7 +9757,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9765,24 +9765,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9790,7 +9790,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/ro.po b/po/ro.po index 135ee84b6d6..08d9974397d 100644 --- a/po/ro.po +++ b/po/ro.po @@ -10844,7 +10844,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Eroare: Parametri nevalizi pentru linia de comandă\n" #: taskkill.rc:32 @@ -10852,25 +10852,26 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" -msgstr "" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" +msgstr "Eroare: Nu se pot adăuga chei pe calculatorul de la distanță\n" #: taskkill.rc:38 #, fuzzy @@ -10879,7 +10880,7 @@ msgstr "Eroare: Nu se pot adăuga chei pe calculatorul de la distanță\n" #: taskkill.rc:39 #, fuzzy -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Eroare: Nu se pot adăuga chei pe calculatorul de la distanță\n" #: taskkill.rc:40 diff --git a/po/ru.po b/po/ru.po index f46be388880..f81619e77ca 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10266,7 +10266,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Ошибка: Требуется параметр /im или /pid.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Ошибка: Для параметра %s требуется аргумент.\n" #: taskkill.rc:32 @@ -10274,25 +10275,30 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Ошибка: Параметры /im и /pid - взаимоисключающие.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "Сообщение закрытия отправляется главным окнам процесса с кодом %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Сообщение закрытия отправляется главным окнам процесса \"%s\" с кодом %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Процесс с кодом %u завершён принудительно.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Процесс \"%s\" с кодом %u завершён принудительно.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Ошибка: Процесс \"%s\" найти не удалось.\n" #: taskkill.rc:38 @@ -10300,7 +10306,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Ошибка: Получить список процессов не удалось.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Ошибка: Завершить процесс \"%s\" не удалось.\n" #: taskkill.rc:40 diff --git a/po/sk.po b/po/sk.po index f6acf92f33c..3e17ae31426 100644 --- a/po/sk.po +++ b/po/sk.po @@ -9880,7 +9880,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9888,24 +9888,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9913,7 +9913,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/sl.po b/po/sl.po index 710750030a0..22b8c598449 100644 --- a/po/sl.po +++ b/po/sl.po @@ -10296,7 +10296,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Napaka: Ena od možnosti /im ali /pid mora biti navedena.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Napaka: možnost %s pričakuje parameter ukazne vstice.\n" #: taskkill.rc:32 @@ -10304,27 +10305,32 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Napaka: možnosti /im in /pid se medsebojno izključujeta.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Sporočilo z zahtevo po zaprtju je bilo poslano oknom opravila s PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Sporočilo z zahtevo po zaprtju je bilo poslano oknom opravila \"%s\" s PID " "%u vrhnje ravni.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Opravilo s PID %u je bilo prisilno končano.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Opravilo \"%s\" s PID %u je bilo prisilno končano.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Napaka: Opravila \"%s\" ni mogoče najti.\n" #: taskkill.rc:38 @@ -10332,7 +10338,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Napaka: Ni mogoče dobiti seznama opravil.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Napaka: Opravila \"%s\" ni mogoče končati.\n" #: taskkill.rc:40 diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 68b0f6ddc51..3326caf6869 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -10216,7 +10216,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" "Грешка: унесени су непознати или неисправни параметри наредбене линије\n" @@ -10225,24 +10225,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10250,7 +10250,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index c2a9cda9972..dbea317986c 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -10298,7 +10298,7 @@ msgstr "" #: taskkill.rc:31 #, fuzzy -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" "Greška: uneseni su nepoznati ili neispravni parametri naredbene linije\n" @@ -10307,24 +10307,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10332,7 +10332,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/sv.po b/po/sv.po index ba2c0690457..2f8780bbb16 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10236,7 +10236,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Fel: Ett av valen /im eller /pid måste anges.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Fel: Valet %s kräver en kommandoradsparameter.\n" #: taskkill.rc:32 @@ -10244,27 +10245,32 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Fel: Valen /im och /pid kan inte användas tillsammans.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Stängningsmeddelande sänt till toppnivåfönster för processen med PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Stängningsmeddelande sänt till toppnivåfönster för processen \"%s\" med PID " "%u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Tvingade fram nedstängning av processen med PID %u.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Tvingade fram nedstängning av processen \"%s\" med PID %u.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Fel: Kunde inte hitta processen \"%s\".\n" #: taskkill.rc:38 @@ -10272,7 +10278,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Fel: Kunde inte räkna upp processlistan.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Fel: Kunde inte avsluta processen \"%s\".\n" #: taskkill.rc:40 diff --git a/po/te.po b/po/te.po index 56fc7b9a4ea..0a0b9437491 100644 --- a/po/te.po +++ b/po/te.po @@ -9698,7 +9698,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9706,24 +9706,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9731,7 +9731,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/th.po b/po/th.po index 467a36e5265..d514c0f9fb8 100644 --- a/po/th.po +++ b/po/th.po @@ -9866,7 +9866,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9874,24 +9874,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9899,7 +9899,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/tr.po b/po/tr.po index dbc0d21a95d..692a304e33a 100644 --- a/po/tr.po +++ b/po/tr.po @@ -10538,7 +10538,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10546,24 +10546,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10571,7 +10571,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/uk.po b/po/uk.po index ef028bf4d0b..b1df23a983b 100644 --- a/po/uk.po +++ b/po/uk.po @@ -10221,7 +10221,8 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "Помилка: Повинна бути вказана одна з опцій /im чи /pid.\n" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +#, fuzzy +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "Помилка: Опція %s очікує параметр командного рядка.\n" #: taskkill.rc:32 @@ -10229,27 +10230,32 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "Помилка: Опції /im та /pid є взаємновиключними.\n" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +#, fuzzy +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" "Надіслано повідомлення закриття до вікон верхнього рівня процесу з PID %u.\n" #: taskkill.rc:34 +#, fuzzy msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" "Надіслано повідомлення закриття до вікон верхнього рівня процесу \"%s\" з " "PID %u.\n" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "Процес з PID %u був завершений примусово.\n" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +#, fuzzy +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "Процес \"%s\" з PID %u був завершений примусово.\n" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +#, fuzzy +msgid "Error: Could not find process \"%1\".\n" msgstr "Помилка: Не вдалось знайти процес \"%s\".\n" #: taskkill.rc:38 @@ -10257,7 +10263,8 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "Помилка: Неможливо перелічити список процесів.\n" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +#, fuzzy +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "Помилка: Не вдається завершити процес \"%s\".\n" #: taskkill.rc:40 diff --git a/po/wa.po b/po/wa.po index 7c4ad75e2b4..bc8ec6a7097 100644 --- a/po/wa.po +++ b/po/wa.po @@ -9814,7 +9814,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9822,24 +9822,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9847,7 +9847,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/wine.pot b/po/wine.pot index 49856443cc0..6eb1c4ec67a 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -9665,7 +9665,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -9673,24 +9673,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -9698,7 +9698,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/zh_CN.po b/po/zh_CN.po index dc199db475f..c0e47bfa26e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10130,7 +10130,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10138,24 +10138,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10163,7 +10163,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/po/zh_TW.po b/po/zh_TW.po index 1d5aa8b1890..61693df8bec 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10168,7 +10168,7 @@ msgid "Error: One of options /im or /pid must be specified.\n" msgstr "" #: taskkill.rc:31 -msgid "Error: Option %s expects a command line parameter.\n" +msgid "Error: Option %1 expects a command line parameter.\n" msgstr "" #: taskkill.rc:32 @@ -10176,24 +10176,24 @@ msgid "Error: Options /im and /pid are mutually exclusive.\n" msgstr "" #: taskkill.rc:33 -msgid "Close message sent to top-level windows of process with PID %u.\n" +msgid "Close message sent to top-level windows of process with PID %1!u!.\n" msgstr "" #: taskkill.rc:34 msgid "" -"Close message sent to top-level windows of process \"%s\" with PID %u.\n" +"Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" msgstr "" #: taskkill.rc:35 -msgid "Process with PID %u was forcibly terminated.\n" +msgid "Process with PID %1!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:36 -msgid "Process \"%s\" with PID %u was forcibly terminated.\n" +msgid "Process \"%1\" with PID %2!u! was forcibly terminated.\n" msgstr "" #: taskkill.rc:37 -msgid "Error: Could not find process \"%s\".\n" +msgid "Error: Could not find process \"%1\".\n" msgstr "" #: taskkill.rc:38 @@ -10201,7 +10201,7 @@ msgid "Error: Unable to enumerate the process list.\n" msgstr "" #: taskkill.rc:39 -msgid "Error: Unable to terminate process \"%s\".\n" +msgid "Error: Unable to terminate process \"%1\".\n" msgstr "" #: taskkill.rc:40 diff --git a/programs/taskkill/taskkill.c b/programs/taskkill/taskkill.c index c6423c4b534..7be0123102c 100644 --- a/programs/taskkill/taskkill.c +++ b/programs/taskkill/taskkill.c @@ -36,13 +36,14 @@ struct pid_close_info BOOL found; }; -static int taskkill_vprintfW(const WCHAR *msg, va_list va_args) +static int taskkill_vprintfW(const WCHAR *msg, __ms_va_list va_args) { int wlen; DWORD count, ret; WCHAR msg_buffer[8192]; - wlen = vsprintfW(msg_buffer, msg, va_args); + wlen = FormatMessageW(FORMAT_MESSAGE_FROM_STRING, msg, 0, 0, msg_buffer, + sizeof(msg_buffer)/sizeof(*msg_buffer), &va_args); ret = WriteConsoleW(GetStdHandle(STD_OUTPUT_HANDLE), msg_buffer, wlen, &count, NULL); if (!ret) @@ -69,37 +70,37 @@ static int taskkill_vprintfW(const WCHAR *msg, va_list va_args) return count; } -static int taskkill_printfW(const WCHAR *msg, ...) +static int CDECL taskkill_printfW(const WCHAR *msg, ...) { - va_list va_args; + __ms_va_list va_args; int len; - va_start(va_args, msg); + __ms_va_start(va_args, msg); len = taskkill_vprintfW(msg, va_args); - va_end(va_args); + __ms_va_end(va_args); return len; } -static int taskkill_message_printfW(int msg, ...) +static int CDECL taskkill_message_printfW(int msg, ...) { - va_list va_args; + __ms_va_list va_args; WCHAR msg_buffer[8192]; int len; LoadStringW(GetModuleHandleW(NULL), msg, msg_buffer, sizeof(msg_buffer)/sizeof(WCHAR)); - va_start(va_args, msg); + __ms_va_start(va_args, msg); len = taskkill_vprintfW(msg_buffer, va_args); - va_end(va_args); + __ms_va_end(va_args); return len; } static int taskkill_message(int msg) { - static const WCHAR formatW[] = {'%','s',0}; + static const WCHAR formatW[] = {'%','1',0}; WCHAR msg_buffer[8192]; LoadStringW(GetModuleHandleW(NULL), msg, msg_buffer, diff --git a/programs/taskkill/taskkill.rc b/programs/taskkill/taskkill.rc index 54539459d39..b45a0b1f1aa 100644 --- a/programs/taskkill/taskkill.rc +++ b/programs/taskkill/taskkill.rc @@ -28,14 +28,14 @@ STRINGTABLE STRING_INVALID_OPTION, "Error: Unknown or invalid command line option specified.\n" STRING_INVALID_PARAM, "Error: Invalid command line parameter specified.\n" STRING_MISSING_OPTION, "Error: One of options /im or /pid must be specified.\n" - STRING_MISSING_PARAM, "Error: Option %s expects a command line parameter.\n" + STRING_MISSING_PARAM, "Error: Option %1 expects a command line parameter.\n" STRING_MUTUAL_EXCLUSIVE, "Error: Options /im and /pid are mutually exclusive.\n" - STRING_CLOSE_PID_SEARCH, "Close message sent to top-level windows of process with PID %u.\n" - STRING_CLOSE_PROC_SRCH, "Close message sent to top-level windows of process \"%s\" with PID %u.\n" - STRING_TERM_PID_SEARCH, "Process with PID %u was forcibly terminated.\n" - STRING_TERM_PROC_SEARCH, "Process \"%s\" with PID %u was forcibly terminated.\n" - STRING_SEARCH_FAILED, "Error: Could not find process \"%s\".\n" + STRING_CLOSE_PID_SEARCH, "Close message sent to top-level windows of process with PID %1!u!.\n" + STRING_CLOSE_PROC_SRCH, "Close message sent to top-level windows of process \"%1\" with PID %2!u!.\n" + STRING_TERM_PID_SEARCH, "Process with PID %1!u! was forcibly terminated.\n" + STRING_TERM_PROC_SEARCH, "Process \"%1\" with PID %2!u! was forcibly terminated.\n" + STRING_SEARCH_FAILED, "Error: Could not find process \"%1\".\n" STRING_ENUM_FAILED, "Error: Unable to enumerate the process list.\n" - STRING_TERMINATE_FAILED, "Error: Unable to terminate process \"%s\".\n" + STRING_TERMINATE_FAILED, "Error: Unable to terminate process \"%1\".\n" STRING_SELF_TERMINATION, "Error: Process self-termination is not permitted.\n" }