diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-27 08:25:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-27 08:25:41 +0200 |
commit | e5e027b9fad69bcdd9c3b5b5fcc66a0119440990 (patch) | |
tree | 5cdcf4117c1028aa5fc6098764e9ccf37b994d22 /po/it.po | |
parent | 9a268ec7cce057ea02b3ac74c709b69ad494c927 (diff) | |
download | weechat-e5e027b9fad69bcdd9c3b5b5fcc66a0119440990.zip |
core: add countdown example in `/help repeat` (issue #2007)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-08-27 07:57+0200\n" +"POT-Creation-Date: 2023-08-27 08:24+0200\n" "PO-Revision-Date: 2023-06-26 21:34+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2610,7 +2610,10 @@ msgid "" "\n" "Example:\n" " scroll 2 pages up:\n" -" /repeat 2 /window page_up" +" /repeat 2 /window page_up\n" +" print a countdown, starting at 5:\n" +" /repeat -interval 1 6 /print ${if:${repeat_last}?Boom!:" +"${repeat_revindex0}}" msgstr "" "ritardo: ritardo tra l'esecuzione dei comandi (in millisecondi)\n" " numero: numero di volte in cui eseguire il comando\n" |