diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-23 16:26:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-23 16:26:36 +0100 |
commit | 8cfabb469677b027422ea72d88f40787feb46d91 (patch) | |
tree | 231e34733dbd542c36c3be189f28f7d62f635952 /po/weechat.pot | |
parent | a0f442a84e63a1969f89a0d3c05137f6403a8c74 (diff) | |
download | weechat-8cfabb469677b027422ea72d88f40787feb46d91.zip |
Add examples in /help dcc, update german translations
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" |