diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:31:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:31:19 +0100 |
commit | f1d18f4c26b6dd72286f86b93da25567d932b6e4 (patch) | |
tree | 35c02cc32c1e3488a6702e489812e48ceae2bbc3 /po/de.po | |
parent | fa5b1eed77d6b012ab440f0bd75e1b155985e671 (diff) | |
download | weechat-f1d18f4c26b6dd72286f86b93da25567d932b6e4.zip |
core: use seconds by default in /repeat interval, allow unit for the interval
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 07:53+0100\n" +"POT-Creation-Date: 2019-03-29 20:28+0100\n" "PO-Revision-Date: 2019-03-21 23:31+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -2719,12 +2719,18 @@ msgstr "" msgid "execute a command several times" msgstr "führt einen Befehl mehrfach aus" -msgid "[-interval <delay>] <count> <command>" +#, fuzzy +msgid "[-interval <delay>[<unit>]] <count> <command>" msgstr "[-interval <delay>] <count> <command>" #, fuzzy msgid "" -" delay: delay between execution of commands (in milliseconds)\n" +" delay: delay between execution of commands\n" +" unit: optional, values are:\n" +" ms: milliseconds\n" +" s: seconds (default)\n" +" m: minutes\n" +" h: hours\n" " count: number of times to execute command\n" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" |