From cd411b613b0d3c0e0edb68d97a92791cd77e8169 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 7 Sep 2011 12:50:35 +0200 Subject: [PATCH] cmd: Fix the indentation of the IF usage message. --- po/ar.po | 6 +++--- po/bg.po | 6 +++--- po/ca.po | 6 +++--- po/cs.po | 7 ++++--- po/da.po | 7 ++++--- po/de.po | 7 ++++--- po/el.po | 6 +++--- po/en.po | 12 ++++++------ po/en_US.po | 12 ++++++------ po/eo.po | 6 +++--- po/es.po | 7 ++++--- po/fa.po | 6 +++--- po/fi.po | 6 +++--- po/fr.po | 7 ++++--- po/he.po | 7 ++++--- po/hi.po | 6 +++--- po/hu.po | 6 +++--- po/it.po | 7 ++++--- po/ja.po | 7 ++++--- po/ko.po | 7 ++++--- po/lt.po | 7 ++++--- po/ml.po | 6 +++--- po/nb_NO.po | 7 ++++--- po/nl.po | 7 ++++--- po/or.po | 6 +++--- po/pa.po | 6 +++--- po/pl.po | 7 ++++--- po/pt_BR.po | 7 ++++--- po/pt_PT.po | 7 ++++--- po/rm.po | 6 +++--- po/ro.po | 7 ++++--- po/ru.po | 7 ++++--- po/sk.po | 6 +++--- po/sl.po | 7 ++++--- po/sr_RS@cyrillic.po | 6 +++--- po/sr_RS@latin.po | 6 +++--- po/sv.po | 7 ++++--- po/te.po | 6 +++--- po/th.po | 6 +++--- po/tr.po | 7 ++++--- po/uk.po | 7 ++++--- po/wa.po | 6 +++--- po/wine.pot | 6 +++--- po/zh_CN.po | 6 +++--- po/zh_TW.po | 6 +++--- programs/cmd/cmd.rc | 6 +++--- 46 files changed, 165 insertions(+), 144 deletions(-) diff --git a/po/ar.po b/po/ar.po index 4e26eae11b9..7624c04e74d 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7679,9 +7679,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/bg.po b/po/bg.po index 19f35ec30f5..171706b41f3 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7848,9 +7848,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/ca.po b/po/ca.po index 7e7e3770867..ed43a0212b7 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7594,9 +7594,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/cs.po b/po/cs.po index 20f0479438d..3b3e9b6671d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8043,12 +8043,13 @@ msgid "" msgstr "Nápověda k HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/da.po b/po/da.po index 47c593358ae..0b9dd872334 100644 --- a/po/da.po +++ b/po/da.po @@ -8086,12 +8086,13 @@ msgid "" msgstr "Hjælp til HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/de.po b/po/de.po index feb447e9c05..fed1ab33909 100644 --- a/po/de.po +++ b/po/de.po @@ -7918,12 +7918,13 @@ msgid "" msgstr "HELP zeigt die Hilfe an\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/el.po b/po/el.po index a844726b9f3..b9fa89fc885 100644 --- a/po/el.po +++ b/po/el.po @@ -7703,9 +7703,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/en.po b/po/en.po index f17c948e5e4..6098b26a833 100644 --- a/po/en.po +++ b/po/en.po @@ -7767,18 +7767,18 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" msgstr "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/en_US.po b/po/en_US.po index 3cc04563864..3f0956afeb7 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -7884,18 +7884,18 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" msgstr "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/eo.po b/po/eo.po index 9bb78b590e4..0e2f379c707 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7816,9 +7816,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/es.po b/po/es.po index 1acff8bdfa2..1e48559e5bf 100644 --- a/po/es.po +++ b/po/es.po @@ -8257,12 +8257,13 @@ msgid "" msgstr "Ayuda sobre HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/fa.po b/po/fa.po index 2ca4dfad3cd..5901fb368b7 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7681,9 +7681,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/fi.po b/po/fi.po index 4de6586d276..b71269f5583 100644 --- a/po/fi.po +++ b/po/fi.po @@ -7931,9 +7931,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/fr.po b/po/fr.po index 21ffb5acf07..860361f5aff 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7948,12 +7948,13 @@ msgstr "" "HELP sans argument affiche toutes les commandes intégrées de CMD.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/he.po b/po/he.po index 903d68634b4..1305e2231d0 100644 --- a/po/he.po +++ b/po/he.po @@ -7967,12 +7967,13 @@ msgstr "" "HELP without an argument shows all CMD built-in commands.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/hi.po b/po/hi.po index acc0217d08b..e738a3d8f3f 100644 --- a/po/hi.po +++ b/po/hi.po @@ -7590,9 +7590,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/hu.po b/po/hu.po index 01440af4c5b..084ab900469 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8131,9 +8131,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/it.po b/po/it.po index 5976e6b7aeb..b596c4fb5f6 100644 --- a/po/it.po +++ b/po/it.po @@ -8212,12 +8212,13 @@ msgid "" msgstr "Aiuto su HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/ja.po b/po/ja.po index 2d4b5ae2d9f..874ae3876aa 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7864,12 +7864,13 @@ msgstr "" "引数なしの HELP はすべての CMD 内蔵コマンドを表示します。\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/ko.po b/po/ko.po index 884fa219cce..214edb47e60 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7830,12 +7830,13 @@ msgstr "" "아무 매개변수가 없는 HELP눈 CMD의 모든 내장 명령을 보여줍니다.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/lt.po b/po/lt.po index 3247b03f801..c62d7a67736 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7886,12 +7886,13 @@ msgstr "" "HELP be argumentų parodo visas įtaisytas CMD komandas.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/ml.po b/po/ml.po index 04e044f8392..70d22f53987 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7590,9 +7590,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/nb_NO.po b/po/nb_NO.po index f516ce9682c..2d4820fe218 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -8146,12 +8146,13 @@ msgid "" msgstr "Hjelp til HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/nl.po b/po/nl.po index eedf346ec8c..91f0bb964b2 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8021,12 +8021,13 @@ msgstr "" "Help zonder argument laat alle ingebouwde opdrachten van CMD zien.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/or.po b/po/or.po index be61a018abd..3e9273628c3 100644 --- a/po/or.po +++ b/po/or.po @@ -7590,9 +7590,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/pa.po b/po/pa.po index feaa5dd4e6f..817ac1bf751 100644 --- a/po/pa.po +++ b/po/pa.po @@ -7590,9 +7590,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/pl.po b/po/pl.po index c58b4a2afb7..3008c4f1c08 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7901,12 +7901,13 @@ msgstr "" "HELP bez argumentu pokazuje wszystkie wbudowane polecenia CMD.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index b25d80d1054..64680a77441 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8172,12 +8172,13 @@ msgid "" msgstr "Ajuda do comando HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 671b1ec2733..a4292be8cf3 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -8220,12 +8220,13 @@ msgid "" msgstr "Ajuda do comando HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/rm.po b/po/rm.po index 84d92b86915..7bcb15ff4fe 100644 --- a/po/rm.po +++ b/po/rm.po @@ -7624,9 +7624,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/ro.po b/po/ro.po index ec74b688c2d..051d3c91352 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8463,12 +8463,13 @@ msgstr "" "HELP fără nici un parametru enumerează toate comenzile integrate în cmd.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/ru.po b/po/ru.po index 571349afcf2..c9f862addf1 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7875,12 +7875,13 @@ msgid "" msgstr "Справка о HELP\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/sk.po b/po/sk.po index a79dc1147db..f5ca0467dce 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7889,9 +7889,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/sl.po b/po/sl.po index 0961c3ebabd..ba91d42bad2 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7905,12 +7905,13 @@ msgstr "" "HELP brez argumentov pokaže vse vgrajene ukaze CMD.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index 2222eb6f95a..3115e22ea83 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -8000,9 +8000,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index 94fb73976b7..fae836abe4f 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -8049,9 +8049,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/sv.po b/po/sv.po index 245bf0d6229..f32064634ea 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7892,12 +7892,13 @@ msgstr "" "HELP utan ett argument visar alla inbyggda CMD-kommandon.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/te.po b/po/te.po index e288f7d0d21..7bb65f197ed 100644 --- a/po/te.po +++ b/po/te.po @@ -7590,9 +7590,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/th.po b/po/th.po index 00a7913c45c..1aa00a5f89a 100644 --- a/po/th.po +++ b/po/th.po @@ -7737,9 +7737,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/tr.po b/po/tr.po index d425df0b2f6..a74c21bc78d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8262,12 +8262,13 @@ msgid "" msgstr "HELP hakkında yardım\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/uk.po b/po/uk.po index 9ed8e04ba68..cca860eeff5 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7872,12 +7872,13 @@ msgstr "" "HELP без аргументів показує всі вбудовані команди CMD.\n" #: cmd.rc:94 +#, fuzzy msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/wa.po b/po/wa.po index da05c9adf02..e5741b2a16b 100644 --- a/po/wa.po +++ b/po/wa.po @@ -7702,9 +7702,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/wine.pot b/po/wine.pot index 50aa5a65c4e..da00f7f3946 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -7566,9 +7566,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index f3c80fc76a8..30d606fb869 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7985,9 +7985,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 648e438a02b..1c0dba1db0f 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8043,9 +8043,9 @@ msgstr "" msgid "" "IF is used to conditionally execute a command.\n" "\n" -"Syntax:\tIF [NOT] EXIST filename command\n" -"IF [NOT] string1==string2 command\n" -"IF [NOT] ERRORLEVEL number command\n" +"Syntax: IF [NOT] EXIST filename command\n" +" IF [NOT] string1==string2 command\n" +" IF [NOT] ERRORLEVEL number command\n" "\n" "In the second form of the command, string1 and string2 must be in double\n" "quotes. The comparison is not case-sensitive.\n" diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc index 8c1e45ea055..4a074e1ec80 100644 --- a/programs/cmd/cmd.rc +++ b/programs/cmd/cmd.rc @@ -86,9 +86,9 @@ HELP without an argument shows all CMD built-in commands.\n" WCMD_IF, "IF is used to conditionally execute a command.\n\ \n\ -Syntax: IF [NOT] EXIST filename command\n\ - IF [NOT] string1==string2 command\n\ - IF [NOT] ERRORLEVEL number command\n\ +Syntax: IF [NOT] EXIST filename command\n\ +\ IF [NOT] string1==string2 command\n\ +\ IF [NOT] ERRORLEVEL number command\n\ \n\ In the second form of the command, string1 and string2 must be in double\n\ quotes. The comparison is not case-sensitive.\n"