diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:23:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:23:14 +0100 |
commit | 2c238e08ffc798136fb8bab9633507d6c2d7a88e (patch) | |
tree | 6f482af9b6600ecac42aaa15704399e290c903f1 /po/it.po | |
parent | 2ad6f2f3d5fbc8bcfeb71a7bce0025d9e47a6dd9 (diff) | |
download | weechat-2c238e08ffc798136fb8bab9633507d6c2d7a88e.zip |
core: add command `/allbuf`
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-12-25 19:37+0100\n" +"POT-Creation-Date: 2022-12-25 21:19+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" @@ -1061,6 +1061,24 @@ msgstr "" "%sErrore: impossibile unire le finestre, non c'è un'altra finestra della " "stessa dimensione vicino quella corrente" +#, fuzzy +#| msgid "execute a command on all connected servers" +msgid "execute a command on all buffers" +msgstr "esegue un comando su tutti i server connessi" + +#, fuzzy +msgid "<command>" +msgstr "comando /%s" + +msgid "" +"command: command to execute (or text to send to buffer if command does not " +"start with '/')\n" +"\n" +"Examples:\n" +" set unread marker on all buffers:\n" +" /allbuf /buffer set unread" +msgstr "" + msgid "set or remove away status" msgstr "imposta o elimina lo stato di assenza" |