diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-03-12 18:52:29 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-03-12 18:52:29 +0000 |
commit | 39d14185a18a8ffd4822593a495ab3a02e551c07 (patch) | |
tree | 4b9ae84b7f5fad681b6655990629e6b173fd6e58 /po/es.po | |
parent | c3f5e88286c6d7c2d00c241e0f7899f717dd78b8 (diff) | |
download | weechat-39d14185a18a8ffd4822593a495ab3a02e551c07.zip |
FIFO command/text not authorized on special buffers like DCC
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.1.1-cvs\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2005-03-12 04:08+0100\n" +"POT-Creation-Date: 2005-03-12 14:40+0100\n" "PO-Revision-Date: 2005-03-12 04:10+0100\n" "Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2542,27 +2542,32 @@ msgstr "" msgid "FIFO pipe is open\n" msgstr "" -#: src/common/fifo.c:124 src/common/fifo.c:170 +#: src/common/fifo.c:121 +#, c-format +msgid "%s invalid buffer for displaying text via FIFO pipe\n" +msgstr "" + +#: src/common/fifo.c:132 src/common/fifo.c:178 #, c-format msgid "%s invalid text received on FIFO pipe\n" msgstr "" -#: src/common/fifo.c:146 +#: src/common/fifo.c:154 #, c-format msgid "%s server \"%s\" not found (FIFO pipe data)\n" msgstr "" -#: src/common/fifo.c:158 +#: src/common/fifo.c:166 #, c-format msgid "%s channel \"%s\" not found (FIFO pipe data)\n" msgstr "" -#: src/common/fifo.c:257 src/common/fifo.c:259 +#: src/common/fifo.c:265 src/common/fifo.c:267 #, c-format msgid "%s error reading FIFO pipe, closing it\n" msgstr "" -#: src/common/fifo.c:301 +#: src/common/fifo.c:309 msgid "FIFO pipe is closed\n" msgstr "" |