diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-25 11:23:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-25 11:23:41 +0200 |
commit | 015ff084e31a4202513d202c7a2362a4d6c59f1b (patch) | |
tree | 320427b743f6ceb525f71ce67cf3b4c17f3a246f /po/it.po | |
parent | 11943ebaaf98d70be17bcdf2579ee7461fa789a6 (diff) | |
download | weechat-015ff084e31a4202513d202c7a2362a4d6c59f1b.zip |
core: add microseconds precision in function util_parse_delay
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 8 |
1 files changed, 5 insertions, 3 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-24 18:16+0200\n" +"POT-Creation-Date: 2023-08-25 11:16+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" @@ -2562,8 +2562,9 @@ msgstr "[-interval <ritardo>] <numero> <comando>" #, fuzzy msgid "" -" delay: delay between execution of commands\n" +" delay: delay between execution of commands (minimum: 1 millisecond)\n" " unit: optional, values are:\n" +" us: microseconds\n" " ms: milliseconds\n" " s: seconds (default)\n" " m: minutes\n" @@ -2948,8 +2949,9 @@ msgstr "<numero>[<unità>] <comando>" #, fuzzy msgid "" -" number: amount of time to wait (integer number)\n" +" number: amount of time to wait (minimum: 1 millisecond)\n" " unit: optional, values are:\n" +" us: microseconds\n" " ms: milliseconds\n" " s: seconds (default)\n" " m: minutes\n" |