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/it.po | |
parent | 74154d972d46bc68557c07a38df30bfc0929de4b (diff) | |
download | weechat-b02a10aa48b3164e510e6128acec226932dfe406.zip |
core: display similar command names when a command is unknown (closes #1877)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -20,7 +20,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: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -145,6 +145,12 @@ msgid "%sAnother command \"%s\" already exists for plugin \"%s\"" msgstr "%sErrore: un altro comando \"%s\" esiste già per il plugin \"%s\"" #, fuzzy, c-format +msgid "" +"%sUnknown command \"%s\" (type /help for help), commands with similar name: " +"%s" +msgstr "%sErrore: comando \"%s\" sconosciuto (digita /help per l'aiuto)" + +#, fuzzy, c-format msgid "%sBad file descriptor (%d) used in hook_fd" msgstr "%sErrore: descrittore file errato (%d) usato in hook_fd" @@ -4730,10 +4736,6 @@ msgid "" msgstr "" #, fuzzy, c-format -msgid "%sUnknown command \"%s\" (type /help for help)" -msgstr "%sErrore: comando \"%s\" sconosciuto (digita /help per l'aiuto)" - -#, fuzzy, c-format msgid "" "%sAmbiguous command \"%s\": it exists in many plugins and not in \"%s\" " "plugin" |