diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-24 23:07:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-24 23:07:40 +0100 |
commit | 15f0f7e3697955bbb23d1f14781909fff8e25659 (patch) | |
tree | c7bb2e3c2f6b5f8fac5fdaf7fbab30e846df1b6b /po/pt_BR.po | |
parent | 92b0bc9f10d5e2ca51d098e0def2f6287d7a99d4 (diff) | |
download | weechat-15f0f7e3697955bbb23d1f14781909fff8e25659.zip |
core: add option `legacy` in command `/key`
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 281e903da..55f74bfdb 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-03-19 17:43+0100\n" +"POT-Creation-Date: 2023-03-24 23:04+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" @@ -2220,7 +2220,7 @@ msgid "" "[list|listdefault|listdiff] [<context>] || bind <key> [<command> [<args>]] " "|| bindctxt <context> <key> [<command> [<args>]] || unbind <key> || " "unbindctxt <context> <key> || reset <key> || resetctxt <context> <key> || " -"resetall -yes [<context>] || missing [<context>]" +"resetall -yes [<context>] || missing [<context>] || legacy <key> [<key>...]" msgstr "" "list|listdefault|listdiff [<contexto>] || bind <tecla> [<comando> " "[<argumentos>]] || bindctxt <contexto> <tecla> [<comando> [<argumentos>]] || " @@ -2248,6 +2248,7 @@ msgid "" "bindings (use carefully!)\n" " missing: add missing keys (using default bindings), useful after " "installing new WeeChat version\n" +" legacy: display new name for legacy keys\n" "\n" "When binding a command to a key, it is recommended to use key alt+k (or Esc " "then k), and then press the key to bind: this will insert key name in " |