diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-25 21:51:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-25 22:15:41 +0200 |
commit | d9789e522fd6120c7140a6d970503cc6433a6851 (patch) | |
tree | 2d29b76f40bcc325fef97060cff8645842b0c59f /po/pt_BR.po | |
parent | 809f59dfd1afabbd9f6728f5eddbcec0e92ce697 (diff) | |
download | weechat-d9789e522fd6120c7140a6d970503cc6433a6851.zip |
irc: fix duplicated CTCP messages displayed when capability "echo-message" is enabled (issue #139)
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 9ee12b5cb..680e852f6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-23 15:52+0200\n" +"POT-Creation-Date: 2023-05-25 22:15+0200\n" "PO-Revision-Date: 2023-05-01 20:23+0200\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7019,10 +7019,6 @@ msgid "" msgstr "" #, c-format -msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" -msgstr "" - -#, c-format msgid "%s%s: \"%s\" command can not be executed on a server buffer" msgstr "" @@ -9504,6 +9500,10 @@ msgstr "" msgid "%sUnknown CTCP requested by %s%s%s: %s%s%s%s%s" msgstr "%sRequisição CTCP desconhecida por %s%s%s: %s%s%s%s%s" +#, c-format +msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" +msgstr "" + msgid "1 if string is a valid IRC channel name for server" msgstr "1 se string é um nome de canal IRC válido para o servidor" |