diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-21 18:19:02 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-21 18:19:02 +0200 |
commit | 6253e3ac375b9203cf232329069cbd695a7ded5a (patch) | |
tree | b2f26302d1aa5dfab9122f8c00fe4d93bca237b8 /po/weechat.pot | |
parent | 61886d9455c1fa2d0fb428c8fc632b3d60f7fce2 (diff) | |
download | weechat-6253e3ac375b9203cf232329069cbd695a7ded5a.zip |
Add optional message in IRC private buffer when nick is back on server after a /quit
New option: "irc.look.display_pv_back" (default value is "on").
Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once".
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 5fbac8380..5d8495d73 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-05-20 11:47+0200\n" +"POT-Creation-Date: 2010-05-21 18:07+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" @@ -2472,6 +2472,10 @@ msgid "%s%s: cannot allocate new channel" msgstr "" #, c-format +msgid "%s%s%s %s(%s%s%s)%s is back on server" +msgstr "" + +#, c-format msgid "%s: future away: %s" msgstr "" @@ -3619,6 +3623,12 @@ msgstr "" msgid "display old topic when channel topic is changed" msgstr "" +msgid "display remote away message only once in private" +msgstr "" + +msgid "display a message in private when user is back (after quit on server)" +msgstr "" + msgid "display channel modes in \"buffer_name\" bar item" msgstr "" @@ -3654,9 +3664,6 @@ msgid "" "(messages will be displayed when opening raw data buffer)" msgstr "" -msgid "show remote away message only once in private" -msgstr "" - msgid "" "filter join/part/quit messages for a nick if not speaking for some minutes " "on channel (you must create a filter on tag \"irc_smart_filter\")" |