diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 7 |
1 files changed, 4 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: 2019-04-06 14:03+0200\n" +"POT-Creation-Date: 2019-04-13 08:46+0200\n" "PO-Revision-Date: 2019-03-17 16:04+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -12565,7 +12565,7 @@ msgid "" " addreplace: add or replace an existing trigger\n" " name: name of trigger\n" " hook: signal, hsignal, modifier, line, print, command, command_run, " -"timer, config, focus\n" +"timer, config, focus, info\n" " arguments: arguments for the hook, depending on hook (separated by " "semicolons):\n" " signal: name(s) of signal (required)\n" @@ -12580,6 +12580,7 @@ msgid "" " timer: interval (required), align on second, max calls\n" " config: name(s) of option (required)\n" " focus: name(s) of area (required)\n" +" info: name(s) of info (required)\n" " conditions: evaluated conditions for the trigger\n" " regex: one or more regular expressions to replace strings in " "variables\n" @@ -12624,7 +12625,7 @@ msgid "" " 2. replace text using POSIX extended regular expression(s) (if defined in " "trigger)\n" " 3. execute command(s) (if defined in trigger)\n" -" 4. exit with a return code (except for modifier, line and focus)\n" +" 4. exit with a return code (except for modifier, line, focus and info)\n" " 5. perform post action\n" "\n" "Examples (you can also look at default triggers with /trigger listdefault):\n" |