diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 7372b140d..b2784e02c 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-03-23 10:19+0100\n" +"POT-Creation-Date: 2010-03-23 15:33+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2717,7 +2717,13 @@ msgstr "" msgid "" " action: 'send' (file) or 'chat'\n" "nickname: nickname to send file or chat\n" -" file: filename (on local host)" +" file: filename (on local host)\n" +"\n" +"Examples:\n" +" chat with nick \"toto\":\n" +" /dcc chat toto\n" +" send file \"/home/foo/bar.txt\" to nick \"toto\":\n" +" /dcc send toto /home/foo/bar.txt" msgstr "" msgid "remove half channel operator status from nickname(s)" @@ -2833,9 +2839,11 @@ msgid "" " comment: comment for kick\n" "\n" "It is possible to kick/ban with a mask, nick will be extracted from mask and " -"replaced by \"*\", for example:\n" -" /kickban toto!*@host.com\n" -" will ban \"*!*@host.com\" and then kick \"toto\"." +"replaced by \"*\".\n" +"\n" +"Example:\n" +" ban \"*!*@host.com\" and then kick \"toto\":\n" +" /kickban toto!*@host.com" msgstr "" msgid "close client-server connection" |