diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 10:31:37 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-26 10:31:37 +0200 |
commit | 4853a530b630440d34d2ce2f8f478523658dbca2 (patch) | |
tree | 57baab29d9e31de18e22c7b34811ceecd65ed00b /po/cs.po | |
parent | ebf72c7eda87e70aed16e890581307f527567bed (diff) | |
download | weechat-4853a530b630440d34d2ce2f8f478523658dbca2.zip |
irc: improve split of privmsg, add split of some other messages (bug #29879), add new info_hashtable "irc_message_split", split irc messages in relay plugin
List of new features/bugs fixed:
- improve split of privmsg: keep CTCP in split
- add split of messages: ison, join, notice, wallops, 005, 353
- add new info_hashtable "irc_message_split" (for plugins/scripts)
- in relay plugin: split irc messages sent to clients of irc proxy
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 14 |
1 files changed, 13 insertions, 1 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-20 08:17+0200\n" +"POT-Creation-Date: 2011-08-26 10:17+0200\n" "PO-Revision-Date: 2011-07-05 15:37+0200\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5743,6 +5743,18 @@ msgstr "" "\"nick\": přezdívka, \"host\": host, \"command\": příkaz, \"channel\": " "kanál, \"arguments\": argumenty (včetně kanálu)" +msgid "split an IRC message (to fit in 512 bytes)" +msgstr "" + +msgid "\"message\": IRC message, \"server\": server name (optional)" +msgstr "" + +#. TRANSLATORS: please do not translate key names (enclosed by quotes) +msgid "" +"\"msg1\" ... \"msgN\": messages to send (without final \"\\r\\n\"), " +"\"args1\" ... \"argsN\": arguments of messages" +msgstr "" + msgid "list of IRC servers" msgstr "seznam IRC serverů" |