diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-06-15 17:16:35 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-06-15 17:16:35 +0000 |
commit | 5b3f96daceaa7f41c90471ffd837010c06493914 (patch) | |
tree | d4b5beb5bb90dab5aeae3e330999353e3a0cd197 /po/weechat.pot | |
parent | 821c2e87c83d73e639d5ee17b234998f09dcc0ea (diff) | |
download | weechat-5b3f96daceaa7f41c90471ffd837010c06493914.zip |
Display message content when nick is not found for an incoming "PRIVMSG" message
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 3a632c473..ef0095e0b 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: 2005-05-21 07:26+0200\n" +"POT-Creation-Date: 2005-06-15 19:08+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" @@ -1212,7 +1212,6 @@ msgid "%s \"%s\" command can not be executed on a server window\n" msgstr "" #: src/irc/irc-send.c:889 src/irc/irc-send.c:914 src/irc/irc-recv.c:322 -#: src/irc/irc-recv.c:1206 #, c-format msgid "%s nick \"%s\" not found for \"%s\" command\n" msgstr "" @@ -1420,6 +1419,11 @@ msgstr "" msgid "On %s: %s> %s" msgstr "" +#: src/irc/irc-recv.c:1206 +#, c-format +msgid "%s nick \"%s\" not found for \"%s\" command (message: \"%s\")\n" +msgstr "" + #: src/irc/irc-recv.c:1261 msgid "Received a " msgstr "" @@ -1890,7 +1894,7 @@ msgstr "" msgid "%s unable to add handler for \"%s\" message (not enough memory)\n" msgstr "" -#: src/gui/curses/gui-input.c:782 +#: src/gui/curses/gui-input.c:788 #, c-format msgid "%s lag is high, disconnecting from server...\n" msgstr "" |