From 91c4632941f13a665236327d1fe0803079c64323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Thu, 14 Jul 2011 13:54:40 +0200 Subject: [PATCH] cmd: Avoid printing an excess newline after version is displayed on startup. --- po/ar.po | 4 +--- po/bg.po | 4 +--- po/ca.po | 4 +--- po/cs.po | 8 ++------ po/da.po | 8 ++------ po/de.po | 8 ++------ po/el.po | 4 +--- po/en.po | 8 ++------ po/en_US.po | 8 ++------ po/eo.po | 4 +--- po/es.po | 8 ++------ po/fa.po | 4 +--- po/fi.po | 4 +--- po/fr.po | 8 ++------ po/he.po | 8 ++------ po/hi.po | 4 +--- po/hu.po | 4 +--- po/it.po | 8 ++------ po/ja.po | 8 ++------ po/ko.po | 8 ++------ po/lt.po | 8 ++------ po/ml.po | 4 +--- po/nb_NO.po | 8 ++------ po/nl.po | 8 ++------ po/or.po | 4 +--- po/pa.po | 4 +--- po/pl.po | 8 ++------ po/pt_BR.po | 8 ++------ po/pt_PT.po | 8 ++------ po/rm.po | 4 +--- po/ro.po | 8 ++------ po/ru.po | 8 ++------ po/sk.po | 4 +--- po/sl.po | 8 ++------ po/sr_RS@cyrillic.po | 4 +--- po/sr_RS@latin.po | 4 +--- po/sv.po | 4 +--- po/te.po | 4 +--- po/th.po | 4 +--- po/tr.po | 8 ++------ po/uk.po | 8 ++------ po/wa.po | 4 +--- po/wine.pot | 4 +--- po/zh_CN.po | 4 +--- po/zh_TW.po | 4 +--- programs/cmd/cmd.rc | 2 +- 46 files changed, 68 insertions(+), 202 deletions(-) diff --git a/po/ar.po b/po/ar.po index 5aa26a26ab..2e8fa758b1 100644 --- a/po/ar.po +++ b/po/ar.po @@ -8118,9 +8118,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/bg.po b/po/bg.po index 122b2bfc0c..85072e0b76 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8300,9 +8300,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/ca.po b/po/ca.po index 45eb66040d..0b44f46919 100644 --- a/po/ca.po +++ b/po/ca.po @@ -8035,9 +8035,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/cs.po b/po/cs.po index 02c79f3260..4136f9a43f 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8677,12 +8677,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/da.po b/po/da.po index a5069d76c8..f6ee933123 100644 --- a/po/da.po +++ b/po/da.po @@ -8704,12 +8704,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/de.po b/po/de.po index 5cbcd5feda..87f1760930 100644 --- a/po/de.po +++ b/po/de.po @@ -8690,12 +8690,8 @@ msgid "Wine Command Prompt" msgstr "Wine Befehlsprozessor" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/el.po b/po/el.po index aa073c8fa2..71c46c6f92 100644 --- a/po/el.po +++ b/po/el.po @@ -8167,9 +8167,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/en.po b/po/en.po index ac6881d109..a9454c39f0 100644 --- a/po/en.po +++ b/po/en.po @@ -8332,12 +8332,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/en_US.po b/po/en_US.po index 883b0e0fbf..aaea057eec 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -8430,12 +8430,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/eo.po b/po/eo.po index a06947ee09..39454ba0dc 100644 --- a/po/eo.po +++ b/po/eo.po @@ -8291,9 +8291,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/es.po b/po/es.po index af8851322a..ef57c776f3 100644 --- a/po/es.po +++ b/po/es.po @@ -8879,12 +8879,8 @@ msgid "Wine Command Prompt" msgstr "Wine Símbolo del sistema" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Versión %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Versión %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/fa.po b/po/fa.po index 034559e771..f781d1fc95 100644 --- a/po/fa.po +++ b/po/fa.po @@ -8120,9 +8120,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/fi.po b/po/fi.po index 4fb6c9ab87..c9b88edd3f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8372,9 +8372,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/fr.po b/po/fr.po index 3161b35f72..54ad147989 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8509,12 +8509,8 @@ msgid "Wine Command Prompt" msgstr "Invite de commande Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/he.po b/po/he.po index 469b214804..fa25e087de 100644 --- a/po/he.po +++ b/po/he.po @@ -8539,12 +8539,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/hi.po b/po/hi.po index 9e8c2e0ed4..5819d0e3ed 100644 --- a/po/hi.po +++ b/po/hi.po @@ -8030,9 +8030,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/hu.po b/po/hu.po index 753ce3f263..a4bfe62d93 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8566,9 +8566,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/it.po b/po/it.po index 91608def4d..a116b68181 100644 --- a/po/it.po +++ b/po/it.po @@ -8787,12 +8787,8 @@ msgid "Wine Command Prompt" msgstr "Prompt dei comandi di Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"Versione di CMD %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "Versione di CMD %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/ja.po b/po/ja.po index d98d7d38ea..be33902f82 100644 --- a/po/ja.po +++ b/po/ja.po @@ -8427,12 +8427,8 @@ msgid "Wine Command Prompt" msgstr "Wine コマンド プロンプト" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD バージョン %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD バージョン %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/ko.po b/po/ko.po index bef40784cf..47008d6867 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8397,12 +8397,8 @@ msgid "Wine Command Prompt" msgstr "Wine 명령 입력대기" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD 버젼 %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD 버젼 %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/lt.po b/po/lt.po index 05a4e94477..db9046ed47 100644 --- a/po/lt.po +++ b/po/lt.po @@ -8449,12 +8449,8 @@ msgid "Wine Command Prompt" msgstr "Wine komandų interpretatorius" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD versija %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD versija %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/ml.po b/po/ml.po index 320977ac76..14633b8ca9 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8030,9 +8030,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/nb_NO.po b/po/nb_NO.po index 0be3d9a715..a855ada293 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -8706,12 +8706,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/nl.po b/po/nl.po index 7e77c2122a..ba292cdd61 100644 --- a/po/nl.po +++ b/po/nl.po @@ -8592,12 +8592,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Versie %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Versie %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/or.po b/po/or.po index 487963de23..456b1f783d 100644 --- a/po/or.po +++ b/po/or.po @@ -8030,9 +8030,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/pa.po b/po/pa.po index 9fd5bd6990..b789d43f32 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8030,9 +8030,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/pl.po b/po/pl.po index 7f88f9ef7b..f8e9bf33f4 100644 --- a/po/pl.po +++ b/po/pl.po @@ -8456,12 +8456,8 @@ msgid "Wine Command Prompt" msgstr "Wiersz Poleceń Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"Wersja CMD %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "Wersja CMD %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/pt_BR.po b/po/pt_BR.po index 9ac1503986..c76fb847c1 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8734,12 +8734,8 @@ msgid "Wine Command Prompt" msgstr "Prompt de Comando Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Versão %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Versão %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/pt_PT.po b/po/pt_PT.po index 6a091c33c8..70cd3a9033 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -8787,12 +8787,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/rm.po b/po/rm.po index d7cf43500c..a978e39bae 100644 --- a/po/rm.po +++ b/po/rm.po @@ -8080,9 +8080,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/ro.po b/po/ro.po index 71314d446d..a938addccf 100644 --- a/po/ro.po +++ b/po/ro.po @@ -9023,12 +9023,8 @@ msgid "Wine Command Prompt" msgstr "Linia de comandă Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD versiunea %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD versiunea %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/ru.po b/po/ru.po index fe1dbc5360..0773a24a83 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8445,12 +8445,8 @@ msgid "Wine Command Prompt" msgstr "Приглашение командной строки Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"Версия CMD %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "Версия CMD %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/sk.po b/po/sk.po index 2763987951..e2ed064a96 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8325,9 +8325,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/sl.po b/po/sl.po index 72cd4f7f4f..35f6b34fa1 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8476,12 +8476,8 @@ msgid "Wine Command Prompt" msgstr "Wine ukazni poziv" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"Različica CMD %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "Različica CMD %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/sr_RS@cyrillic.po b/po/sr_RS@cyrillic.po index ed3f37626b..a28846c6e3 100644 --- a/po/sr_RS@cyrillic.po +++ b/po/sr_RS@cyrillic.po @@ -8433,9 +8433,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/sr_RS@latin.po b/po/sr_RS@latin.po index a60152fb25..f07a185931 100644 --- a/po/sr_RS@latin.po +++ b/po/sr_RS@latin.po @@ -8487,9 +8487,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/sv.po b/po/sv.po index 92207f1c00..cc0d96c472 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8456,9 +8456,7 @@ msgid "Wine Command Prompt" msgstr "Wine kommandoprompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "CMD Version %s\n" #: cmd.rc:288 diff --git a/po/te.po b/po/te.po index fc025feb14..a238eb19c8 100644 --- a/po/te.po +++ b/po/te.po @@ -8030,9 +8030,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/th.po b/po/th.po index 5f056e4859..4ab4036fd8 100644 --- a/po/th.po +++ b/po/th.po @@ -8176,9 +8176,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/tr.po b/po/tr.po index 5f842a03f5..e09ed5a81c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -8825,12 +8825,8 @@ msgid "Wine Command Prompt" msgstr "Wine Command Prompt" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "CMD Version %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/uk.po b/po/uk.po index 203a97205d..85e32fa5ed 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8433,12 +8433,8 @@ msgid "Wine Command Prompt" msgstr "Командний рядок Wine" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" -msgstr "" -"Версія CMD %s\n" -"\n" +msgid "CMD Version %s\n" +msgstr "Версія CMD %s\n" #: cmd.rc:288 msgid "More? " diff --git a/po/wa.po b/po/wa.po index 353fc55878..4a5a6dcd32 100644 --- a/po/wa.po +++ b/po/wa.po @@ -8141,9 +8141,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/wine.pot b/po/wine.pot index 881047b519..3c45c89389 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -8006,9 +8006,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/zh_CN.po b/po/zh_CN.po index 846dd2b15e..54a645a412 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8420,9 +8420,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/po/zh_TW.po b/po/zh_TW.po index b6756fac63..ec3f88fde7 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8478,9 +8478,7 @@ msgid "Wine Command Prompt" msgstr "" #: cmd.rc:287 -msgid "" -"CMD Version %s\n" -"\n" +msgid "CMD Version %s\n" msgstr "" #: cmd.rc:288 diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc index f5f8ae6ad7..39b6bddffc 100644 --- a/programs/cmd/cmd.rc +++ b/programs/cmd/cmd.rc @@ -284,7 +284,7 @@ Enter HELP for further information on any of the above commands\n" WCMD_NOPATH, "PATH not found\n" WCMD_ANYKEY,"Press Return key to continue: " WCMD_CONSTITLE,"Wine Command Prompt" - WCMD_VERSION,"CMD Version %s\n\n" + WCMD_VERSION,"CMD Version %s\n" WCMD_MOREPROMPT, "More? " WCMD_LINETOOLONG, "The input line is too long.\n" }