diff options
author | Andrew Potter <agpotter@gmail.com> | 2023-01-29 16:43:20 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-29 16:50:57 +0100 |
commit | 4f0b6115a149b134b4a0cff3051b452ebe6dfdc1 (patch) | |
tree | 5186b3c52331bc045f20b8d38ed70bd021da66ff /po/pt_BR.po | |
parent | 3909d7761732f2bab8834be0a3c7783d4d2427de (diff) | |
download | weechat-4f0b6115a149b134b4a0cff3051b452ebe6dfdc1.zip |
irc: add server option "registered_mode" (closes #1625)
Two new fields are added in IRC server structure:
- "authentication_method", possible values:
0: not authenticated
1: authenticated with SASL
2: authenticated with other method
- "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism
in src/plugins/irc/irc-sasl.h
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 791359cff..2d4fcf42e 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-01-29 12:15+0100\n" +"POT-Creation-Date: 2023-01-29 16:50+0100\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8335,6 +8335,10 @@ msgid "" msgstr "" #, c-format +msgid "%s%s: invalid registered mode, must be a single character" +msgstr "" + +#, c-format msgid "" "%s%s: warning: server \"%s\" not found in configuration file, not deleted in " "memory because it's currently used" @@ -8686,6 +8690,9 @@ msgid "" "(default is \"#&\")" msgstr "" +msgid "mode that is set on registered users (default is \"r\")" +msgstr "" + #, fuzzy, c-format msgid "%s%s: error adding server \"%s\"" msgstr "%s%s: erro ao criar servidor \"%s\"" |