diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:24:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:24:26 +0200 |
commit | ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3 (patch) | |
tree | 46772e4cea727b1cac30b32618bdeb8c02643474 /po/it.po | |
parent | 370769f7594dbab367172f15902e28b1a7b7f436 (diff) | |
download | weechat-ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3.zip |
core: add optional buffer name for area "chat" in keys of mouse context
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.6-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-08-07 11:20+0200\n" +"POT-Creation-Date: 2011-08-08 11:19+0200\n" "PO-Revision-Date: 2011-07-16 11:32+0200\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1473,7 +1473,9 @@ msgid "" "For context \"mouse\" (possible in context \"cursor\" too), key has format: " "\"@area:key\" where area can be:\n" " *: any area on screen\n" -" chat: chat area\n" +" chat: chat area (any buffer)\n" +" chat(xxx): char area for buffer with name \"xxx\" (full name including " +"plugin)\n" " bar(*): any bar\n" " bar(xxx): bar \"xxx\"\n" " item(*): any bar item\n" |