diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-27 20:52:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-27 20:52:00 +0200 |
commit | ae38b114072858ca4cd21d8492c54a2ae592d196 (patch) | |
tree | 6cdea623841c7cc3b75f5670b0b71e523c4cfada /po/es.po | |
parent | 3f33b327b139a90c100aff5c36d4684faa6e48c6 (diff) | |
download | weechat-ae38b114072858ca4cd21d8492c54a2ae592d196.zip |
irc: add "user" in output of irc_message_parse (closes #136)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-09-24 20:55+0200\n" +"POT-Creation-Date: 2019-09-27 18:18+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -9085,10 +9085,10 @@ msgstr "\"message\": mensaje IRC, \"server\": nombre del servidor (opcional)" #, fuzzy msgid "" "\"tags\": tags, \"message_without_tags\": message without the tags, \"nick" -"\": nick, \"host\": host, \"command\": command, \"channel\": channel, " -"\"arguments\": arguments (includes channel), \"text\": text (for example " -"user message), \"pos_command\": index of \"command\" message (\"-1\" if " -"\"command\" was not found), \"pos_arguments\": index of \"arguments\" " +"\": nick, \"user\": user, \"host\": host, \"command\": command, \"channel\": " +"channel, \"arguments\": arguments (includes channel), \"text\": text (for " +"example user message), \"pos_command\": index of \"command\" message (\"-1\" " +"if \"command\" was not found), \"pos_arguments\": index of \"arguments\" " "message (\"-1\" if \"arguments\" was not found), \"pos_channel\": index of " "\"channel\" message (\"-1\" if \"channel\" was not found), \"pos_text\": " "index of \"text\" message (\"-1\" if \"text\" was not found)" @@ -10015,6 +10015,10 @@ msgstr "%s%s: no es posible cargar el archivo \"%s\"" msgid "%s%s: unable to execute file \"%s\"" msgstr "%s%s: no es posible ejecutar el archivo \"%s\"" +#, c-format +msgid "%s===\t%s========== End of backlog (%d lines) ==========" +msgstr "%s===\t%s========== Fin del último registro (%d líneas) ==========" + msgid "Log buffers to files" msgstr "Guardar registro de buffers" @@ -10054,10 +10058,6 @@ msgstr "%s\t**** Comienzo del registro ****" msgid "%s\t**** End of log ****" msgstr "%s\t**** Fin del registro ****" -#, c-format -msgid "%s===\t%s========== End of backlog (%d lines) ==========" -msgstr "%s===\t%s========== Fin del último registro (%d líneas) ==========" - msgid "Logging on buffers:" msgstr "Guardando registro en los buffers:" |