diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-30 21:34:44 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-30 21:44:38 +0100 |
commit | b02a10aa48b3164e510e6128acec226932dfe406 (patch) | |
tree | 53df42bd2a551c93c340f24e97ad63e874788688 /po/de.po | |
parent | 74154d972d46bc68557c07a38df30bfc0929de4b (diff) | |
download | weechat-b02a10aa48b3164e510e6128acec226932dfe406.zip |
core: display similar command names when a command is unknown (closes #1877)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-01-29 16:50+0100\n" +"POT-Creation-Date: 2023-01-30 21:30+0100\n" "PO-Revision-Date: 2023-01-29 13:05+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German - Germany <weechatter@arcor.de>\n" @@ -147,6 +147,13 @@ msgid "%sAnother command \"%s\" already exists for plugin \"%s\"" msgstr "" "%sEin anderer Befehl \"%s\" existiert bereits für die Erweiterung \"%s\"" +#, fuzzy, c-format +#| msgid "%sUnknown command \"%s\" (type /help for help)" +msgid "" +"%sUnknown command \"%s\" (type /help for help), commands with similar name: " +"%s" +msgstr "%sDer Befehl \"%s\" ist nicht bekannt (für eine Hilfe nutze /help)" + #, c-format msgid "%sBad file descriptor (%d) used in hook_fd" msgstr "%sBad file descriptor (%d) wurde in Funktion \"hook_fd\" genutzt" @@ -5621,10 +5628,6 @@ msgstr "" "Buffer: \"%s\")" #, c-format -msgid "%sUnknown command \"%s\" (type /help for help)" -msgstr "%sDer Befehl \"%s\" ist nicht bekannt (für eine Hilfe nutze /help)" - -#, c-format msgid "" "%sAmbiguous command \"%s\": it exists in many plugins and not in \"%s\" " "plugin" |