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/ja.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/ja.po')
-rw-r--r-- | po/ja.po | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -20,7 +20,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: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -9711,6 +9711,10 @@ 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" @@ -10125,6 +10129,9 @@ msgid "" "(default is \"#&\")" msgstr "" +msgid "mode that is set on registered users (default is \"r\")" +msgstr "" + #, c-format msgid "%s%s: error adding server \"%s\"" msgstr "%s%s: サーバ \"%s\" 追加中のエラー" |