diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-25 07:37:43 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-25 07:37:43 +0100 |
commit | 61a4c1b5c15800d7db3f73da4c421601592f6ffe (patch) | |
tree | 829c70fa4f1c48eb9b3f1c2551537a45cedb5707 /po/es.po | |
parent | 7f643bc11fa69b876b50d34320285a351490c8c1 (diff) | |
download | weechat-61a4c1b5c15800d7db3f73da4c421601592f6ffe.zip |
fifo: add buffer name in error when the buffer is not found
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-10-18 19:03+0200\n" +"POT-Creation-Date: 2015-10-25 07:16+0100\n" "PO-Revision-Date: 2015-09-30 20:55+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5238,13 +5238,13 @@ msgstr "%s%s: no es posible crear la tubería para control remoto (%s)" msgid "%s: pipe closed" msgstr "%s: tubería cerrada" -#, c-format -msgid "%s%s: error, invalid text received on pipe" +#, fuzzy, c-format +msgid "%s%s: invalid text received in pipe" msgstr "%s%s: error, texto inválido recibido en la tubería" -#, c-format -msgid "%s%s: error, buffer not found for pipe data" -msgstr "%s%s: error, buffer no encontrado para los datos de la tubería" +#, fuzzy, c-format +msgid "%s%s: buffer \"%s\" not found" +msgstr "%s%s: servidor \"%s\" no encontrado" #, c-format msgid "%s%s: error reading pipe (%d %s), closing it" @@ -11472,3 +11472,6 @@ msgstr "%s%s: tiempo de espera máximo para \"%s\" con %s" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: no es posible conectarse al transmisor" + +#~ msgid "%s%s: error, buffer not found for pipe data" +#~ msgstr "%s%s: error, buffer no encontrado para los datos de la tubería" |