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/de.po | |
parent | 9a268ec7cce057ea02b3ac74c709b69ad494c927 (diff) | |
download | weechat-e5e027b9fad69bcdd9c3b5b5fcc66a0119440990.zip |
core: add countdown example in `/help repeat` (issue #2007)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -26,7 +26,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-08-27 00:11+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -3192,7 +3192,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 "" " delay: Verzögerung zwischen dem Ausführen der Befehle (Minimum: 1 " "Millisekunde)\n" |