diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-02 11:21:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-02 11:21:30 +0100 |
commit | 8ffd58b4a85998a65a638d5cd7fc31f18590a16a (patch) | |
tree | 839e7487a7cc36fa7563b43d0054950ca796fee6 /po/weechat.pot | |
parent | 371bf4b401fab44f18bf8766cd434116da14425a (diff) | |
download | weechat-8ffd58b4a85998a65a638d5cd7fc31f18590a16a.zip |
Make channel optional in IRC command /mode (bug #25735)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 2a119d42b..9281c9710 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: 2009-02-26 09:53+0100\n" +"POT-Creation-Date: 2009-03-02 10: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" @@ -2167,6 +2167,11 @@ msgstr "" #, c-format msgid "" +"%s%s: you must specify channel for \"%s\" command if you're not in a channel" +msgstr "" + +#, c-format +msgid "" "%s%s: \"%s\" command can only be executed in a channel or private buffer" msgstr "" @@ -2510,13 +2515,13 @@ msgid "change channel or user mode" msgstr "" msgid "" -"{ channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname " +"{ [channel] {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname " "{[+|-]|i|w|s|o} }" msgstr "" msgid "" "channel modes:\n" -" channel: channel name to modify\n" +" channel: channel name to modify (default is current one)\n" " o: give/take channel operator privileges\n" " p: private channel flag\n" " s: secret channel flag\n" |