diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-20 18:25:23 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-20 18:25:23 +0200 |
commit | a4e15e8ef40e3f9c20cde8c276798c5785cbde31 (patch) | |
tree | 36dd53f9321b2c582f3a1993b0f7568ec8d23128 /po/weechat.pot | |
parent | 1fe7d25c8d51a5798e29981f89d32a931f94a13e (diff) | |
download | weechat-a4e15e8ef40e3f9c20cde8c276798c5785cbde31.zip |
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)
The option irc.look.nick_mode has a new type: integer with values:
none/prefix/action/both (default is "prefix", which is old behaviour).
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index bc3dd3186..33dfecd56 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: 2012-08-20 13:33+0200\n" +"POT-Creation-Date: 2012-08-20 18:22+0200\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" @@ -1920,12 +1920,6 @@ msgid "" "before processing event" msgstr "" -msgid "display nick mode ((half)op/voice) before each nick" -msgstr "" - -msgid "display space if nick mode is not (half)op/voice" -msgstr "" - msgid "" "enable terminal \"bracketed paste mode\" (not supported in all terminals/" "multiplexers): in this mode, pasted text is bracketed with control sequences " @@ -4549,6 +4543,17 @@ msgid "text to display after nick in chat window" msgstr "" msgid "" +"display nick mode (op, voice, ...) before nick (none = never, prefix = in " +"prefix only (default), action = in action messages only, both = prefix + " +"action messages)" +msgstr "" + +msgid "" +"display a space if nick mode is enabled but nick has no mode (not op, " +"voice, ...)" +msgstr "" + +msgid "" "force color for some nicks: hash computed with nickname to find color will " "not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); " "lookup for nicks is with exact case then lower case, so it's possible to use " |