diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 17:00:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 17:00:37 +0100 |
commit | c9796a31415dee3ac3745f6b4c0792d7a9da313b (patch) | |
tree | c31160c4514ab562caefab8e060a26d729ef0b97 /po/it.po | |
parent | 9bd6cbf4bdfc0e228628f56614ce98279a957bc6 (diff) | |
download | weechat-c9796a31415dee3ac3745f6b4c0792d7a9da313b.zip |
core: move `/input` jump actions to command `/buffer jump`
Actions moved to command `/buffer jump`:
* `/input jump_smart` -> `/buffer jump smart`
* `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited`
* `/input jump_next_visited_buffer` -> `/buffer jump next_visited`
* `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed`
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-12-10 17:20+0100\n" +"POT-Creation-Date: 2022-12-25 16:37+0100\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1199,7 +1199,7 @@ msgid "" "|| renumber [<number1> [<number2> [<start>]]] || close [<n1>[-<n2>]|" "<name>...] || notify [<level>] || listvar [<number>|<name>] || setvar <name> " "[<value>] || delvar <name> || set <property> [<value>] || get <property> || " -"<number>|-|+|<name>" +"jump smart|last_displayed|prev_visited|next_visited || <number>|-|+|<name>" msgstr "" "list || clear [<numero>|<nome>|-merged|-all] || move|merge <numero> || swap " "<numero1>|<nome1> [<numero2>|<nome2>] || unmerge [<numero>|-all] || close " @@ -1239,6 +1239,12 @@ msgid "" " delvar: delete a local variable from the current buffer\n" " set: set a property in the current buffer\n" " get: display a property of current buffer\n" +" jump: jump to another buffer:\n" +" smart: next buffer with activity\n" +" last_displayed: last buffer displayed (before last jump to a " +"buffer)\n" +" prev_visited: previously visited buffer\n" +" next_visited: jump to next visited buffer\n" " number: jump to buffer by number, possible prefix:\n" " '+': relative jump, add number to current\n" " '-': relative jump, sub number to current\n" @@ -1922,11 +1928,6 @@ msgid "" " history_next: recall next command in current buffer history\n" " history_global_previous: recall previous command in global history\n" " history_global_next: recall next command in global history\n" -" jump_smart: jump to next buffer with activity\n" -" jump_last_buffer_displayed: jump to last buffer displayed (before last " -"jump to a buffer)\n" -" jump_previously_visited_buffer: jump to previously visited buffer\n" -" jump_next_visited_buffer: jump to next visited buffer\n" " hotlist_clear: clear hotlist (optional argument: \"lowest\" to clear only " "lowest level in hotlist, \"highest\" to clear only highest level in hotlist, " "or level mask: integer which is a combination of 1=join/part, 2=message, " |