diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-19 21:27:08 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-02-19 21:27:08 +0100 |
commit | 20f9ca7d4acf7629a9d8e884d99054f55bae76d7 (patch) | |
tree | 03265139ce7496a79ab9b6a4e66b6d7a61a05d03 /po/de.po | |
parent | 5e3c55baccd4a153a7a24b7e99db1c15049c6a34 (diff) | |
download | weechat-20f9ca7d4acf7629a9d8e884d99054f55bae76d7.zip |
scripts: display the script name in stdout/stderr output from scripts
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-02-10 08:21+0100\n" +"POT-Creation-Date: 2018-02-19 21:26+0100\n" "PO-Revision-Date: 2018-02-10 10:14+0100\n" "Last-Translator: w8rabbit <w8rabbit@mail.i2p>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -7502,8 +7502,8 @@ msgstr "%s: registriertes Skript \"%s\", Version %s (%s)" msgid "Support of scheme scripts (with Guile)" msgstr "Unterstützung von Scheme-Skripten (mittels Guile)" -#, c-format -msgid "%s: stdout/stderr: %s" +#, fuzzy, c-format +msgid "%s: stdout/stderr (%s): %s" msgstr "%s: stdout/stderr: %s" #, c-format @@ -14501,4 +14501,3 @@ msgstr "%s%s: Zeitüberschreitung für \"%s\" mit %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "" "%s%s: Verbindung konnte nicht hergestellt werden: unerwarteter Fehler (%d)" - |