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/cs.po | |
parent | 74154d972d46bc68557c07a38df30bfc0929de4b (diff) | |
download | weechat-b02a10aa48b3164e510e6128acec226932dfe406.zip |
core: display similar command names when a command is unknown (closes #1877)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -21,7 +21,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: 2022-10-15 22:51+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -147,6 +147,12 @@ msgstr "" msgid "%sAnother command \"%s\" already exists for plugin \"%s\"" msgstr "%sChyba: příkaz \"%s\" již existuje pro plugin \"%s\"" +#, fuzzy, c-format +msgid "" +"%sUnknown command \"%s\" (type /help for help), commands with similar name: " +"%s" +msgstr "%sChyba: neznámý příkaz \"%s\" (napište /help pro nápovědu)" + #, c-format msgid "%sBad file descriptor (%d) used in hook_fd" msgstr "" @@ -4473,10 +4479,6 @@ msgid "" msgstr "" #, fuzzy, c-format -msgid "%sUnknown command \"%s\" (type /help for help)" -msgstr "%sChyba: neznámý příkaz \"%s\" (napište /help pro nápovědu)" - -#, fuzzy, c-format msgid "" "%sAmbiguous command \"%s\": it exists in many plugins and not in \"%s\" " "plugin" |